1.8 KiB
1.8 KiB
A computer's main memory consists of numerous memory cells, each of which contains ........ bits. Each memory cell is identified by a numeric value called the cell's ........... .
Eight. Address.
In which of the following locations is information most readily available for manipulation by the CPU?
General-purpose registers
Which of the following instructions (as described in the language description table) places 00000000 in register A?
2A00
Which of the following is not contained in a CPU?
Memory cell
Which step of the machine cycle examines the op-code of the next instruction to be executed?
Decode
Author's note: Q6 on this quiz involves Caesar cipher, it is way too long to even try to memorize, but it's ez.
Look it up
Turn the string "The Answer" into binary using the ASCII table. Apply "01101001 00101110 00001010 01010010 00110101 00010111 01011110 00000011 00010010 00011101" to it using XOR. Look up the result in the ascii table.
forty-two.
The bus in a computer is an example of which form of communication?
Parallel
Which of the following instructions does not fall in the category of arithmetic/logic instructions?
JUMP
Which of the following parallel architectures allows fastest access to all memory cells from all processors
Shared Memory
Which of the following is not a form of parallel processing?
SISD
Which of the following instructions (as described in the language description table) changes the contents of a memory cell?
40AB
Which of the following instructions (as described in the language description table) places 00000000 in register 5?
9555
Which of the following instructions (as described in the language description table) will not change the contents of register 5?
A508