SlideShare a Scribd company logo
1 of 164
Download to read offline
1. Which interrupt has the highest priority?
a) INTR b) TRAP c) RST6.5
2. In 8085 name the 16 bit registers?
a) Stack pointer b) Program counter c) a & b
3. Which of the following is hardware interrupts?
a) RST5.5, RST6.5, RST7.5 b) INTR, TRAP c) a & b
4. What is the RST for the TRAP?
a) RST5.5 b) RST4.5 c) RST4
5. What are level Triggering interrupts?
a) INTR&TRAP b)RST6.5&RST5.5 c)RST7.5&RST6.5
6. Which interrupt is not level sensitive in 8085?
a) RST6.5 is a raising edge-trigging interrupt.
b) RST7.5 is a raising edge-trigging interrupt.
c) a & b.
7. What are software interrupts?
a) RST 0 - 7 b) RST 5.5 - 7.5 c) INTR, TRAP
8. Which stack is used in 8085?
a) FIFO b) LIFO c) FILO
9. Why 8085 processor is called an 8 bit processor?
a) Because 8085 processor has 8 bit ALU.
b) Because 8085 processor has 8 bit data bus.
c) a & b.
10. What is SIM?
a) Select Interrupt Mask b) Sorting Interrupt Mask c) Set Interrupt Mask.
11. RIM is used to check whether, ______
a) The write operation is done or not
b) The interrupt is Masked or not
c) a & b
12. What is meant by Maskable interrupts?
a) An interrupt which can never be turned off.
b) An interrupt that can be turned off by the programmer.
c) none
13. In 8086, Example for Non maskable interrupts are
a) Trapb) RST6.5 c) INTR
14. What does microprocessor speed depends on?
a) Clock b) Data bus width c) Address bus width
15. Can ROM be used as stack?
a) Yes b) No c) sometimes yes, sometimes no
16. Which processor structure is pipelined?
a) all x80 processors b) all x85 processors c) all x86 processors
17. Address line for RST3 is?
a) 0020H b) 0028H c) 0018H
18. In 8086 the overflow flag is set when
a) The sum is more than 16 bits
b) Signed numbers go out of their range after an arithmetic operation
c) Carry and sign flags are set
M. Krishna Kumar/IISc. Bangalore           M1/V1/June 04/1 Microprocessors and
Microcontrollers/ Multiple Choice Questions
Architecture of Microprocessors
d) During subtraction
19. The advantage of memory mapped I/O over I/O mapped I/O is,
a) Faster
b) Many instructions supporting memory mapped I/O
c) Require a bigger address decoder
d) All the above
20. BHE of 8086 microprocessor signal is used to interface the
a) Even bank memory
b) Odd bank memory
c) I/O
d) DMA
21. In 8086 microprocessor the following has the highest priority among all type
interrupts.
a) NMI
b) DIV 0
c) TYPE 255
d) OVER FLOW
22. In 8086 microprocessor one of the following statements is not true.
a) Coprocessor is interfaced in MAX mode
b) Coprocessor is interfaced in MIN mode
c) I/O can be interfaced in MAX / MIN mode
d) Supports pipelining
23. 8088 microprocessor differs with 8086 microprocessor in
a) Data width on the output
b) Address capability
c) Support of coprocessor
d) Support of MAX / MIN mode
24. Address line for TRAP is?
a) 0023H b) 0024H c) 0033H
M. Krishna Kumar/IISc. Bangalore         M1/V1/June 04/2 Microprocessors and
Microcontrollers/ Multiple Choice Questions
Architecture of Microprocessors
Key:
1.1 C 1.2 C 1.3 C 1.4 B 1.5 B 1.6 B
1.7 A 1.8 B 1.9 A 1.10 C 1.11 B 1.12 B
1.13 A 1.14 C 1.15 B 1.16 C 1.17 C 1.18 B
1.19 D 1.20 B 1.21 A 1.22 B 1.23 A 1.24 B

_________________________________________________________________

1. The 8051 microcontroller is of ___pin package as a ______ processor.
a) 30, 1byte b) 20, 1 byte c) 40, 8 bit d) 40, 8 byte
2. The SP is of ___ wide register. And this may be defined anywhere in the ______.
a) 8 byte, on-chip 128 byte RAM. b) 8 bit, on chip 256 byte RAM.
c) 16 bit, on-chip 128 byte ROM d) 8 bit, on chip 128 byte RAM.
3. After reset, SP register is initialized to address________.
a) 8H b) 9H c) 7H d) 6H
4. What is the address range of SFR Register bank?
a) 00H-77H b) 40H-80H c) 80H-7FH d) 80H-FFH
5. Which pin of port 3 is has an alternative function as write control signal for
external data memory?
a) P3.8 b) P3.3 c) P3.6 d) P3.1
6. What is the Address (SFR) for TCON, SCON, SBUF, PCON and PSW
respectively?
a) 88H, 98H, 99H, 87H, 0D0H. b) 98H, 99H, 87H, 88H, 0D0H
c) 0D0H, 87H, 88H, 99H, 98H d) 87H, 88H, 0D0H, 98H, 99H
7. Match the following:
1) TCON i) contains status information
2) SBUF ii) timer / counter control register.
3) TMOD iii) idle bit, power down bit
4) PSW iv) serial data buffer for Tx and Rx.
5) PCON v) timer/ counter modes of operation.
a) 1->ii, 2->iv, 3->v, 4->i, 5->iii. b) 1->i, 2->v, 3->iv, 4->iii, 5->ii.
c) 1->v, 2->iii, 3->ii, 4->iv, 5->i. d) 1->iii, 2->ii, 3->i, 4->v, 5->iv.
8. Which of the following is of bit operations?
i) SP
ii) P2
iii) TMOD
iv) SBUF
v) IP
a) ii, v only b) ii, iv, v only c) i, v only d) iii, ii only
9. Serial port interrupt is generated, if ____ bits are set
a) IE b) RI, IE c) IP, TI d) RI, TI
10. In 8051 which interrupt has highest priority?
a)IE1 b)TF0 c)IE0 d)TF1
11. Intel 8096 is of ___ bit microcontroller family called as ______.
a) 8, MCS51 b) 16, MCS51 c) 8, MCS96 d) 16, MCS96
12. 8096 has following features fill up the following,
i) ____ Register file,
ii) ____ I/O Ports
iii) ____ architecture.
a) 256 byte, five 8bit, register to register
b) 256 byte, four 8bit, register to register
c) 232 byte, five 8bit, register to register
d) 232 byte, six 8 bit, register to register
13. How many synchronous and asynchronous modes are there in serial port of 8096?
M. Krishna Kumar/IISc. Bangalore                         M5/V1/June 04/1 Microprocessors and
Microcontrollers/ Multiple Choice Questions
Architecture of Micro controllers
a) 2, 2 respectively b) 3,1 respectively c) 1, 3 respectively d) 1, 2 respectively
14. In 8096 we have _____interrupt sources and _______ interrupt vectors.
a) 18, 8 b) 21, 6 c) 21, 8 d) 16, 8
15. 8096 has ___ general purpose I/O ports, Port 2 includes ______ of the following
i) two quasi-bidirectional I/O lines
ii) two output lines
iii) four input lines
iv) open drain outputs
a) 4, i, iv b) 6, ii, iii c) 4, i,ii,iii d) 6, i, ii, iv
16. 8096 write-protected mode, no code can write to memory address between __.
a) 2020 to 3FFFH b) 8000 to FFFFH c) 2000 to 3FFFH d) 2020 to 202FH
17. If the __ pin is ___ , then we have the option of using the ____ ROM or EPROM
together with _____ memory and devices.
a) EA, high, internal, external
b) EA, low, internal, external
c) EA, high, external, internal
d) EA, low, external, internal
18. In 8096, CCB bit 3 is ____.
a) write strobe mode select b) address valid strobe select
c) bus width select d) Internal read control mode
19. In 8096, mode ____ of serial port are ___ modes commonly used for ____
communications.
a) 1, 8bit, single processor b) 0, 7bit, multiple microcontroller
c) 2, 9 bit, multiple processors d) 3, 8 bit, multiple microcontroller
20. What is the function of watchdog timer?
a) The watchdog Timer is an external timer that resets the system if the software
fails to operate properly.
b) The watchdog Timer is an internal timer that sets the system if the software fails
to operate properly.
c) The watchdog Timer is an internal timer that resets the system if the software fails
to operate properly.
d) None of them
M. Krishna Kumar/IISc. Bangalore              M5/V1/June 04/2 Microprocessors and
Microcontrollers/ Multiple Choice Questions
Architecture of Micro controllers
Key:
5.1 C 5.2 D 5.3 C 5.4 D 5.5 C 5.6 A
5.7 A 5.8 A 5.9 D 5.10 C 5.11 D 5.12 C
5.13 C 5.14 C 5.15 C 5.16 C 5.17 A 5.18 B
5.19 C 5.20 C

________________________

1. The contents of different registers are given below. Form Effective addresses for
different addressing modes are as follow :
Offset = 5000H
[AX]- 1000H, [BX]- 2000H, [SI]- 3000H, [DI]- 4000H, [BP]- 5000H,
[SP]- 6000H, [CS]- 0000H, [DS]- 1000H, [SS]- 2000H, [IP]- 7000H.
I. MOV AX, [5000H]
a) 5000Hb) 15000H
c) 10500H
II. MOV AX, [BX] [SI]
a) 13000H
b) 15000H
c) 12000H
III. MOV AX, 5000H [BX] [SI]
a) 20000H
b) 1A000H c) 1A00H
2. The conditional branch instruction JNS performs the operations when if __
a) ZF =0 b) SF=0
c) PF=0
d) CF=0
3. Vector address of TRAP
a) 24H
b) 36H
c) 24 d) 18H
4. SOD pin can drive a D flip-flop?
a) SOD cannot drive any flip-flops.
b) SOD cannot drive D flip-flop, but can drive any other flop-flops.
c) Yes, SOD can drive D flop-flop.
d) No, SOD cannot drive any other flop-flops except D flop-flop.
5. IDIV and DIV instructions perform the same operations for?
a) Unsigned number b) Signed number c) Signed number & Unsigned number d)
none of above.
6. What is the output of the following code
AL=88 BCD,
CL=49 BCD
ADD
AL, CL
DAA
a) D7, CF=1
b) 37, CF=1 c) 73, CF=1 d) 7D, CF=1
7. What is the output of the following code
AL= 49 BCD, BH= 72 BCD
SUB
AL, BH
DAS
a) AL=D7, CF=1. b) AL=7D, CF=1.
c) AL=77, CF=1 d) none of them.
8. What is the output of the following code
AL= -28 decimal, BL=59 decimal
IMUL
BL
AX=? , MSB=?
a) AX= F98CH, MSB=1. b) AX= 1652, MSB=1. c) BX F9C8H, MSB=1.
d)
BX= 1652, MSB=1.
9. What is the output of the following code
AL= 00110100 BL= 00111000
ADD AL, BL
AAA
a) AL = 6CH
b) 12H c) 12 d) C6H
10. What is the output of the following code
AL=00110101
BL= 39H
M. Krishna Kumar/IISc. Bangalore
M2/V1/June 04/1
Microprocessors and Microcontrollers/Assembly language of 8086
Multiple Choice Questions
SUB
AL, BL
AAS
a) AL= 00000100, CF=1 b) BL=00000100, CF=0 c) AL=11111100 CF=1
d) BL=
00000100, CF=1
11. What is the output of the following code
CF =0,
BH = 179
RCL
BH, 1
a) CF=0, OF= 1, BH= 01100101 b) CF=1, OF=1, BH=01100110
c) CF=1, OF =0, BH= 01001101 d) CF=0, OF=0, BH=00101100
12. What is the output of the following code
SI=10010011 10101101, CF=0
SHR
SI, 1
a) 37805, CF=1, OF=1 b) 18902, CF=1, OF=1
c) 19820, CF=1, OF=1 c) 53708, CF=1, OF=1
13. What is the output of the following code
BX=23763 CL=8
ROL
BX, CL
a) 0101110011010011, CF=0
b) 1101001101011100, CF=0
c) 0110100010011101, CF=1
c) 1011100110001100, CF=1
14. What is the output of the following code
PUSH AL
a) Decrement SP by 2 & push a word to stack
b) Increment SP by 2 & push a word to stack
c) Decrement SP by 2 & push a AL to stack
d) Illegal
15. What is the output of the following code
AX = 37D7H,
BH = 151 decimal
DIV
BH
a) AL = 65H, AH= 94 decimal
b) AL= 5EH, AH= 101 decimal
c) AH= E5H, AL= 5EH
d) AL= 56H, AH= 5EH
16. In 8086 microprocessor one of the following instructions is executed before an
arithmetic operation
a) AAM b) AAD
c) DAS
d) DAA
M. Krishna Kumar/IISc. Bangalore
M2/V1/June 04/2
Microprocessors and Microcontrollers/Assembly language of 8086
Key:
2.1 (I) B (II) C (III) B
2.6 B
2.7 C
2.12 B
2.13 B
M. Krishna Kumar/IISc. Bangalore
2.2 B
2.8 A
2.14 D
2.3 A
2.9 C
2.15 B
Multiple Choice Questions
2.4 C
2.10 A
2.16 B
2.5 B
2.11 B
_________________________________________
1. Access time is faster for
a) ROM
b) SRAM
c) DRAM
2. In 8279 Strobed input mode, the control line goes low. The data on return lines is
strobed in the ____.
a) FIFO byte by byte
b) FILO byte by byte
c) LIFO byte by byte
d) LILO byte by byte.
3. ___ bit in ICW1 indicates whether the 8259A is cascade mode or not?
a) LTIM=0 b) LTIM=1 c) SNGL=0 d) SNGL=1
4. In 8255, under the I/O mode of operation we have __ modes. Under which mode
will have the following features
i) A 5 bit control port is available.
ii) Three I/O lines are available at Port C.
a) 3, Mode2 b) 2, Mode 2 c) 4, Mode 3 d) 3, Mode 2
5. In ADC 0808 if _______ pin high enables output.
a) EOC
b) I/P0-I/P7 c) SOC
d) OE
6. In 8279, a scanned sensor matrix mode, if a sensor changes its state, the ___ line
goes ____ to interrupt the CPU.
a) CS, high b) A0, high
c) IRQ, high d) STB, high
7. In 8279 Status Word, data is read when ________ pins are low, and write to the
display RAM with ____________ are low.
a) A0, CS, RD & A0, WR, CS.
b) CS, WR, A0 & A0, CS, RD
c) A0, RD & WR, CS
d) CS, RD & A0, CS.
8. In 8279, the keyboard entries are debounced and stored in an _________, that is
further accessed by the CPU to read the key codes.
a) 8-bit FIFO b) 8-byte FIFO
c) 16 byte FIFO
d) 16 bit FIFO
9. The 8279 normally provides a maximum of _____ seven segment display
interface with CPU.
a) 8 b) 16 c) 32 d) 18
10. For the most Static RAM the write pulse width should be at least
a) 10ns
b) 60ns
c) 300ns
d) 1μs
11. BURST refresh in DRAM is also called as
a) Concentrated refresh b) distributed refresh
c) Hidden refresh d) none
12. For the most Static RAM the maximum access time is about
a) 1ns b) 10ns
c) 100ns
d) 1μs
13. Which of the following statements on DRAM are correct?
i) Page mode read operation is faster than RAS read.
ii) RAS input remains active during column address strobe.
iii) The row and column addresses are strobed into the internal buffers using RAS
and CAS inputs respectively.
a) i & iii
b) i & ii
c) all d) iii
14. 8086 microprocessor is interfaced to 8253 a programmable interval timer. The
maximum number by which the clock frequency on one of the timers is divided
by
a) 216 b) 28 c) 210 d) 220
M. Krishna Kumar/IISc. Bangalore
M3/V1/June 04/1
Microprocessors and Microcontrollers/Interfacing with 8086
Multiple Choice Questions
15. 8086 is interfaced to two 8259s (Programmable interrupt controllers). If 8259s
are in master slave configuration the number of interrupts available to the 8086
microprocessor is
a) 8 b) 16 c) 15 d) 64
M. Krishna Kumar/IISc. Bangalore
M3/V1/June 04/2
Microprocessors and Microcontrollers/Interfacing with 8086
Key:
3.1 B
3.7 A
3.12 C
3.2 A
3.8 B
3.13 C
3.3 C
3.9 B
3.14 A
M. Krishna Kumar/IISc. Bangalore
3.4 B
3.10 B
3.15 D
Multiple Choice Questions
3.5 D
3.11 A
3.6 C

___________________________________________________________

1. The coprocessors operate in ______ with a processor on the same buses and with
the same instruction _______.
a) Parallel, byte stream.
b) Series, byte stream.
c) Series, bite stream d) Parallel, bite stream.
2. Why 8087 is referred to as Coprocessor?
i) Because 8087 is used in parallel with main processor in a system, rather than
serving as a main processor itself.
ii) Because 8087 is used in serial with main processor in a system, rather than
serving as a main processor itself.
iii) Because main Microprocessor handles the general program execution and the
8087 handles specialized math computations.
a) i & iii
b) ii & iii
c) iii only.
d) i only.
3. 8087 connection to 8086, to enable the _________ bank of memory _______pins
are to be connected.
a) Lower, BHE
b) Upper, BHE
c) Lower, INT
d) Upper, INT.
4. ___ Connection and the _______ instruction will solve the problem of
synchronization between processor and coprocessor.
a) INT & NMI, WAIT
b) RQ/GT0 & RQ/GT1, FWAIT
c) BUSY & TEST, FWAIT d) S0 & QS0, WAIT
5. _______ input is available, so that another coprocessor can be connected and
function in _________ with the 8087.
.
a) RQ/GT0, parallel b) RQ/GT1, parallel c) QS1 & QS0, parallel
d) S0 & S1, parallel.
6. In 8087, _______ many register stack are there? And of _____ registers. These
registers are used as _________ stack.
a) 7, 40 bit, FIFO. b) 8, 60 bit, LILO. c) 8, 80 bit, LIFO d) 7, 80 bit, FILO.
7. If ______ and ________ connections are made so that an error condition in 8087
can interrupt to the processor.
a) BHE, RQ/GT1
b) BUSY, TEST
c) INT, NMI d) RQ/GT0, RQ/GT1
8. In 8087, which instruction is used for division real reversed______.
a) FDIV
b) FIDIVR
c) FDIVR
d) FDIVRP
9. Which of the following is of compare instruction in 8087?
a) FTST
b) FPREM
c) FPATAN d) FLDI
10. In 8087 coprocessor one of the following instructions is not valid
a. FSIN
b. FPTAN
c. FIDIV
d. FSQRT
11. One of the following signals belongs to the 8087 coprocessor is
a. HOLD
b. BUSY
c. TEST
d. NMI
M. Krishna Kumar/IISc. Bangalore
M4/V1/June 04/1
Microprocessors and Microcontrollers/Coprocessor
Key:
4.1 A
4.7 C
Multiple Choice Questions
4.2 A 4.3 B 4.4 A 4.5 B 4.6 C
4.8 C 4.9 A 4.10 A 4.11 C

______________________________________________________
1. The 8051 microcontroller is of ___pin package as a ______ processor.
a) 30, 1byte b) 20, 1 byte c) 40, 8 bit
d) 40, 8 byte
2. The SP is of ___ wide register. And this may be defined anywhere in the ______.
a) 8 byte, on-chip 128 byte RAM. b) 8 bit, on chip 256 byte RAM.
c) 16 bit, on-chip 128 byte ROM
d) 8 bit, on chip 128 byte RAM.
3. After reset, SP register is initialized to address________.
a) 8H b) 9H c) 7H d) 6H
4. What is the address range of SFR Register bank?
a) 00H-77H b) 40H-80H c) 80H-7FH d) 80H-FFH
5. Which pin of port 3 is has an alternative function as write control signal for
external data memory?
a) P3.8 b) P3.3 c) P3.6 d) P3.1
6. What is the Address (SFR) for TCON, SCON, SBUF, PCON and PSW
respectively?
a) 88H, 98H, 99H, 87H, 0D0H.
b) 98H, 99H, 87H, 88H, 0D0H
c) 0D0H, 87H, 88H, 99H, 98H
d) 87H, 88H, 0D0H, 98H, 99H
7. Match the following:
1) TCON
i) contains status information
2) SBUF
ii) timer / counter control register.
3) TMOD
iii) idle bit, power down bit
4) PSW
iv) serial data buffer for Tx and Rx.
5) PCON
v) timer/ counter modes of operation.
a) 1->ii, 2->iv, 3->v, 4->i, 5->iii.
b) 1->i, 2->v, 3->iv, 4->iii, 5->ii.
c) 1->v, 2->iii, 3->ii, 4->iv, 5->i.
d) 1->iii, 2->ii, 3->i, 4->v, 5->iv.
8. Which of the following is of bit operations?
i) SP
ii) P2
iii) TMOD
iv) SBUF
v) IP
a) ii, v only b) ii, iv, v only c) i, v only
d) iii, ii only
9. Serial port interrupt is generated, if ____ bits are set
a) IE b) RI, IE
c) IP, TI
d) RI, TI
10. In 8051 which interrupt has highest priority?
a)IE1 b)TF0 c)IE0 d)TF1
11. Intel 8096 is of ___ bit microcontroller family called as ______.
a) 8, MCS51 b) 16, MCS51 c) 8, MCS96 d) 16, MCS96
12. 8096 has following features fill up the following,
i) ____ Register file,
ii) ____ I/O Ports
iii) ____ architecture.
a) 256 byte, five 8bit, register to register
b) 256 byte, four 8bit, register to register
c) 232 byte, five 8bit, register to register
d) 232 byte, six 8 bit, register to register
13. How many synchronous and asynchronous modes are there in serial port of 8096?
M. Krishna Kumar/IISc. Bangalore
M5/V1/June 04/1
Microprocessors and Microcontrollers/
Architecture of Micro controllers
Multiple Choice Questions
a) 2, 2 respectively b) 3,1 respectively c) 1, 3 respectively d) 1, 2 respectively
14. In 8096 we have _____interrupt sources and _______ interrupt vectors.
a) 18, 8
b) 21, 6
c) 21, 8
d) 16, 8
15. 8096 has ___ general purpose I/O ports, Port 2 includes ______ of the following
i) two quasi-bidirectional I/O lines
ii) two output lines
iii) four input lines
iv) open drain outputs
a) 4, i, iv
b) 6, ii, iii
c) 4, i,ii,iii
d) 6, i, ii, iv
16. 8096 write-protected mode, no code can write to memory address between __.
a) 2020 to 3FFFH b) 8000 to FFFFH c) 2000 to 3FFFH d) 2020 to 202FH
17. If the __ pin is ___ , then we have the option of using the ____ ROM or EPROM
together with _____ memory and devices.
a) EA, high, internal, external
b) EA, low, internal, external
c) EA, high, external, internal
d) EA, low, external, internal
18. In 8096, CCB bit 3 is ____.
a) write strobe mode select b) address valid strobe select
c) bus width select
d) Internal read control mode
19. In 8096, mode ____ of serial port are ___ modes commonly used for ____
communications.
a) 1, 8bit, single processor
b) 0, 7bit, multiple microcontroller
c) 2, 9 bit, multiple processors
d) 3, 8 bit, multiple microcontroller
20. What is the function of watchdog timer?
a) The watchdog Timer is an external timer that resets the system if the software
fails to operate properly.
b) The watchdog Timer is an internal timer that sets the system if the software fails
to operate properly.
c) The watchdog Timer is an internal timer that resets the system if the software fails
to operate properly.
d) None of them
M. Krishna Kumar/IISc. Bangalore
M5/V1/June 04/2
Microprocessors and Microcontrollers/
Architecture of Micro controllers
Key:
5.1 C
5.7 A
5.13 C
5.19 C
Multiple Choice Questions
5.2 D 5.3 C 5.4 D 5.5 C 5.6 A
5.8 A 5.9 D 5.10 C 5.11 D 5.12 C
5.14 C 5.15 C 5.16 C 5.17 A 5.18 B
5.20 C

