Computer 222 - Computer Organization » Fall 2021 » Quiz 1
Need help with your exam preparation?
Get Answers to this exam for $6 USD.
Get Answers to all exams in [ Computer 222 - Computer Organization ] course for $25 USD.
Existing Quiz Clients Login here
Question #1
16-bit CPU’s can directly address how much memory:
A.
64 KiB
B.
64 GB
C.
4 GiB
D.
16 KB
Question #2
32-bit CPU’s can directly address how much memory:
A.
3200 KB
B.
2 MB
C.
4 GiB
D.
1 GB
Question #3
210 exactly = in hexadecimal:
A.
0x100
B.
0x1000
C.
0x0210
D.
0x0400
Question #4
“Hell” is stored in memory in Little Endian (MIPS default) as:
A.
Hell (ASCII)
B.
0x6c6c6a4a
C.
0xff6c496c
D.
lleH (ASCII)
Question #5
Static data is stored in which memory segment:
A.
data
B.
text
C.
heap
D.
stack
Question #6
Dynamic data is stored in which memory segment:
A.
stack
B.
heap
C.
data
D.
text
Question #7
I/O is addressed in which memory segment:
A.
stack
B.
MMIO
C.
heap
D.
IO
Question #8
In a General Register CPU, R-format instructions address how many registers:
A.
3
B.
2
C.
1
D.
0
Question #9
In any CPU, which register holds a pointer to the top of the stack:
A.
GP
B.
FP
C.
SP
D.
PC
Question #10
At the Macro architecture level, we address all of which units:
A.
CPU cores
B.
MLM
C.
GPU's
D.
Cores and caches
Question #11
At the Micro architecture level, we address which functions:
A.
ICU
B.
Cores
C.
Pipelines
D.
Branch prediction
Question #12
Which is NOT a defined level of Computer Architecture in the stack model:
A.
Macro-architecture
B.
ISA
C.
Micro-architecture
D.
Shared L2 cache
Question #13
A MIPS CPU architecture provides for a main integer processor, plus:
A.
Up to 4 co-processors, including an FPU
B.
Up to 4 GPU’s
C.
Up to 4 Program Counters
D.
Dedicated registers
Question #14
The C, V, N, Z flags are all always updated by which one of these instructions:
A.
and
B.
ori
C.
add
D.
ror
Question #15
The “Program Counter” is stored in which Registers in MIPS, ARMv5:
A.
$0, R15
B.
$15, R14
C.
$sp, R0
D.
PC, R15
Need help with your exam preparation?
Get Answers to this exam for $6 USD.
Get Answers to all exams in [ Computer 222 - Computer Organization ] course for $25 USD.
Existing Quiz Clients Login here