Template:Glossary:U: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
mNo edit summary
m (UUID)
Line 1: Line 1:
{{ed right|Glossary:U}}
{{ed right|Glossary:U}}
* {{Anchored|UART}} : [http://en.wikipedia.org/wiki/Universal_asynchronous_receiver/transmitter Universal asynchronous receiver/transmitter]
* {{Anchored|UART}} : [http://en.wikipedia.org/wiki/Universal_asynchronous_receiver/transmitter '''U'''niversal '''a'''synchronous '''r'''eceiver/'''t'''ransmitter]
* {{Anchored|UHD}} : [http://en.wikipedia.org/wiki/Ultra_High_Definition_Television Ultra high definition 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}} : ([http://en.wikipedia.org/wiki/USB USB] request block) - 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.  
* {{Anchored|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.
* {{Anchored|USB}} : ('''U'''niversal '''S'''erial '''B'''us) - 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.
* {{Anchored|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
* {{Anchored|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
* {{Anchored|UUID}} : A [http://en.wikipedia.org/wiki/Universally_unique_identifier '''u'''niversally '''u'''nique '''id'''entifier] is an identifier standard used in software construction.
<noinclude>[[Category:Glossary]]</noinclude>
<noinclude>[[Category:Glossary]]</noinclude>

Revision as of 14:48, 12 February 2014

  • UART : Universal asynchronous receiver/transmitter
  • 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.