Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . Micro - operations include the data transferring A . Into or out of a register. B . Between register to register. C .
Microoperations include the data transferring
A Into or out of a register.
B Between register to register.
C Between register to external bus.
D All of the above.
The set of microinstructions that describe the behaviour of the Control Unit is stored in
A Control memory.
B Hardwired circuits.
C Instruction register.
D None of the above.
Which of the following statement is TRUE about Pipelining?
A It is used for direct mapping of control memory address.
B It is used to reduce the percentage of idle components.
C It is used for microprogramming.
D None of the above.
The problem of data dependency occurs when Instruction provides an input to Instruction in the pipeline architecture. The problem can be solved using
A Hardware interlocks.
B Operand forwarding.
C Both A and B
D None of the above.
SCRSCRSCSRSCE
The conflict of resources can occurs in the Pipelining when
A Execution time is longer than the fetch time.
B Two segments need to access memory at the same time.
C NOP occurs.
D All of the above.
Which of the following statement is FALSE regarding the basic concept of Memory?
A The number of bits in memory address determines the capacity of memory location.
B Memory chips can be located internally and externally of a computer.
C Memory access time is referred to the time taken to get the valid data starting from the CPU presenting the data on the data bus.
D Memory hierarchy keeps the memory that is frequently accessed high up on top of the pyramid.
Which of the following describes DRAM?
I. Larger memory than SRAM
II Volatile
III. Used as cache memory
IV Smaller access time than SRAM
A I and II C I, II and IV
B I, II and III. D All of the above.
The following statements are TRUE about the disadvantages of Highorder Interleaving HOI EXCEPT
A HOI causes memory conflicts in case of pipelined or vector processors.
B HOI is useful only in one single user multitasking system.
C HOI memory cycle time is much greater than pipelined clock time.
D HOI memory is easy to be extended by the addition one or more memory modules.
SCRSCRSCSRSCE
Choose the BEST statement to describe Cache memory.
A Inexpensive in cost with large capacity of location.
B Usually located near to main memory.
C It keeps a copy of the most frequently used data from the main memory.
D It sits on top of the memory hierarchy.
Given the memory word size is bit and a block size is K words. Find the memory capacity if the total blocks is blocks.
AMbits.
BMbits.
CKbits.
DKbits.
Which is the CORRECT statement for multiplexed bus lines?
A Multiplexed bus line is an approach where different bus can be used to transfer both data and address.
B Multiplexed bus lines require more than one cycle to transmit data and address information.
C Multiplexing bus can maximize the number of wires in a bus system.
D Multiplexed bus lines can increase the overall performance of memory access time.
IO Module is able to detect errors. One of the common errors is paper jammed. Which category does this error falls into?
A Electrical malfunction.
B Mechanical malfunction.
C Transmission error.
D Chemical malfunction.
SCRSCRSCSRSCE
Choose the CORRECT statement about Interrupt Driven IO
A Interrupts can occur without the CPU initiating any operation.
B CPU cannot perform other tasks while waiting for the IO device to get ready.
C When interrupt occurs, the processor saves the context of the current program and processes the interrupt.
D IO module must receive interrupt acknowledgement before data can be transferred from or to IO device.
An IO Control command were used
A To obtain a data from peripheral and place it in internal buffer.
B To take a data from the data bus and transmit it to the peripheral.
C To activate a peripheral and tell it what to do
D As a software routine written by the user to handle the interrupt polling.
Below are the major functions of an IO Module EXCEPT
A Data Buffering.
B Control and timing.
C Processor communication.
D Error correction.
Given AX Determine the final value of AX after the following codes are executed.
INC AX
INC AX
NEG AX
ACh
BCh
C FFh
D FFh
SCRSCRSCSRSCE
What is the content of AL and overflow flag OF after the following codes are executed.
MOV ALFh
ADD AL
A ALFh OF
B ALh OF
C ALFh OF
D ALh OF
Choose the BEST statement to describe the following codes.
code
CALL CLRSCR
MOV EAX,
CALL Delay
CALL DumpRegs
A Clear the screen, delay the program for milliseconds.
B Clear the screen, delay the program for milliseconds, and dump the registers and flags.
C Branching to subroutine CLRSCR delay the program for millisecon
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started