Table of Content (toc)
1. Instruction cycle is
-
fetch-decode-execution
decode fetch execution
fetch-execution-decode
2. In the following indexed addressing mode instruction, MOV 5(R1), LOC the effective address is
-
EA = 5+R1
EA = R1
EA = [R1]
3. The instructions which copy information from one location to another either in theprocessor’s internal register set or in the external main memory are called
-
Data transfer instructions.
Program control instructions.
Input-output instructions.
4. A digital computer has a memory unit with 24 bits per word. The instruction set consists of 150 different operations. All instructions have an operation code part (opcode) an address part (allowing for only one address). Each instruction is
5. In dynamic scheduling, the hardware ___ the instruction execution to reduce stalling of the pipeline.
-
Rearranges
Bypasses
Forwards
6.Suppose that a bus has 16 data lines and requires 4 cycles of 250 nsecs each to transfer data. The bandwidth of this bus would be 2 Megabytes/sec. If the cycle time of the bus was reduced to 125 nsecs and the number of cycles required for transfer stayed the same what would the bandwidth of the bus?
-
1 Megabyte/sec
4 Megabytes/sec
8 Megabytes/sec
7. Micro instructions are kept in
-
Main memory
Control Memory
Cache Memory
8. At the system level the description of the ___ architecture is based on processor level building blocks.
-
Abstract
Concrete
Encapsulated
9. Which Logic circuit would you use for addressing memory ?
-
Full adder
Multiplexer
Decoder
10. Booth’s algorithm is used in floating-point
-
addition
subtraction
multiplication
11. Normally digital computers are based on
-
AND and OR gates
NAND and NOR gates
NOT gate
12. Which of the following addressing modes is used in the instruction PUSH B ?
-
Immediate
Register
Direct
13. Which of the following addressing modes is used in instruction RAL
-
immediate
implied
direct
14. Octal number system is
-
A positional system with weights 0 to 9
A positional system with weights 0 to 8
A positional system with weights 0 to 7
15. Address mode is_______
-
explicitly specified
implied by the instruction
both a and b
16. Which of the following affects processing power ?
-
data bus capacity
addressing scheme
clock speed
17. Which of the following address modes is used in the instruction 'POP B' ?
-
immediate
register
direct
18. In an instruction the address part points to the address of actual data. The addressing mode is
-
immediate addressing
direct addressing
indirect addressing
19. The main computer that stores files that can be sent to computers that are networked together is
-
Clip art
Motherboard
Peripheral
20. A computer uses words of size 32-bit. The instruction
-
may or may not be one byte length
must always be fetched in one cycle with 2 bytes in the cycle
must always be fetched in two cycles with one byte in each cycle
21. In daisy-chaining priority method, all the devices that can request an interrupt are connected in
-
parallel
serial
random
22. The minterms corresponding to decimal number 15 is
-
ABCD
(ABCD)’
A+B+C+D
23. To What temporary area can you store and other data, later paste them to another location?
-
The hard disk
CD-ROM
ROM
24. The CPI value for RISC processor is
25. A 32-bit-word computer can access
26. The 2s compliment form (Use 6 bit word) of the number 1010 is
-
111100.
110110.
110111.
27. In the processor, the address of the next instruction to be executed
-
stack pointer register
index register
base register
28. The BSA instruction is______.
-
Branch and store accumulator
Branch and save return address
Branch and shift address
29. The most common storage device for the personal computer is
-
Hard disk
Zip disk
USB thumb drive
30. A stack-organised computer uses instruction of
-
Indirect addressing
Two addressing
Zero addressing
Post a Comment
0 Comments