Usually ,in MSDOS ,the primary hard disk drives has the drive letter_______
_____________________________________________________________________________________
|
P : “Program is a step by step execution of the instructions”. Given P, which of the following is true ?
_____________________________________________________________________________________
|
The most relevant addressing mode to write position independent code
_____________________________________________________________________________________
|
An interface that provides a method for transferring binary information between internal storage and external devices is called
_____________________________________________________________________________________
|
An interface that provides I/O transfer of data directly to and form the memory unit and peripheral is termed as
_____________________________________________________________________________________
|
In magnetic disk data organized on the plotter in a concentric sets or rings called
_____________________________________________________________________________________
|
In which addressing mode the operand is given explicitly in the instruction
_____________________________________________________________________________________
|
The instruction: MOV CL, [BX] [DI] + 8 represents the _____ addressing mode.
_____________________________________________________________________________________
|
A basic instruction that can be interpreted by computer generally has
_____________________________________________________________________________________
|
The two types of main memory are
_____________________________________________________________________________________
|
A hardware unit which is used to monitor computer processing is
_____________________________________________________________________________________
|
On receiving an interrupt from an I/O device, the CPU
_____________________________________________________________________________________
|
ADC
_____________________________________________________________________________________
|
The concept of pipelining is most effective in improving performance if the tasks being performed in different stages
_____________________________________________________________________________________
|
Performance of a pipelined processor suffers if
_____________________________________________________________________________________
|
In a k-way set associative cache, the cache is divided into v sets, each of which consists of k lines. The lines of a set are placed in sequence one after another. The lines in set s are sequenced before the lines in set (s+1). The main memory blocks are numbered 0 onward. The main memory block numbered j must be mapped to any one of the cache lines from
_____________________________________________________________________________________
|
For a memory system ,the cycle time is
_____________________________________________________________________________________
|
Secondary storage device which uses a delivery grooveless surface and is encoded by the laser beam in the form of microscopic pits is called
_____________________________________________________________________________________
|
The addressing mode used in the instruction PUSH B is
_____________________________________________________________________________________
|
The idea of cache memory is based on
_____________________________________________________________________________________
|
Where does a computer add and compare data ?
_____________________________________________________________________________________
|
The speed up of a pipeline processing over an equivalent non-pipeline processing is defined by the ratio :
_____________________________________________________________________________________
|
The register used as a working area in CPU is
_____________________________________________________________________________________
|
The ALU of a microprocessor performs operations on 8 bit two complement operands. What happens when the operation 7A16-A216 is performed?
_____________________________________________________________________________________
|
An interrupt can be temporarily ignored by the counter is called
_____________________________________________________________________________________
|
A CPU generally handles an interrupt by executing an interrupt service routine
_____________________________________________________________________________________
|
A single instruction to clear lower 4 bits of the accumulator in 8085 assembly language is
_____________________________________________________________________________________
|
Which out of the following is not an alternative name for primary memory?
_____________________________________________________________________________________
|
Which of the following is a sequential access device
_____________________________________________________________________________________
|
The ALU of a computer normally contains a number of high speed storage elements called
_____________________________________________________________________________________
|
The control unit of computer
_____________________________________________________________________________________
|
WORM stands for
_____________________________________________________________________________________
|
The hardware in which data may be stored for a computer system is called
_____________________________________________________________________________________
|
The Pentium processor was introduced
_____________________________________________________________________________________
|
The circumferences of the two concentric disks are divided into 100 sections each. For the outer disk, 100 of the sections are painted red and 100 of the sections are painted blue. For the inner disk, the sections are painted red and blue in an arbitrary manner. It is possible to align the two disks so that of the sections on the inner disks have their colours matched with the corresponding section on outer disk.
_____________________________________________________________________________________
|
Interrupts which are initiated by an I/O drive are
_____________________________________________________________________________________
|
Arithmetic shift left operation
_____________________________________________________________________________________
|
Fetch_And_Add(X,i) is an atomic Read-Modify-Write instruction that reads the value of memory location X, increments it by the value i, and returns the old value of X. It is used in the pseudocode shown below to implement a busy-wait lock. L is an unsigned integer shared variable initialized to 0. The value of 0 corresponds to lock being available, while any non-zero value corresponds to the lock being not available. AcquireLock(L){ while (Fetch_And_Add(L,1)) L = 1; } ReleaseLock(L){ L = 0; } This implementation
_____________________________________________________________________________________
|
A control character is sent at the beginning as well as at the end of each block in the synchronous-transmission in order to
_____________________________________________________________________________________
|
The process of entering data into a storage location
_____________________________________________________________________________________
|
Of the following, which best characterizes computers that use memory-mapped I/O?
_____________________________________________________________________________________
|
The desirable characteristic of a memory system is
_____________________________________________________________________________________
|
In a k-way set associative cache, the cache is divided into v sets, each of which consists of k lines. The lines of a set are placed in sequence one after another. The lines in set s are sequenced before the lines in set (s+1). The main memory blocks are numbered 0 onwards. The main memory block numbered j must be mapped to any one of the cache lines from
_____________________________________________________________________________________
|
Intel 80486 was introduced in
_____________________________________________________________________________________
|
Which of the following are typical characteristics of a RISC machine?
_____________________________________________________________________________________
|
The amount of ROM needed to implement a 4 bit multiplier is
_____________________________________________________________________________________
|
On a non-pipelined sequential processor, a program segment, which is a part of the interrupt service routine, is given to transfer 500 bytes from an I/O device to memory.
Initialize the address register
Initialize the count to 500
LOOP: Load a byte from device
Store in memory at address given by address register
Increment the address register
Decrement the count
If count != 0 go to LOOP
Assume that each statement in this program is equivalent to a machine instruction which takes one clock cycle to execute if it is a non-load/store instruction. The load-store instructions take two clock cycles to execute. The designer of the system also has an alternate approach of using the DMA controller to implement the same transfer. The DMA controller requires 20 clock
cycles for initialization and other overheads. Each DMA transfer cycle takes two clock cycles to transfer one byte of data from the device to the memory. What is the approximate speedup when the DMA controller based design is used in place of the interrupt driven program based input-output?
_____________________________________________________________________________________
|
A charge coupled device has
_____________________________________________________________________________________
|
WHAT IS A REGISTER?
_____________________________________________________________________________________
|
The bus which is used to transfer data from main memory to peripheral device is
|