Template:Glossary:R: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(Created page with "{{ed right|Glossary:R}} * {{Anchored|R/B}} : '''R'''eady/'''B'''usy - control signal * {{Anchored|RAID}} : ('''R'''edundant '''A'''rray of '''I'''ndependent '''D'''isks) - an ...")
 
mNo edit summary
Line 16: Line 16:
* {{Anchored|RSA}} : [http://en.wikipedia.org/wiki/RSA_%28algorithm%29 RSA algorithm]
* {{Anchored|RSA}} : [http://en.wikipedia.org/wiki/RSA_%28algorithm%29 RSA algorithm]
* {{Anchored|RTC}} : [http://en.wikipedia.org/wiki/Real-time_clock '''R'''eal-'''T'''ime '''C'''lock]
* {{Anchored|RTC}} : [http://en.wikipedia.org/wiki/Real-time_clock '''R'''eal-'''T'''ime '''C'''lock]
<noinclude>[[Category:Glossary]]</noinclude>

Revision as of 05:46, 30 January 2014

  • R/B : Ready/Busy - control signal
  • RAID : (Redundant Array of Independent Disks) - an umbrella term for computer data storage schemes that can divide and replicate data among multiple hard disk drives in order to increase reliability, allow faster access, or both
  • race condition : A race condition or race hazard is the behavior of an electronic or software system where the output is dependent on the sequence or timing of other uncontrollable events. It becomes a bug when events do not happen in the order the programmer intended.
  • RAM : Random-Access Memory, a form of computer data storage. Today, it takes the form of integrated circuits that allow stored data to be accessed in any order (i.e., at random)
  • RC : In a PCI Express (PCIe) system, a Root Complex device connects the processor and memory subsystem to the PCI Express switch fabric composed of one or more switch devices.
  • RE : Read Enable - control signal
  • RESET : Reset - control signal
  • Real mode : Real mode or real address mode
  • RIV : Reset Initialization Vector, used with AES
  • RNG : A Random Number Generator (RNG) is a computational or physical device designed to generate a sequence of numbers or symbols that lack any pattern or predictability, i.e. appear random.
  • RNG attack : Random Number Generator attack
  • ROM : (Read-Only Memory) - a class of storage media used in computers and other electronic devices
  • ROM mark : ROM_Mark contains the Volume ID for decrypting AACS content. see also BCA
  • ROP : Return-Oriented Programming is a computer security exploit technique that allows an attacker to execute code in the presence of security defenses such as non-executable memory and code signing
  • RSA : RSA algorithm
  • RTC : Real-Time Clock