Sie sind auf Seite 1von 27

WWW.QISCETEEE.BLOG.CO.

IN

JNTU ONLINE EXAMINATIONS [Mid 2 - MPMC]

1. The USART used as Serial Communication controller is

a. 8257
b. 8250
c. 8259
d. 8251
2. The UART used as Serial Communication controller is

a. 8257
b. 8250
c. 8259
d. 8251
3. The device from which data originates or terminates is called

a. DTE
b. DSR
c. DCE
d. DTR
4. The device which facilitates communications is called

a. DTE
b. DSR
c. DCE
d. DTR
5. Communications which take place in either direction between two systems,
but can only occur in one direction at a time is known as

a. Full Duplex
b. Simplex
c. Half Duplex
d. Complex
6. Each system can send and receive data at the same time is called

a. Full Duplex
b. Simplex
c. Half Duplex
d. Complex
7. Data line which can be transfer in only one direction is referred as as

a. Full Duplex
b. Simplex
c. Half Duplex
d. Complex

MPMC 2 MID ONLINE BITS PAGE NO: 1


WWW.QISCETEEE.BLOG.CO.IN

8. Synchronous serial data transmission sends data in which of these following


ways ?

a. First start bit, next 7 data bits, next parity bit followed by 1 or 1 and a half
stop bits
b. A block of data bytes with start and end of blocks identified by a fixed
pattern of bits
c. A block of data bytes
d. First 7 data bits followed by a parity bit
9. Asynchronous serial data transmission sends data in which of these following
ways ?

a. First start bit, next 7 data bits, next parity bit followed by 1 or 1 and a
half stop bits
b. A block of data bytes with start and end of blocks identified by a fixed pattern
of bits
c. A block of data bytes
d. First 7 data bits followed by a parity bit
10. If data bits are 7, parity is odd and 1 stop bit is transmitted how many bits
are transmitted ?

a. 12
b. 11
c. 10
d. 9
11. Serial data is received by the DTE from the DCE through which one of these
signals ?

a. CTS
b. CD
c. RTS
d. RxD
12. When the MODEM is ready to Transmit Data it Asserts which one of these
signals is asserted ?

a. CTS
b. CD
c. RTS
d. DSR
13. When the MODEM receives a signal that the remote modm is active it
asserts which one of these signals ?

a. CTS
b. CD
c. RTS
d. RxD
14. USART stands for which of the following ?

a. Unidirectional Sequential Asynchronous Receiver Transmitter


b. Universal Serial Addressed Receiver Transmitter
c. Universal Synchronous Asynchronous Receiver Transmitter
d. Unidirectional Synchronous Asynchronous Receiver Transmitter
15. How many registers does 8251 have ?

a. 3

MPMC 2 MID ONLINE BITS PAGE NO: 2


WWW.QISCETEEE.BLOG.CO.IN

b. 2
c. 4
d. 1
16. The 8251 registers are accessed by which of the following signals ?

a. CLK
b. TxC
c. C/D
d. SYNDET/BD
17. In the Synchronous mode the 8251 indicates that the specified
Synchronous character is received ?

a. CLK
b. TxC
c. C/D
d. SYNDET/BD
18. The clock used for Transmitting character is which one of the following ?

a. CLK
b. TxC
c. C/D
d. SYNDET/BD
19. The 8251 gets its clock from which of these signals?

a. CLK
b. TxC
c. C/D
d. SYNDET/BD
20. When the DTE is ready to transmit data which one of these pins does it
assert?

a. CTS
b. CD
c. RTS
d. DSR
21. Given the program shown below, What is the expression evaluated by this
program ?
P ; ; ; ; ; db ; ; ; ; ; 5
Q ; ; ; ; ; db ; ; ; ; ; 6
R ; ; ; ; ; db ; ; ; ; ; 7
MOV AL, [P]
MUL AL
MOV BL, AL
MOV AL, [Q]
MUL AL
ADD AL,BL
MOV [R],AL

a. R=(P2 + Q2 )
b. R=P+Q2
c. R=(P + Q)2
d. R=(P+Q)
22. Given the program shown below, What is the expression evaluated by this
program ? P ; ; ; ; ; db ; ; ; ; ; 5
Q ; ; ; ; ; db ; ; ; ; ; 6

MPMC 2 MID ONLINE BITS PAGE NO: 3


WWW.QISCETEEE.BLOG.CO.IN

R ; ; ; ; ; db ; ; ; ; ; 7
S ; ; ; ; ; db ; ; ; ; ; 6
MOV AL, [P]
MOV BL, [Q]
ADD AL,BL
MUL AL
ADD AL, R
MOV CL , S
DIV CL