___________________________________________
‘
1. Which of the following instruction perform as of indirect RAM to accumulator?
a) MOV A, Rn
b) MOV @Ri, A
c) MOV A, @Ri d) MOV Rn, A
2. ACALL instruction allows specifying ______address in the instruction and
calling subroutine within ______ program memory block.
a) 2byte, 3K
b) 11bit, 2K c) 9bit, 2K
d) 1byte, 3K
3. Which of the following instruction perform the move accumulator to external
RAM of 16bit address?
a) MOV @ DPTR, A
b) MOVX @ Ri, A
c) MOV A, @ Ri d) MOVX @ DPTR, A
4. Which of the following instruction perform jump indirect relative to DPTR
a) JMP A+DPTR b) JMP DPTR
c) JMP @A+DPTR
d) SJMP A+DPTR
5. Which of the following instruction is wrong
a) INC DPTR
b) MOV @DPTR, A
c) MOV A, @A+DPTR d) DEC DPTR
6. Which of the following instruction is of logical instructions?
i) CPL A
ii) JC rel
iii) DA A
iv) ANL A, Rn
v) RR A
vi) CPL bit
a) i, v
b) v, iii, I
c) iv, ii d) v, iii, ii
7. What instruction performs Compare immediate to indirect and jump if not equal.
a) CJNE A, #data, rel
b) CJNE Rn, #data, rel
c) CJNE @ Ri, #data, rel d) CJNE A, data, rel
8. What is the Result of RR A instruction if accumulator contains 1000 0000.
a) 0000 0001
b) 0000 0000 c) 0100 0000 d) 0000 0010
9. MOV 45, #4FH
MOV R0, 45H
INC R0
MOV @R0, #30H
What is the location value of R0 and the content at that place?
a) 45H, 4F b) 50H, 30H c) 30H, 50H d) 50H, 45H
10. Which of the following is of type memory initialized Directive?
i) DS
ii) SET iii) DW
iv) DBIT
a) i, iii
b) ii c) iii d) iv, ii
11. Which of the following is not a program linking directive
i) EXTRN ii) SEGMENT iii) NAME
iv) PUBLIC v) USING
a) iv, v
b) ii, iii c) i, iii d) ii, v
12. SP of 8051 is of ___ wide and it is loaded with the default value of ___ after reset.
a) 2 byte, 08H
b) 8 bit, 07H c) 1 byte, 09H d) 8 bit, 06H
13. Which of the following instruction is used to set bit port directly?
a) SET P1.0
b) MOV P1.0, bit
c) SETB P1.0 d) JB P1.0, bit
14. MOV A, #56H
MOV R1, #50H
M. Krishna Kumar/IISc. Bangalore
M6/V1/June 04/1
Microprocessors and Microcontrollers/Assembly language of 8051
MOV 50H, # 45H
XCHD A, @R1
What is the result at A, R1?
a) 56H, 45H
b) 45H, 50H c) 50H, 56H
M. Krishna Kumar/IISc. Bangalore
Multiple Choice Questions
d) 45H, 56H
M6/V1/June 04/2
Microprocessors and Microcontrollers/Assembly language of 8051
Key:
6.1 C
6.7 C
6.13 C
Multiple Choice Questions
6.2 B 6.3 D 6.4 C 6.5 B 6.6 A
6.8 C 6.9 B 6.10 C 6.11 D 6.12 B
6.14 D

_________________________________________________________________

Microprocessors and Microcontrollers/Interfacing with 8051
Multiple Choice Questions
1. In 8051 an external interrupt 1 vector address is of ________ and causes of interrupt
if ____.
a) 000BH, a high to low transition on pin INT1
b) 001BH, a low to high transition on pin INT1
c) 0013H, a high to low transition on pin INT1
d) 0023H, a low to high transition on pin INT1
2. Serial port vector address is of _______. And causes an interrupt when ________.
a) 0013H, either TI or RI flag is set
b) 0023H, either TI or RI flag is reset
c) 0013H, either TI or RI flag is reset
d) 0023H, either TI or RI flag is set
3. In serial communication modes, mode 1 the Baud rate =
a) BR=2SMOD/32 * (Timer 0 over flow rate)
b) BR=2SMOD/16 * (Timer 1 over flow rate)
c) BR=2SMOD/16 * (Timer 0 over flow rate)
d) BR=2SMOD/32 * (Timer 1 over flow rate)
4. In modes 2 and 3, if _____ bit of SCON bit is set will causes enable multiprocessor
communication and is of ____ bit address.
a) SM1, 9EH b) TB8 , 9CH c) SM2 , 9DH d) SM0, 9FH
5. Interfacing LCD with 89C51 _____ data lines are used along with the _____ signals.
a) 6, RS, RW b) 5, RW, EN c) 8, RS, EN, RW
d) 9, RS, EN, RW
6. Resolution of ADC is defined as
a) 1/ (2N – 1) b) 2N-1 c) 1/ (2N-1) d) 2N-1
7. In microcontroller and LCD interface which line will instruct the LCD that
microcontroller is sending data?
a) DB0 b) RW c) EN d) RS
8. Which bit of TMOD will exactly configure timer / counter as a timer or counter.
i) TMOD.6 of C/T for timer 1
ii) TMOD.6 of C/T for timer 0
iii) TMOD.2 of C/T for timer 0
iv) TMOD.2 of C/T for timer 1
a) i, ii b) ii, iv c) i, iii d) iii, iv
M. Krishna Kumar/IISc. Bangalore
M7/V1/June 04/1
Microprocessors and Microcontrollers/Interfacing with 8051
Multiple Choice Questions
Key:
7.1 C 7.2 D 7.3 D 7.4 C 7.5 C 7.6 C 7.7 C 7.8 C

________________________________________________________________


1. Segmentation unit allows segments of _____ size at maximum.
a) 4Gbytes
b) 6Mbytes c) 4Mbytes d) 6Gbytes
2. If ______input pin of 80386 if activated, allows address pipelining during 80386
bus cycles.
a) BS16
b) NA c) PEREQ
d) ADS
3. Virtual Mode Flag bit can be set using ____ instruction or any task switch
operation only in the _____ mode
a) IRET, Virtual b) POPF, Real c) IRET, protected d) POPF, protected
4. The interrupt vector table of 80386 has been allocated ______ space starting from
_______ to _______.
a) 1Kbyte, 00000H, 003FFH
b) 2Kbyte, 10000H, 004FFH
c) 3Kbyte, 01000H, 007FFH
d) 4Kbyte, 01000H, 009FFH
5. The ___ bit decides whether it is a system descriptor or code/data segment
descriptor
a) P
b) S c) D d) G
6. A new signal group on the 80486 is the ______.
a) PARITY
b) DP0-DP3 c) PCHK
d) all
7. _____is used to control the cache with two new control bits not present in the
80386 microprocessor. What are the bits used to control the 8K byte cache?
a) CR0, CD, NW b) CR0, NW, PWT
c) Control Register Zero, PWT, PCD
d) none
8. To prevent another master from taking over the bus during a critical operation, the
486 can assert its _____signal.
a) LOCK# or PLOCK# b) HOLD or BOFF c) HLDA
d) HOLD
9. 80386 support which type of descriptor table from the following?
a) TDS
b) ADS
c) GDS
d) MDS
10. 80386 support overall ___ addressing modes to facilitate efficient execution of
higher level language programs.
a) 9
b) 10 c) 11 d) 12
M. Krishna Kumar/IISc. Bangalore
M8/V1/June 04/1
Microprocessors and Microcontrollers/High end processors
Key:
8.1 A
8.7 A
Multiple Choice Questions
8.2 B 8.3 C 8.4 A 8.5 B 8.6 D
8.8 A 8.9 C 8.10 C

_______________________________________________________


Microprocessor And Assembly Language MCQ 02
1)   Who is the brain of computer:

a.          ALU
b.          CPU
c.          MU
d.          None of these

2)   Which technology using the microprocessor is fabricated on a single chip:

a.          POS
b.          MOS
c.          ALU
d.          ABM

3)   MOS stands for:
a.          Metal oxide semiconductor
b.          Memory oxide semiconductor
c.           Metal oxide select
d.          None of these
4)   In which form CPU provide output:

a.           Computer signals
b.          Digital signals
c.          Metal signals
d.          None of these

5)   How many types of microprocessor comprises:

a.          3
b.          6
c.          9
d.          4

6)   Which is the microprocessor comprises:

a.          Register section
b.          One or more ALU
c.          Control unit
d.          All of these
7)   The register section is related to______ of the computer:

a.           Processing
b.           ALU
c.           Main memory
d.           None of these

8)    What is the store by register:

a.           data
b.           operands
c.           memory
d.           None of these

9)    How many types of classification of processor based on register section:

a.           1
b.           2
c.           3
d.           4

10) In Microprocessor one of the operands holds a special register called:

a.           Calculator
b.           Dedicated
c.           Accumulator
d.           None of these

11) Accumulator based microprocessor example are:

a.           Intel 8085
b.           Motorola 6809
c.           A and B
d.           None of these

12) A set of register which contain are:

a.           data
b.           memory addresses
c.           result
d.           all of these

13) How many types are primarily register:

a.           1
b.           2
c.           3
d.           4

14) There are primarily two types of register:

a.           general purpose register
b.           dedicated register
c.            A and B
d.           none of these

15) Which register is a temporary storage location:

a.           general purpose register
b.           dedicated register
c.            A and B
d.           none of these

16) How many parts of dedicated register:

a.           2
b.           4
c.            5
d.           6

17) Name of typical dedicated register is:

a.            PC
b.           IR
c.            SP
d.           All of these

18) PC stands for:
a.           Program counter
b.           Points counter
c.           Paragraph counter
d.           Paint counter

19) IR stands for:

a.            Intel register
b.           In counter register
c.            Index register
d.           Instruction register

20) SP stands for:

a.           Status pointer
b.           Stack pointer
c.           a and b
d.           None of these

21) The act of acquiring an instruction is referred as the____ the instruction:

a.           Fetching
b.           Fetch cycle
c.           Both a and b
d.           None of these

22) How many bit of instruction on our simple computer consist of one____:

a.           2-bit
b.           6-bit
c.            12-bit
d.           None of these

23) How many parts of single address computer instruction :

a.           1
b.           2
c.           3
d.           4
24) Single address computer instruction has two parts:

a.           The operation code
b.           The operand
c.           A and B
d.           None of these

25) LA stands for:

a.   Load accumulator
b.         Least accumulator
c.          Last accumulator
d.         None of these

26) ED stands for:

a.           Enable MRD
b.           Enable MDR
c.           Both a and b
d.           None of these

27) LM stands for:

a.           Least MAR
b.           Load MAR
c.           Least MRA
d.           Load MRA

28) Causing a flag to became 0 is called:

a.           Clearing a flag
b.           Case a flag
c.           Both a and b
d.           None of these

29) Which are the flags of status register:

a.           Over flow flag
b.           Carry flag
c.           Half carry flag
d.            Zero flag
e.            Interrupt flag
f.            Negative flag
g.            All of these

30)   The carry is operand by:
a.            C
31)   The sign is operand by:
a.            S
32)   The zero is operand by:
a.            Z
33)   The overflow is operand by:
a.            O
34)   _____ is the condition:

a.            CD
b.            IR
c.             Both a and b
d.            None of these

35) ____ causes the address of the next microprocessor to be obtained from the
memory:

a.            CRJA
b.            ROM
c.            MAP
d.            HLT

36) _________ Stores the instruction currently being executed:

a.            Instruction register
b.            Current register
c.             Both a and b
d.            None of these

37) In which register instruction is decoded prepared and ultimately executed:

a.            Instruction register
b.            Current register
c.            Both a and b
d.           None of these

38) The status register is also called the____:

a.           Condition code register
b.           Flag register
c.           A and B
d.           None of these

39) BCD stands for:

a.           Binary coded decimal
b.           Binary coded decoded
c.           Both a & b
d.           none of these

40) Which is used to store critical pieces of data during subroutines and interrupts:

a.           Stack
b.           Queue
c.           Accumulator
d.           Data register

41) The area of memory with addresses near zero are called:

a.           High memory
b.           Mid memory
c.           Memory
d.           Low memory

42) The point where control returns after a subprogram is completed is known as the :
a.          Return address
b.          Main Address
c.           Program Address
d.          Current Address
43) The subprogram finish the return instruction recovers the return address from the:
a.           Queue
b.          Stack
c.           Program counter
d.          Pointer
44) The processor uses the stack to keep track of where the items are stored on it this
by using the:
a.            Stack pointer register
b.            Queue pointer register
c.            Both a & b
d.            None of these
45) Which point to the ___ of the stack:
a.            TOP
b.            START
c.            MID
d.            None of these
46) Stack words on:
a.            LILO
b.            LIFO
c.            FIFO
d.            None of these
47) Which is the basic stack operation:
a.            PUSH
b.            POP
c.             BOTH A and B
d.            None of these
48) SP stand for:
a.            Stack pointer
b.            Stack pop
c.            Stack push
d.            None of these
49) How many bit stored by status register:
a.            1 bit
b.            4 bit
c.            6 bit
d.            8 bit
50) Which is the important part of a combinational logic block:
a.            Index register
b.            Barrel shifter
c.            Both a & b
d.            None of these


51) The structure of the stack is _______ type structure:
a.          First in last out
b.           Last in last out
c.            Both a & b
d.           None of these
52) The data in the stack is called:
a.            Pushing data
b.           Pushed
c.            Pulling
d.           None of these
53) The CU is designed by using which techniques:
a.            HARDWIRED CONTROLS
b.           MICROPROGRAMING
c.            NANOPROGRAMING
d.            ALL OF THESE
54) The 16 bit register is separated into groups of 4 bit where each groups is called:
a.            BCD
b.            Nibble
c.            Half byte
d.           None of these
55) A nibble can be represented in the from of:
a.            Octal digit
b.           Decimal
c.            Hexadecimal
d.           None of these
56) The left side of any binary number is called:
a.            Least significant digit
b.            Most significant digit
c.            Medium significant digit
d.           low significant digit
57) MSD stands for:
a.            Least significant digit
b.            Most significant digit
c.            Medium significant digit
d.           low significant digit
58) _____ a subsystem that transfer data between computer components inside a
computer or between computer:
a.            Chip
b.           Register
c.             Processor
d.            Bus
59) Which is called superhighway:
a.            Processor
b.           Multiplexer
c.            Backbone bus
d.           None of these
60) The external system bus architecture is created using from ______ architecture:
a.            Pascal
b.           Dennis Ritchie
c.            Charles Babbage
d.           Von Neumann
61) The network of wires or electronic path ways on mother board back side:
a.            PCB
b.           BUS
c.            BOTH A and B
d.           None of these
62) Which Bus connects CPU & level 2 cache:
a.            Rear side bus
b.           Front side bus
c.            Memory side bus
d.           None of these
63) Which bus carry addresses:
a.            System bus
b.           Address bus
c.            Control bus
d.           Data bus
64) A 16 bit address bus can generate___ addresses:
a.            32767
b.           25652
c.            65536
d.           none of these
65) The processor 80386/80486 and the Pentium processor uses _____ bits address
bus:
a.            16
b.           32
c.            36
d.           64
66) CPU can read & write data by using :
a.            Control bus
b.           Data bus
c.            Address bus
d.           None of these
67) Which bus transfer singles from the CPU to external device and others that carry
singles from external device to the CPU:
a.           Control bus
b.           Data bus
c.            Address bus
d.           None of these
68) Which is not the control bus signal:
a.            READ
b.           WRITE
c.            RESET
d.           None of these
69) When memory read or I/O read are active data is to the processor :
a.           Input
b.           Output
c.            Processor
d.           None of these
70) When memory write or I/O read are active data is from the processor:
a.            Input
b.           Output
c.            Processor
d.           None of these
71) Using 12 binary digits how many unique house addresses would be possible:
a.            28=256
b.           212=4096
c.            216=65536
d.           None of these
72) PROM stands for:
a.           Programmable read-only memory
73) EPROM stands for:
a.           Erasable Programmable read-only memory
74) Each memory location has:
a.            Address
b.           Contents
c.            Both A and B
d.           None of these
75) Which is the type of microcomputer memory:
a.            Processor memory
b.           Primary memory
c.            Secondary memory
d.           All of these
76)   Secondary memory can store____:
a.             Program store code
b.            Compiler
c.             Operating system
d.            All of these
77)   Secondary memory is also called____:
a.             Auxiliary
b.            Backup store
c.             Both A and B
d.            None of these
78)   Customized ROMS are called:
a.            Mask ROM
b.            Flash ROM
c.             EPROM
d.            None of these
79)   The ram which is created using bipolar transistors is called:
a.             Dynamic RAM
b.            Static RAM
c.             Permanent RAM
d.            DDR RAM
80)   Which type of RAM needs regular referred:
a.            Dynamic RAM
b.            Static RAM
c.             Permanent RAM
d.            SD RAM
81)   Which RAM is created using MOS transistors:
a.            Dynamic RAM
b.            Static RAM
c.             Permanent RAM
d.            SD RAM
82)   Which latch is mostly used creating memory register:
a.             SR-Latch
b.            JK-Latch
c.             D-Latch
d.            T-Latch
83)   Which statement is false about WR signal:
a.             WR signal controls the input buffer
b.            The bar over WR means that this is an active low signal
c.             The bar over WR means that this is an active high signal
d.            If WR is 0 then the input data reaches the latch input
84) Which technique is used for main memory array design:
a.            Linear decoding
b.           Fully decoding
c.            Both A and B
d.           None of these
85) CS stands for:
a.            Cable select
b.           Chip select
c.            Control select
d.           Cable system
86) WE stands for:
a.           Write enable
b.           Wrote enable
c.            Write envy
d.           None of these
87) When CS _____ the chip is not selected at all hence D7 to D0 are driven to high
impedance state:
a.           High
b.           Low
c.            Medium
d.           Stand by
88) The capacity of this chip is 1KB they are organized in the form of 1024 words with 8
bit word The what is the site of address bus:
a.            8 bit
b.           10 bit
c.            12 bit
d.           16 bit
89) Which storage technique dose not decoding circuit:
a.           Linear decoding
b.           Fully decoding
c.            Partially
d.           None of these
90) In linear decoding address bus of 16-bit wide can connect only ____ of RAM.
a.            16 KB
b.           6KB
c.            12KB
d.           64KB
91) Which statement is wrong according to linear decoding :
a.            Address map is not contiguous.
b.           Confects occur if two of the select lines become active at the same time
c.           If all unused address lines are not used as chip selectors then these
unused lines become don’t cares
d.           None of these
92) The problem of bus confect and sparse address distribution are eliminated by the
use of ______ address technique:
a.           Fully decoding
b.           Half decoding
c.           Both a & b
d.           None of these
93) A microprocessor retries instructions from :
a.           Control memory
b.           Cache memory
c.           Main memory
d.           Virtual memory
94) Which register is used to communicate with memory:
a.           MAR
b.           MDR
c.           Both A and B
d.           None of these
95) SAM stands for:
a.           Simple architecture machine
b.           Solved architecture machine
c.           Both a & b
d.           None of these
96) MAR stands for:
a.           Memory address register
b.           Memory address recode
c.           Micro address register
d.           None of these
97) MDR stands for:
a.           Memory data register
b.           Memory data recode
c.           Micro data register
d.           None of these
98) VAM stands for:
a.           Valid memory address
b.           Virtual memory address
c.           Variable memory address
d.           None of these
99) Which microprocessor to read an item from memory:
a.           VAM
b.           SAM
c.           MOC
d.           None of these
100)      Which bus plays a crucial role in I/O:
a.           System bus
b.           Control bus
c.           Address bus
d.           Both A and B
101)      Which register is connected to the memory by way of the address bus:
a.           MAR
b.           MDR
c.           SAM
d.           None of these
102)      How many bit of MAR register:
a.           8-bit
b.           16-bit
c.           32-bit
d.           64-bit
103)      MOC stands for:
a.           Memory operation complex
b.           Micro operation complex
c.            Memory operation complete
d.           None of these
104)      Which are the READ operation can in simple steps:
a.           Address
b.           Data
c.           Control
d.           All of these
105)      The upper red arrow show that CPU sends out the control signals____ and
_____ indicate the data is read from the memory:
a.           Memory request
b.           Read
c.            Both A and B
d.           None of these
106)      The information is transferred from the_____ and ____ specified register:
a.           MDR
b.           CPU
c.            Both A and B
d.           None of these
107)       The information on the data bus is transferred to the ______register:
a.            MOC
b.            MDR
c.            VAM
d.            CPU
108)       The lower red curvy arrow show that CPU places the address extracted from
the memory location on the_____:
a.            Address bus
b.            System bus
c.            Control bus
d.            Data bus
109)       DMA stands for:
a.            Direct memory access
b.            Direct memory allocation
c.            Data memory access
d.            Data memory allocation
110)       DMA stands for:
a.            Dynamic memory access
b.            Data memory access
c.            Direct memory access
d.            Both B and C
111)       CRT stands for:
a.            Cathode ray tube
b.            Compared ray tube
c.            Command ray tube
d.            None of these
112)       The CPU sends out a ____ signal to indicate that valid data is available on
the data bus:
a.            Read
b.            Write
c.            Both A and B
d.            None of these
113)       The ____ place the data from a register onto the data bus:
a.            CPU
b.            ALU
c.            Both A and B
d.            None of these
114)       The CPU removes the ___ signal to complete the memory write operation:
a.            Read
b.            Write
c.             Both A and B
d.            None of these
115)       The value memvar must be transferred to the ___:
a.             Computer
b.            CPU
c.             Both A and B
d.            None of these
116)       The microcomputer system by using the ____device interface:
a.             Input
b.            Output
c.             Both A and B
d.            None of these
117)       How bit microprocessor inexpensive a separate interface is provided with I/O
device:
a.             2 bit
b.            4 bit
c.             8 bit
d.            32 bit
118)       How many ways of transferring data between the microprocessor and a
physical I/O device:
a.             2
b.            3
c.             4
d.            5
119)       The standard I/O is also called:
a.            Isolated I/O
b.             Parallel I/O
c.             both a and b
d.            none of these
120)       standard I/O uses which control pin on the micro processor:
a.            IO/M
121)       A___ on this pin indicates a memory operation:
a.            Low
b.            High
c.             Medium
d.            None of these
122)       The external device is connected to a pin called the ______ pin on the
processor chip.
a.            Interrupt
b.            Transfer
c.            Both
d.           None of these
123)       The DMA controllers are special hardware embedded into the chip in modern
integrate processor that ____and_____ to the system;
a.             Data transfer
b.           arbitrate access
c.            Both A and B
d.            None of these
124)       The CPU completes yields control of the bus to the DMA controller via:
a.           DMA acknowledge signal
b.           DMA integrated signal
c.            DMA implicitly signal
d.           None of these
125)       The mode of DMA are:
a.            Single transfer
b.           Block transfer
c.            Burst –block transfer
d.           Repeated single transfer
e.            Repeated–block transfer
f.            Repeated Burst –block transfer
g.            All of these

__________________________________________________________



                                      Set - 1


1. UNIVAC is
     a. Universal Automatic Computer
     b. Universal Array Computer
     c. Unique Automatic Computer
     d. Unvalued Automatic Computer

2. CD-ROM stands for
     a. Compactable Read Only Memory
     b. Compact Data Read Only Memory
     c. Compactable Disk Read Only Memory
     d. Compact Disk Read Only Memory

3. ALU is
a. Arithmetic Logic Unit
     b. Array Logic Unit
     c. Application Logic Unit
     d. None of above

4. VGA is
     a. Video Graphics Array
     b. Visual Graphics Array
     c. Volatile Graphics Array
     d. Video Graphics Adapter

5. IBM 1401 is
     a. First Generation Computer
     b. Second Generation Computer
     c. Third Generation Computer
     d. Fourth Generation Computer

6. MSI stands for
     a. Medium Scale Integrated Circuits
     b. Medium System Integrated Circuits
     c. Medium Scale Intelligent Circuit
     d. Medium System Intelligent Circuit

7. The capacity of 3.5 inch floppy disk is
     a. 1.40 MB
     b. 1.44 GB
     c. 1.40 GB
     d. 1.44 MB

8. The first computer introduced in Nepal was
     a. IBM 1400
     b. IBM 1401
     c. IBM 1402
     d. IBM1402

9. WAN stands for
     a. Wap Area Network
     b. Wide Area Network
     c. Wide Array Net
     d. Wireless Area Network
10. MICR stands for
     a. Magnetic Ink Character Reader
     b. Magnetic Ink Code Reader
     c. Magnetic Ink Cases Reader
     d. None

1. UNIVAC is
Correct Answer: a. Universal Automatic Computer

Explanation: There are no computers with the name as in other options.
UNIVAC was the first general purpose electronic digital computer designed for
commercial use, produced by Universal Accounting Company of John Mauchly
and J.P.Eckert in 1951.

2. CD-ROM stands for
Correct Answer: d. Compact Disk Read Only Memory

Explanation: There are no objects with the name as in other options. CD-ROM is
a non-volatile optical data storage medium using the same physical format as
audio compact disk, readable by a computer with a CD-ROM drive. The standard
12 cm diameter CD-ROM store about 660 megabytes.

3. ALU is
Correct Answer: a. Arithmetic Logic Unit

Explanation: ALU is a unit in Central Processing Unit in a computer system that
is responsible for arithmetic calculations and logical operations. Apart from ALU,
the CPU contains MU (Memory Unit) and CU (Control Unit).

4. VGA is
Correct Answer: a. Video Graphics Array

Explanation: VGA is a type of Graphics Adapter. Graphic Adapter is an electronic
board that controls the display of a monitor. This device helps the motherboard
to work with the monitor and in VGA and SVGA the last letter ‘A’ stands
for ‘Array’ whereas in MDA, CGA, MCGA the last letter ‘A’ stands for ‘Adapter’.

5. IBM 1401 is
Correct Answer: b. Second Generation Computer
Explanation: IBM 1401 is a Second Generation Computer and is the first computer
to enter Nepal in 2028 BS for census. Government of Nepal had brought this
computer on rent and later purchased for data processing in Bureau of Statistics.
After this computer, another ICL 2950/10, a British computer, was purchased by
the fund of UNDP and UNFPA for the census of 2038 BS is second computer in
Nepal.

6. MSI stands for
Correct Answer: a. Medium Scale Integrated Circuits

Explanation: After the invention of IC chips the development of computers
plunged into next phase. Small Scale Integration and Medium Scale Integration
(SSI and MSI) were used in third generation of computers and Large Scale
Integration and Very Large Scale Integration (LSI and VLSI) are being used in
fourth generation of computers. People are now expecting ULSI (Ultra Large
Scale Integration) Circuits to be used for fifth generation computers.

7. The capacity of 3.5 inch floppy disk is
Correct Answer: d. 1.44 MB

