Font size
WorksheetsACA-QUIZ I
Total questions: 10
Worksheet time: 10mins
Which of the following is not Part of Flynn's Classification
SIMD
MIMD
SISD
NUMA
In NUMA based shared memory architecture different memory block may take different access time
TRUE
FALSE
Halt in the pipeline because of cache miss during Instruction Fetch is an example of
Data Hazard
Instruction/ Control Hazard
Structural Hazard
None of the above
Operand Forwarding is a technique to avoid data hazard in case of which type of data dependencies?
WAR
WAW
RAW
RAR
In case of a 4 state branch prediction mechanism which one of the following is not a valid state?
LT
LNT
SLT
SNT
In case of SISD system having 2 layer supper scallar and 5 stage pipeline How much time will be required to execute N instruction? N.B: T being the cycle time.
(2+5N−5)T
(5 +2N−2)T
(5+2N−1)T
None of the above
RISC Processor uses Micro-Program Control Mechanism
TRUE
FALSE
in Non Linear Pipeline, MAL stands for
Maximum Average Latency
Minimum Average Latency
Minimum Active Latency
Maximum Active Latency
Which of the followings do not fall under SIMD architecture
Array Processor
Vector Processor
Super Pipelined Processor
Super Scalar Processor
What is the difference between Interconnection network and Alignment Network?
Interconnection Network provides connectivity between PEs as well as between PEs and Memory Module where as Alignment network can only connect PEs
Alignment Network provides connectivity between PEs as well as between PEs and Memory Module where as Interconnection network can only connect PEs
