a) Data structure for representing arrays of records
b) Data structure that compactly stores bits
c) An array in which most of the elements have the same value
d) Array in which elements are not present in continuous locations
Answer: b
Explanation: It compactly stores bits and exploits bit-level parallelism.
Related Posts
The clock rate of the processor can be improved by _________
For a given FINITE number of instructions to be executed, which architecture of the processor provides for a faster execution?
A processor performing fetch or decoding of different instruction during the execution of another instruction is called ______
Two processors A and B have clock frequencies of 700 Mhz and 900 Mhz respectively. Suppose A can execute an instruction with an average of 3 steps and B can execute with an average of 5 steps. For the execution of the same instruction which processor is faster?
During the execution of the instructions, a copy of the instructions is placed in the ______
_______ is used to store data in registers.
The registers, ALU and the interconnection between them are collectively called as _____
Join The Discussion