a. (P + Q2 +R)/s
b. (P+(Q+R)2)/S
c. ((P + Q) 2+R)/S
d. ((P+Q)2 + R/S
23. Which combination of the flags indicate that the destination is greater than
the source

a. CY=0, Z=0
b. CY=0, Z=1
c. CY=1,Z=0
d. CY=1, Z=1
24. Which one of these instructions could be used for swapping in a sort
program

a. MOV AX,BX
b. XCHG AX,DX
c. SBB AX,DX
d. SUB AX<DX
25. Given the program shown below, What is the value or R after this program
executes ? P ; ; ; ; ; db ; ; ; ; ; 5
Q ; ; ; ; ; db ; ; ; ; ; 6
R ; ; ; ; ; db ; ; ; ; ; 7
MOV AL, [P]
MUL AL
MOV BL, AL
MOV AL, [Q]
ADD AL,BL
MOV [R],AL

a. R=(P2 + Q2 )
b. R=P+Q2
c. R=(P + Q)2
d. R=(P+Q)
26. For sorting N numbers how many loops are necessary

a. 1
b. 3
c. 4
d. 2
27. The inner loop counter for N numbers is

a. N
b. N-1
c. N/2
d. N-2
28. The outer loop counter for N numbers is

MPMC 2 MID ONLINE BITS PAGE NO: 4


WWW.QISCETEEE.BLOG.CO.IN

a. N
b. N-1
c. N/2
d. N-2
29. Which combination of the flags indicate that the source is equal to the
destination

a. CY=0, Z=0
b. CY=0, Z=1
c. CY=1,Z=0
d. CY=1, Z=1
30. Which combination of the flags indicate that the source is greater than the
destination

a. CY=0, Z=0
b. CY=0, Z=1
c. CY=1,Z=0
d. CY=1, Z=1
31. The L2 and 1 bits in the Mode word are used for setting which of these
parameters ?

a. BAUD RATE FACTOR


b. CHARACTER LENGTH
c. PARITY
d. NUMBER OF STOP BITS
32. Which of these parameters are set by the S2 & S1 bits?

a. BAUD RATE FACTOR


b. CHARACTER LENGTH
c. PARITY
d. NUMBER OF STOP BITS
33. When a valid stop bit is not detected at the end of every character in
asynchronous mode , the error is called as which one of the following?

a. Framing Error
b. Over Run Error
c. Odd Parity Error
d. Even Parity error
34. In the Mode word the PEN and EP bits are used for setting which of these
parameters ?

a. BAUD RATE FACTOR


b. CHARACTER LENGTH
c. PARITY
d. NUMBER OF STOP BITS
35. Which of these bits in status register is used to clear all errors?

a. EN
b. IR
c. ER
d. RTS
36. If the TxC=19,200 HZ and the baud rate is 1200. Which one of the following
is the baud rate factor?

MPMC 2 MID ONLINE BITS PAGE NO: 5


WWW.QISCETEEE.BLOG.CO.IN

a. 16
b. 64
c. 32
d. 1
37. If B1=0 and B0=0 in the mode register of the 8251. The USART is working
in which of these modes ?

a. Asynchronous mode with BRF=16


b. Synchronous mode
c. Asynchronus mode with BRF=64
d. Asynchrnous mode with BRF=1
38. If B1=0 and B0=0 in the mode register of the 8251. The USART is working
in which of these modes ?

a. Asynchronous mode with BRF=16


b. Synchronous mode
c. Asynchronus mode with BRF=64
d. Asynchrnous mode with BRF=1
39. When a valid stop bit is not detected at the end of every character in
asynchronous mode , the error is called as which one of the following?

a. Framing Error
b. Over Run Error
c. Odd Parity Error
d. Even Parity error
40. If the CPU has not read a character from the 8251 before the arrival of the
next character. Which of the following errors is supposed to have occurred?

a. Framing Error
b. Over Run Error
c. Odd Parity Error
d. Even Parity error
41. USB signal is encoded using which one of these formats?

a. NRZ
b. RZ
c. NRZI
d. Differential Manchester Encoding
42. The data signals used by USB are of which type of the following?

a. Uni- Phase
b. Bi-Phase
c. Tri-phase
d. Quad Phase
43. USB stands for whch one of the followng?

a. Universal Sequential Bus


b. Unidirectional Serial Bus
c. Universal Sequential Bus
d. Universal Serial Bus
44. USB connector has how many pins?

a. 3

MPMC 2 MID ONLINE BITS PAGE NO: 6


WWW.QISCETEEE.BLOG.CO.IN

b. 4
c. 2
d. 5
45. USB connector has how many pins?

a. 3
b. 4
c. 2
d. 5
46. Mini USB connector has how many pins?

a. 3
b. 4
c. 2
d. 5
47. Which of these parameters are set by the B2 B1 bits?

a. BAUD RATE FACTOR


b. CHARACTER LENGTH
c. PARITY
d. NUMBER OF STOP BITS
48. The maximum distance that reliable data transmission at maximum of
20,000 bits per second is which one of the following ?

a. 50 ft
b. 150ft
c. 100ft
d. 75ft
49. Which one of these serial data transmission standards is single ended and
does not use low impedance drivers?

a. RS232C
b. RS423A
c. RS422A
d. RS449
50. The serial data transmission standards which uses differential Rx & Tx
signals is which one of the following?

a. RS232C
b. RS423A
c. RS422A
d. RS449
51. Which of these is an improvement on RS232C by using low impedance
drivers ?

a. RS232C
b. RS423A
c. RS422A
d. RS449
52. A 37 pin connector is used by one of the following serial data transmission
standards. Which one is it?

a. RS232C

MPMC 2 MID ONLINE BITS PAGE NO: 7


WWW.QISCETEEE.BLOG.CO.IN

b. RS423A
c. RS422A
d. RS449
53. The 8051 microcontroller built in timer is of how many bits?

a. 32
b. 16
c. 8
d. 24
54. The 8051 microcontroller has how many I/O ports?

a. 3
b. 1
c. 2
d. 4
55. Which one of the following is the 8051 architecture based upon ?

a. Princeto Architecture
b. Von Neumann Architecture
c. Harvard Architecture
d. Param Architecture
56. Which one of the following is the 8051 architecture based upon ?

a. Princeto Architecture
b. Von Neumann Architecture
c. Harvard Architecture
d. Param Architecture
57. The 8051 microcontroller is ?

a. 16 bits
b. 32 bits
c. 8 bits
d. 24 bits
58. The 8051 microcontroller does not have one of the following as its built in
peripheral ?

a. Timers
b. Counters
c. DMA controller
d. UART
59. Which one of the following is the 8051 architecture based upon ?

a. Princeton Architecture
b. Von Neumann Architecture
c. Harvard Architecture
d. Param Architecture
60. The 8051 is a

a. 16 bit microcontroller
b. 32 bit microcontroller
c. 24 bit microcontroller
d. 8 bit microcontroller

MPMC 2 MID ONLINE BITS PAGE NO: 8


WWW.QISCETEEE.BLOG.CO.IN

61. The 8051 is a

a. 16 bit microcontroller
b. 32 bit microcontroller
c. 24 bit microcontroller
d. 8 bit microcontroller
62. The size of the ROM in 8051 is

a. 16 Kbytes
b. 32 Kbytes
c. 8 K bytes
d. 4 K bytes
63. The size of the internal data RAM is 8051 is

a. 1 Kbytes
b. 256 bytes
c. 128 bytes
d. 32 bytes
64. The size of the internal data RAM is 8051 is

a. 1 Kbytes
b. 256 bytes
c. 128 bytes
d. 32 bytes
65. If the bit addressable memory location is 0FH then which bit of which
memory location is being referred ?

a. 8 bit of memory 21H

b. 8 bit of memory 20H

c. 7 bit of memory 21H

d. 7 bit of memory 20H


66. Which of these registers cannot be decremented ?

a. Accumulator A
b. B register
c. DPTR
d. SP
67. The bit addressable RAM occupies which of the following memory locations
?

a. 10H to 1FH
b. 20H to 2FH
c. 30H to 3FH
d. 40H to 4FH

68. If the bit 8 bit of memory location 20H is to be set, what will be its bit
addressable memory location ?

MPMC 2 MID ONLINE BITS PAGE NO: 9


WWW.QISCETEEE.BLOG.CO.IN

a. 08
b. 07
c. 09
d. 06
69. How many general purpose registers are there in 8051 ?

a. 16
b. 34
c. 8
d. 4
70. Which of these register of 8051 is 16 bit ?

a. A
b. PSW
c. DPTR
d. SP
71. How many register banks are there in 8051 ?

a. 16
b. 32
c. 8
d. 4
72. General purpose registers R0 to R7 can be referred as sets of four banks(0
to 3) and also by memory location. If an internal ram location 01Eh is
specified then which register and which bank ( 0 to 3) is being referred by
the following ?

a. R7 & Bank3
b. R6 & Bank3
c. R7 & Bank2
d. R6 & Bank2
73. General purpose registers R0 to R7 can be referred as sets of four banks(0
to 3) and also by memory location. If a register R3 in Bank2 is referred,
what is its internal ram location address ?

a. 10H
b. 12H
c. 13H
d. 14H
74. Which of the registers R0 toR7 support indirect addressing ?

a. R6 & R7
b. R0 & R7
c. R0 & R1
d. R0 & R6
75. Which of these opcode is for 8 bit displacement

a. LJMP
b. AJMP
c. SJMP
d. CALL
76. Which of these jump opcodes is for 16 bit displacement

MPMC 2 MID ONLINE BITS PAGE NO: 10


WWW.QISCETEEE.BLOG.CO.IN

a. LJMP
b. AJMP
c. SJMP
d. CALL
77. Which of these signals is active when its proram memory is accessed

a. ALE
b. EA
c. PSEN
d. RST
78. Which of these opcodes is arithmetic

a. SETB
b. MOV
c. DAA
d. CJNE
79. Which of these opcode is for 12 bit displacement

a. LJMP
b. AJMP
c. SJMP
d. CALL
80. Which of these is used for reading from program memory

a. MOV
b. MOVC
c. MOVX
d. MOVD
81. Which of these used for reading from or writing to Data RAM

a. MOV
b. MOVC
c. MOVX
d. MOVD
82. Which of these is used for reading from or writing to external RAM

a. MOV
b. MOVC
c. MOVX
d. MOVD
83. Which of these signals is active when is proram memory is accessed

a. ALE
b. EA
c. PSEN
d. RST
84. WHICH of these registers is used in DIV operation R0,R1

a. R0,R1
b. R6,R7
c. A,B

MPMC 2 MID ONLINE BITS PAGE NO: 11


WWW.QISCETEEE.BLOG.CO.IN

d. R2,R3
85. Which of these is to be used for making a "IF Then else"

a. CJNE
b. DJNZ
c. DEC
d. JNB
86. Which of these is to be used as TEST if below instruction in 8086

a. CJNE
b. DJNZ
c. DEC
d. JNB
87. Given the following program chose the correct value of B register after the
program executes
MOV R6, #05h
MOV B,06H

a. 10
b. 05
c. 08
d. 09
88. Which of these is to be used for making a "FOR LOOP"

a. CJNE
b. DJNZ
c. DEC
d. JNB
89. Which of these is to be used for making a " --" operator in'C"

a. CJNE
b. DJNZ
c. DEC
d. JNB
90. Which of these is to be used for making a " --" operator in'C"

a. CJNE
b. DJNZ
c. DEC
d. JNB
91. Which of these is to be used for making a " --" operator in'C"

a. CJNE
b. DJNZ
c. DEC
d. JNB
92. Using Register Bank 3, PUSH 0E0H is equivalent to which of these

a. PUSH ACC
b. PUSH R0
c. PUSH R7
d. PUSH B

MPMC 2 MID ONLINE BITS PAGE NO: 12


WWW.QISCETEEE.BLOG.CO.IN

93. Using Register Bank 3, PUSH 0F0H is equivalent to which of these

a. PUSH ACC
b. PUSH R0
c. PUSH R7
d. PUSH B
94. Using Register Bank 3, PUSH 0018H is equivalent to which of these

a. PUSH ACC
b. PUSH R0
c. PUSH R7
d. PUSH B
95. Using Register Bank 3, PUSH 001FH is equivalent to which of these

a. PUSH ACC
b. PUSH R0
c. PUSH R7
d. PUSH B
96. Using Register Bank 3, PUSH 001FH is equivalent to which of these

a. PUSH ACC
b. PUSH R0
c. PUSH R7
d. PUSH B
97. Which of these is similar to # define in 'c' language

a. Procedure
b. Sub Routine
c. Macro
d. Library function
98. Which one of these may contain the other three

a. Procedure
b. Sub Routine
c. Macro
d. Library function
99. Which of these are used by linkin to the assembly module

a. Procedure
b. Sub Routine
c. Macro
d. Library function
100. Which of these does not needs the RET instruction

a. Procedure
b. Sub Routine
c. Macro
d. Library function
101. A block of code which replaces a predefined label is called

a. Procedure
b. Sub Routine

MPMC 2 MID ONLINE BITS PAGE NO: 13


WWW.QISCETEEE.BLOG.CO.IN

c. Macro
d. Library function
102. Which of these uses the stack for its operation

a. Procedure
b. Sub Routine
c. Macro
d. Library function
103. A Block of code is called repeatedly. Which of the following increases
the overall size of the code by as many times as it is called ?

a. Procedure
b. Sub Routine
c. Macro
d. Library function
104. Which of these is external to the program code.

a. Procedure
b. Sub Routine
c. Macro
d. Library function
105. Which of these does not increase the size of code as multiples of the
time it is called

a. Procedure
b. Sub Routine
c. Macro
d. Library function
106. Which of parameters can be passed like in a c function call

a. Procedure
b. Sub Routine
c. Macro
d. Library function
107. Which of these Initialisation Command Word indicates the Interrupt
Vector number to be used for the current service ?

a. ICW1
b. ICW3
c. ICW2
d. ICW4
108. The total number of interrupts available if all the 8 inputs of PIC are
each having a slave is ?

a. 256
b. 128
c. 64
d. 16
109. Which of these Initialisation Command Word indicates whether slave
connected to the PIC IRQ pins ?

a. ICW1
b. ICW3

MPMC 2 MID ONLINE BITS PAGE NO: 14


WWW.QISCETEEE.BLOG.CO.IN

c. ICW2
d. ICW4
110. Which of these Initialisation Command Word indicates whether PIC is
being used in Single or Cascaded mode ?

a. ICW1
b. ICW3
c. ICW2
d. ICW4
111. The PIC used as interrupt Controller is

a. 8257
b. 8275
c. 8259
d. 8272
112. The PIC interrupt controller connects the single 8086 IRQ to how
many IRQ input lines ?

a. 4
b. 16
c. 8
d. 32
113. The PIC interrupt controller which Masks the Interrupt is ?

a. IMR
b. IRR
c. ISR
d. PR
114. The PIC interrupt controller which indicates that a Interrupt is being
requested is?

a. IMR
b. IRR
c. ISR
d. PR
115. The PIC interrupt controller which resolves the priority of an
Interrupt is ?

a. IMR
b. IRR
c. ISR
d. PR
116. The PIC interrupt controller which indicates that an Interrupt is
already in service is ?

a. IMR
b. IRR
c. ISR
d. PR
117. One of these registers is loaded with the upper byte of the terminal
count ?

a. TCON

MPMC 2 MID ONLINE BITS PAGE NO: 15


WWW.QISCETEEE.BLOG.CO.IN

b. TMOD
c. THx
d. TLx
118. Which one of the following starts the timer ?

a. TF
b. IT1
c. TR
d. IE1
119. The TF bit is in which of these registers ?

a. TCON
b. TMOD
c. THx
d. TLx
120. Counter or timer operation is chosen in which of these registers ?

a. TCON
b. TMOD
c. THx
d. TLx
121. How many Timers does 8051 have ?

a. 1
b. 2
c. 3
d. 4
122. Which of these modes the timer is a 16 bit timer ?

a. Mode 0
b. Mode 1
c. Mode 2
d. Mode 3
123. The timer is an Auto reload timer in which of these modes ?

a. Mode 0
b. Mode 1
c. Mode 2
d. Mode 3
124. Timer is used as a 13 bit timer in which of these modes?

a. Mode 0
b. Mode 1
c. Mode 2
d. Mode 3
125. Timer0 is functional as an 8 bit counter while timer1 is stopped in
which of the following modes ?

a. Mode 0
b. Mode 1
c. Mode 2
d. Mode 3

MPMC 2 MID ONLINE BITS PAGE NO: 16


WWW.QISCETEEE.BLOG.CO.IN

126. The lower byte of a 16 bit count is loaded in which of these registers
?

a. TCON
b. TMOD
c. THx
d. TLx
127. The bit which disables reception of serial data is which one of the
following ?

a. TB8
b. REN
c. RB8
d. RI
128. The interrupt vector address for serial reception is which one of the
following addresses?

a. 0023H
b. 0003H
c. 000BH
d. 0013H
129. Serial port operates in Multi Processor mode in which of these modes
?

a. Mode 0
b. Mode 1
c. Mode 2
d. Mode 3
130. The interrupt vector address for timer 0 is which one of the following
addresses?

a. 0023H
b. 0003H
c. 000BH
d. 0013H
131. How many modes of serial operation are there ?

a. 1
b. 2
c. 3
d. 4
132. Which of these modes is a standard UART mode ?

a. Mode 0
b. Mode 1
c. Mode 2
d. Mode 3
133. The mode in which serial port operates like a shift register is which
one of the following ?

a. Mode 0
b. Mode 1
c. Mode 2

MPMC 2 MID ONLINE BITS PAGE NO: 17


WWW.QISCETEEE.BLOG.CO.IN

d. Mode 3
134. The Serial Interrupt is enabled by which of these bits ?

a. ET
b. EX
c. ES
d. EA
135. The Global enable is controlled by which of these bits ?

a. ET
b. EX
c. ES
d. EA
136. Which of the following is the correct order of priority in decreasing
order from left to right ?

a. EX0 , EX1 , ET0 , ET1 ,ES


b. EX0 , ET0 , EX1 , ET1 ,ES
c. ES , EX1 , ET0 , E01 , ET1
d. ET0 , EX0 , ET1 , EX1 ,ES
137. If the interrupt priority register is prioritise only serial interrupts it
should contain

a. 80H
b. 0AH
c. 01H
d. 10H
138. If the interrupt priority register is prioritise timer 0 and timer 1
interrupts it should contain

a. 80H
b. 0AH
c. 01H
d. 10H
139. If the interrupt enable register is to enable serial interrupts it should
contain

a. 80H
b. 0AH
c. 01H
d. 10H
140. If the interrupt enable register is to enable external 0 interrupts it
should contain

a. 80H
b. 0AH
c. 01H
d. 10H
141. If 0 is highest priority , what is the priority level of serial interrupts

a. 2
b. 1
c. 0

MPMC 2 MID ONLINE BITS PAGE NO: 18


WWW.QISCETEEE.BLOG.CO.IN

d. 4
142. If 0 is highest priority , what is the priority level of Exo interrupts

a. 2
b. 1
c. 0
d. 4
143. If 0 is highest priority , what is the priority level of Timer0 interrupts

a. 2
b. 1
c. 0
d. 4
144. If 0 is highest priority , what is the priority level of external 1
interrupt

a. 2
b. 1
c. 0
d. 4
145. If the interrupt enable register is to enable all interrupts it should
contain

a. 80H
b. 0AH
c. 01H
d. 10H
146. If the interrupt enable register is to enable timer 0 and timer 1
interrupts it should contain

a. 80H
b. 0AH
c. 01H
d. 10H
147. If the timer0 is in timer mode and is to count 10 pulses what will be
the count loaded in the 16 bit registers

a. 0010H
b. 1000H
c. FFF6H
d. FFFFH
148. If the timer0 is in timer mode and is to count 65536 pulses what will
be the count loaded in the 16 bit registers

a. 0010H
b. 1000H
c. FFF6H
d. FFFFH
149. If timer 1 is programmed as gated counter and time 0 as timer mode
2 non gated the tmod register will contain

a. 0C2H
b. 4AH

MPMC 2 MID ONLINE BITS PAGE NO: 19


WWW.QISCETEEE.BLOG.CO.IN

c. 42H
d. 26H
150. If timer 1 is programmed as gated counter and time 0 as timer mode
2 gated the tmod register will contain

a. 0C2H
b. 4AH
c. 42H
d. 26H
151. If timer 0 is programmed as timer mode 2 non gated the tmod
register will contain

a. 01H
b. 20H
c. 22H
d. 26H
152. If timer 1 is programmed as timer mode 2 non gated the tmod
register will contain

a. 01H
b. 20H
c. 22H
d. 26H
153. If timer 0 & timer 1 are programmed as timers mode 2 non gated the
tmod register will contain

a. 01H
b. 20H
c. 22H
d. 26H
154. If timer 0 is programmed as counter and time 1 as timer mode 2 non
gated the tmod register will contain

a. 01H
b. 20H
c. 02H
d. 26H
155. If timer 1 is programmed as counter and time 0 as timer mode 2 non
gated the tmod register will contain

a. 0C2H
b. 4AH
c. 42H
d. 26H
156. If timer 1 is programmed as counter and time 0 as timer mode 2
gated the tmod register will contain

a. 0C2H
b. 4AH
c. 42H
d. 26H
157. If 8 seven segment led non multiplexed displays including the
decimal point are connected. How many wires are needed to connect the
segments(not including power supply wires) ?

MPMC 2 MID ONLINE BITS PAGE NO: 20


WWW.QISCETEEE.BLOG.CO.IN

a. 56
b. 16
c. 15
d. 64
158. If 8 seven segment led multiplexed displays including the decimal
point are connected. How many wires are needed to connect the
segments(not including power supply wires) ?

a. 56
b. 16
c. 15
d. 64
159. If 8 seven segment led non multiplexed displays including the
decimal point are all lighted up and each of these is biased to carry 5 mA.
What is the total current drawn from the power supply when all the
segments are ON ?

a. 280 mA
b. 300 mA
c. 80 mA
d. 40 mA
160. A keyboard is made using 12 keys connected not as a matrix. How
many pins of the I/O port are used ?

a. 11
b. 07
c. 12
d. 09
161. A keyboard is made using 12 keys connected as a matrix of 4 X 3 .
How many pins of the I/O port are used ?

a. 11
b. 07
c. 12
d. 09
162. A keyboard switches do not change position smoothly but generate
transients. This is called which one of these ?

a. Latch Up
b. Shorted Keys
c. Key Bounce
d. Open Keys
163. A keyboard is made using 64 keys connected as a matrix of 8 X 8 to
PORT A is used for selecting ROWS and PORT B is used for sensing closed
keys . What is the control word to be given to the 8255 if PORT C is in
output mode.

a. 90H
b. 98H
c. 92H
d. 9AH
164. Which of these key switches is non mechanical contact type ?

a. HALL EFFECT KEY SWITCHES

MPMC 2 MID ONLINE BITS PAGE NO: 21


WWW.QISCETEEE.BLOG.CO.IN

b. MEMBRANE KEY SWITCHES


c. MECHANICAL KEY SWITCHES
d. MAGNETIC REED KEY SWITCHES
165. Which of these Peripheral ICs is made for interfacing Keyboards and
Multiplexed LED displays ?

a. 8251
b. 8259
c. 8237
d. 8279
166. A coil which is used for lifting and energizing is called

a. Solenoid
b. Actuator
c. Magnetiser
d. Relay
167. The important quantity in the specifications of a relay for actuating
Motors is

a. Current
b. Contact current
c. Voltage
d. Contact voltage
168. A coil which operates a mechanical valve is called

a. Solenoid
b. Actuator
c. Magnetiser
d. Relay
169. A coil which helps in operating a switch is called

a. Solenoid
b. Actuator
c. Magnetiser
d. Relay
170. A relay with 1 NO contact has how many connections to be made

a. 05
b. 08
c. 04
d. 06
171. A relay with 2 NO contact has how many connections to be made

a. 05
b. 08
c. 04
d. 06
172. A relay with 1 CO contact has how many connections to be made

a. 05
b. 08
c. 04

MPMC 2 MID ONLINE BITS PAGE NO: 22


WWW.QISCETEEE.BLOG.CO.IN

d. 06
173. A relay with 2 CO contact has how many connections to be made

a. 05
b. 08
c. 04
d. 06
174. A relay with 3NO contact has how many connections for coil

a. 01
b. 02
c. 03
d. 04
175. A coil which attracts a rod to cause a mechanical displacement to
operate a mechanical leverage is called

a. Solenoid
b. Actuator
c. Magnetiser
d. Relay
176. If the 8255 is selected for addresses 0F800H to 0F806H, which one of
the following is the address of PORT C

a. 0F802H
b. 0F800H
c. 0F806H
d. 0F804H
177. Two 8255's IC1 & IC2 are connected to 8086 16 bit bus and D0 to D7
are connected to IC1 and D8 to D15 are connected to IC2. The base address
signals A0 & A1 goto IC1 & IC2's A0 & A1 pins respectively. If a decoded
signal with a range of 0FFE0H to 0FFE3H then What is the address of IC1
PORT B register

a. 0FFE1H
b. 0FFE0H
c. 0FFE2H
d. 0FFE3H
178. If the control word 09B H is given to the control register of the 8255
PPI then which of these options are the condition of the ports

a. ALL PORT's INPUT


b. ALL PORT's OUTPUT
c. PORT's A & B INPUT ,PORT C OUTPUT
d. BIT SET RESET
179. If the control word 00 is given to the control register of the 8255 PPI
then which of these options are the condition of the ports

a. ALL PORT's INPUT


b. ALL PORT's OUTPUT
c. PORT's A & B INPUT ,PORT C OUTPUT
d. BIT SET RESET
180. When 8255 port is to be read then which of these combinations is
valid

MPMC 2 MID ONLINE BITS PAGE NO: 23


WWW.QISCETEEE.BLOG.CO.IN

a. RD=0,WR=1,RESET=0,CS=0
b. RD=1,WR=0,RESET=0,CS=0
c. RD=0,WR=1,RESET=1,CS=0
d. RD=0,WR=1,RESET=0,CS=1
181. When 8255 is to be reset then which of these combinations is valid

a. RD=0,WR=1,RESET=0,CS=0
b. RD=1,WR=0,RESET=0,CS=0
c. RD=0,WR=1,RESET=1,CS=0
d. RD=0,WR=1,RESET=0,CS=1
182. When 8255 is not enabled/selected for operation then which of these
combinations is valid

a. RD=0,WR=1,RESET=0,CS=0
b. RD=1,WR=0,RESET=0,CS=0
c. RD=0,WR=1,RESET=1,CS=0
d. RD=0,WR=1,RESET=0,CS=1
183. When 8255 port is to be written to then which of these combinations
is valid

a. RD=0,WR=1,RESET=0,CS=0
b. RD=1,WR=0,RESET=0,CS=0
c. RD=0,WR=1,RESET=1,CS=0
d. RD=0,WR=1,RESET=0,CS=1
184. At power on or after reset the ports are in which of these conditions

a. PORT A=INPUT, PORT B=INPUT, PORT C=OUTPUT


b. PORT A=INPUT, PORT B=INPUT, PORT C=INPUT
c. PORT A=INPUT, PORT B=OUTPUT, PORT C=OUTPUT
d. PORT A=OUTPUT, PORT B=INPUT, PORT C=OUTPUT
185. When A0-1 and A1=0 and the 8255 PPI is selected then which of
these Register or Port is being accessed

a. PORT A
b. PORT B
c. PORT C
d. PORT D
186. If a matrix of 8X8 of leds is to be made and driven how many
unencoded wires are needed

a. 64
b. 16
c. 24
d. 12
187. If 8 leds are directly connected in parallel and given a current of 10
ma how many of them will light up

a. 8
b. 4
c. 2
d. 1
188. If 7 numbers of seven segment LED display device (like eg LT542) are
connected to 1 port and used in multiplexing mode while lighted segments

MPMC 2 MID ONLINE BITS PAGE NO: 24


WWW.QISCETEEE.BLOG.CO.IN

draws 5 ma current and if all the 7 displays seven segments are lighted
,what is the current consumed

a. 280 ma
b. 245 ma
c. 40ma
d. 35 ma
189. In the leds like red,green,yellow,white which one has the highest
forward voltage drop

a. Red
b. Blue
c. Green
d. White
190. Which of these IC's is used for driving a seven segment display

a. SN7493
b. SN7490
c. SN7447
d. SN7413
191. For a common anode seven segment LED display what is the seven
segment code to be given for lighting a '0'

a. 7FH
b. 80H
c. 0C0H
d. 03FH
192. For a common anode seven segment LED display what is the seven
segment code to be given for lighting a '8'

a. 7FH
b. 80H
c. 0C0H
d. 03FH
193. for a common cathode seven segment LED display what is the seven
segment code to be given for lighting a '8'

a. 7FH
b. 80H
c. 0C0H
d. 03FH
194. for a common calthode seven segment LED display what is the seven
segment code to be given for lighting a '0'

a. 7FH
b. 80H
c. 0C0H
d. 3FH
195. If 7 numbers of seven segment LED display device (like eg LT542) are
connected to 4 ports and each segment draws 5 ma current and if all the 7
displays seven segments are lighted ,what is the current consumed

a. 280 ma
b. 245 ma
c. 40ma

MPMC 2 MID ONLINE BITS PAGE NO: 25


WWW.QISCETEEE.BLOG.CO.IN

d. 35 ma
196. In a D/A converter the output voltage is

a. Pulses
b. current
c. Voltage
d. Ramp
197. A 8 bit D/A converter with a reference voltage of 5V is given a digital
input number 255. Which of these is the nearest to the expected output
voltage .

a. 2.5 V
b. 5.0V
c. 7.5V
d. 1.25
198. In the A/D converter ADC 0808 which of these signals tristates the
digital output of ADC

a. SOC
b. EOC
c. OE
d. ALE
199. In the A/D converter ADC 0808 which of these signals indicates that
output is available

a. SOC
b. EOC
c. OE
d. ALE
200. In the A/D converter ADC 0808 which of these signals is used select
an analog input channel to be digitised

a. SOC
b. EOC
c. OE
d. ALE
201. An 12 bit A/D converter with a reference voltage of 4.096 Volts will
be able to read a lowest non zero voltage of

a. 2 mV
b. 1 mV
c. 0.5 mV
d. 1.5 mV
202. An 8 bit A/D converter with a reference voltage of 5 Volts will be able
to read a lowest non zero voltage of

a. 20 mV
b. 21 mV
c. 19.5 mV
d. 19 mV
203. An A/D converter which has a maximum output digital value of 1023
needs how many wires for connecting its digital output to a peripheral chip

a. 8

MPMC 2 MID ONLINE BITS PAGE NO: 26


WWW.QISCETEEE.BLOG.CO.IN

b. 10
c. 12
d. 13
204. In the A/D converter ADC 0808 how many channels of analog input
are available

a. 8
b. 10
c. 12
d. 13
205. In the A/D converter ADC 0808 which of these signals is used to
initiate a conversion

a. SOC
b. EOC
c. OE
d. ALE

MPMC 2 MID ONLINE BITS PAGE NO: 27

Das könnte Ihnen auch gefallen