Explanation: Microfloppy disks (3.5 inch) if it is high density (MF2HD) can
store 1.44 MB and if it is low density (MF2DD), it can store 720 KB. Mini Floppy
disks (5.25 inch) if it is high density (MD2HD) can store 1.2 MB and low density
(MD2DD) stores 360 KB of data.

8. The first computer introduced in Nepal was
Correct Answer: b. IBM 1401

Explanation: IBM 1401, a second generation computer was brought in Nepal
by the Government of Nepal paying One Lakh and twenty five thousands per
month to use in the census in 2028 B.S. Before this computer, Nepal was using a
calculating device called Facit for statistical tasks.

9. WAN stands for
Correct Answer: b. Wide Area Network

Explanation: There are three different classes of computer network namely, Local
Area Network (LAN) that covers a small geographical area such as a room, a
building or a compound; Metropolitan Area Network (MAN) that has a citywide
coverage; and Wide Area Network (WAN) that covers the whole globe or beyond
the globe.

10. MICR stands for
Correct Answer: a. Magnetic Ink Character Reader

Explanation: MICR (Magnetic Ink Character Reader) is kind of scanner that can
scan and identify the writing of magnetic ink. This device is used in banks to
verify signatures in Checks.
________________________________________________


                                         Set - 2

1. EBCDIC stands for
a. Extended Binary Coded Decimal Interchange Code
b. Extended Bit Code Decimal Interchange Code
c. Extended Bit Case Decimal Interchange Code
d. Extended Binary Case Decimal Interchange Code

2. BCD is
a. Binary Coded Decimal
b. Bit Coded Decimal
c. Binary Coded Digit
d. Bit Coded Digit



3. ASCII stands for
a. American Stable Code for International Interchange
b. American Standard Case for Institutional Interchange
c. American Standard Code for Information Interchange
d. American Standard Code for Interchange Information



4. Which of the following is first generation of computer
a. EDSAC
b. IBM-1401
c. CDC-1604
d. ICL-2900



5. Chief component of first generation computer was
a. Transistors
b. Vacuum Tubes and Valves
c. Integrated Circuits
d. None of above



6. FORTRAN is
a. File Translation
b. Format Translation
c. Formula Translation
d. Floppy Translation



7. EEPROM stand for
a. Electrically Erasable Programmable Read Only Memory
b. Easily Erasable Programmable Read Only Memory
c. Electronic Erasable Programmable Read Only Memory
d. None of the above



8. Second Generation computers were developed during
a. 1949 to 1955
b. 1956 to 1965
c. 1965 to 1970
d. 1970 to 1990

Correct Answer: 1956 to 1965
Explanation: Second generation computers used transistors as their main electronic
component. Transistor was invented by Bell Lab Scientists John Burdeen, Walter
Brattain and William Shockley in 1947 and won the Nobel Prize in 1956 but it was not
used in computers till 1956. The second generation continued until the implementation of
IC chips invented by Jack Kilby in Texas Instruments in 1958.




9. The computer size was very large in
a. First Generation
b. Second Generation
c. Third Generation
d. Fourth Generation



10. Microprocessors as switching devices are for which generation computers
a. First Generation
b. Second Generation
c. Third Generation
d. Fourth Generation

1. EBCDIC stands for
Correct Answer: a. Extended Binary Coded Decimal Interchange Code

Explanation: EBCDIC is an 8-bit binary code for larger IBMs primarily mainframes
in which each byte represent one alphanumeric character or two decimal digits. 256
characters can be coded using EBCDIC.

2. BCD is
Correct Answer: a. Binary Coded Decimal

Explanation: BCD is a binary coded notation in which each of the decimal digits is
expressed as a 8-bit binary numeral. For example in binary coded decimal notation 12 is
0001 0010 as opposed to 1100 in pure binary.

3. ASCII stands for
Correct Answer: c. American Standard Code for Information Interchange

Explanation: ASCII is a code which converts characters – letters, digits, punctuations
and control characters such as Alt, Tab etc – into numeral form. ASCII code is used to
represent data internally in micro-computers. ASCII codes are 7 bits and can represent
0 to 127 and extended ASCII are 8 bits that represents 0 to 255.

4. Which of the following is first generation of computer
Correct Answer: a. EDSAC

Explanation: IBM-1401, CDC-1604 is second generation computer. ICL-2900 is a fourth
generation computer. EDSAC is important in the development of computer since it was
the first computer to use John von. Neumann’s Stored Program Concept. It used 3000
vacuum tubes and computers with vacuum tubes are of first generation computers.

5. Chief component of first generation computer was
Correct Answer: b. Vacuum Tubes and Valves

Explanation: Transistors were used for second generation computers and integrated
circuits in third generation. First generation computers used vacuum tubes and valves
as their main electronic component. Vacuum Tubes were invented by Lee DeForest in
1908.
6. FORTRAN is
Correct Answer: c. Formula Translation

Explanation: FORTRAN (Formula Translation) is one of the earlier High Level
programming languages used to write scientific applications. It was developed by IBM
in 1956.

7. EEPROM stand for
Correct Answer: a. Electrically Erasable Programmable Read Only Memory

Explanation: There are three types of ROM namely, PROM, EPROM and EEPROM.
PROM can’t be reprogrammed, EPROM can be erased by exposing it in high intensity
ultraviolet light and EEPROM can be erased and reprogrammed electrically. It is not
needed to be removed from the computer to be modified.

8. Second Generation computers were developed during
Correct Answer: 1956 to 1965

Explanation: Second generation computers used transistors as their main electronic
component. Transistor was invented by Bell Lab Scientists John Burdeen, Walter
Brattain and William Shockley in 1947 and won the Nobel Prize in 1956 but it was not
used in computers till 1956. The second generation continued until the implementation
of IC chips invented by Jack Kilby in Texas Instruments in 1958.

9. The computer size was very large in
Correct Answer: a. First Generation

Explanation: It is obvious that computers developed with more power, reliability, speed
and smaller sizes due to the enhancement of technology. First generation computers
used 1000s of vacuum tubes that required lot of space made them gigantic in size. Single
transistor could replace 1000 vacuum tubes and a single IC chip replaced 1000s of
transistors made computers smaller and more speedy.

10. Microprocessors as switching devices are for which generation computers
Correct Answer: Fourth Generation

Explanation: Microprocessors further revolutionized the development of computers.
Personal microcomputers were possible due to the microprocessors. The first
microprocessor called Intel 4004 was developed by American Intel Corporation in 1971.
Microprocessors are used in the computers of fourth generation computers.
_______________________________________________
Set - 3

1.     Which generation of computer is still under development
a.     Fourth Generation
b.     Fifth Generation
c.     Sixth Generation
d.     Seventh Generation

2.     Artificial Intelligence is associated with which generation?
a.     First Generation
b.     Second Generation
c.     Fifth Generation
d.     Sixth Generation

3.     Which operation is not performed by computer
a.     Inputting
b.     Processing
c.     Controlling
d.     Understanding

4.     Fifth generation computer is also known as
a.     Knowledge information processing system
b.     Very large scale integration (VLSI)
c.     Both of above
d.     None of above

5.     Central Processing Unit is combination of
a.     Control and storage
b.     Control and output unit
c.     Arithmetic logic and input unit
d.     Arithmetic logic and control unit

6.     The brain of any computer system is
a.     Control Unit
b.     Arithmetic Logic Unit
c.     Central Processing Unit
d.     Storage Unit

7.      Pick the one that is used for logical operations or comparisons such as less than equal
to or greater than.
a.      Arithmetic and Logic Unit
b.     Control Unit
c.     Both of above
d.     None of above

8.     Analog computer works on the supply of
a.     Continuous electrical pulses
b.     Electrical pulses but not continuous
c.     Magnetic strength
d.     None of the above

9.     Digital devices are
a.     Digital Clock
b.     Automobile speed meter
c.     Clock with a dial and two hands
d.     All of them

10.    The computer that process both analog and digital is called
a.     Analog computer
b.     Digital computer
c.     Hybrid computer
d.     Mainframe computer

Answers:

1. Which generation of computer is still under development
Correct Answer: b. Fifth Generation

Explanation: Today’s computer fall under the fourth generation computers that uses
the LSI and VLSI Integrated Circuits. For fifth generation computers it is expected for
Ultra Large Scale Integrated Circuits (ULSI). The study for using Gallium Arsenide
instead of silicon chips is underway. Electrons can travel 5 times faster in Gallium
Arsenide compared to the silicon. Similarly, genetically engineered protein molecules
are being tried for processors. Fifth generation computers are expected to have artificial
intelligence, ability to use natural language.

2. Artificial Intelligence is associated with which generation?
Correct Answer: c. Fifth Generation

Explanation: ‘A computer is a slave in a box’. This is a saying due to the lack of
intelligence in computer in spite of their speed, accuracy, diligence and reliability. A
computer can only perform instructed task in the way already programmed. Thus,
scientists are trying to develop artificial intelligence in computers so that they can think
and make decisions themselves. This is expected for fifth generation computers.
3. Which operation is not performed by computer
Correct Answer: d. Understanding

Explanation: Computers can’t understand since they don’t have intelligence. Let’s hope
in fifth generation they will achieve artificial intelligence and be able to understand.

4. Fifth generation computer is also known as
Correct Answer: a. Knowledge information processing system

Explanation: Fifth Generation computers will have artificial intelligence and will be able
to understand making knowledge information processing system possible,

5. Central Processing Unit is combination of
Correct Answer: d. Arithmetic logic and control unit

Explanation: Arithmetic logic and control unit along with memory unit forms a
complete central processing unit and central processing unit along with input/output
unit forms a computer system.

6. The brain of any computer system is
Correct Answer: c. Central Processing Unit

Explanation: Control unit or arithmetic logical unit alone can not represent the function
of brain to compare with neither does storage unit only. Central Processing Unit is the
combination of control, arithmetic logic and memory units thus can be compared with
brain that controls the body, processes its functions and remembers.

7. Pick the one that is used for logical operations or comparisons such as less than equal to or
greater than.
Correct Answer: a. Arithmetic and Logic Unit

Explanation: Logical sub-unit of ALU performs all the comparisons such as less than
equal to or greater than. Arithmetic sub-unit of ALU performs calculations such as
addition, subtraction and so on.

8. Analog computer works on the supply of
Correct Answer: a. Continuous electrical pulses
Explanation: Analog computers works on the continuous electrical pulses and digital
computers work on the discrete electrical pulses. Analog computers need to process
physical quantities such as temperature, pressure, speed etc.

9. Digital devices are
Correct Answer: a. Digital Clock.

Explanation: Automobile speed meter and clock with a dial and two hands are analog
devices. Speed meter works on speed of wheel and the later works on tension of dialed
spring.

10. The computer that process both analog and digital is called
Correct Answer c. Hybrid Computer

Explanation: Analog, Digital and Hybrid are the three classes of computers based on
the work or principle on which computer work. Hybrid computers can perform both the
tasks of analog computers as well as hybrid computers. These computers are used in
aircraft, hospitals where measuring physical quantities and converting them into digital
data to analyze is required.
__________________________________________________



                                            Set - 4

1. Which statement is valid about magnetic tape?
a. It is a plastic ribbon
b. It is coated on both sides with iron oxide
c. It can be erased and reused
d. All of above

2. The data recording format in most of the modern magnetic tape is
a. 7-bit ASCII
b. 7-bit EBCDIC
c. 8-bit ASCII
d. 8-bit EBCDIC

3. Which of the following is associated with error detector?
a. Odd parity bit
b. Even parity bit
c. Both of the above
d. None of above
4. Tape speed is measured in
a. Feet per second
b. Inch per second
c. Meter per second
d. Centimeter per second

5. Magnetic disks are the most popular medium for
a. Direct access
b. Sequential access
c. Both of above
d. None of above

6. Storage capacity of magnetic disk depends on
a. tracks per inch of surface
b. bits per inch of tracks
c. disk pack in disk surface
d. All of above

7. Reading data is performed in magnetic disk by
a. Read/write leads
b. Sectors
c. Track
d. Lower surface

8. Access time is
a. seek time + latency time
b. seek time
c. seek time – latency time
d. latency time

9. Seek time is
a. time to position the head over proper track
b. time to position the head over proper sector
c. time to position the head over proper cylinder
d. none of above

10. Latency time is
a. Time to spin the needed data under head
b. Time to spin the needed data under track
c. Time to spin data under sector
d. All of above
11. Floppy disks are available in
a. Single side single density
b. Single side double density
c. Both of above
d. None of above

12. Floppy disks typically in diameter
a. 3”
b. 5.25”
c. 8”
d. All of above

13. Hard disk is coated in both side above
a. Magnetic metallic oxide
b. Optical metallic oxide
c. Carbon layer
d. All of the above

14. Binary circuit elements have
a. One stable state
b. Two stable state
c. Three stable state
d. None of above

15. Which statement is valid?
a. 1KB = 1024 bytes
b. 1 MB=2048 bytes
c. 1 MB = 1000 kilobytes
d. 1 KB = 1000 bytes

16. Which statement is valid about computer program?
a. It is understood by a computer
b. It is understood by programmer
c. It is understood user
d. Both of above

17. Software in computer
a. Enhances the capabilities of the hardware machine
b. Increase the speed of central processing unit
c. Both of above
d. None of above

18. Which of the following is not computer language?
a. High level language
b. Medium level language
c. Low level language
d. All of the above

19. Which language is directly understood by the computer without translation program?
a. Machine language
b. Assembly language
c. High level language
d. None of above

20. Instruction in computer languages consists of
a. OPCODE
b. OPERAND
c. Both of above
d. None of above

21. Machine language is
a. Machine dependent
b. Difficult to program
c. Error prone
d. All of above
1. Which statement is valid about magnetic tape?
a. It is a plastic ribbon

2. The data recording format in most of the modern magnetic tape is
d. 8-bit EBCDIC

3. Which of the following is associated with error detector?
c. Both of the above

4. Tape speed is measured in
b. Inch per second

5. Magnetic disks are the most popular medium for
c. Both of above

6. Storage capacity of magnetic disk depends on
d. All of above

7. Reading data is performed in magnetic disk by
a. Read/write leads
8. Access time is
a. seek time + latency time

9. Seek time is
a. time to position the head over proper track

10. Latency time is
a. Time to spin the needed data under head

11. Floppy disks are available in
c. Both of above

12. Floppy disks typically in diameter
d. All of above

13. Hard disk is coated in both side above
a. Magnetic metallic oxide

14. Binary circuit elements have
b. Two stable state

15. Which statement is valid?
a. 1KB = 1024 bytes

16. Which statement is valid about computer program?
d. Both of above

17. Software in computer
a. Enhances the capabilities of the hardware machine

18. Which of the following is not computer language?
b. Medium level language

19. Which language is directly understood by the computer without translation
program?
a. Machine language

20. Instruction in computer languages consists of
c. Both of above
21. Machine language is
d. All of above
_____________________________________________



                                            Set - 5

1. Mnemonic a memory trick is used in which of the following language?
a. Machine language
b. Assembly language
c. High level language
d. None of above



2. The translator program used in assembly language is called
a. Compiler
b. Interpreter
c. Assembler
d. Translator



3. Easily reloctable language is
a. Machine language
b. Assembly language
c. High level language
d. Medium level language



4. Which of the following is called low level languages?
a. Machine language
b. Assembly language
c. Both of the above
d. None of above



5. which of the following is problem oriented language?
a. High level language
b. Machine language
c. Assembly language
d. Low level language



6. A compiler is a translating program which
a. Translates instruction of a high level language into machine language
b. Translates entire source program into machine language program
c. It is not involved in program’s execution
d. All of above



7. Which of the following is machine independence program?
a. High level language
b. Low level language
c. Assembly language
d. Machine language



8. Which statement is valid about interpreter?
a. It translates one instruction at a time
b. Object code is saved for future use
c. Repeated interpretation is not necessary
d. All of above



9. Which is the limitation of high level language?
a. Lower efficiency
b. Machine dependence
c. machine level coding
d. None of above



10. High level language is also called
a. Problem oriented language
b. Business oriented language
c. Mathematically oriented language
d. All of the above



11. A computer programmer
a. Does all the thinking for a computer
b. Can enter input data quickly
c. Can operate all types of computer equipments
d. Can draw only flowchart



12. CD-ROM is a
a. Semiconductor memory
b. Memory register
c. Magnetic memory
d. None of above



13. Which of the following is not a primary storage device?
a. Magnetic tape
b. Magnetic disk
c. Optical disk
d. None of above



14. A name or number used to identify a storage location devices?
a. A byte
b. A record
c. An address
d. All of above



15. Which of the following is a secondary memory device?
a. Keyboard
b. Disk
c. ALU
d. All of the above



16. The difference between memory and storage is that memory is … and storage is …
a. Temporary, permanent
b. Permanent, temporary
c. Slow, fast
d. All of above



17. A floppy disk contains
a. Circular tracks only
b. Sectors only
c. Both circular tracks and sectors
d. All of the above



18. The octal equivalent of 111010 is
a. 81
b. 72
c. 71
d. None of above
19. The first electronic computer in the world was
a. UNIVAC
b. EDVAC
c. ENIAC
d. All of above



20. The most commonly used standard data code to represent alphabetical, numerical and
punctuation characters used in electronic data processing system is called
a. ASCII
b. EBCDIC
c. BCD
d. All of above

Answers:

    1. Correct Answer: b
    2. Correct Answer: c
    3. Correct Answer: b
    4. Correct Answer: c
    5. Correct Answer: a
    6. Correct Answer: d
    7. Correct Answer: a
    8. Correct Answer: a
    9. Correct Answer: a
    10. Correct Answer: d
    11. Correct Answer: a
    12. Correct Answer: d
    13. Correct Answer: d
    14. Correct Answer: c
    15. Correct Answer: b
    16. Correct Answer: a
    17. Correct Answer: c
    18. Correct Answer: b
    19. Correct Answer: c
    20. Correct Answer: a
____________________________________________________________________________
________________________



                                           Set - 6
1. Which was the computer conceived by Babbage?
a. Analytical Engine
b. Arithmetic Machine
c. Donald Kunth
d. All of above

2. Offline device is
a. A device which is not connected to CPU
b. A device which is connected to CPU
c. A direct access storage device
d. An I/O device

3. Which of the following registers is loaded with the contents of the memory location pointed by
the PC?
a. Memory address registers
b. Memory data registers
c. Instruction register
d. Program counter

4. Which of the following registers is used to keep track of address of the memory location
where the next instruction is located?
a. Memory address register
b. Memory data register
c. Instruction register
d. Program counter

5. Microprocessors can be used to make
a. Computers
b. Digital systems
c. Calculators
d. All of above

6. how many address lines are needed to address each machine location in a 2048 x 4 memory
chip?
a. 10
b. 11
c. 8
d. 12

7. which American computer company is called Big Blue?
a. Microsoft
b. Compaq Corp
c. IBM
d. Tandy Svenson

8. When did IBM introduce the 20286 based PC/AT?
a. 1982
b. 1984
c. 1985
d. 1989

9. When was the X window system born?
a. 1984
b. 1989
c. 1988
d. 1990

10. Today’s computer giant IBM was earlier known by different name which was changes in
1924. What was that name?
a. Tabulator Machine Co.
b. Computer Tabulating Recording Co.
c. The Tabulator Ltd.
d. International Computer Ltd.
11. The first electronic general purpose digital computer built by Mauchly and Eckert called
ENIA did not work on the stored program principle. How many numbers could it store in its
internal memory?
a. 100
b. 20
c. 40
d. 80

12. The digital computer was developed primarily in
a. USSR
b. Japan
c. USA
d. UK

13. The subject of cybernetics deals with the science of
a. Genetics
b. Control and communication
c. Molecular biology
d. Biochemistry

14. Who is credited with the idea of using punch cards to control patterns in a waving machine?
a. Pascal
b. Hollerith
c. Babbage
d. Jacquard

15. Most of the inexpensive personal computers do not have any disk or diskette drive. What is
the name of such computes?
a. Home computers
b. Diskless computers
c. Dedicated computers
d. General purpose computers

16. Which of the following require large computers memory?
a. Imaging
b. Graphics
c. Voice
d. All of Above

17. A term associated with the comparison of processing speeds of different computer system
is:
a. EFTS
b. MPG
c. MIPS
d. CPS

18. The process of starting a or restarting a computer system by loading instructions from a
secondary storage device into the computer memory is called
a. Duping
b. Booting
c. Padding
d. CPS

19. who invented the microprocessor?
a. Marcian E Huff
b. Herman H Goldstein
c. Joseph Jacquard
d. All of above

20. One computer that is not considered a portable is
a. Minicomputer
b. Laptop computer
c. Notebook computer
d. All of above

Answers:
1. Which was the computer conceived by Babbage?
a. Analytical Engine
2. Offline device is
a. A device which is not connected to CPU

3. Which of the following registers is loaded with the contents of the memory location
pointed by the PC?
c. Instruction register

4. Which of the following registers is used to keep track of address of the memory
location where the next instruction is located?
d. Program counter

5. Microprocessors can be used to make
d. All of above

6. how many address lines are needed to address each machine location in a 2048 x 4
memory chip?
b. 11

7. which American computer company is called Big Blue?
c. IBM

8. When did IBM introduce the 20286 based PC/AT?
b. 1984

9. When was the X window system born?
a. 1984

10. Today’s computer giant IBM was earlier known by different name which was
changes in 1924. What was that name?
a. Tabulator Machine Co.

11. The first electronic general purpose digital computer built by Mauchly and Eckert
called ENIA did not work on the stored program principle. How many numbers could it
store in its internal memory?
b. 20

12. The digital computer was developed primarily in
c. USA

13. The subject of cybernetics deals with the science of
b. Control and communication

14. Who is credited with the idea of using punch cards to control patterns in a waving
machine?
d. Jacquard

15. Most of the inexpensive personal computers do not have any disk or diskette drive.
What is the name of such computes?
a. Home computers

16. Which of the following require large computers memory?
d. All of Above

17. A term associated with the comparison of processing speeds of different computer
system is:
c. MIPS

18. The process of starting a or restarting a computer system by loading instructions
from a secondary storage device into the computer memory is called
b. Booting

19. who invented the microprocessor?
a. Marcian E Huff

20. One computer that is not considered a portable is
a. Minicomputer

_________________________________________________________________________



                                           Set - 7

1. the accuracy of the floating point numbers represent able in two 16bit words of a computer is
approximately
a. 16 digits
b. 6 digits
c. 4 digits
d. All of above

2. a dumb terminal has
a. an embedded microprocessor
b. extensive memory
c. independent processing capability
d. a keyboard and screen

3. plotter accuracy is measured in terms of repeatability and
a. buffer size
b. resolution
c. vertical dimension
d. intelligence

4. bit map terminal
a. support display containing multiple window
b. require considerable amount of video RAM
c. requires tremendous amount of copying and hence low performance
d. all of above

5. how many symbols exist in Baudot code?
a. 32
b. 116
c. 58
d. 76

6. Daisy wheel printer is a type of
a. Matrix printer
b. Impact printer
c. Laser printer
d. Manual printer

7. The number of records contained within a block of data on magnetic tape is defined by the
a. Block definition
b. Record contain clause
c. Blocking factor
d. Record per block

8. Serial access memories are useful in applications where
a. Data consists of numbers
b. Short access time is required
c. Each stored word is processed differently
d. Data naturally needs to flow in and out in serial form

9. how many types of storage loops exists in magnetic bubble memory
a. 8
b. 4
c. 16
d. 2

10. which of the following memories must be refreshed many times per second?
a. Static RAM
b. Dynamic RAM
c. EPROM
d. ROM

11. The memory which is programmed at the time it is manufactured
a. ROM
b. RAM
c. PROM
d. EPROM

12. Which of the following memory medium is not used as main memory system?
a. Magnetic core
b. Semiconductor
c. Magnetic tape
d. Both semiconductor and magnetic tape

13. The control unit of a microprocessor
a. Stores data in the memory
b. Accepts input data from keyboard
c. Performs arithmetic/logic function
d. None of above

14. Registers which are partially visible to users and used to hold conditional codes (bits set by
the CPU hardware as the result of operations), are known as
a. PC
b. Flags
c. Memory Address Registers
d. General Purpose Registers

15. One of the main feature that distinguish microprocessors from micro-computer is
a. Words are usually large in microprocessors
b. Words are shorter in microprocessors
c. Microprocessor does not contain I/O device
d. Exactly the same as the machine cycle time

16. Which was the world’s first microcomputer that used Intel 80386 microprocessor chip?
a. IBM PS/2
b. HP-9830
c. DeskPro-386
d. IBM-360
17. When was the world’s first laptop computer introduced in the market and by whom?
a. Hewlett-Packard, 1980
b. Epson, 1981
c. Laplink Traveling Software Inc, 1982
d. Tandy Model-200, 1985

18. The first microprocessor built by the Intel corporation was called
a. 8008
b. 8080
c. 4004
d. 8800

19. who built the world’s first electronic calculator using telephone relays, light bulbs and
batteries?
a. Claude Shannon
b. Konrard Zues
c. George Stibits
d. Howard H. Aiken

20. Who developed a mechanical device in the 17th century that could add, subtracts, multiply,
divide and find square roots?
a. Napier
b. Babbage
c. Pascal
d. Leibniz




Answers:
_______________________________________



                                             Set - 8

1. IBM 7000 digital computer
a. Belongs to second generation
b. Uses VLSI
c. Employs semiconductor memory
d. Has modular constructions

2. The proper definition of a modern digital computer is
a. An electronic automated machine that can solve problems involving words and numbers
b. A more sophistic and modified electronic pocket calculator
c. Any machine that can perform mathematical operations
d. A machine that works on binary code

3. A modern electronic computer is a machine that is meant for
a. Doing quick mathematical calculations
b. Input, storage, manipulation and outputting of data
c. Electronic data processing
d. Performing repetitive tasks accurately

4. An integrated circuit is
a. A complicated circuit
b. An integrating device
c. Much costlier than a single transistor
d. Fabricated on a tiny silicon chip

5. Most important advantage of an IC is its
a. Easy replacement in case of circuit failure
b. Extremely high reliability
c. Reduced cost
d. Lower power consumption

6. In a punched card system, data is processed by a
a. Keypunch machine, sorter and posting machine
b. Accounting machine, posting machine, and billing machine
c. Sorter, posting machine, and billing machine
d. Accounting machine, keypunch machine and sorter

7. The first machine to successfully perform a long series of arithmetic and logical operations
was;
a. ENIAC
b. Mark I
c. Analytic engine
d. UNIVAC-I

8. In the third generation of computers:
a. Distributed data processing first became popular
b. An operating system was first developed
c. High-level prcedu7ral languages were firs used
d. On-line, real time systems first became popular

9. A characteristic of card systems is:
a. Slowness in processing data
b. Using cards as records of transactions
c. Needing a larger DP staff
d. All of the above

10. An IBM system/38 represents the computer class of:
a. Small-scale computer
b. Medium-scale computer
c. Large-scale computer
d. Super computer

11. The first firm to mass- market a microcomputer as a personal computer was
a. IBM
b. Sperry Univac
c. Data General corporation
d. Radio Shack

12. A digital computer did not score over an analog computer in terms of
a. Speed
b. Accuracy
c. Cost
d. Memory

13. In 1830, Charles Babbage designed a machine called the Analytical Engine which he
showed at the Paris Exhibition. In which year was it exhibition?
a. 1820
b. 1860
c. 1855
d. 1870

14. Which was the world’s first minicomputer and when was it introduced?
a. PDP-I, 1958
b. IBM System/36, 1960
c. PDP-II, 1961
d. VAX 11/780, 1962

15. Where was India’s first computer installed and when?
a. Indian Institute of Technology, Delhi, 1977
b. Indian Institute of Science, Bangalore, 1971
c. Indian Iron & Steel Co. Ltd., 1968
d. Indian Statistical Institute, Calcutta, 1955

16. Which of the following are the two main components of the CPU?
a. Control unit and registers
b. Registers and main memory
c. Control Unit and ALU
d. ALU and bus

17. Which of the following is true?
a. Fields are composed of bytes
b. Records are composed of fields
c. Fields are composed of characters
d. All of above

18. Which of the following file organization is most efficient for a file with a high degree of file
activity?
a. Sequential
b. ISAM
c. VSAM
d. B-Tree Index

19. The two basic types of record-access methods are
a. Sequential and random
b. Sequential and indexed
c. Direct and immediate
d. On-line and real time

20. The advantage of COM are its … and …
a. Compact size; speed readability
b. Compact size, speed
c. Readability; speed
d. Low cost; readability

Answers:
1. IBM 7000 digital computer
c. Employs semiconductor memory

2. The proper definition of a modern digital computer is
d. A machine that works on binary code

3. A modern electronic computer is a machine that is meant for
b. Input, storage, manipulation and outputting of data

4. An integrated circuit is
d. Fabricated on a tiny silicon chip

5. Most important advantage of an IC is its
b. Extremely high reliability

6. In a punched card system, data is processed by a
d. Accounting machine, keypunch machine and sorter

7. The first machine to successfully perform a long series of arithmetic and logical
operations was;
b. Mark I

8. In the third generation of computers:
d. On-line, real time systems first became popular

9. A characteristic of card systems is:
d. All of the above

10. An IBM system/38 represents the computer class of:
a. Small-scale computer

11. The first firm to mass- market a microcomputer as a personal computer was
c. Data General corporation

12. A digital computer did not score over an analog computer in terms of
b. Accuracy

13. In 1830, Charles Babbage designed a machine called the Analytical Engine
which he showed at the Paris Exhibition. In which year was it exhibition?
c. 1855

14. Which was the world’s first minicomputer and when was it introduced?
a. PDP-I, 1958

15. Where was India’s first computer installed and when?
d. Indian Statistical Institute, Calcutta, 1955

16. Which of the following are the two main components of the CPU?
c. Control Unit and ALU

17. Which of the following is true?
d. All of above

18. Which of the following file organization is most efficient for a file with a high
degree of file activity?
a. Sequential

19. The two basic types of record-access methods are
a. Sequential and random

20. The advantage of COM are its … and …
b. Compact size, speed

________________________________________________________



                                             Set - 9

1. A disadvantage of the laser printer is:
a. It is quieter than an impact printer
b. It is very slow
c. The output is of a lower quality
d. None of above

2. Which of the following is not true for a magnetic disk?
a. It is expensive relative to magnetic tape
b. It provides only sequential access to stored data
c. Users can easily update records by writing over the old data
d. All of above

3. The primary advantage of key-to-tape data entry system is
a. A large percentage of editing can be performed at the time of data entry
b. Key verification is easily performed
c. The tape is reusable
d. Keying errors can be detected as they occur.

4. The terminal device that functions as a cash register, computer terminal, and OCR reader is
the:
a. Data collection terminal
b. OCR register terminal
c. Video Display terminal
d. POS terminal

5. Which of the following does not affect the resolution of a video display image?
a. Bandwidth
b. Raster scan rage
c. Vertical and horizontal lines of resolution
d. Screen size

6. While inserting a diskette into the diskette drive of a PC, the diskette’s label side should face
a. East
b. North
c. South
d. Up

7. in which year was UK’s premier computing event called “The which computer” started?
a. 1980
b. 1985
c. 1986
d. 1987

8. The latest PC keyboards use a circuit that senses the movement by the change in its
capacitance,
a. Capacitance keyboard
b. Mechanical keyboard
c. Qwerty keyboard
d. Dvorak keyboard

9. Different components on the motherboard of a PC processor unit are linked together by sets
or parallel electrical conducting lines. What are these lines called?
a. Conductors
b. Buses
c. Connectors
d. Connectively

10. Which of the following magazines covers only the IBM PC and its compatibles?
a. Byte
b. PC Magazine
c. Personal Computing
d. Interface Age

11. Which of the following professions has not been affected by personal computers?
a. Medical
b. Clerical and law
c. Accounting
d. None of the above

12. The arranging of data in a logical sequence is called
a. Sorting
b. Classifying
c. Reproducing
d. Summarizing

13. When was Apple Macintosh II microcomputer introduced in the market?
a. 1964
b. 1970
c. 1983
d. 1986

14. What is the name of the new color laptop computer which is powered by a 386 processor at
33 MHz and is built by Epson?
a. AX3/33
b. NEC-20
c. Magnum 2000
d. HCL-3000

15. What does the disk drive of a computer do?
a. Rotate the disk
b. Read the disk
c. Load a program from the disk into the memory
d. Both b and c

16. The language that the computer can understand and execute is called
a. Machine language
b. Application software
c. System program
d. All of above
17. An application suitable for sequential processing is
a. Processing of grades
b. Payroll processing
c. Both a and b
d. All of above

18. The word processing task associated with changing the appearance of a document is
a. Editing
b. Writing
c. Formatting
d. All of above

19. Which of the following is used as a primary storage device?
a. Magnetic drum
b. Prom
c. Floppy
d. All of above

20. Which of the following memories needs refreshing?
a. SRAM
b. DRAM
c. ROM
d. All of above




Answers

1. A disadvantage of the laser printer is:
d. None of above

2. Which of the following is not true for a magnetic disk?
b. It provides only sequential access to stored data

3. The primary advantage of key-to-tape data entry system is
c. The tape is reusable
4. The terminal device that functions as a cash register, computer terminal, and OCR reader is
the:
d. POS terminal

5. Which of the following does not affect the resolution of a video display image?
d. Screen size

6. While inserting a diskette into the diskette drive of a PC, the diskette’s label side should face
d. Up

7. in which year was UK’s premier computing event called “The which computer” started?
a. 1980

8. The latest PC keyboards use a circuit that senses the movement by the change in its
capacitance,
a. Capacitance keyboard

9. Different components on the motherboard of a PC processor unit are linked together by sets
or parallel electrical conducting lines. What are these lines called?
b. Buses

10. Which of the following magazines covers only the IBM PC and its compatibles?
b. PC Magazine

11. Which of the following professions has not been affected by personal computers?
d. None of the above

12. The arranging of data in a logical sequence is called
a. Sorting

13. When was Apple Macintosh II microcomputer introduced in the market?
c. 1983

14. What is the name of the new color laptop computer which is powered by a 386 processor at
33 MHz and is built by Epson?
a. AX3/33

15. What does the disk drive of a computer do?
d. Both b and c

16. The language that the computer can understand and execute is called
a. Machine language

17. An application suitable for sequential processing is
c. Both a and b

18. The word processing task associated with changing the appearance of a document is
c. Formatting

19. Which of the following is used as a primary storage device?
b. Prom

20. Which of the following memories needs refreshing?
b. DRAM



                                           Set - 10

1. Which of the following devices can be sued to directly image printed text?
a. OCR
b. OMR
c. MICR
d. All of above

2. The output quality of a printer is measured by
a. Dot per inch
b. Dot per sq. inch
c. Dots printed per unit time
d. All of above

3. In analog computer
a. Input is first converted to digital form
b. Input is never converted to digital form
c. Output is displayed in digital form
d. All of above

4. In latest generation computers, the instructions are executed
a. Parallel only
b. Sequentially only
c. Both sequentially and parallel
d. All of above

5. Who designed the first electronics computer – ENIAC?
a. Van-Neumann
b. Joseph M. Jacquard
c. J. Presper Eckert and John W Mauchly
d. All of above

6. Who invented the high level language c?
a. Dennis M. Ritchie
b. Niklaus Writh
c. Seymour Papert
d. Donald Kunth

7. Personnel who design, program, operate and maintain computer equipment refers to
a. Console-operator
b. Programmer
c. Peopleware
d. System Analyst

8. When did arch rivals IBM and Apple Computers Inc. decide to join hands?
a. 1978
b. 1984
c. 1990
d. 1991

9. Human beings are referred to as Homosapinens, which device is called Sillico Sapiens?
a. Monitor
b. Hardware
c. Robot
d. Computer

10. An error in software or hardware is called a bug. What is the alternative computer jargon for
it?
a. Leech
b. Squid
c. Slug
d. Glitch
11. Modern Computer are very reliable but they are not
a. Fast
b. Powerful
c. Infallible
d. Cheap

12. What is the name of the display feature that highlights are of the screen which requires
operator attention?
a. Pixel
b. Reverse video
c. Touch screen
d. Cursor

13. IMB launched its first personal computer called IBM-PC in 1981. It had chips from Intel, disk
drives from Tandon, operating system from Microsoft, the printer from Epson and the application
software from everywhere. Can you name the country which contributed the video display?
a. India
b. China
c. Germany
d. Taiwan

14. Personal computers use a number of chips mounted on a main circuit board. What is the
common name for such boards?
a. Daughter board
b. Motherboard
c. Father board
d. Breadboard

15. In most IBM PCs, the CPU, the device drives, memory expansion slots and active
components are mounted on a single board. What is the name of this board?
a. Motherboard
b. Breadboard
c. Daughter board
d. Grandmother board

16. What is meant by a dedicated computer?
a. Which is used by one person only
b. Which is assigned one and only one task
c. Which uses one kind of software
d. Which is meant for application software
17. The system unit of a personal computer typically contains all of the following except:
a. Microprocessor
b. Disk controller
c. Serial interface
d. Modem

18. A computer program that converts an entire program into machine language
is called a/an
a. Interpreter
b. Simulator
c. Compiler
d. Commander

19. A computer program that translates one program instructions at a time into machine
language is called a/an
a. Interpreter
b. CPU
c. Compiler
d. Simulator

20. A small or intelligent device is so called because it contains within it a
a. Computer
b. Microcomputer
c. Programmable
d. Sensor




Answers:
1. Which of the following devices can be sued to directly image printed text?
a. OCR

2. The output quality of a printer is measured by
b. Dot per sq. inch

3. In analog computer
b. Input is never converted to digital form
4. In latest generation computers, the instructions are executed
c. Both sequentially and parallel

5. Who designed the first electronics computer – ENIAC?
c. J. Presper Eckert and John W Mauchly

6. Who invented the high level language c?
a. Dennis M. Ritchie

7. Personnel who design, program, operate and maintain computer equipment refers to
c. Peopleware

8. When did arch rivals IBM and Apple Computers Inc. decide to join hands?
d. 1991

9. Human beings are referred to as Homosapinens, which device is called Sillico Sapiens?
d. Computer

10. An error in software or hardware is called a bug. What is the alternative computer jargon for
it?
d. Glitch

11. Modern Computer are very reliable but they are not
c. Infallible

12. What is the name of the display feature that highlights are of the screen which requires
operator attention?
b. Reverse video

13. IMB launched its first personal computer called IBM-PC in 1981. It had chips from Intel, disk
drives from Tandon, operating system from Microsoft, the printer from Epson and the application
software from everywhere. Can you name the country which contributed the video display?
d. Taiwan

14. Personal computers use a number of chips mounted on a main circuit board. What is the
common name for such boards?
b. Motherboard

15. In most IBM PCs, the CPU, the device drives, memory expansion slots and active
components are mounted on a single board. What is the name of this board?
a. Motherboard

16. What is meant by a dedicated computer?
b. Which is assigned one and only one task

17. The system unit of a personal computer typically contains all of the following except:
d. Modem

18. A computer program that converts an entire program into machine language is called a/an
c. Compiler

19. A computer program that translates one program instructions at a time into machine
language is called a/an
a. Interpreter

20. A small or intelligent device is so called because it contains within it a
d. Sensor

                                             Set - 11

1. The ALU of a computer responds to the commands coming from
a. Primary memory
b. Control section
c. External memory
d. Cache memory

2. The act of retrieving existing data from memory is called
a. Read-out
b. Read from
c. Read
d. All of above

3. All modern computer operate on
a. Information
b. Floppies
c. Data
d. Word

4. Instructions and memory address are represented by
a. Character code
b. Binary codes
c. Binary word
d. Parity bit

5. Which of the following code used in present day computing was developed by IBM
Corporation?
a. ASCII
b. Hollerith Code
c. Baudot Code
d. EBCDIC Code

6. What is the latest write-once optical storage media?
a. Digital paper
b. Magneto-optical disk
c. WORM disk
d. CD-ROM disk

7. The most important advantage of a video disk is
a. Compactness
b. Potential capacity
c. Durability
d. Cost effectiveness

8. What is the number of read-write heads in the drive for a 9-trac magnetic tape?
a. 9
b. 16
c. 18
d. 27

9. Before a disk drive can access any sector record, a computer program has to provide the
record’s disk address. What information does this address specify?
a. Track number
b. Sector number
c. Surface number
d. All of above

10. As compared to diskettes, the hard disks are
a. More expensive
b. More portable
c. Less rigid
d. Slowly accessed

11. Floppy disks which are made from flexible plastic material are also called?
a. Hard disks
b. High-density disks
c. Diskettes
d. Templates

12. Regarding a VDU, Which statement is more correct?
a. It is an output device
b. It is an input device
c. It is a peripheral device
d. It is hardware item

13. What is the name of the computer terminal which gives paper printout?
a. Display screen
b. Soft copy terminal
c. Hard copy terminal
d. Plotter

14. Dot-matrix is a type of
a. Tape
e. Printer
f. Disk
g. Bus

15. The two kinds of main memory are:
a. Primary and secondary
b. Random and sequential
c. ROM and RAM
d. All of above

16. A kind of serial dot-matrix printer that forms characters with magnetically-charged ink
sprayed dots is called
a. Laser printer
b. Ink-jet printer
c. Drum printer
d. Chan printer

17. Which printer is very commonly used for desktop publishing?
a. Laser printer
b. Inkjet printer
c. Daisywheel printer
d. Dot matrix printer

18. An output device that uses words or messages recorded on a magnetic medium to produce
audio response is
b. Magnetic tape
c. Voice response unit
d. Voice recognition unit
e. Voice band

19. Which of the following will happen when data is entered into a memory location?
a. It will add to the content of the location
b. It will change the address of the memory location
c. It will erase the previous content
d. It will not be fruitful if there is already some data at the location

20. A storage area used to store data to a compensate for the difference in speed at which the
different units can handle data is
a. Memory
b. Buffer
c. Accumulator
d. Address

Answers:
1. The ALU of a computer responds to the commands coming from
b. Control section

2. The act of retrieving existing data from memory is called
d. All of above

3. All modern computer operate on
c. Data

4. Instructions and memory address are represented by
b. Binary codes

5. Which of the following code used in present day computing was developed by IBM
Corporation?
d. EBCDIC Code

6. What is the latest write-once optical storage media?
d. CD-ROM disk

7. The most important advantage of a video disk is
b. Potential capacity

8. What is the number of read-write heads in the drive for a 9-trac magnetic tape?
a. 9

9. Before a disk drive can access any sector record, a computer program has to provide the
record’s disk address. What information does this address specify?
d. All of above

10. As compared to diskettes, the hard disks are
a. More expensive

11. Floppy disks which are made from flexible plastic material are also called?
c. Diskettes

12. Regarding a VDU, Which statement is more correct?
c. It is a peripheral device

13. What is the name of the computer terminal which gives paper printout?
c. Hard copy terminal

14. Dot-matrix is a type of
b. Printer

15. The two kinds of main memory are:
c. ROM and RAM

16. A kind of serial dot-matrix printer that forms characters with magnetically-charged ink
sprayed dots is called
b. Ink-jet printer
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110
1. I. a) 5000H    II. b) 15000H   III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1.  9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110

More Related Content

What's hot

Addressing modes of 8051
Addressing modes of 8051Addressing modes of 8051
Addressing modes of 8051SARITHA REDDY
 
8086 microprocessor-architecture
8086 microprocessor-architecture8086 microprocessor-architecture
8086 microprocessor-architectureprasadpawaskar
 
SHIFT REGISTERS
SHIFT REGISTERSSHIFT REGISTERS
SHIFT REGISTERSkumari36
 
8086 pin details
8086 pin details8086 pin details
8086 pin detailsAJAL A J
 
8086 modes
8086 modes8086 modes
8086 modesPDFSHARE
 
Interfacing memory with 8086 microprocessor
Interfacing memory with 8086 microprocessorInterfacing memory with 8086 microprocessor
Interfacing memory with 8086 microprocessorVikas Gupta
 
Types of Addressing modes- COA
Types of Addressing modes- COATypes of Addressing modes- COA
Types of Addressing modes- COARuchi Maurya
 
8085 interfacing with memory chips
8085 interfacing with memory chips8085 interfacing with memory chips
8085 interfacing with memory chipsSrikrishna Thota
 
Time delay programs and assembler directives 8086
Time delay programs and assembler directives 8086Time delay programs and assembler directives 8086
Time delay programs and assembler directives 8086Dheeraj Suri
 
8086-instruction-set-ppt
 8086-instruction-set-ppt 8086-instruction-set-ppt
8086-instruction-set-pptjemimajerome
 
flag register of 8086
flag register of 8086flag register of 8086
flag register of 8086asrithak
 
Combinational Circuits & Sequential Circuits
Combinational Circuits & Sequential CircuitsCombinational Circuits & Sequential Circuits
Combinational Circuits & Sequential Circuitsgourav kottawar
 
The 8051 microcontroller and embedded systems using assembly and c 2nd-ed
The 8051 microcontroller and embedded systems using assembly and c 2nd-edThe 8051 microcontroller and embedded systems using assembly and c 2nd-ed
The 8051 microcontroller and embedded systems using assembly and c 2nd-edĐinh Công Thiện Taydo University
 
Branching instructions in 8086 microprocessor
Branching instructions in 8086 microprocessorBranching instructions in 8086 microprocessor
Branching instructions in 8086 microprocessorRabin BK
 
Pipelining and vector processing
Pipelining and vector processingPipelining and vector processing
Pipelining and vector processingKamal Acharya
 

What's hot (20)

8086 micro processor
8086 micro processor8086 micro processor
8086 micro processor
 
Addressing modes of 8051
Addressing modes of 8051Addressing modes of 8051
Addressing modes of 8051
 
8086 microprocessor-architecture
8086 microprocessor-architecture8086 microprocessor-architecture
8086 microprocessor-architecture
 
SHIFT REGISTERS
SHIFT REGISTERSSHIFT REGISTERS
SHIFT REGISTERS
 
8086 pin details
8086 pin details8086 pin details
8086 pin details
 
8086 modes
8086 modes8086 modes
8086 modes
 
Interfacing memory with 8086 microprocessor
Interfacing memory with 8086 microprocessorInterfacing memory with 8086 microprocessor
Interfacing memory with 8086 microprocessor
 
Types of Addressing modes- COA
Types of Addressing modes- COATypes of Addressing modes- COA
Types of Addressing modes- COA
 
Addressing sequencing
Addressing sequencingAddressing sequencing
Addressing sequencing
 
8085 interfacing with memory chips
8085 interfacing with memory chips8085 interfacing with memory chips
8085 interfacing with memory chips
 
Time delay programs and assembler directives 8086
Time delay programs and assembler directives 8086Time delay programs and assembler directives 8086
Time delay programs and assembler directives 8086
 
8086-instruction-set-ppt
 8086-instruction-set-ppt 8086-instruction-set-ppt
8086-instruction-set-ppt
 
flag register of 8086
flag register of 8086flag register of 8086
flag register of 8086
 
Combinational Circuits & Sequential Circuits
Combinational Circuits & Sequential CircuitsCombinational Circuits & Sequential Circuits
Combinational Circuits & Sequential Circuits
 
The 8051 microcontroller and embedded systems using assembly and c 2nd-ed
The 8051 microcontroller and embedded systems using assembly and c 2nd-edThe 8051 microcontroller and embedded systems using assembly and c 2nd-ed
The 8051 microcontroller and embedded systems using assembly and c 2nd-ed
 
Branching instructions in 8086 microprocessor
Branching instructions in 8086 microprocessorBranching instructions in 8086 microprocessor
Branching instructions in 8086 microprocessor
 
K - Map
  K - Map    K - Map
K - Map
 
8085 instruction set
8085 instruction set8085 instruction set
8085 instruction set
 
Pipelining and vector processing
Pipelining and vector processingPipelining and vector processing
Pipelining and vector processing
 
ADDRESSING MODES
ADDRESSING MODESADDRESSING MODES
ADDRESSING MODES
 

Viewers also liked

Question paper with solution the 8051 microcontroller based embedded systems...
Question paper with solution  the 8051 microcontroller based embedded systems...Question paper with solution  the 8051 microcontroller based embedded systems...
Question paper with solution the 8051 microcontroller based embedded systems...manishpatel_79
 
Microprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answersMicroprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answersAbhijith Augustine
 
Computer Networking Multiple Choice Questions
Computer Networking Multiple Choice QuestionsComputer Networking Multiple Choice Questions
Computer Networking Multiple Choice QuestionsShusil Baral
 
Operation of 8255A
Operation of 8255AOperation of 8255A
Operation of 8255AAnuj Yadav
 
8051 Microcontroller Notes
8051 Microcontroller Notes8051 Microcontroller Notes
8051 Microcontroller NotesDr.YNM
 
Onlinetest360.com quantitative aptitude PDF
Onlinetest360.com quantitative aptitude PDFOnlinetest360.com quantitative aptitude PDF
Onlinetest360.com quantitative aptitude PDFonlinetest
 
Troubleshooting Tips for Non-IT Staff
Troubleshooting Tips for Non-IT StaffTroubleshooting Tips for Non-IT Staff
Troubleshooting Tips for Non-IT StaffToby Greenwalt
 
Analog circuits
Analog circuitsAnalog circuits
Analog circuitsMangi Lal
 
Control system objective type questions
Control system objective type questionsControl system objective type questions
Control system objective type questionsnag16489
 
Banking General Awareness
Banking General AwarenessBanking General Awareness
Banking General AwarenessAnkur Pandey
 
Ibps computer knowledge papers with answers
Ibps computer knowledge papers with answersIbps computer knowledge papers with answers
Ibps computer knowledge papers with answersRidwan Fitrianto
 
Rectangular waveguides
Rectangular waveguidesRectangular waveguides
Rectangular waveguideskhan yaseen
 
Ec 55 transmission lines and waveguides b
Ec 55 transmission lines and waveguides bEc 55 transmission lines and waveguides b
Ec 55 transmission lines and waveguides barularumugam09
 
17 bank-exam-solved-question-papers ans
17 bank-exam-solved-question-papers ans17 bank-exam-solved-question-papers ans
17 bank-exam-solved-question-papers ansHạnh Ngọc
 
History of computers mcq
History of computers mcqHistory of computers mcq
History of computers mcqSuresh Khanal
 
Generation of computers mcq
Generation of computers mcqGeneration of computers mcq
Generation of computers mcqSuresh Khanal
 

Viewers also liked (20)

Question paper with solution the 8051 microcontroller based embedded systems...
Question paper with solution  the 8051 microcontroller based embedded systems...Question paper with solution  the 8051 microcontroller based embedded systems...
Question paper with solution the 8051 microcontroller based embedded systems...
 
Microprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answersMicroprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answers
 
reven
revenreven
reven
 
Computer Networking Multiple Choice Questions
Computer Networking Multiple Choice QuestionsComputer Networking Multiple Choice Questions
Computer Networking Multiple Choice Questions
 
Operation of 8255A
Operation of 8255AOperation of 8255A
Operation of 8255A
 
8051 Microcontroller Notes
8051 Microcontroller Notes8051 Microcontroller Notes
8051 Microcontroller Notes
 
Onlinetest360.com quantitative aptitude PDF
Onlinetest360.com quantitative aptitude PDFOnlinetest360.com quantitative aptitude PDF
Onlinetest360.com quantitative aptitude PDF
 
Troubleshooting Tips for Non-IT Staff
Troubleshooting Tips for Non-IT StaffTroubleshooting Tips for Non-IT Staff
Troubleshooting Tips for Non-IT Staff
 
Analog circuits
Analog circuitsAnalog circuits
Analog circuits
 
Control system objective type questions
Control system objective type questionsControl system objective type questions
Control system objective type questions
 
Banking General Awareness
Banking General AwarenessBanking General Awareness
Banking General Awareness
 
Basic 8051 question
Basic 8051 questionBasic 8051 question
Basic 8051 question
 
Interrupts
InterruptsInterrupts
Interrupts
 
Ibps computer knowledge papers with answers
Ibps computer knowledge papers with answersIbps computer knowledge papers with answers
Ibps computer knowledge papers with answers
 
Rectangular waveguides
Rectangular waveguidesRectangular waveguides
Rectangular waveguides
 
Ec 55 transmission lines and waveguides b
Ec 55 transmission lines and waveguides bEc 55 transmission lines and waveguides b
Ec 55 transmission lines and waveguides b
 
17 bank-exam-solved-question-papers ans
17 bank-exam-solved-question-papers ans17 bank-exam-solved-question-papers ans
17 bank-exam-solved-question-papers ans
 
History of computers mcq
History of computers mcqHistory of computers mcq
History of computers mcq
 
Generation of computers mcq
Generation of computers mcqGeneration of computers mcq
Generation of computers mcq
 
Os Question Bank
Os Question BankOs Question Bank
Os Question Bank
 

Similar to 1. I. a) 5000H II. b) 15000H III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1. 9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110

Microprocessorandmicroconrollermcq3 121116120640-phpapp02
Microprocessorandmicroconrollermcq3 121116120640-phpapp02Microprocessorandmicroconrollermcq3 121116120640-phpapp02
Microprocessorandmicroconrollermcq3 121116120640-phpapp02Yazeed Khalid
 
2009 Punjab Technical University B.C.A Microprocessor Question paper
2009 Punjab Technical University B.C.A Microprocessor Question paper2009 Punjab Technical University B.C.A Microprocessor Question paper
2009 Punjab Technical University B.C.A Microprocessor Question paperMonica Sabharwal
 
Micro Processor And Micro controller
Micro Processor And Micro controller Micro Processor And Micro controller
Micro Processor And Micro controller Raja pirian
 
Microprocessor lab manual
Microprocessor lab manualMicroprocessor lab manual
Microprocessor lab manualDhaval Shukla
 
Microprocessorlabmanual ee0310
Microprocessorlabmanual ee0310Microprocessorlabmanual ee0310
Microprocessorlabmanual ee0310DHEERAJ DHAKAR
 
VTU 4TH SEM CSE MICROPROCESSORS SOLVED PAPERS OF JUNE-2014 & JUNE-2015
VTU 4TH SEM CSE MICROPROCESSORS SOLVED PAPERS OF JUNE-2014 & JUNE-2015VTU 4TH SEM CSE MICROPROCESSORS SOLVED PAPERS OF JUNE-2014 & JUNE-2015
VTU 4TH SEM CSE MICROPROCESSORS SOLVED PAPERS OF JUNE-2014 & JUNE-2015vtunotesbysree
 
A12 microprocessors & microcontrollers (common to eee & ecm)
A12 microprocessors & microcontrollers (common to eee & ecm)A12 microprocessors & microcontrollers (common to eee & ecm)
A12 microprocessors & microcontrollers (common to eee & ecm)Abhinay Potlabathini
 
IFSM 310 Software and Hardware Infrastructure ConceptsComputer.docx
IFSM 310 Software and Hardware Infrastructure ConceptsComputer.docxIFSM 310 Software and Hardware Infrastructure ConceptsComputer.docx
IFSM 310 Software and Hardware Infrastructure ConceptsComputer.docxscuttsginette
 
Xcs 234 microprocessors
Xcs 234 microprocessorsXcs 234 microprocessors
Xcs 234 microprocessorssweta suman
 
A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)
A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)
A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)Abhinay Potlabathini
 
IRJET- Design and Implementation of Telemetry Encoder for Light- Weight Ballo...
IRJET- Design and Implementation of Telemetry Encoder for Light- Weight Ballo...IRJET- Design and Implementation of Telemetry Encoder for Light- Weight Ballo...
IRJET- Design and Implementation of Telemetry Encoder for Light- Weight Ballo...IRJET Journal
 
Ecet 330 final exam new 2016
Ecet 330 final exam new 2016Ecet 330 final exam new 2016
Ecet 330 final exam new 2016sergejsvolkovs10
 
Ecet 330 final exam new 2016
Ecet 330 final exam new 2016Ecet 330 final exam new 2016
Ecet 330 final exam new 2016powellabril
 
Ecet 330 final exam new 2016
Ecet 330 final exam new 2016Ecet 330 final exam new 2016
Ecet 330 final exam new 2016powellabril
 

Similar to 1. I. a) 5000H II. b) 15000H III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1. 9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110 (20)

Microprocessorandmicroconrollermcq3 121116120640-phpapp02
Microprocessorandmicroconrollermcq3 121116120640-phpapp02Microprocessorandmicroconrollermcq3 121116120640-phpapp02
Microprocessorandmicroconrollermcq3 121116120640-phpapp02
 
QUIZ_I.pptx
QUIZ_I.pptxQUIZ_I.pptx
QUIZ_I.pptx
 
2009 Punjab Technical University B.C.A Microprocessor Question paper
2009 Punjab Technical University B.C.A Microprocessor Question paper2009 Punjab Technical University B.C.A Microprocessor Question paper
2009 Punjab Technical University B.C.A Microprocessor Question paper
 
Micro Processor And Micro controller
Micro Processor And Micro controller Micro Processor And Micro controller
Micro Processor And Micro controller
 
Microprocessor lab manual
Microprocessor lab manualMicroprocessor lab manual
Microprocessor lab manual
 
Microprocessorlabmanual ee0310
Microprocessorlabmanual ee0310Microprocessorlabmanual ee0310
Microprocessorlabmanual ee0310
 
Analog to Digital Converter
Analog to Digital ConverterAnalog to Digital Converter
Analog to Digital Converter
 
VTU 4TH SEM CSE MICROPROCESSORS SOLVED PAPERS OF JUNE-2014 & JUNE-2015
VTU 4TH SEM CSE MICROPROCESSORS SOLVED PAPERS OF JUNE-2014 & JUNE-2015VTU 4TH SEM CSE MICROPROCESSORS SOLVED PAPERS OF JUNE-2014 & JUNE-2015
VTU 4TH SEM CSE MICROPROCESSORS SOLVED PAPERS OF JUNE-2014 & JUNE-2015
 
8086
80868086
8086
 
8th Semester Electronic and Communication Engineering (2013-June) Question Pa...
8th Semester Electronic and Communication Engineering (2013-June) Question Pa...8th Semester Electronic and Communication Engineering (2013-June) Question Pa...
8th Semester Electronic and Communication Engineering (2013-June) Question Pa...
 
A12 microprocessors & microcontrollers (common to eee & ecm)
A12 microprocessors & microcontrollers (common to eee & ecm)A12 microprocessors & microcontrollers (common to eee & ecm)
A12 microprocessors & microcontrollers (common to eee & ecm)
 
IFSM 310 Software and Hardware Infrastructure ConceptsComputer.docx
IFSM 310 Software and Hardware Infrastructure ConceptsComputer.docxIFSM 310 Software and Hardware Infrastructure ConceptsComputer.docx
IFSM 310 Software and Hardware Infrastructure ConceptsComputer.docx
 
Drdo 2008-cse-paper
Drdo 2008-cse-paperDrdo 2008-cse-paper
Drdo 2008-cse-paper
 
Xcs 234 microprocessors
Xcs 234 microprocessorsXcs 234 microprocessors
Xcs 234 microprocessors
 
8086 Microprocessor
8086  Microprocessor8086  Microprocessor
8086 Microprocessor
 
A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)
A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)
A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)
 
IRJET- Design and Implementation of Telemetry Encoder for Light- Weight Ballo...
IRJET- Design and Implementation of Telemetry Encoder for Light- Weight Ballo...IRJET- Design and Implementation of Telemetry Encoder for Light- Weight Ballo...
IRJET- Design and Implementation of Telemetry Encoder for Light- Weight Ballo...
 
Ecet 330 final exam new 2016
Ecet 330 final exam new 2016Ecet 330 final exam new 2016
Ecet 330 final exam new 2016
 
Ecet 330 final exam new 2016
Ecet 330 final exam new 2016Ecet 330 final exam new 2016
Ecet 330 final exam new 2016
 
Ecet 330 final exam new 2016
Ecet 330 final exam new 2016Ecet 330 final exam new 2016
Ecet 330 final exam new 2016
 

More from Kumaran K

பல பரிமாணத்தில் அமைந்துள்ள இரண்டாம் அடுக்கு வர்க்க தொடர் எண்களின் கூட்டு தொடர...
பல பரிமாணத்தில் அமைந்துள்ள இரண்டாம் அடுக்கு வர்க்க தொடர் எண்களின் கூட்டு தொடர...பல பரிமாணத்தில் அமைந்துள்ள இரண்டாம் அடுக்கு வர்க்க தொடர் எண்களின் கூட்டு தொடர...
பல பரிமாணத்தில் அமைந்துள்ள இரண்டாம் அடுக்கு வர்க்க தொடர் எண்களின் கூட்டு தொடர...Kumaran K
 
Generalized formula for Square Numbers in Hyper Dimensions
Generalized formula for Square Numbers in Hyper DimensionsGeneralized formula for Square Numbers in Hyper Dimensions
Generalized formula for Square Numbers in Hyper DimensionsKumaran K
 
Javainterviewquestions 110607071413-phpapp02
Javainterviewquestions 110607071413-phpapp02Javainterviewquestions 110607071413-phpapp02
Javainterviewquestions 110607071413-phpapp02Kumaran K
 
Core java interview faq
Core java interview faqCore java interview faq
Core java interview faqKumaran K
 
C,c++ interview q&a
C,c++ interview q&aC,c++ interview q&a
C,c++ interview q&aKumaran K
 

More from Kumaran K (7)

பல பரிமாணத்தில் அமைந்துள்ள இரண்டாம் அடுக்கு வர்க்க தொடர் எண்களின் கூட்டு தொடர...
பல பரிமாணத்தில் அமைந்துள்ள இரண்டாம் அடுக்கு வர்க்க தொடர் எண்களின் கூட்டு தொடர...பல பரிமாணத்தில் அமைந்துள்ள இரண்டாம் அடுக்கு வர்க்க தொடர் எண்களின் கூட்டு தொடர...
பல பரிமாணத்தில் அமைந்துள்ள இரண்டாம் அடுக்கு வர்க்க தொடர் எண்களின் கூட்டு தொடர...
 
Generalized formula for Square Numbers in Hyper Dimensions
Generalized formula for Square Numbers in Hyper DimensionsGeneralized formula for Square Numbers in Hyper Dimensions
Generalized formula for Square Numbers in Hyper Dimensions
 
Jsp slides
Jsp slidesJsp slides
Jsp slides
 
Javainterviewquestions 110607071413-phpapp02
Javainterviewquestions 110607071413-phpapp02Javainterviewquestions 110607071413-phpapp02
Javainterviewquestions 110607071413-phpapp02
 
Core java interview faq
Core java interview faqCore java interview faq
Core java interview faq
 
C,c++ interview q&a
C,c++ interview q&aC,c++ interview q&a
C,c++ interview q&a
 
Pocket java
Pocket javaPocket java
Pocket java
 

Recently uploaded

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 

Recently uploaded (20)

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 

1. I. a) 5000H II. b) 15000H III. b) 1A000H2. b) SF=0 3. a) 24H4. c) Yes, SOD can drive D flop-flop.5. b) Signed number6. d) 7D, CF=17. b) AL=7D, CF=1.8. a) AX= F98CH, MSB=1. 9. a) AL = 6CH10. a) AL= 00000100, CF=111. b) CF=1, OF=1, BH=01100110

  • 1. 1. Which interrupt has the highest priority? a) INTR b) TRAP c) RST6.5 2. In 8085 name the 16 bit registers? a) Stack pointer b) Program counter c) a & b 3. Which of the following is hardware interrupts? a) RST5.5, RST6.5, RST7.5 b) INTR, TRAP c) a & b 4. What is the RST for the TRAP? a) RST5.5 b) RST4.5 c) RST4 5. What are level Triggering interrupts? a) INTR&TRAP b)RST6.5&RST5.5 c)RST7.5&RST6.5 6. Which interrupt is not level sensitive in 8085? a) RST6.5 is a raising edge-trigging interrupt. b) RST7.5 is a raising edge-trigging interrupt. c) a & b. 7. What are software interrupts? a) RST 0 - 7 b) RST 5.5 - 7.5 c) INTR, TRAP 8. Which stack is used in 8085? a) FIFO b) LIFO c) FILO 9. Why 8085 processor is called an 8 bit processor? a) Because 8085 processor has 8 bit ALU. b) Because 8085 processor has 8 bit data bus. c) a & b. 10. What is SIM? a) Select Interrupt Mask b) Sorting Interrupt Mask c) Set Interrupt Mask. 11. RIM is used to check whether, ______ a) The write operation is done or not b) The interrupt is Masked or not c) a & b 12. What is meant by Maskable interrupts? a) An interrupt which can never be turned off. b) An interrupt that can be turned off by the programmer. c) none 13. In 8086, Example for Non maskable interrupts are a) Trapb) RST6.5 c) INTR 14. What does microprocessor speed depends on? a) Clock b) Data bus width c) Address bus width 15. Can ROM be used as stack? a) Yes b) No c) sometimes yes, sometimes no
  • 2. 16. Which processor structure is pipelined? a) all x80 processors b) all x85 processors c) all x86 processors 17. Address line for RST3 is? a) 0020H b) 0028H c) 0018H 18. In 8086 the overflow flag is set when a) The sum is more than 16 bits b) Signed numbers go out of their range after an arithmetic operation c) Carry and sign flags are set M. Krishna Kumar/IISc. Bangalore M1/V1/June 04/1 Microprocessors and Microcontrollers/ Multiple Choice Questions Architecture of Microprocessors d) During subtraction 19. The advantage of memory mapped I/O over I/O mapped I/O is, a) Faster b) Many instructions supporting memory mapped I/O c) Require a bigger address decoder d) All the above 20. BHE of 8086 microprocessor signal is used to interface the a) Even bank memory b) Odd bank memory c) I/O d) DMA 21. In 8086 microprocessor the following has the highest priority among all type interrupts. a) NMI b) DIV 0 c) TYPE 255 d) OVER FLOW 22. In 8086 microprocessor one of the following statements is not true. a) Coprocessor is interfaced in MAX mode b) Coprocessor is interfaced in MIN mode c) I/O can be interfaced in MAX / MIN mode d) Supports pipelining 23. 8088 microprocessor differs with 8086 microprocessor in a) Data width on the output b) Address capability c) Support of coprocessor d) Support of MAX / MIN mode 24. Address line for TRAP is? a) 0023H b) 0024H c) 0033H
  • 3. M. Krishna Kumar/IISc. Bangalore M1/V1/June 04/2 Microprocessors and Microcontrollers/ Multiple Choice Questions Architecture of Microprocessors Key: 1.1 C 1.2 C 1.3 C 1.4 B 1.5 B 1.6 B 1.7 A 1.8 B 1.9 A 1.10 C 1.11 B 1.12 B 1.13 A 1.14 C 1.15 B 1.16 C 1.17 C 1.18 B 1.19 D 1.20 B 1.21 A 1.22 B 1.23 A 1.24 B _________________________________________________________________ 1. The 8051 microcontroller is of ___pin package as a ______ processor. a) 30, 1byte b) 20, 1 byte c) 40, 8 bit d) 40, 8 byte 2. The SP is of ___ wide register. And this may be defined anywhere in the ______. a) 8 byte, on-chip 128 byte RAM. b) 8 bit, on chip 256 byte RAM. c) 16 bit, on-chip 128 byte ROM d) 8 bit, on chip 128 byte RAM. 3. After reset, SP register is initialized to address________. a) 8H b) 9H c) 7H d) 6H 4. What is the address range of SFR Register bank? a) 00H-77H b) 40H-80H c) 80H-7FH d) 80H-FFH 5. Which pin of port 3 is has an alternative function as write control signal for external data memory? a) P3.8 b) P3.3 c) P3.6 d) P3.1 6. What is the Address (SFR) for TCON, SCON, SBUF, PCON and PSW respectively? a) 88H, 98H, 99H, 87H, 0D0H. b) 98H, 99H, 87H, 88H, 0D0H c) 0D0H, 87H, 88H, 99H, 98H d) 87H, 88H, 0D0H, 98H, 99H 7. Match the following: 1) TCON i) contains status information 2) SBUF ii) timer / counter control register. 3) TMOD iii) idle bit, power down bit 4) PSW iv) serial data buffer for Tx and Rx. 5) PCON v) timer/ counter modes of operation. a) 1->ii, 2->iv, 3->v, 4->i, 5->iii. b) 1->i, 2->v, 3->iv, 4->iii, 5->ii. c) 1->v, 2->iii, 3->ii, 4->iv, 5->i. d) 1->iii, 2->ii, 3->i, 4->v, 5->iv. 8. Which of the following is of bit operations? i) SP ii) P2 iii) TMOD iv) SBUF
  • 4. v) IP a) ii, v only b) ii, iv, v only c) i, v only d) iii, ii only 9. Serial port interrupt is generated, if ____ bits are set a) IE b) RI, IE c) IP, TI d) RI, TI 10. In 8051 which interrupt has highest priority? a)IE1 b)TF0 c)IE0 d)TF1 11. Intel 8096 is of ___ bit microcontroller family called as ______. a) 8, MCS51 b) 16, MCS51 c) 8, MCS96 d) 16, MCS96 12. 8096 has following features fill up the following, i) ____ Register file, ii) ____ I/O Ports iii) ____ architecture. a) 256 byte, five 8bit, register to register b) 256 byte, four 8bit, register to register c) 232 byte, five 8bit, register to register d) 232 byte, six 8 bit, register to register 13. How many synchronous and asynchronous modes are there in serial port of 8096? M. Krishna Kumar/IISc. Bangalore M5/V1/June 04/1 Microprocessors and Microcontrollers/ Multiple Choice Questions Architecture of Micro controllers a) 2, 2 respectively b) 3,1 respectively c) 1, 3 respectively d) 1, 2 respectively 14. In 8096 we have _____interrupt sources and _______ interrupt vectors. a) 18, 8 b) 21, 6 c) 21, 8 d) 16, 8 15. 8096 has ___ general purpose I/O ports, Port 2 includes ______ of the following i) two quasi-bidirectional I/O lines ii) two output lines iii) four input lines iv) open drain outputs a) 4, i, iv b) 6, ii, iii c) 4, i,ii,iii d) 6, i, ii, iv 16. 8096 write-protected mode, no code can write to memory address between __. a) 2020 to 3FFFH b) 8000 to FFFFH c) 2000 to 3FFFH d) 2020 to 202FH 17. If the __ pin is ___ , then we have the option of using the ____ ROM or EPROM together with _____ memory and devices. a) EA, high, internal, external b) EA, low, internal, external c) EA, high, external, internal d) EA, low, external, internal 18. In 8096, CCB bit 3 is ____. a) write strobe mode select b) address valid strobe select c) bus width select d) Internal read control mode
  • 5. 19. In 8096, mode ____ of serial port are ___ modes commonly used for ____ communications. a) 1, 8bit, single processor b) 0, 7bit, multiple microcontroller c) 2, 9 bit, multiple processors d) 3, 8 bit, multiple microcontroller 20. What is the function of watchdog timer? a) The watchdog Timer is an external timer that resets the system if the software fails to operate properly. b) The watchdog Timer is an internal timer that sets the system if the software fails to operate properly. c) The watchdog Timer is an internal timer that resets the system if the software fails to operate properly. d) None of them M. Krishna Kumar/IISc. Bangalore M5/V1/June 04/2 Microprocessors and Microcontrollers/ Multiple Choice Questions Architecture of Micro controllers Key: 5.1 C 5.2 D 5.3 C 5.4 D 5.5 C 5.6 A 5.7 A 5.8 A 5.9 D 5.10 C 5.11 D 5.12 C 5.13 C 5.14 C 5.15 C 5.16 C 5.17 A 5.18 B 5.19 C 5.20 C ________________________ 1. The contents of different registers are given below. Form Effective addresses for different addressing modes are as follow : Offset = 5000H [AX]- 1000H, [BX]- 2000H, [SI]- 3000H, [DI]- 4000H, [BP]- 5000H, [SP]- 6000H, [CS]- 0000H, [DS]- 1000H, [SS]- 2000H, [IP]- 7000H. I. MOV AX, [5000H] a) 5000Hb) 15000H c) 10500H II. MOV AX, [BX] [SI] a) 13000H b) 15000H c) 12000H III. MOV AX, 5000H [BX] [SI] a) 20000H b) 1A000H c) 1A00H 2. The conditional branch instruction JNS performs the operations when if __ a) ZF =0 b) SF=0
  • 6. c) PF=0 d) CF=0 3. Vector address of TRAP a) 24H b) 36H c) 24 d) 18H 4. SOD pin can drive a D flip-flop? a) SOD cannot drive any flip-flops. b) SOD cannot drive D flip-flop, but can drive any other flop-flops. c) Yes, SOD can drive D flop-flop. d) No, SOD cannot drive any other flop-flops except D flop-flop. 5. IDIV and DIV instructions perform the same operations for? a) Unsigned number b) Signed number c) Signed number & Unsigned number d) none of above. 6. What is the output of the following code AL=88 BCD, CL=49 BCD ADD AL, CL DAA a) D7, CF=1 b) 37, CF=1 c) 73, CF=1 d) 7D, CF=1 7. What is the output of the following code AL= 49 BCD, BH= 72 BCD SUB AL, BH DAS a) AL=D7, CF=1. b) AL=7D, CF=1. c) AL=77, CF=1 d) none of them. 8. What is the output of the following code AL= -28 decimal, BL=59 decimal IMUL BL AX=? , MSB=? a) AX= F98CH, MSB=1. b) AX= 1652, MSB=1. c) BX F9C8H, MSB=1. d) BX= 1652, MSB=1. 9. What is the output of the following code AL= 00110100 BL= 00111000 ADD AL, BL
  • 7. AAA a) AL = 6CH b) 12H c) 12 d) C6H 10. What is the output of the following code AL=00110101 BL= 39H M. Krishna Kumar/IISc. Bangalore M2/V1/June 04/1 Microprocessors and Microcontrollers/Assembly language of 8086 Multiple Choice Questions SUB AL, BL AAS a) AL= 00000100, CF=1 b) BL=00000100, CF=0 c) AL=11111100 CF=1 d) BL= 00000100, CF=1 11. What is the output of the following code CF =0, BH = 179 RCL BH, 1 a) CF=0, OF= 1, BH= 01100101 b) CF=1, OF=1, BH=01100110 c) CF=1, OF =0, BH= 01001101 d) CF=0, OF=0, BH=00101100 12. What is the output of the following code SI=10010011 10101101, CF=0 SHR SI, 1 a) 37805, CF=1, OF=1 b) 18902, CF=1, OF=1 c) 19820, CF=1, OF=1 c) 53708, CF=1, OF=1 13. What is the output of the following code BX=23763 CL=8 ROL BX, CL a) 0101110011010011, CF=0 b) 1101001101011100, CF=0 c) 0110100010011101, CF=1 c) 1011100110001100, CF=1 14. What is the output of the following code PUSH AL a) Decrement SP by 2 & push a word to stack
  • 8. b) Increment SP by 2 & push a word to stack c) Decrement SP by 2 & push a AL to stack d) Illegal 15. What is the output of the following code AX = 37D7H, BH = 151 decimal DIV BH a) AL = 65H, AH= 94 decimal b) AL= 5EH, AH= 101 decimal c) AH= E5H, AL= 5EH d) AL= 56H, AH= 5EH 16. In 8086 microprocessor one of the following instructions is executed before an arithmetic operation a) AAM b) AAD c) DAS d) DAA M. Krishna Kumar/IISc. Bangalore M2/V1/June 04/2 Microprocessors and Microcontrollers/Assembly language of 8086 Key: 2.1 (I) B (II) C (III) B 2.6 B 2.7 C 2.12 B 2.13 B M. Krishna Kumar/IISc. Bangalore 2.2 B 2.8 A 2.14 D 2.3 A 2.9 C 2.15 B Multiple Choice Questions 2.4 C 2.10 A 2.16 B 2.5 B 2.11 B _________________________________________
  • 9. 1. Access time is faster for a) ROM b) SRAM c) DRAM 2. In 8279 Strobed input mode, the control line goes low. The data on return lines is strobed in the ____. a) FIFO byte by byte b) FILO byte by byte c) LIFO byte by byte d) LILO byte by byte. 3. ___ bit in ICW1 indicates whether the 8259A is cascade mode or not? a) LTIM=0 b) LTIM=1 c) SNGL=0 d) SNGL=1 4. In 8255, under the I/O mode of operation we have __ modes. Under which mode will have the following features i) A 5 bit control port is available. ii) Three I/O lines are available at Port C. a) 3, Mode2 b) 2, Mode 2 c) 4, Mode 3 d) 3, Mode 2 5. In ADC 0808 if _______ pin high enables output. a) EOC b) I/P0-I/P7 c) SOC d) OE 6. In 8279, a scanned sensor matrix mode, if a sensor changes its state, the ___ line goes ____ to interrupt the CPU. a) CS, high b) A0, high c) IRQ, high d) STB, high 7. In 8279 Status Word, data is read when ________ pins are low, and write to the display RAM with ____________ are low. a) A0, CS, RD & A0, WR, CS. b) CS, WR, A0 & A0, CS, RD c) A0, RD & WR, CS d) CS, RD & A0, CS. 8. In 8279, the keyboard entries are debounced and stored in an _________, that is further accessed by the CPU to read the key codes. a) 8-bit FIFO b) 8-byte FIFO c) 16 byte FIFO d) 16 bit FIFO 9. The 8279 normally provides a maximum of _____ seven segment display interface with CPU. a) 8 b) 16 c) 32 d) 18
  • 10. 10. For the most Static RAM the write pulse width should be at least a) 10ns b) 60ns c) 300ns d) 1μs 11. BURST refresh in DRAM is also called as a) Concentrated refresh b) distributed refresh c) Hidden refresh d) none 12. For the most Static RAM the maximum access time is about a) 1ns b) 10ns c) 100ns d) 1μs 13. Which of the following statements on DRAM are correct? i) Page mode read operation is faster than RAS read. ii) RAS input remains active during column address strobe. iii) The row and column addresses are strobed into the internal buffers using RAS and CAS inputs respectively. a) i & iii b) i & ii c) all d) iii 14. 8086 microprocessor is interfaced to 8253 a programmable interval timer. The maximum number by which the clock frequency on one of the timers is divided by a) 216 b) 28 c) 210 d) 220 M. Krishna Kumar/IISc. Bangalore M3/V1/June 04/1 Microprocessors and Microcontrollers/Interfacing with 8086 Multiple Choice Questions 15. 8086 is interfaced to two 8259s (Programmable interrupt controllers). If 8259s are in master slave configuration the number of interrupts available to the 8086 microprocessor is a) 8 b) 16 c) 15 d) 64 M. Krishna Kumar/IISc. Bangalore M3/V1/June 04/2 Microprocessors and Microcontrollers/Interfacing with 8086 Key: 3.1 B 3.7 A 3.12 C 3.2 A
  • 11. 3.8 B 3.13 C 3.3 C 3.9 B 3.14 A M. Krishna Kumar/IISc. Bangalore 3.4 B 3.10 B 3.15 D Multiple Choice Questions 3.5 D 3.11 A 3.6 C ___________________________________________________________ 1. The coprocessors operate in ______ with a processor on the same buses and with the same instruction _______. a) Parallel, byte stream. b) Series, byte stream. c) Series, bite stream d) Parallel, bite stream. 2. Why 8087 is referred to as Coprocessor? i) Because 8087 is used in parallel with main processor in a system, rather than serving as a main processor itself. ii) Because 8087 is used in serial with main processor in a system, rather than serving as a main processor itself. iii) Because main Microprocessor handles the general program execution and the 8087 handles specialized math computations. a) i & iii b) ii & iii c) iii only. d) i only. 3. 8087 connection to 8086, to enable the _________ bank of memory _______pins are to be connected. a) Lower, BHE b) Upper, BHE c) Lower, INT d) Upper, INT. 4. ___ Connection and the _______ instruction will solve the problem of synchronization between processor and coprocessor.
  • 12. a) INT & NMI, WAIT b) RQ/GT0 & RQ/GT1, FWAIT c) BUSY & TEST, FWAIT d) S0 & QS0, WAIT 5. _______ input is available, so that another coprocessor can be connected and function in _________ with the 8087. . a) RQ/GT0, parallel b) RQ/GT1, parallel c) QS1 & QS0, parallel d) S0 & S1, parallel. 6. In 8087, _______ many register stack are there? And of _____ registers. These registers are used as _________ stack. a) 7, 40 bit, FIFO. b) 8, 60 bit, LILO. c) 8, 80 bit, LIFO d) 7, 80 bit, FILO. 7. If ______ and ________ connections are made so that an error condition in 8087 can interrupt to the processor. a) BHE, RQ/GT1 b) BUSY, TEST c) INT, NMI d) RQ/GT0, RQ/GT1 8. In 8087, which instruction is used for division real reversed______. a) FDIV b) FIDIVR c) FDIVR d) FDIVRP 9. Which of the following is of compare instruction in 8087? a) FTST b) FPREM c) FPATAN d) FLDI 10. In 8087 coprocessor one of the following instructions is not valid a. FSIN b. FPTAN c. FIDIV d. FSQRT 11. One of the following signals belongs to the 8087 coprocessor is a. HOLD b. BUSY c. TEST d. NMI M. Krishna Kumar/IISc. Bangalore M4/V1/June 04/1 Microprocessors and Microcontrollers/Coprocessor Key: 4.1 A
  • 13. 4.7 C Multiple Choice Questions 4.2 A 4.3 B 4.4 A 4.5 B 4.6 C 4.8 C 4.9 A 4.10 A 4.11 C ______________________________________________________ 1. The 8051 microcontroller is of ___pin package as a ______ processor. a) 30, 1byte b) 20, 1 byte c) 40, 8 bit d) 40, 8 byte 2. The SP is of ___ wide register. And this may be defined anywhere in the ______. a) 8 byte, on-chip 128 byte RAM. b) 8 bit, on chip 256 byte RAM. c) 16 bit, on-chip 128 byte ROM d) 8 bit, on chip 128 byte RAM. 3. After reset, SP register is initialized to address________. a) 8H b) 9H c) 7H d) 6H 4. What is the address range of SFR Register bank? a) 00H-77H b) 40H-80H c) 80H-7FH d) 80H-FFH 5. Which pin of port 3 is has an alternative function as write control signal for external data memory? a) P3.8 b) P3.3 c) P3.6 d) P3.1 6. What is the Address (SFR) for TCON, SCON, SBUF, PCON and PSW respectively? a) 88H, 98H, 99H, 87H, 0D0H. b) 98H, 99H, 87H, 88H, 0D0H c) 0D0H, 87H, 88H, 99H, 98H d) 87H, 88H, 0D0H, 98H, 99H 7. Match the following: 1) TCON i) contains status information 2) SBUF ii) timer / counter control register. 3) TMOD iii) idle bit, power down bit 4) PSW iv) serial data buffer for Tx and Rx. 5) PCON v) timer/ counter modes of operation. a) 1->ii, 2->iv, 3->v, 4->i, 5->iii. b) 1->i, 2->v, 3->iv, 4->iii, 5->ii. c) 1->v, 2->iii, 3->ii, 4->iv, 5->i.
  • 14. d) 1->iii, 2->ii, 3->i, 4->v, 5->iv. 8. Which of the following is of bit operations? i) SP ii) P2 iii) TMOD iv) SBUF v) IP a) ii, v only b) ii, iv, v only c) i, v only d) iii, ii only 9. Serial port interrupt is generated, if ____ bits are set a) IE b) RI, IE c) IP, TI d) RI, TI 10. In 8051 which interrupt has highest priority? a)IE1 b)TF0 c)IE0 d)TF1 11. Intel 8096 is of ___ bit microcontroller family called as ______. a) 8, MCS51 b) 16, MCS51 c) 8, MCS96 d) 16, MCS96 12. 8096 has following features fill up the following, i) ____ Register file, ii) ____ I/O Ports iii) ____ architecture. a) 256 byte, five 8bit, register to register b) 256 byte, four 8bit, register to register c) 232 byte, five 8bit, register to register d) 232 byte, six 8 bit, register to register 13. How many synchronous and asynchronous modes are there in serial port of 8096? M. Krishna Kumar/IISc. Bangalore M5/V1/June 04/1 Microprocessors and Microcontrollers/ Architecture of Micro controllers Multiple Choice Questions a) 2, 2 respectively b) 3,1 respectively c) 1, 3 respectively d) 1, 2 respectively 14. In 8096 we have _____interrupt sources and _______ interrupt vectors. a) 18, 8 b) 21, 6 c) 21, 8 d) 16, 8 15. 8096 has ___ general purpose I/O ports, Port 2 includes ______ of the following i) two quasi-bidirectional I/O lines ii) two output lines
  • 15. iii) four input lines iv) open drain outputs a) 4, i, iv b) 6, ii, iii c) 4, i,ii,iii d) 6, i, ii, iv 16. 8096 write-protected mode, no code can write to memory address between __. a) 2020 to 3FFFH b) 8000 to FFFFH c) 2000 to 3FFFH d) 2020 to 202FH 17. If the __ pin is ___ , then we have the option of using the ____ ROM or EPROM together with _____ memory and devices. a) EA, high, internal, external b) EA, low, internal, external c) EA, high, external, internal d) EA, low, external, internal 18. In 8096, CCB bit 3 is ____. a) write strobe mode select b) address valid strobe select c) bus width select d) Internal read control mode 19. In 8096, mode ____ of serial port are ___ modes commonly used for ____ communications. a) 1, 8bit, single processor b) 0, 7bit, multiple microcontroller c) 2, 9 bit, multiple processors d) 3, 8 bit, multiple microcontroller 20. What is the function of watchdog timer? a) The watchdog Timer is an external timer that resets the system if the software fails to operate properly. b) The watchdog Timer is an internal timer that sets the system if the software fails to operate properly. c) The watchdog Timer is an internal timer that resets the system if the software fails to operate properly. d) None of them M. Krishna Kumar/IISc. Bangalore M5/V1/June 04/2 Microprocessors and Microcontrollers/ Architecture of Micro controllers Key: 5.1 C 5.7 A 5.13 C
  • 16. 5.19 C Multiple Choice Questions 5.2 D 5.3 C 5.4 D 5.5 C 5.6 A 5.8 A 5.9 D 5.10 C 5.11 D 5.12 C 5.14 C 5.15 C 5.16 C 5.17 A 5.18 B 5.20 C ___________________________________________ ‘ 1. Which of the following instruction perform as of indirect RAM to accumulator? a) MOV A, Rn b) MOV @Ri, A c) MOV A, @Ri d) MOV Rn, A 2. ACALL instruction allows specifying ______address in the instruction and calling subroutine within ______ program memory block. a) 2byte, 3K b) 11bit, 2K c) 9bit, 2K d) 1byte, 3K 3. Which of the following instruction perform the move accumulator to external RAM of 16bit address? a) MOV @ DPTR, A b) MOVX @ Ri, A c) MOV A, @ Ri d) MOVX @ DPTR, A 4. Which of the following instruction perform jump indirect relative to DPTR a) JMP A+DPTR b) JMP DPTR c) JMP @A+DPTR d) SJMP A+DPTR 5. Which of the following instruction is wrong a) INC DPTR b) MOV @DPTR, A c) MOV A, @A+DPTR d) DEC DPTR 6. Which of the following instruction is of logical instructions? i) CPL A ii) JC rel iii) DA A iv) ANL A, Rn v) RR A vi) CPL bit a) i, v b) v, iii, I
  • 17. c) iv, ii d) v, iii, ii 7. What instruction performs Compare immediate to indirect and jump if not equal. a) CJNE A, #data, rel b) CJNE Rn, #data, rel c) CJNE @ Ri, #data, rel d) CJNE A, data, rel 8. What is the Result of RR A instruction if accumulator contains 1000 0000. a) 0000 0001 b) 0000 0000 c) 0100 0000 d) 0000 0010 9. MOV 45, #4FH MOV R0, 45H INC R0 MOV @R0, #30H What is the location value of R0 and the content at that place? a) 45H, 4F b) 50H, 30H c) 30H, 50H d) 50H, 45H 10. Which of the following is of type memory initialized Directive? i) DS ii) SET iii) DW iv) DBIT a) i, iii b) ii c) iii d) iv, ii 11. Which of the following is not a program linking directive i) EXTRN ii) SEGMENT iii) NAME iv) PUBLIC v) USING a) iv, v b) ii, iii c) i, iii d) ii, v 12. SP of 8051 is of ___ wide and it is loaded with the default value of ___ after reset. a) 2 byte, 08H b) 8 bit, 07H c) 1 byte, 09H d) 8 bit, 06H 13. Which of the following instruction is used to set bit port directly? a) SET P1.0 b) MOV P1.0, bit c) SETB P1.0 d) JB P1.0, bit 14. MOV A, #56H MOV R1, #50H M. Krishna Kumar/IISc. Bangalore M6/V1/June 04/1 Microprocessors and Microcontrollers/Assembly language of 8051 MOV 50H, # 45H XCHD A, @R1 What is the result at A, R1?
  • 18. a) 56H, 45H b) 45H, 50H c) 50H, 56H M. Krishna Kumar/IISc. Bangalore Multiple Choice Questions d) 45H, 56H M6/V1/June 04/2 Microprocessors and Microcontrollers/Assembly language of 8051 Key: 6.1 C 6.7 C 6.13 C Multiple Choice Questions 6.2 B 6.3 D 6.4 C 6.5 B 6.6 A 6.8 C 6.9 B 6.10 C 6.11 D 6.12 B 6.14 D _________________________________________________________________ Microprocessors and Microcontrollers/Interfacing with 8051 Multiple Choice Questions 1. In 8051 an external interrupt 1 vector address is of ________ and causes of interrupt if ____. a) 000BH, a high to low transition on pin INT1 b) 001BH, a low to high transition on pin INT1 c) 0013H, a high to low transition on pin INT1 d) 0023H, a low to high transition on pin INT1 2. Serial port vector address is of _______. And causes an interrupt when ________. a) 0013H, either TI or RI flag is set b) 0023H, either TI or RI flag is reset c) 0013H, either TI or RI flag is reset d) 0023H, either TI or RI flag is set 3. In serial communication modes, mode 1 the Baud rate = a) BR=2SMOD/32 * (Timer 0 over flow rate) b) BR=2SMOD/16 * (Timer 1 over flow rate) c) BR=2SMOD/16 * (Timer 0 over flow rate) d) BR=2SMOD/32 * (Timer 1 over flow rate) 4. In modes 2 and 3, if _____ bit of SCON bit is set will causes enable multiprocessor communication and is of ____ bit address. a) SM1, 9EH b) TB8 , 9CH c) SM2 , 9DH d) SM0, 9FH 5. Interfacing LCD with 89C51 _____ data lines are used along with the _____ signals.
  • 19. a) 6, RS, RW b) 5, RW, EN c) 8, RS, EN, RW d) 9, RS, EN, RW 6. Resolution of ADC is defined as a) 1/ (2N – 1) b) 2N-1 c) 1/ (2N-1) d) 2N-1 7. In microcontroller and LCD interface which line will instruct the LCD that microcontroller is sending data? a) DB0 b) RW c) EN d) RS 8. Which bit of TMOD will exactly configure timer / counter as a timer or counter. i) TMOD.6 of C/T for timer 1 ii) TMOD.6 of C/T for timer 0 iii) TMOD.2 of C/T for timer 0 iv) TMOD.2 of C/T for timer 1 a) i, ii b) ii, iv c) i, iii d) iii, iv M. Krishna Kumar/IISc. Bangalore M7/V1/June 04/1 Microprocessors and Microcontrollers/Interfacing with 8051 Multiple Choice Questions Key: 7.1 C 7.2 D 7.3 D 7.4 C 7.5 C 7.6 C 7.7 C 7.8 C ________________________________________________________________ 1. Segmentation unit allows segments of _____ size at maximum. a) 4Gbytes b) 6Mbytes c) 4Mbytes d) 6Gbytes 2. If ______input pin of 80386 if activated, allows address pipelining during 80386 bus cycles. a) BS16 b) NA c) PEREQ d) ADS 3. Virtual Mode Flag bit can be set using ____ instruction or any task switch operation only in the _____ mode a) IRET, Virtual b) POPF, Real c) IRET, protected d) POPF, protected 4. The interrupt vector table of 80386 has been allocated ______ space starting from _______ to _______. a) 1Kbyte, 00000H, 003FFH b) 2Kbyte, 10000H, 004FFH c) 3Kbyte, 01000H, 007FFH d) 4Kbyte, 01000H, 009FFH
  • 20. 5. The ___ bit decides whether it is a system descriptor or code/data segment descriptor a) P b) S c) D d) G 6. A new signal group on the 80486 is the ______. a) PARITY b) DP0-DP3 c) PCHK d) all 7. _____is used to control the cache with two new control bits not present in the 80386 microprocessor. What are the bits used to control the 8K byte cache? a) CR0, CD, NW b) CR0, NW, PWT c) Control Register Zero, PWT, PCD d) none 8. To prevent another master from taking over the bus during a critical operation, the 486 can assert its _____signal. a) LOCK# or PLOCK# b) HOLD or BOFF c) HLDA d) HOLD 9. 80386 support which type of descriptor table from the following? a) TDS b) ADS c) GDS d) MDS 10. 80386 support overall ___ addressing modes to facilitate efficient execution of higher level language programs. a) 9 b) 10 c) 11 d) 12 M. Krishna Kumar/IISc. Bangalore M8/V1/June 04/1 Microprocessors and Microcontrollers/High end processors Key: 8.1 A 8.7 A Multiple Choice Questions 8.2 B 8.3 C 8.4 A 8.5 B 8.6 D 8.8 A 8.9 C 8.10 C _______________________________________________________ Microprocessor And Assembly Language MCQ 02
  • 21. 1) Who is the brain of computer: a. ALU b. CPU c. MU d. None of these 2) Which technology using the microprocessor is fabricated on a single chip: a. POS b. MOS c. ALU d. ABM 3) MOS stands for: a. Metal oxide semiconductor b. Memory oxide semiconductor c. Metal oxide select d. None of these 4) In which form CPU provide output: a. Computer signals b. Digital signals c. Metal signals d. None of these 5) How many types of microprocessor comprises: a. 3 b. 6 c. 9 d. 4 6) Which is the microprocessor comprises: a. Register section b. One or more ALU c. Control unit d. All of these
  • 22. 7) The register section is related to______ of the computer: a. Processing b. ALU c. Main memory d. None of these 8) What is the store by register: a. data b. operands c. memory d. None of these 9) How many types of classification of processor based on register section: a. 1 b. 2 c. 3 d. 4 10) In Microprocessor one of the operands holds a special register called: a. Calculator b. Dedicated c. Accumulator d. None of these 11) Accumulator based microprocessor example are: a. Intel 8085 b. Motorola 6809 c. A and B d. None of these 12) A set of register which contain are: a. data b. memory addresses
  • 23. c. result d. all of these 13) How many types are primarily register: a. 1 b. 2 c. 3 d. 4 14) There are primarily two types of register: a. general purpose register b. dedicated register c. A and B d. none of these 15) Which register is a temporary storage location: a. general purpose register b. dedicated register c. A and B d. none of these 16) How many parts of dedicated register: a. 2 b. 4 c. 5 d. 6 17) Name of typical dedicated register is: a. PC b. IR c. SP d. All of these 18) PC stands for:
  • 24. a. Program counter b. Points counter c. Paragraph counter d. Paint counter 19) IR stands for: a. Intel register b. In counter register c. Index register d. Instruction register 20) SP stands for: a. Status pointer b. Stack pointer c. a and b d. None of these 21) The act of acquiring an instruction is referred as the____ the instruction: a. Fetching b. Fetch cycle c. Both a and b d. None of these 22) How many bit of instruction on our simple computer consist of one____: a. 2-bit b. 6-bit c. 12-bit d. None of these 23) How many parts of single address computer instruction : a. 1 b. 2 c. 3 d. 4
  • 25. 24) Single address computer instruction has two parts: a. The operation code b. The operand c. A and B d. None of these 25) LA stands for: a. Load accumulator b. Least accumulator c. Last accumulator d. None of these 26) ED stands for: a. Enable MRD b. Enable MDR c. Both a and b d. None of these 27) LM stands for: a. Least MAR b. Load MAR c. Least MRA d. Load MRA 28) Causing a flag to became 0 is called: a. Clearing a flag b. Case a flag c. Both a and b d. None of these 29) Which are the flags of status register: a. Over flow flag b. Carry flag c. Half carry flag
  • 26. d. Zero flag e. Interrupt flag f. Negative flag g. All of these 30) The carry is operand by: a. C 31) The sign is operand by: a. S 32) The zero is operand by: a. Z 33) The overflow is operand by: a. O 34) _____ is the condition: a. CD b. IR c. Both a and b d. None of these 35) ____ causes the address of the next microprocessor to be obtained from the memory: a. CRJA b. ROM c. MAP d. HLT 36) _________ Stores the instruction currently being executed: a. Instruction register b. Current register c. Both a and b d. None of these 37) In which register instruction is decoded prepared and ultimately executed: a. Instruction register b. Current register c. Both a and b
  • 27. d. None of these 38) The status register is also called the____: a. Condition code register b. Flag register c. A and B d. None of these 39) BCD stands for: a. Binary coded decimal b. Binary coded decoded c. Both a & b d. none of these 40) Which is used to store critical pieces of data during subroutines and interrupts: a. Stack b. Queue c. Accumulator d. Data register 41) The area of memory with addresses near zero are called: a. High memory b. Mid memory c. Memory d. Low memory 42) The point where control returns after a subprogram is completed is known as the : a. Return address b. Main Address c. Program Address d. Current Address 43) The subprogram finish the return instruction recovers the return address from the: a. Queue b. Stack c. Program counter d. Pointer
  • 28. 44) The processor uses the stack to keep track of where the items are stored on it this by using the: a. Stack pointer register b. Queue pointer register c. Both a & b d. None of these 45) Which point to the ___ of the stack: a. TOP b. START c. MID d. None of these 46) Stack words on: a. LILO b. LIFO c. FIFO d. None of these 47) Which is the basic stack operation: a. PUSH b. POP c. BOTH A and B d. None of these 48) SP stand for: a. Stack pointer b. Stack pop c. Stack push d. None of these 49) How many bit stored by status register: a. 1 bit b. 4 bit c. 6 bit d. 8 bit 50) Which is the important part of a combinational logic block: a. Index register b. Barrel shifter c. Both a & b d. None of these 51) The structure of the stack is _______ type structure: a. First in last out
  • 29. b. Last in last out c. Both a & b d. None of these 52) The data in the stack is called: a. Pushing data b. Pushed c. Pulling d. None of these 53) The CU is designed by using which techniques: a. HARDWIRED CONTROLS b. MICROPROGRAMING c. NANOPROGRAMING d. ALL OF THESE 54) The 16 bit register is separated into groups of 4 bit where each groups is called: a. BCD b. Nibble c. Half byte d. None of these 55) A nibble can be represented in the from of: a. Octal digit b. Decimal c. Hexadecimal d. None of these 56) The left side of any binary number is called: a. Least significant digit b. Most significant digit c. Medium significant digit d. low significant digit 57) MSD stands for: a. Least significant digit b. Most significant digit c. Medium significant digit d. low significant digit 58) _____ a subsystem that transfer data between computer components inside a computer or between computer: a. Chip b. Register c. Processor d. Bus 59) Which is called superhighway:
  • 30. a. Processor b. Multiplexer c. Backbone bus d. None of these 60) The external system bus architecture is created using from ______ architecture: a. Pascal b. Dennis Ritchie c. Charles Babbage d. Von Neumann 61) The network of wires or electronic path ways on mother board back side: a. PCB b. BUS c. BOTH A and B d. None of these 62) Which Bus connects CPU & level 2 cache: a. Rear side bus b. Front side bus c. Memory side bus d. None of these 63) Which bus carry addresses: a. System bus b. Address bus c. Control bus d. Data bus 64) A 16 bit address bus can generate___ addresses: a. 32767 b. 25652 c. 65536 d. none of these 65) The processor 80386/80486 and the Pentium processor uses _____ bits address bus: a. 16 b. 32 c. 36 d. 64 66) CPU can read & write data by using : a. Control bus b. Data bus c. Address bus d. None of these
  • 31. 67) Which bus transfer singles from the CPU to external device and others that carry singles from external device to the CPU: a. Control bus b. Data bus c. Address bus d. None of these 68) Which is not the control bus signal: a. READ b. WRITE c. RESET d. None of these 69) When memory read or I/O read are active data is to the processor : a. Input b. Output c. Processor d. None of these 70) When memory write or I/O read are active data is from the processor: a. Input b. Output c. Processor d. None of these 71) Using 12 binary digits how many unique house addresses would be possible: a. 28=256 b. 212=4096 c. 216=65536 d. None of these 72) PROM stands for: a. Programmable read-only memory 73) EPROM stands for: a. Erasable Programmable read-only memory 74) Each memory location has: a. Address b. Contents c. Both A and B d. None of these 75) Which is the type of microcomputer memory: a. Processor memory b. Primary memory c. Secondary memory d. All of these
  • 32. 76) Secondary memory can store____: a. Program store code b. Compiler c. Operating system d. All of these 77) Secondary memory is also called____: a. Auxiliary b. Backup store c. Both A and B d. None of these 78) Customized ROMS are called: a. Mask ROM b. Flash ROM c. EPROM d. None of these 79) The ram which is created using bipolar transistors is called: a. Dynamic RAM b. Static RAM c. Permanent RAM d. DDR RAM 80) Which type of RAM needs regular referred: a. Dynamic RAM b. Static RAM c. Permanent RAM d. SD RAM 81) Which RAM is created using MOS transistors: a. Dynamic RAM b. Static RAM c. Permanent RAM d. SD RAM 82) Which latch is mostly used creating memory register: a. SR-Latch b. JK-Latch c. D-Latch d. T-Latch 83) Which statement is false about WR signal: a. WR signal controls the input buffer b. The bar over WR means that this is an active low signal c. The bar over WR means that this is an active high signal d. If WR is 0 then the input data reaches the latch input
  • 33. 84) Which technique is used for main memory array design: a. Linear decoding b. Fully decoding c. Both A and B d. None of these 85) CS stands for: a. Cable select b. Chip select c. Control select d. Cable system 86) WE stands for: a. Write enable b. Wrote enable c. Write envy d. None of these 87) When CS _____ the chip is not selected at all hence D7 to D0 are driven to high impedance state: a. High b. Low c. Medium d. Stand by 88) The capacity of this chip is 1KB they are organized in the form of 1024 words with 8 bit word The what is the site of address bus: a. 8 bit b. 10 bit c. 12 bit d. 16 bit 89) Which storage technique dose not decoding circuit: a. Linear decoding b. Fully decoding c. Partially d. None of these 90) In linear decoding address bus of 16-bit wide can connect only ____ of RAM. a. 16 KB b. 6KB c. 12KB d. 64KB 91) Which statement is wrong according to linear decoding : a. Address map is not contiguous. b. Confects occur if two of the select lines become active at the same time
  • 34. c. If all unused address lines are not used as chip selectors then these unused lines become don’t cares d. None of these 92) The problem of bus confect and sparse address distribution are eliminated by the use of ______ address technique: a. Fully decoding b. Half decoding c. Both a & b d. None of these 93) A microprocessor retries instructions from : a. Control memory b. Cache memory c. Main memory d. Virtual memory 94) Which register is used to communicate with memory: a. MAR b. MDR c. Both A and B d. None of these 95) SAM stands for: a. Simple architecture machine b. Solved architecture machine c. Both a & b d. None of these 96) MAR stands for: a. Memory address register b. Memory address recode c. Micro address register d. None of these 97) MDR stands for: a. Memory data register b. Memory data recode c. Micro data register d. None of these 98) VAM stands for: a. Valid memory address b. Virtual memory address c. Variable memory address d. None of these 99) Which microprocessor to read an item from memory:
  • 35. a. VAM b. SAM c. MOC d. None of these 100) Which bus plays a crucial role in I/O: a. System bus b. Control bus c. Address bus d. Both A and B 101) Which register is connected to the memory by way of the address bus: a. MAR b. MDR c. SAM d. None of these 102) How many bit of MAR register: a. 8-bit b. 16-bit c. 32-bit d. 64-bit 103) MOC stands for: a. Memory operation complex b. Micro operation complex c. Memory operation complete d. None of these 104) Which are the READ operation can in simple steps: a. Address b. Data c. Control d. All of these 105) The upper red arrow show that CPU sends out the control signals____ and _____ indicate the data is read from the memory: a. Memory request b. Read c. Both A and B d. None of these 106) The information is transferred from the_____ and ____ specified register: a. MDR b. CPU c. Both A and B d. None of these
  • 36. 107) The information on the data bus is transferred to the ______register: a. MOC b. MDR c. VAM d. CPU 108) The lower red curvy arrow show that CPU places the address extracted from the memory location on the_____: a. Address bus b. System bus c. Control bus d. Data bus 109) DMA stands for: a. Direct memory access b. Direct memory allocation c. Data memory access d. Data memory allocation 110) DMA stands for: a. Dynamic memory access b. Data memory access c. Direct memory access d. Both B and C 111) CRT stands for: a. Cathode ray tube b. Compared ray tube c. Command ray tube d. None of these 112) The CPU sends out a ____ signal to indicate that valid data is available on the data bus: a. Read b. Write c. Both A and B d. None of these 113) The ____ place the data from a register onto the data bus: a. CPU b. ALU c. Both A and B d. None of these 114) The CPU removes the ___ signal to complete the memory write operation: a. Read b. Write
  • 37. c. Both A and B d. None of these 115) The value memvar must be transferred to the ___: a. Computer b. CPU c. Both A and B d. None of these 116) The microcomputer system by using the ____device interface: a. Input b. Output c. Both A and B d. None of these 117) How bit microprocessor inexpensive a separate interface is provided with I/O device: a. 2 bit b. 4 bit c. 8 bit d. 32 bit 118) How many ways of transferring data between the microprocessor and a physical I/O device: a. 2 b. 3 c. 4 d. 5 119) The standard I/O is also called: a. Isolated I/O b. Parallel I/O c. both a and b d. none of these 120) standard I/O uses which control pin on the micro processor: a. IO/M 121) A___ on this pin indicates a memory operation: a. Low b. High c. Medium d. None of these 122) The external device is connected to a pin called the ______ pin on the processor chip. a. Interrupt b. Transfer
  • 38. c. Both d. None of these 123) The DMA controllers are special hardware embedded into the chip in modern integrate processor that ____and_____ to the system; a. Data transfer b. arbitrate access c. Both A and B d. None of these 124) The CPU completes yields control of the bus to the DMA controller via: a. DMA acknowledge signal b. DMA integrated signal c. DMA implicitly signal d. None of these 125) The mode of DMA are: a. Single transfer b. Block transfer c. Burst –block transfer d. Repeated single transfer e. Repeated–block transfer f. Repeated Burst –block transfer g. All of these __________________________________________________________ Set - 1 1. UNIVAC is a. Universal Automatic Computer b. Universal Array Computer c. Unique Automatic Computer d. Unvalued Automatic Computer 2. CD-ROM stands for a. Compactable Read Only Memory b. Compact Data Read Only Memory c. Compactable Disk Read Only Memory d. Compact Disk Read Only Memory 3. ALU is
  • 39. a. Arithmetic Logic Unit b. Array Logic Unit c. Application Logic Unit d. None of above 4. VGA is a. Video Graphics Array b. Visual Graphics Array c. Volatile Graphics Array d. Video Graphics Adapter 5. IBM 1401 is a. First Generation Computer b. Second Generation Computer c. Third Generation Computer d. Fourth Generation Computer 6. MSI stands for a. Medium Scale Integrated Circuits b. Medium System Integrated Circuits c. Medium Scale Intelligent Circuit d. Medium System Intelligent Circuit 7. The capacity of 3.5 inch floppy disk is a. 1.40 MB b. 1.44 GB c. 1.40 GB d. 1.44 MB 8. The first computer introduced in Nepal was a. IBM 1400 b. IBM 1401 c. IBM 1402 d. IBM1402 9. WAN stands for a. Wap Area Network b. Wide Area Network c. Wide Array Net d. Wireless Area Network
  • 40. 10. MICR stands for a. Magnetic Ink Character Reader b. Magnetic Ink Code Reader c. Magnetic Ink Cases Reader d. None 1. UNIVAC is Correct Answer: a. Universal Automatic Computer Explanation: There are no computers with the name as in other options. UNIVAC was the first general purpose electronic digital computer designed for commercial use, produced by Universal Accounting Company of John Mauchly and J.P.Eckert in 1951. 2. CD-ROM stands for Correct Answer: d. Compact Disk Read Only Memory Explanation: There are no objects with the name as in other options. CD-ROM is a non-volatile optical data storage medium using the same physical format as audio compact disk, readable by a computer with a CD-ROM drive. The standard 12 cm diameter CD-ROM store about 660 megabytes. 3. ALU is Correct Answer: a. Arithmetic Logic Unit Explanation: ALU is a unit in Central Processing Unit in a computer system that is responsible for arithmetic calculations and logical operations. Apart from ALU, the CPU contains MU (Memory Unit) and CU (Control Unit). 4. VGA is Correct Answer: a. Video Graphics Array Explanation: VGA is a type of Graphics Adapter. Graphic Adapter is an electronic board that controls the display of a monitor. This device helps the motherboard to work with the monitor and in VGA and SVGA the last letter ‘A’ stands for ‘Array’ whereas in MDA, CGA, MCGA the last letter ‘A’ stands for ‘Adapter’. 5. IBM 1401 is Correct Answer: b. Second Generation Computer
  • 41. Explanation: IBM 1401 is a Second Generation Computer and is the first computer to enter Nepal in 2028 BS for census. Government of Nepal had brought this computer on rent and later purchased for data processing in Bureau of Statistics. After this computer, another ICL 2950/10, a British computer, was purchased by the fund of UNDP and UNFPA for the census of 2038 BS is second computer in Nepal. 6. MSI stands for Correct Answer: a. Medium Scale Integrated Circuits Explanation: After the invention of IC chips the development of computers plunged into next phase. Small Scale Integration and Medium Scale Integration (SSI and MSI) were used in third generation of computers and Large Scale Integration and Very Large Scale Integration (LSI and VLSI) are being used in fourth generation of computers. People are now expecting ULSI (Ultra Large Scale Integration) Circuits to be used for fifth generation computers. 7. The capacity of 3.5 inch floppy disk is Correct Answer: d. 1.44 MB Explanation: Microfloppy disks (3.5 inch) if it is high density (MF2HD) can store 1.44 MB and if it is low density (MF2DD), it can store 720 KB. Mini Floppy disks (5.25 inch) if it is high density (MD2HD) can store 1.2 MB and low density (MD2DD) stores 360 KB of data. 8. The first computer introduced in Nepal was Correct Answer: b. IBM 1401 Explanation: IBM 1401, a second generation computer was brought in Nepal by the Government of Nepal paying One Lakh and twenty five thousands per month to use in the census in 2028 B.S. Before this computer, Nepal was using a calculating device called Facit for statistical tasks. 9. WAN stands for Correct Answer: b. Wide Area Network Explanation: There are three different classes of computer network namely, Local Area Network (LAN) that covers a small geographical area such as a room, a building or a compound; Metropolitan Area Network (MAN) that has a citywide coverage; and Wide Area Network (WAN) that covers the whole globe or beyond
  • 42. the globe. 10. MICR stands for Correct Answer: a. Magnetic Ink Character Reader Explanation: MICR (Magnetic Ink Character Reader) is kind of scanner that can scan and identify the writing of magnetic ink. This device is used in banks to verify signatures in Checks. ________________________________________________ Set - 2 1. EBCDIC stands for a. Extended Binary Coded Decimal Interchange Code b. Extended Bit Code Decimal Interchange Code c. Extended Bit Case Decimal Interchange Code d. Extended Binary Case Decimal Interchange Code 2. BCD is a. Binary Coded Decimal b. Bit Coded Decimal c. Binary Coded Digit d. Bit Coded Digit 3. ASCII stands for a. American Stable Code for International Interchange b. American Standard Case for Institutional Interchange c. American Standard Code for Information Interchange d. American Standard Code for Interchange Information 4. Which of the following is first generation of computer a. EDSAC b. IBM-1401 c. CDC-1604 d. ICL-2900 5. Chief component of first generation computer was a. Transistors b. Vacuum Tubes and Valves
  • 43. c. Integrated Circuits d. None of above 6. FORTRAN is a. File Translation b. Format Translation c. Formula Translation d. Floppy Translation 7. EEPROM stand for a. Electrically Erasable Programmable Read Only Memory b. Easily Erasable Programmable Read Only Memory c. Electronic Erasable Programmable Read Only Memory d. None of the above 8. Second Generation computers were developed during a. 1949 to 1955 b. 1956 to 1965 c. 1965 to 1970 d. 1970 to 1990 Correct Answer: 1956 to 1965 Explanation: Second generation computers used transistors as their main electronic component. Transistor was invented by Bell Lab Scientists John Burdeen, Walter Brattain and William Shockley in 1947 and won the Nobel Prize in 1956 but it was not used in computers till 1956. The second generation continued until the implementation of IC chips invented by Jack Kilby in Texas Instruments in 1958. 9. The computer size was very large in a. First Generation b. Second Generation c. Third Generation d. Fourth Generation 10. Microprocessors as switching devices are for which generation computers a. First Generation b. Second Generation
  • 44. c. Third Generation d. Fourth Generation 1. EBCDIC stands for Correct Answer: a. Extended Binary Coded Decimal Interchange Code Explanation: EBCDIC is an 8-bit binary code for larger IBMs primarily mainframes in which each byte represent one alphanumeric character or two decimal digits. 256 characters can be coded using EBCDIC. 2. BCD is Correct Answer: a. Binary Coded Decimal Explanation: BCD is a binary coded notation in which each of the decimal digits is expressed as a 8-bit binary numeral. For example in binary coded decimal notation 12 is 0001 0010 as opposed to 1100 in pure binary. 3. ASCII stands for Correct Answer: c. American Standard Code for Information Interchange Explanation: ASCII is a code which converts characters – letters, digits, punctuations and control characters such as Alt, Tab etc – into numeral form. ASCII code is used to represent data internally in micro-computers. ASCII codes are 7 bits and can represent 0 to 127 and extended ASCII are 8 bits that represents 0 to 255. 4. Which of the following is first generation of computer Correct Answer: a. EDSAC Explanation: IBM-1401, CDC-1604 is second generation computer. ICL-2900 is a fourth generation computer. EDSAC is important in the development of computer since it was the first computer to use John von. Neumann’s Stored Program Concept. It used 3000 vacuum tubes and computers with vacuum tubes are of first generation computers. 5. Chief component of first generation computer was Correct Answer: b. Vacuum Tubes and Valves Explanation: Transistors were used for second generation computers and integrated circuits in third generation. First generation computers used vacuum tubes and valves as their main electronic component. Vacuum Tubes were invented by Lee DeForest in 1908.
  • 45. 6. FORTRAN is Correct Answer: c. Formula Translation Explanation: FORTRAN (Formula Translation) is one of the earlier High Level programming languages used to write scientific applications. It was developed by IBM in 1956. 7. EEPROM stand for Correct Answer: a. Electrically Erasable Programmable Read Only Memory Explanation: There are three types of ROM namely, PROM, EPROM and EEPROM. PROM can’t be reprogrammed, EPROM can be erased by exposing it in high intensity ultraviolet light and EEPROM can be erased and reprogrammed electrically. It is not needed to be removed from the computer to be modified. 8. Second Generation computers were developed during Correct Answer: 1956 to 1965 Explanation: Second generation computers used transistors as their main electronic component. Transistor was invented by Bell Lab Scientists John Burdeen, Walter Brattain and William Shockley in 1947 and won the Nobel Prize in 1956 but it was not used in computers till 1956. The second generation continued until the implementation of IC chips invented by Jack Kilby in Texas Instruments in 1958. 9. The computer size was very large in Correct Answer: a. First Generation Explanation: It is obvious that computers developed with more power, reliability, speed and smaller sizes due to the enhancement of technology. First generation computers used 1000s of vacuum tubes that required lot of space made them gigantic in size. Single transistor could replace 1000 vacuum tubes and a single IC chip replaced 1000s of transistors made computers smaller and more speedy. 10. Microprocessors as switching devices are for which generation computers Correct Answer: Fourth Generation Explanation: Microprocessors further revolutionized the development of computers. Personal microcomputers were possible due to the microprocessors. The first microprocessor called Intel 4004 was developed by American Intel Corporation in 1971. Microprocessors are used in the computers of fourth generation computers. _______________________________________________
  • 46. Set - 3 1. Which generation of computer is still under development a. Fourth Generation b. Fifth Generation c. Sixth Generation d. Seventh Generation 2. Artificial Intelligence is associated with which generation? a. First Generation b. Second Generation c. Fifth Generation d. Sixth Generation 3. Which operation is not performed by computer a. Inputting b. Processing c. Controlling d. Understanding 4. Fifth generation computer is also known as a. Knowledge information processing system b. Very large scale integration (VLSI) c. Both of above d. None of above 5. Central Processing Unit is combination of a. Control and storage b. Control and output unit c. Arithmetic logic and input unit d. Arithmetic logic and control unit 6. The brain of any computer system is a. Control Unit b. Arithmetic Logic Unit c. Central Processing Unit d. Storage Unit 7. Pick the one that is used for logical operations or comparisons such as less than equal to or greater than. a. Arithmetic and Logic Unit
  • 47. b. Control Unit c. Both of above d. None of above 8. Analog computer works on the supply of a. Continuous electrical pulses b. Electrical pulses but not continuous c. Magnetic strength d. None of the above 9. Digital devices are a. Digital Clock b. Automobile speed meter c. Clock with a dial and two hands d. All of them 10. The computer that process both analog and digital is called a. Analog computer b. Digital computer c. Hybrid computer d. Mainframe computer Answers: 1. Which generation of computer is still under development Correct Answer: b. Fifth Generation Explanation: Today’s computer fall under the fourth generation computers that uses the LSI and VLSI Integrated Circuits. For fifth generation computers it is expected for Ultra Large Scale Integrated Circuits (ULSI). The study for using Gallium Arsenide instead of silicon chips is underway. Electrons can travel 5 times faster in Gallium Arsenide compared to the silicon. Similarly, genetically engineered protein molecules are being tried for processors. Fifth generation computers are expected to have artificial intelligence, ability to use natural language. 2. Artificial Intelligence is associated with which generation? Correct Answer: c. Fifth Generation Explanation: ‘A computer is a slave in a box’. This is a saying due to the lack of intelligence in computer in spite of their speed, accuracy, diligence and reliability. A computer can only perform instructed task in the way already programmed. Thus, scientists are trying to develop artificial intelligence in computers so that they can think
  • 48. and make decisions themselves. This is expected for fifth generation computers. 3. Which operation is not performed by computer Correct Answer: d. Understanding Explanation: Computers can’t understand since they don’t have intelligence. Let’s hope in fifth generation they will achieve artificial intelligence and be able to understand. 4. Fifth generation computer is also known as Correct Answer: a. Knowledge information processing system Explanation: Fifth Generation computers will have artificial intelligence and will be able to understand making knowledge information processing system possible, 5. Central Processing Unit is combination of Correct Answer: d. Arithmetic logic and control unit Explanation: Arithmetic logic and control unit along with memory unit forms a complete central processing unit and central processing unit along with input/output unit forms a computer system. 6. The brain of any computer system is Correct Answer: c. Central Processing Unit Explanation: Control unit or arithmetic logical unit alone can not represent the function of brain to compare with neither does storage unit only. Central Processing Unit is the combination of control, arithmetic logic and memory units thus can be compared with brain that controls the body, processes its functions and remembers. 7. Pick the one that is used for logical operations or comparisons such as less than equal to or greater than. Correct Answer: a. Arithmetic and Logic Unit Explanation: Logical sub-unit of ALU performs all the comparisons such as less than equal to or greater than. Arithmetic sub-unit of ALU performs calculations such as addition, subtraction and so on. 8. Analog computer works on the supply of Correct Answer: a. Continuous electrical pulses
  • 49. Explanation: Analog computers works on the continuous electrical pulses and digital computers work on the discrete electrical pulses. Analog computers need to process physical quantities such as temperature, pressure, speed etc. 9. Digital devices are Correct Answer: a. Digital Clock. Explanation: Automobile speed meter and clock with a dial and two hands are analog devices. Speed meter works on speed of wheel and the later works on tension of dialed spring. 10. The computer that process both analog and digital is called Correct Answer c. Hybrid Computer Explanation: Analog, Digital and Hybrid are the three classes of computers based on the work or principle on which computer work. Hybrid computers can perform both the tasks of analog computers as well as hybrid computers. These computers are used in aircraft, hospitals where measuring physical quantities and converting them into digital data to analyze is required. __________________________________________________ Set - 4 1. Which statement is valid about magnetic tape? a. It is a plastic ribbon b. It is coated on both sides with iron oxide c. It can be erased and reused d. All of above 2. The data recording format in most of the modern magnetic tape is a. 7-bit ASCII b. 7-bit EBCDIC c. 8-bit ASCII d. 8-bit EBCDIC 3. Which of the following is associated with error detector? a. Odd parity bit b. Even parity bit c. Both of the above d. None of above
  • 50. 4. Tape speed is measured in a. Feet per second b. Inch per second c. Meter per second d. Centimeter per second 5. Magnetic disks are the most popular medium for a. Direct access b. Sequential access c. Both of above d. None of above 6. Storage capacity of magnetic disk depends on a. tracks per inch of surface b. bits per inch of tracks c. disk pack in disk surface d. All of above 7. Reading data is performed in magnetic disk by a. Read/write leads b. Sectors c. Track d. Lower surface 8. Access time is a. seek time + latency time b. seek time c. seek time – latency time d. latency time 9. Seek time is a. time to position the head over proper track b. time to position the head over proper sector c. time to position the head over proper cylinder d. none of above 10. Latency time is a. Time to spin the needed data under head b. Time to spin the needed data under track c. Time to spin data under sector d. All of above
  • 51. 11. Floppy disks are available in a. Single side single density b. Single side double density c. Both of above d. None of above 12. Floppy disks typically in diameter a. 3” b. 5.25” c. 8” d. All of above 13. Hard disk is coated in both side above a. Magnetic metallic oxide b. Optical metallic oxide c. Carbon layer d. All of the above 14. Binary circuit elements have a. One stable state b. Two stable state c. Three stable state d. None of above 15. Which statement is valid? a. 1KB = 1024 bytes b. 1 MB=2048 bytes c. 1 MB = 1000 kilobytes d. 1 KB = 1000 bytes 16. Which statement is valid about computer program? a. It is understood by a computer b. It is understood by programmer c. It is understood user d. Both of above 17. Software in computer a. Enhances the capabilities of the hardware machine b. Increase the speed of central processing unit c. Both of above d. None of above 18. Which of the following is not computer language?
  • 52. a. High level language b. Medium level language c. Low level language d. All of the above 19. Which language is directly understood by the computer without translation program? a. Machine language b. Assembly language c. High level language d. None of above 20. Instruction in computer languages consists of a. OPCODE b. OPERAND c. Both of above d. None of above 21. Machine language is a. Machine dependent b. Difficult to program c. Error prone d. All of above 1. Which statement is valid about magnetic tape? a. It is a plastic ribbon 2. The data recording format in most of the modern magnetic tape is d. 8-bit EBCDIC 3. Which of the following is associated with error detector? c. Both of the above 4. Tape speed is measured in b. Inch per second 5. Magnetic disks are the most popular medium for c. Both of above 6. Storage capacity of magnetic disk depends on d. All of above 7. Reading data is performed in magnetic disk by a. Read/write leads
  • 53. 8. Access time is a. seek time + latency time 9. Seek time is a. time to position the head over proper track 10. Latency time is a. Time to spin the needed data under head 11. Floppy disks are available in c. Both of above 12. Floppy disks typically in diameter d. All of above 13. Hard disk is coated in both side above a. Magnetic metallic oxide 14. Binary circuit elements have b. Two stable state 15. Which statement is valid? a. 1KB = 1024 bytes 16. Which statement is valid about computer program? d. Both of above 17. Software in computer a. Enhances the capabilities of the hardware machine 18. Which of the following is not computer language? b. Medium level language 19. Which language is directly understood by the computer without translation program? a. Machine language 20. Instruction in computer languages consists of c. Both of above
  • 54. 21. Machine language is d. All of above _____________________________________________ Set - 5 1. Mnemonic a memory trick is used in which of the following language? a. Machine language b. Assembly language c. High level language d. None of above 2. The translator program used in assembly language is called a. Compiler b. Interpreter c. Assembler d. Translator 3. Easily reloctable language is a. Machine language b. Assembly language c. High level language d. Medium level language 4. Which of the following is called low level languages? a. Machine language b. Assembly language c. Both of the above d. None of above 5. which of the following is problem oriented language? a. High level language b. Machine language c. Assembly language d. Low level language 6. A compiler is a translating program which
  • 55. a. Translates instruction of a high level language into machine language b. Translates entire source program into machine language program c. It is not involved in program’s execution d. All of above 7. Which of the following is machine independence program? a. High level language b. Low level language c. Assembly language d. Machine language 8. Which statement is valid about interpreter? a. It translates one instruction at a time b. Object code is saved for future use c. Repeated interpretation is not necessary d. All of above 9. Which is the limitation of high level language? a. Lower efficiency b. Machine dependence c. machine level coding d. None of above 10. High level language is also called a. Problem oriented language b. Business oriented language c. Mathematically oriented language d. All of the above 11. A computer programmer a. Does all the thinking for a computer b. Can enter input data quickly c. Can operate all types of computer equipments d. Can draw only flowchart 12. CD-ROM is a a. Semiconductor memory b. Memory register
  • 56. c. Magnetic memory d. None of above 13. Which of the following is not a primary storage device? a. Magnetic tape b. Magnetic disk c. Optical disk d. None of above 14. A name or number used to identify a storage location devices? a. A byte b. A record c. An address d. All of above 15. Which of the following is a secondary memory device? a. Keyboard b. Disk c. ALU d. All of the above 16. The difference between memory and storage is that memory is … and storage is … a. Temporary, permanent b. Permanent, temporary c. Slow, fast d. All of above 17. A floppy disk contains a. Circular tracks only b. Sectors only c. Both circular tracks and sectors d. All of the above 18. The octal equivalent of 111010 is a. 81 b. 72 c. 71 d. None of above
  • 57. 19. The first electronic computer in the world was a. UNIVAC b. EDVAC c. ENIAC d. All of above 20. The most commonly used standard data code to represent alphabetical, numerical and punctuation characters used in electronic data processing system is called a. ASCII b. EBCDIC c. BCD d. All of above Answers: 1. Correct Answer: b 2. Correct Answer: c 3. Correct Answer: b 4. Correct Answer: c 5. Correct Answer: a 6. Correct Answer: d 7. Correct Answer: a 8. Correct Answer: a 9. Correct Answer: a 10. Correct Answer: d 11. Correct Answer: a 12. Correct Answer: d 13. Correct Answer: d 14. Correct Answer: c 15. Correct Answer: b 16. Correct Answer: a 17. Correct Answer: c 18. Correct Answer: b 19. Correct Answer: c 20. Correct Answer: a ____________________________________________________________________________ ________________________ Set - 6
  • 58. 1. Which was the computer conceived by Babbage? a. Analytical Engine b. Arithmetic Machine c. Donald Kunth d. All of above 2. Offline device is a. A device which is not connected to CPU b. A device which is connected to CPU c. A direct access storage device d. An I/O device 3. Which of the following registers is loaded with the contents of the memory location pointed by the PC? a. Memory address registers b. Memory data registers c. Instruction register d. Program counter 4. Which of the following registers is used to keep track of address of the memory location where the next instruction is located? a. Memory address register b. Memory data register c. Instruction register d. Program counter 5. Microprocessors can be used to make a. Computers b. Digital systems c. Calculators d. All of above 6. how many address lines are needed to address each machine location in a 2048 x 4 memory chip? a. 10 b. 11 c. 8 d. 12 7. which American computer company is called Big Blue? a. Microsoft b. Compaq Corp c. IBM
  • 59. d. Tandy Svenson 8. When did IBM introduce the 20286 based PC/AT? a. 1982 b. 1984 c. 1985 d. 1989 9. When was the X window system born? a. 1984 b. 1989 c. 1988 d. 1990 10. Today’s computer giant IBM was earlier known by different name which was changes in 1924. What was that name? a. Tabulator Machine Co. b. Computer Tabulating Recording Co. c. The Tabulator Ltd. d. International Computer Ltd. 11. The first electronic general purpose digital computer built by Mauchly and Eckert called ENIA did not work on the stored program principle. How many numbers could it store in its internal memory? a. 100 b. 20 c. 40 d. 80 12. The digital computer was developed primarily in a. USSR b. Japan c. USA d. UK 13. The subject of cybernetics deals with the science of a. Genetics b. Control and communication c. Molecular biology d. Biochemistry 14. Who is credited with the idea of using punch cards to control patterns in a waving machine? a. Pascal b. Hollerith c. Babbage
  • 60. d. Jacquard 15. Most of the inexpensive personal computers do not have any disk or diskette drive. What is the name of such computes? a. Home computers b. Diskless computers c. Dedicated computers d. General purpose computers 16. Which of the following require large computers memory? a. Imaging b. Graphics c. Voice d. All of Above 17. A term associated with the comparison of processing speeds of different computer system is: a. EFTS b. MPG c. MIPS d. CPS 18. The process of starting a or restarting a computer system by loading instructions from a secondary storage device into the computer memory is called a. Duping b. Booting c. Padding d. CPS 19. who invented the microprocessor? a. Marcian E Huff b. Herman H Goldstein c. Joseph Jacquard d. All of above 20. One computer that is not considered a portable is a. Minicomputer b. Laptop computer c. Notebook computer d. All of above Answers: 1. Which was the computer conceived by Babbage? a. Analytical Engine
  • 61. 2. Offline device is a. A device which is not connected to CPU 3. Which of the following registers is loaded with the contents of the memory location pointed by the PC? c. Instruction register 4. Which of the following registers is used to keep track of address of the memory location where the next instruction is located? d. Program counter 5. Microprocessors can be used to make d. All of above 6. how many address lines are needed to address each machine location in a 2048 x 4 memory chip? b. 11 7. which American computer company is called Big Blue? c. IBM 8. When did IBM introduce the 20286 based PC/AT? b. 1984 9. When was the X window system born? a. 1984 10. Today’s computer giant IBM was earlier known by different name which was changes in 1924. What was that name? a. Tabulator Machine Co. 11. The first electronic general purpose digital computer built by Mauchly and Eckert called ENIA did not work on the stored program principle. How many numbers could it store in its internal memory? b. 20 12. The digital computer was developed primarily in c. USA 13. The subject of cybernetics deals with the science of
  • 62. b. Control and communication 14. Who is credited with the idea of using punch cards to control patterns in a waving machine? d. Jacquard 15. Most of the inexpensive personal computers do not have any disk or diskette drive. What is the name of such computes? a. Home computers 16. Which of the following require large computers memory? d. All of Above 17. A term associated with the comparison of processing speeds of different computer system is: c. MIPS 18. The process of starting a or restarting a computer system by loading instructions from a secondary storage device into the computer memory is called b. Booting 19. who invented the microprocessor? a. Marcian E Huff 20. One computer that is not considered a portable is a. Minicomputer _________________________________________________________________________ Set - 7 1. the accuracy of the floating point numbers represent able in two 16bit words of a computer is approximately a. 16 digits b. 6 digits c. 4 digits d. All of above 2. a dumb terminal has a. an embedded microprocessor
  • 63. b. extensive memory c. independent processing capability d. a keyboard and screen 3. plotter accuracy is measured in terms of repeatability and a. buffer size b. resolution c. vertical dimension d. intelligence 4. bit map terminal a. support display containing multiple window b. require considerable amount of video RAM c. requires tremendous amount of copying and hence low performance d. all of above 5. how many symbols exist in Baudot code? a. 32 b. 116 c. 58 d. 76 6. Daisy wheel printer is a type of a. Matrix printer b. Impact printer c. Laser printer d. Manual printer 7. The number of records contained within a block of data on magnetic tape is defined by the a. Block definition b. Record contain clause c. Blocking factor d. Record per block 8. Serial access memories are useful in applications where a. Data consists of numbers b. Short access time is required c. Each stored word is processed differently d. Data naturally needs to flow in and out in serial form 9. how many types of storage loops exists in magnetic bubble memory a. 8 b. 4 c. 16
  • 64. d. 2 10. which of the following memories must be refreshed many times per second? a. Static RAM b. Dynamic RAM c. EPROM d. ROM 11. The memory which is programmed at the time it is manufactured a. ROM b. RAM c. PROM d. EPROM 12. Which of the following memory medium is not used as main memory system? a. Magnetic core b. Semiconductor c. Magnetic tape d. Both semiconductor and magnetic tape 13. The control unit of a microprocessor a. Stores data in the memory b. Accepts input data from keyboard c. Performs arithmetic/logic function d. None of above 14. Registers which are partially visible to users and used to hold conditional codes (bits set by the CPU hardware as the result of operations), are known as a. PC b. Flags c. Memory Address Registers d. General Purpose Registers 15. One of the main feature that distinguish microprocessors from micro-computer is a. Words are usually large in microprocessors b. Words are shorter in microprocessors c. Microprocessor does not contain I/O device d. Exactly the same as the machine cycle time 16. Which was the world’s first microcomputer that used Intel 80386 microprocessor chip? a. IBM PS/2 b. HP-9830 c. DeskPro-386 d. IBM-360
  • 65. 17. When was the world’s first laptop computer introduced in the market and by whom? a. Hewlett-Packard, 1980 b. Epson, 1981 c. Laplink Traveling Software Inc, 1982 d. Tandy Model-200, 1985 18. The first microprocessor built by the Intel corporation was called a. 8008 b. 8080 c. 4004 d. 8800 19. who built the world’s first electronic calculator using telephone relays, light bulbs and batteries? a. Claude Shannon b. Konrard Zues c. George Stibits d. Howard H. Aiken 20. Who developed a mechanical device in the 17th century that could add, subtracts, multiply, divide and find square roots? a. Napier b. Babbage c. Pascal d. Leibniz Answers: _______________________________________ Set - 8 1. IBM 7000 digital computer a. Belongs to second generation b. Uses VLSI c. Employs semiconductor memory d. Has modular constructions 2. The proper definition of a modern digital computer is
  • 66. a. An electronic automated machine that can solve problems involving words and numbers b. A more sophistic and modified electronic pocket calculator c. Any machine that can perform mathematical operations d. A machine that works on binary code 3. A modern electronic computer is a machine that is meant for a. Doing quick mathematical calculations b. Input, storage, manipulation and outputting of data c. Electronic data processing d. Performing repetitive tasks accurately 4. An integrated circuit is a. A complicated circuit b. An integrating device c. Much costlier than a single transistor d. Fabricated on a tiny silicon chip 5. Most important advantage of an IC is its a. Easy replacement in case of circuit failure b. Extremely high reliability c. Reduced cost d. Lower power consumption 6. In a punched card system, data is processed by a a. Keypunch machine, sorter and posting machine b. Accounting machine, posting machine, and billing machine c. Sorter, posting machine, and billing machine d. Accounting machine, keypunch machine and sorter 7. The first machine to successfully perform a long series of arithmetic and logical operations was; a. ENIAC b. Mark I c. Analytic engine d. UNIVAC-I 8. In the third generation of computers: a. Distributed data processing first became popular b. An operating system was first developed c. High-level prcedu7ral languages were firs used d. On-line, real time systems first became popular 9. A characteristic of card systems is: a. Slowness in processing data
  • 67. b. Using cards as records of transactions c. Needing a larger DP staff d. All of the above 10. An IBM system/38 represents the computer class of: a. Small-scale computer b. Medium-scale computer c. Large-scale computer d. Super computer 11. The first firm to mass- market a microcomputer as a personal computer was a. IBM b. Sperry Univac c. Data General corporation d. Radio Shack 12. A digital computer did not score over an analog computer in terms of a. Speed b. Accuracy c. Cost d. Memory 13. In 1830, Charles Babbage designed a machine called the Analytical Engine which he showed at the Paris Exhibition. In which year was it exhibition? a. 1820 b. 1860 c. 1855 d. 1870 14. Which was the world’s first minicomputer and when was it introduced? a. PDP-I, 1958 b. IBM System/36, 1960 c. PDP-II, 1961 d. VAX 11/780, 1962 15. Where was India’s first computer installed and when? a. Indian Institute of Technology, Delhi, 1977 b. Indian Institute of Science, Bangalore, 1971 c. Indian Iron & Steel Co. Ltd., 1968 d. Indian Statistical Institute, Calcutta, 1955 16. Which of the following are the two main components of the CPU? a. Control unit and registers b. Registers and main memory
  • 68. c. Control Unit and ALU d. ALU and bus 17. Which of the following is true? a. Fields are composed of bytes b. Records are composed of fields c. Fields are composed of characters d. All of above 18. Which of the following file organization is most efficient for a file with a high degree of file activity? a. Sequential b. ISAM c. VSAM d. B-Tree Index 19. The two basic types of record-access methods are a. Sequential and random b. Sequential and indexed c. Direct and immediate d. On-line and real time 20. The advantage of COM are its … and … a. Compact size; speed readability b. Compact size, speed c. Readability; speed d. Low cost; readability Answers: 1. IBM 7000 digital computer c. Employs semiconductor memory 2. The proper definition of a modern digital computer is d. A machine that works on binary code 3. A modern electronic computer is a machine that is meant for b. Input, storage, manipulation and outputting of data 4. An integrated circuit is d. Fabricated on a tiny silicon chip 5. Most important advantage of an IC is its
  • 69. b. Extremely high reliability 6. In a punched card system, data is processed by a d. Accounting machine, keypunch machine and sorter 7. The first machine to successfully perform a long series of arithmetic and logical operations was; b. Mark I 8. In the third generation of computers: d. On-line, real time systems first became popular 9. A characteristic of card systems is: d. All of the above 10. An IBM system/38 represents the computer class of: a. Small-scale computer 11. The first firm to mass- market a microcomputer as a personal computer was c. Data General corporation 12. A digital computer did not score over an analog computer in terms of b. Accuracy 13. In 1830, Charles Babbage designed a machine called the Analytical Engine which he showed at the Paris Exhibition. In which year was it exhibition? c. 1855 14. Which was the world’s first minicomputer and when was it introduced? a. PDP-I, 1958 15. Where was India’s first computer installed and when? d. Indian Statistical Institute, Calcutta, 1955 16. Which of the following are the two main components of the CPU? c. Control Unit and ALU 17. Which of the following is true?
  • 70. d. All of above 18. Which of the following file organization is most efficient for a file with a high degree of file activity? a. Sequential 19. The two basic types of record-access methods are a. Sequential and random 20. The advantage of COM are its … and … b. Compact size, speed ________________________________________________________ Set - 9 1. A disadvantage of the laser printer is: a. It is quieter than an impact printer b. It is very slow c. The output is of a lower quality d. None of above 2. Which of the following is not true for a magnetic disk? a. It is expensive relative to magnetic tape b. It provides only sequential access to stored data c. Users can easily update records by writing over the old data d. All of above 3. The primary advantage of key-to-tape data entry system is a. A large percentage of editing can be performed at the time of data entry b. Key verification is easily performed c. The tape is reusable d. Keying errors can be detected as they occur. 4. The terminal device that functions as a cash register, computer terminal, and OCR reader is the: a. Data collection terminal b. OCR register terminal
  • 71. c. Video Display terminal d. POS terminal 5. Which of the following does not affect the resolution of a video display image? a. Bandwidth b. Raster scan rage c. Vertical and horizontal lines of resolution d. Screen size 6. While inserting a diskette into the diskette drive of a PC, the diskette’s label side should face a. East b. North c. South d. Up 7. in which year was UK’s premier computing event called “The which computer” started? a. 1980 b. 1985 c. 1986 d. 1987 8. The latest PC keyboards use a circuit that senses the movement by the change in its capacitance, a. Capacitance keyboard b. Mechanical keyboard c. Qwerty keyboard d. Dvorak keyboard 9. Different components on the motherboard of a PC processor unit are linked together by sets or parallel electrical conducting lines. What are these lines called? a. Conductors b. Buses c. Connectors d. Connectively 10. Which of the following magazines covers only the IBM PC and its compatibles? a. Byte b. PC Magazine c. Personal Computing
  • 72. d. Interface Age 11. Which of the following professions has not been affected by personal computers? a. Medical b. Clerical and law c. Accounting d. None of the above 12. The arranging of data in a logical sequence is called a. Sorting b. Classifying c. Reproducing d. Summarizing 13. When was Apple Macintosh II microcomputer introduced in the market? a. 1964 b. 1970 c. 1983 d. 1986 14. What is the name of the new color laptop computer which is powered by a 386 processor at 33 MHz and is built by Epson? a. AX3/33 b. NEC-20 c. Magnum 2000 d. HCL-3000 15. What does the disk drive of a computer do? a. Rotate the disk b. Read the disk c. Load a program from the disk into the memory d. Both b and c 16. The language that the computer can understand and execute is called a. Machine language b. Application software c. System program d. All of above
  • 73. 17. An application suitable for sequential processing is a. Processing of grades b. Payroll processing c. Both a and b d. All of above 18. The word processing task associated with changing the appearance of a document is a. Editing b. Writing c. Formatting d. All of above 19. Which of the following is used as a primary storage device? a. Magnetic drum b. Prom c. Floppy d. All of above 20. Which of the following memories needs refreshing? a. SRAM b. DRAM c. ROM d. All of above Answers 1. A disadvantage of the laser printer is: d. None of above 2. Which of the following is not true for a magnetic disk? b. It provides only sequential access to stored data 3. The primary advantage of key-to-tape data entry system is c. The tape is reusable
  • 74. 4. The terminal device that functions as a cash register, computer terminal, and OCR reader is the: d. POS terminal 5. Which of the following does not affect the resolution of a video display image? d. Screen size 6. While inserting a diskette into the diskette drive of a PC, the diskette’s label side should face d. Up 7. in which year was UK’s premier computing event called “The which computer” started? a. 1980 8. The latest PC keyboards use a circuit that senses the movement by the change in its capacitance, a. Capacitance keyboard 9. Different components on the motherboard of a PC processor unit are linked together by sets or parallel electrical conducting lines. What are these lines called? b. Buses 10. Which of the following magazines covers only the IBM PC and its compatibles? b. PC Magazine 11. Which of the following professions has not been affected by personal computers? d. None of the above 12. The arranging of data in a logical sequence is called a. Sorting 13. When was Apple Macintosh II microcomputer introduced in the market? c. 1983 14. What is the name of the new color laptop computer which is powered by a 386 processor at 33 MHz and is built by Epson? a. AX3/33 15. What does the disk drive of a computer do? d. Both b and c 16. The language that the computer can understand and execute is called
  • 75. a. Machine language 17. An application suitable for sequential processing is c. Both a and b 18. The word processing task associated with changing the appearance of a document is c. Formatting 19. Which of the following is used as a primary storage device? b. Prom 20. Which of the following memories needs refreshing? b. DRAM Set - 10 1. Which of the following devices can be sued to directly image printed text? a. OCR b. OMR c. MICR d. All of above 2. The output quality of a printer is measured by a. Dot per inch b. Dot per sq. inch c. Dots printed per unit time d. All of above 3. In analog computer a. Input is first converted to digital form b. Input is never converted to digital form c. Output is displayed in digital form d. All of above 4. In latest generation computers, the instructions are executed a. Parallel only b. Sequentially only c. Both sequentially and parallel
  • 76. d. All of above 5. Who designed the first electronics computer – ENIAC? a. Van-Neumann b. Joseph M. Jacquard c. J. Presper Eckert and John W Mauchly d. All of above 6. Who invented the high level language c? a. Dennis M. Ritchie b. Niklaus Writh c. Seymour Papert d. Donald Kunth 7. Personnel who design, program, operate and maintain computer equipment refers to a. Console-operator b. Programmer c. Peopleware d. System Analyst 8. When did arch rivals IBM and Apple Computers Inc. decide to join hands? a. 1978 b. 1984 c. 1990 d. 1991 9. Human beings are referred to as Homosapinens, which device is called Sillico Sapiens? a. Monitor b. Hardware c. Robot d. Computer 10. An error in software or hardware is called a bug. What is the alternative computer jargon for it? a. Leech b. Squid c. Slug d. Glitch
  • 77. 11. Modern Computer are very reliable but they are not a. Fast b. Powerful c. Infallible d. Cheap 12. What is the name of the display feature that highlights are of the screen which requires operator attention? a. Pixel b. Reverse video c. Touch screen d. Cursor 13. IMB launched its first personal computer called IBM-PC in 1981. It had chips from Intel, disk drives from Tandon, operating system from Microsoft, the printer from Epson and the application software from everywhere. Can you name the country which contributed the video display? a. India b. China c. Germany d. Taiwan 14. Personal computers use a number of chips mounted on a main circuit board. What is the common name for such boards? a. Daughter board b. Motherboard c. Father board d. Breadboard 15. In most IBM PCs, the CPU, the device drives, memory expansion slots and active components are mounted on a single board. What is the name of this board? a. Motherboard b. Breadboard c. Daughter board d. Grandmother board 16. What is meant by a dedicated computer? a. Which is used by one person only b. Which is assigned one and only one task c. Which uses one kind of software d. Which is meant for application software
  • 78. 17. The system unit of a personal computer typically contains all of the following except: a. Microprocessor b. Disk controller c. Serial interface d. Modem 18. A computer program that converts an entire program into machine language is called a/an a. Interpreter b. Simulator c. Compiler d. Commander 19. A computer program that translates one program instructions at a time into machine language is called a/an a. Interpreter b. CPU c. Compiler d. Simulator 20. A small or intelligent device is so called because it contains within it a a. Computer b. Microcomputer c. Programmable d. Sensor Answers: 1. Which of the following devices can be sued to directly image printed text? a. OCR 2. The output quality of a printer is measured by b. Dot per sq. inch 3. In analog computer b. Input is never converted to digital form
  • 79. 4. In latest generation computers, the instructions are executed c. Both sequentially and parallel 5. Who designed the first electronics computer – ENIAC? c. J. Presper Eckert and John W Mauchly 6. Who invented the high level language c? a. Dennis M. Ritchie 7. Personnel who design, program, operate and maintain computer equipment refers to c. Peopleware 8. When did arch rivals IBM and Apple Computers Inc. decide to join hands? d. 1991 9. Human beings are referred to as Homosapinens, which device is called Sillico Sapiens? d. Computer 10. An error in software or hardware is called a bug. What is the alternative computer jargon for it? d. Glitch 11. Modern Computer are very reliable but they are not c. Infallible 12. What is the name of the display feature that highlights are of the screen which requires operator attention? b. Reverse video 13. IMB launched its first personal computer called IBM-PC in 1981. It had chips from Intel, disk drives from Tandon, operating system from Microsoft, the printer from Epson and the application software from everywhere. Can you name the country which contributed the video display? d. Taiwan 14. Personal computers use a number of chips mounted on a main circuit board. What is the common name for such boards? b. Motherboard 15. In most IBM PCs, the CPU, the device drives, memory expansion slots and active components are mounted on a single board. What is the name of this board?
  • 80. a. Motherboard 16. What is meant by a dedicated computer? b. Which is assigned one and only one task 17. The system unit of a personal computer typically contains all of the following except: d. Modem 18. A computer program that converts an entire program into machine language is called a/an c. Compiler 19. A computer program that translates one program instructions at a time into machine language is called a/an a. Interpreter 20. A small or intelligent device is so called because it contains within it a d. Sensor Set - 11 1. The ALU of a computer responds to the commands coming from a. Primary memory b. Control section c. External memory d. Cache memory 2. The act of retrieving existing data from memory is called a. Read-out b. Read from c. Read d. All of above 3. All modern computer operate on a. Information b. Floppies c. Data d. Word 4. Instructions and memory address are represented by
  • 81. a. Character code b. Binary codes c. Binary word d. Parity bit 5. Which of the following code used in present day computing was developed by IBM Corporation? a. ASCII b. Hollerith Code c. Baudot Code d. EBCDIC Code 6. What is the latest write-once optical storage media? a. Digital paper b. Magneto-optical disk c. WORM disk d. CD-ROM disk 7. The most important advantage of a video disk is a. Compactness b. Potential capacity c. Durability d. Cost effectiveness 8. What is the number of read-write heads in the drive for a 9-trac magnetic tape? a. 9 b. 16 c. 18 d. 27 9. Before a disk drive can access any sector record, a computer program has to provide the record’s disk address. What information does this address specify? a. Track number b. Sector number c. Surface number d. All of above 10. As compared to diskettes, the hard disks are a. More expensive
  • 82. b. More portable c. Less rigid d. Slowly accessed 11. Floppy disks which are made from flexible plastic material are also called? a. Hard disks b. High-density disks c. Diskettes d. Templates 12. Regarding a VDU, Which statement is more correct? a. It is an output device b. It is an input device c. It is a peripheral device d. It is hardware item 13. What is the name of the computer terminal which gives paper printout? a. Display screen b. Soft copy terminal c. Hard copy terminal d. Plotter 14. Dot-matrix is a type of a. Tape e. Printer f. Disk g. Bus 15. The two kinds of main memory are: a. Primary and secondary b. Random and sequential c. ROM and RAM d. All of above 16. A kind of serial dot-matrix printer that forms characters with magnetically-charged ink sprayed dots is called a. Laser printer b. Ink-jet printer c. Drum printer
  • 83. d. Chan printer 17. Which printer is very commonly used for desktop publishing? a. Laser printer b. Inkjet printer c. Daisywheel printer d. Dot matrix printer 18. An output device that uses words or messages recorded on a magnetic medium to produce audio response is b. Magnetic tape c. Voice response unit d. Voice recognition unit e. Voice band 19. Which of the following will happen when data is entered into a memory location? a. It will add to the content of the location b. It will change the address of the memory location c. It will erase the previous content d. It will not be fruitful if there is already some data at the location 20. A storage area used to store data to a compensate for the difference in speed at which the different units can handle data is a. Memory b. Buffer c. Accumulator d. Address Answers: 1. The ALU of a computer responds to the commands coming from b. Control section 2. The act of retrieving existing data from memory is called d. All of above 3. All modern computer operate on c. Data 4. Instructions and memory address are represented by
  • 84. b. Binary codes 5. Which of the following code used in present day computing was developed by IBM Corporation? d. EBCDIC Code 6. What is the latest write-once optical storage media? d. CD-ROM disk 7. The most important advantage of a video disk is b. Potential capacity 8. What is the number of read-write heads in the drive for a 9-trac magnetic tape? a. 9 9. Before a disk drive can access any sector record, a computer program has to provide the record’s disk address. What information does this address specify? d. All of above 10. As compared to diskettes, the hard disks are a. More expensive 11. Floppy disks which are made from flexible plastic material are also called? c. Diskettes 12. Regarding a VDU, Which statement is more correct? c. It is a peripheral device 13. What is the name of the computer terminal which gives paper printout? c. Hard copy terminal 14. Dot-matrix is a type of b. Printer 15. The two kinds of main memory are: c. ROM and RAM 16. A kind of serial dot-matrix printer that forms characters with magnetically-charged ink sprayed dots is called b. Ink-jet printer