Tutorial Questionx
Tutorial Questionx
TUTORIAL -1
23. How many Arithmetic instructions are present in simple RISC ISA
a) 5
b) 6
c) 1 0
d) 8
32. Flags can be set only by the cmp instruction. True or False?
a) True
b) False
TUTORIAL -II
10. We can run the 1 6 bit ISAs on a modern 64 bit x86 processor. True or False?
12. How many floating point registers are there in x86 ISA?
20. The rep prefix repeats the instruction n times. The value of n is present in -
register
25. Multiplexer:
a) n inputs, 1 output
b) 1 input, n outputs
c) n inputs, 1 output based on the select bits
d) n inputs, log(n) outputs
TUTORIAL -III
1. Encoder:
a) n bits input, log(n) bits output
b) n inputs, log(n) output
c) n inputs, log(n) bits output
d) None of the above
6. CAM cell:
a) Enable cells by their address
b) Enable cells by their content
7. How long does the n-bit Ripple Carry Adder take? th is time for half adder and tf
is time for full
adder.
a) n*tf
b) n*th
c) th + (n-1 )tf
d) tf + (n-1 )th
15. What action should be taken when current value is 0 and previous value was 1 in
case of
Booth’s multiplication?
a) Subtract multiplicand from U
b) add multiplicand to U
c) None of the above
20. How many rounding modes are available in IEEE 754 standard?
21. What is the condition for incrementing the significand in Round to Nearest
mode?
23. Number of steps and complexity of each step in Newton Raphson method is: