Architecture Exam
Questions And Correct
Answers
WGU C952 Computer Architecture
C952 WGU COMPUTER
iszackbd [Date]
ARCHITECT
,WGU C952 Computer Architecture Exam
Questions And Correct Answers
WGU Computer Architecture
RAID
Redundant Array of Inexpensive Disks
RAID 0
-Striped disks
-Data is split evenly between two or more disks
-Large size and fastest speed
-No Redundancy
-If one or more drives fail, you get an array failure
RAID 1
-Mirrored disks
-Two or more drives have identical data on them
-A single drive failure will not result in data loss
-speed and size is limited by the slowest and smallest disk
RAID 2
-Bit level striping
-some disks storing error checking and correcting (ECC) information
-Not often used
RAID 3
-Striped set with dedicated parity
-Data is split evenly between two or more disks, plus a drive for dedicated parity storage
-High speeds for sequential read/write operations
-Poor performance for multiple simultaneous instructions
-A single drive failure will rebuild
RAID 4
, -Block-level striping with dedicated parity
-Multiple blocks across multiple disks with separate, dedicated disks solely for parity
information
-Not often used.
RAID 5
-Striped disks with distributed parity
-Data is split evenly between three or more disks, parity is split between disks
-Large size, fast speed, and redundancy
-Total array size is reduced by parity
-a single drive failure will rebuild
RAID 6
-Disk striping with extra parity.
-Requires five or more drives
-can lose up to two drives at once and your data is
still protected.
Abstraction
a simplified representation of something more complex. Allows you to hide details to help you
manage complexity, focus on relevant concepts, and reason about problems at a higher level.
Active matrix display
A liquid crystal display using a transistor to control the transmission of light at each individual
pixel.
Address
A value used to delineate the location of a specific data element within a memory array
address translation/address mapping
The process by which a virtual address is mapped to an address used to access memory.
Aliasing
A situation in which two addresses access the same object; it can occur in virtual memory when
there are two virtual addresses for the same physical page.
Arithmetic Logic Unit (ALU)