Template:Glossary:U: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
m (UUID)
mNo edit summary
Line 1: Line 1:
{{ed right|Glossary:U}}
{{ed right|Glossary:U}}
* {{Anchored|UART}} : [http://en.wikipedia.org/wiki/Universal_asynchronous_receiver/transmitter '''U'''niversal '''a'''synchronous '''r'''eceiver/'''t'''ransmitter]
* {{Anchored|UART}} : [http://en.wikipedia.org/wiki/Universal_asynchronous_receiver/transmitter '''U'''niversal '''a'''synchronous '''r'''eceiver/'''t'''ransmitter]
* {{Anchored|UFS}} : ('''U'''niversal '''F'''lash '''S'''torage) - intended successor to eMMC storage, see [http://www.samsung.com/global/business/semiconductor/product/UFS/overview Samsung anouncement] / [http://www.prnewswire.com/news-releases/toshiba-set-to-introduce-ufs-ver20-solution-in-2q-2014-239056421.html Toshiba anouncement]
* {{Anchored|UHD}} : [http://en.wikipedia.org/wiki/Ultra_High_Definition_Television '''U'''ltra '''h'''igh '''d'''efinition television], videoformats [http://en.wikipedia.org/wiki/4K_resolution#Resolutions 4K UHD] (2160p) and [http://en.wikipedia.org/wiki/8K_resolution#Resolutions 8K UHD] (4320p) - Youtube and Vimeo support streaming 4K (4096 × 3072)
* {{Anchored|UHD}} : [http://en.wikipedia.org/wiki/Ultra_High_Definition_Television '''U'''ltra '''h'''igh '''d'''efinition television], videoformats [http://en.wikipedia.org/wiki/4K_resolution#Resolutions 4K UHD] (2160p) and [http://en.wikipedia.org/wiki/8K_resolution#Resolutions 8K UHD] (4320p) - Youtube and Vimeo support streaming 4K (4096 × 3072)
* {{Anchored|URB}} : ('''U'''SB '''r'''equest '''b'''lock) - an [http://www.makelinux.net/ldd3/chp-13-sect-3 URB] is used to send or receive data to or from a specific USB endpoint on a specific USB device in an asynchronous manner.  
* {{Anchored|URB}} : ('''U'''SB '''r'''equest '''b'''lock) - an [http://www.makelinux.net/ldd3/chp-13-sect-3 URB] is used to send or receive data to or from a specific USB endpoint on a specific USB device in an asynchronous manner.  

Revision as of 09:09, 13 November 2014

  • UART : Universal asynchronous receiver/transmitter
  • UFS : (Universal Flash Storage) - intended successor to eMMC storage, see Samsung anouncement / Toshiba anouncement
  • UHD : Ultra high definition television, videoformats 4K UHD (2160p) and 8K UHD (4320p) - Youtube and Vimeo support streaming 4K (4096 × 3072)
  • URB : (USB request block) - an URB is used to send or receive data to or from a specific USB endpoint on a specific USB device in an asynchronous manner.
  • USB : (Universal Serial Bus) - a specification to establish communication between devices and a host controller (usually a personal computers). USB is intended to replace many varieties of serial and parallel ports.
  • USB flash drive : a flash memory data storage device integrated with a USB (Universal Serial Bus) 1.1, 2.0, or 3.0 interface. USB flash drives are typically removable and rewritable, and much smaller in physical size than a floppy disc
  • UUID : A universally unique identifier is an identifier standard used in software construction.