Section 3
Section 3
Reason (R): LOW WR means write operation and low RD means read operation.
A.Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is correct R is wrong
D.A is wrong R is correct
Answer & Explanation
Answer: Option D
Explanation:
WR and RD are active low.
4. Each cell of static RAM contains
A.4 MOS transistors
B. 4 MOS transistors and 1 capacitor
C. 2 MOS transistors
D.4 MOS transistors and 2 capacitors
Answer & Explanation
Answer: Option A
Explanation:
Each SRAM cell has 4 MOS transistors.
View Answer Workspace Report Discuss in Forum
5. Which group of instructions is used to change sequence of operations in a computer program?
A.Data transfer group
B. Branch group
C. Arithmetic group
D.Logic group
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
6. In 8085, which instructions are useful for writing and using subroutines?
A.CALL
B. RET
C. CALL and RET
D.none of the above
Answer: Option D
21. The signal in 8086 are in minimum mode when
A.MN / Mx pin is tied to Vcc
B. MN / Mx pin is grounded
C. MN / MX pin is left open
D.none of the above
Answer & Explanation
Answer: Option A
26. The number of logic or arithmetic operations with ALU 1C 74181 can carry out is
A.4
B. 8
C. 16
D.32
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
27. 6 bytes means
A.6 bits
B. 24 bits
C. 48 bits
D.96 bits
Answer & Explanation
Answer: Option C
Answer: Option A
7. ALE stands for
A.Address Latch Enable
B. Accumulator Latch Enter
C. Address Latch Enter
D.Accumulator Latch Enable
Answer & Explanation
Answer: Option A
13. Assertion (A): If contents of F register in 8085 are 01010001, it means S = 0, Z = 1, AC= 1,
P = 0 and CY = 1.
Reason (R): When an instruction is called from memory, the op. code of instruction is stored
in instruction register.
A.Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is correct R is wrong
D.A is wrong R is correct
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
14. The combination of registers in 8085 is B-C, D-E, H-L only.
A.True
B.False
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
15. An instruction used to set cany flag in a computer is classified as
A.data transfer
B. arithmetic
C. logical
D.program control
Answer & Explanation
Answer: Option B
Explanation:
B.False
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
30. In 8086 a word OA 50 FH is stored in 02 and 03 memory locations. Then
A.OFH is stored at location 02 and 0 A 5 at location 03 and address of word is 02
B. OFH is stored at location 03 and 0 A 5 at location 02 and address of word in 02
C. OFH is stored at location 02 and 0 A 5 at location 03 and address of word is 03
D.OFH is stored at location 03 and 0 A 5 at location 02 and address of word is 03
Answer & Explanation
Answer: Option A
Explanation:
31. Cache memory size is about
A.a few KB
B. about 500 KB
C. about 1 MB
D.about 50 MB
Answer & Explanation
Answer: Option A
37. Assertion (A): C has 32 keywords like auto, if, do, float etc.
Reason (R): Key words can not be used as variable names in C.
A.Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is correct R is wrong
D.A is wrong R is correct
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
B. MC68000
D.All
Answer: Option D
18. Programs like compilers, assemblers etc. are stored in a mircocomputer in
A.registers
B. cache memory
C. primary memory
D.mass storage
Answer & Explanation
Answer: Option A
20. The number of registers and flags in 8086 are
A.13 and 5 respectively
B. 9 and 5 respectively
C. 13 and 9 respectively
D.9 and 9 respectively
Answer & Explanation
Answer: Option C
21. ALU 1C 74181 can accept two words each having
A.2 bits
B. 4 bits
C. 8 bits
D.16 bits
Answer & Explanation
Answer: Option B
23. The instruction MOV M, r in 8085
causes content of register r to be moved to memory location whose address is in register H,
A.
L and uses register indirect addressing mode
causes the content of memory location whose address is in register H, L to move to register
B.
r and uses register indirect addressing mode
causes the content of register r to be moved to memory location whose address is in
C.
register H, L and uses immediate addressing mode
causes the content of memory location whose address is in register H, L to move to register
D.
r and uses immediate addressing mode
Answer & Explanation
Answer: Option A
26. Consider the following program for 8085
MOV A, D
RAL
MOV D, A
If initial contents of register D is decimal number 20, the final content of register D is
A.decimal 20
B. decimal 40
C. decimal 10
32. Assertion (A): Microprocessor 8085 has an 8 bit register called accumulator which stores
intermediate answers during a computer operation.
Reason (R): Accumulator can send or receive data.
A.Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is correct R is wrong
D.A is wrong R is correct
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
33. Assertion (A): Interfacing means synchronisation of digital information transmission
between input output devices and computer.
Reason (R): A computer with higher bit word size executes programs at a faster rate.
A.Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is correct R is wrong
D.A is wrong R is correct
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
34. IC 74181 is a 4 bit device.
A.True
Answer & Explanation
B.False
Answer: Option A
36. Which of the following buses does not exist in 8085?
A.Data bus
B. Address bus
C. Control bus
D.Exchange bus
Answer & Explanation
Answer: Option D
38. Assertion (A): A higher level language is less efficient that machine language but more
efficient than assembly language.
Reason (R): It is easier to learn and use higher level language than machine language.
A.Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is correct R is wrong
D.A is wrong R is correct
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
39. The accumulator drives the ALU.
A.True
Answer & Explanation
B.False
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
40. System bus is the communication channel between microprocessor and peripherals.
A.True
B.False
Answer & Explanation
Answer: Option A
41. Assertion (A): A dynamic RAM chip has much smaller cell than a static RAM chip.
Reason (R): In dynamic RAM one bit of information is stored as the charge on a capacitor.
A.Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is correct R is wrong
D.A is wrong R is correct
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
42. Which of the following produces very wide drifts in clock frequency?
A.Crystal
B. RC circuit
C. LC resonant circuit
D.Crystal and RC circuit
Answer & Explanation
Answer: Option B
Explanation:
44. Read the following statements:
A. A P generally interfaced to several memory chips and I/O devices
B. Address space provided by P is partitioned into sub sets of addresses
C. Address map and address partition refer to different terms in address space
Which of the above are correct?
A.All
B. 1 and 2 only
C. 2 and 3 only
D.1, 3 only
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
14. The instruction LDA 20 in 8085 means
A.contents of memory location 20 are fetched into the accumulator
B. the value 20 is fetched into accumulator
C. either (a) or (b)
D.neither (a) nor (b)
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
15. Intel 2004 is a
A.ROM
B. Volatile RAM
C. NV RAM
D.None of the above
Answer & Explanation
Answer: Option C
17. The 8085 instruction LDA FFA is an example of
A.Direct addressing
B. Register addressing
C. Immediate addressing
D.Register indirect addressing
Answer & Explanation
Answer: Option A
Explanation:
C. Conditional
D.Repetitive
Answer & Explanation
Answer: Option A
31. In 8085 microprocessor with memory mapped I/O which of the following is true?
A.I/O devices have 16 bit addresses
B. I/O devices are accessed during IN and OUT instructions
C. There can be a maximum of 256 input and 256 output devices
D.Logic operations can not be performed
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
32. Which of the following 8 bit microprocessors has maximum addressing modes?
A.8085
B. Z 80
C. 6800
D.6809
Answer & Explanation
Answer: Option D
40. In 8085 stack pointer is
A.4 bit register
B. 8 bit register
C. 16 bit register
D.32 bit register
Answer & Explanation
Answer: Option C
41. Microprocessor 386SX is a 16/32 bit microprocessor. It has
A.16 bit registers and 32 bit data bus
B. 16 bit registers and 16 bit data bus
C. 32 bit registers and 32 bit data bus
D.32 bit register and 16 bit data bus
Answer: Option A
6. Consider the following statements about constants in 8085
1.
2.
3.
4.
18. Assertion (A): In microprocessor 8085 instruction LXIB, 90 FF H means register B and C
are loaded with upper and lower bytes to get B = 90 H and C = FFH.
Reason (R): In 8085 the stack pointer indicates which memory location is to accessed.
A.Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is correct R is wrong
D.A is wrong R is correct
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
19. To add 8 bit words, two IC 74181 can be cascaded.
A.True
B.False
Answer & Explanation
Answer: Option A
1. A microprocessor needs memory chips and input-output chip to form a microcomputer.
A.True
B.False
Answer & Explanation
Answer: Option A
24. In 8086 the word address is
A.the address of the least significant byte
B. the address of most significant byte
C. either (a) or (b) depending on the word
D.neither (a) nor (b)
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
B.False
Answer: Option A
35. In 8085, high level on INTR line can be recognised only if
A.TRAP and RST lines are high
B. TRAP and RST lines are not high
C. TRAP line is high but not RST line
D.RST line is high but not TRAP line
Answer & Explanation
Answer: Option B
38. Microprocessor 8088 has
A.16 bit registers and 16 bit data bus
B. 8 bit registers and 8 bit data bus
C. 8 bit registers and 16 bit data bus
D.16 bit registers and 8 bit data bus
5. In 8085 the time required to add two 32 bit numbers is (if clock frequency is 5 MHz)
A.about 1 ns
B. about 1 s
C. about 30 s
D.about 100 s
Answer & Explanation
Answer: Option C
6. DMA stands for
A.Direct Memory Address
B. Distributed Memory Address
C. Direct Memory Accumulator
D.Decimal Machine Address
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
7. 8085 data bus has 8 lines and is bidirectional.
A.True
B.False
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
8. It is difficult to write a program in a machine language.
A.True
B.False
Answer & Explanation
Answer: Option A
20. Which of the following is true?
A.Intel 8080 was the ancestor of Intel 8085
B. Intel 8080 was the ancestor of Intel Z 80
B. 64 k bytes
C. 32 kbits
D.16 k bytes
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
33. In 8085 the instruction MOV A, B is an example of
A.Direct addressing
B. Immediate addressing
C. Register addressing
D.Register indirect addressing
Answer & Explanation
Answer: Option C
37. The read and write cycle times of cache memory are in the range of
A.1 - 3 ns
B. 25 ns - 45 ns
C. 200 ns - 300 ns
D.1 s
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
38. In 8086
A.the registers SI and DI are used for string operation
B. the registers CS and DS are used for string operation
C. the registers SS and ES are used for string operation
D.the registers SI and SP are used for string operation
Answer & Explanation
Answer: Option A
C. 1, 2 and 4 only
D.2 and 4 only
Answer & Explanation
Answer: Option C
46. Which characteristics of a memory chip is called dc characteristics?
A.Organisation
B. Timing characteristics
C. Physical dimensions
D.Power consumption and bus loading
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
47. RAM is a volatile memory device.
A.True
Answer & Explanation
B.False
Answer: Option A
1. Assertion (A): Microprocessor 8085 has 16 address bus lines and 8 data bus lines.
Reason (R): Address bus in 8085 is unidirectional.
A.Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is correct R is wrong
D.A is wrong R is correct
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
2. IC 74181 has two select lines.
A.True
Answer & Explanation
B.False
Answer: Option B
6. An instruction using immediate addressing mode in 8085 is
A.2 bytes long
B. 3 bytes long
C. 2 or 3 bytes long
D.1 or 2 or 3 bytes long
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
7. Consider the following statements about 8085
1.
2.
3.
4.
36. In super computers the extra level of primary memory is generally called
A.Solid state device
B. Single stage device
C. Digital state device
D.Surface stage device
Answer & Explanation
Answer: Option A
38. In memory mapped I/O means that
A.an input or output device is treated by the microprocessor as one memory location
B. input or output devices are treated as distinct
C. an address on the address bus may refer either to a memory location or to an I/O device
D.none of the above
Answer & Explanation
Answer: Option A
42. 8255 A has three 8 bit ports A, B, C for peripheral data transfer. For programming 8255 A,
these ports are grouped as
A.Port A with Port B
B. Port A with 4 most significant ports of C, port B with 4 least significant ports of C
C. Port A with Port C
D.none of the above
Answer & Explanation
Answer: Option B
46. Assertion (A): In register indirect addressing mode of 8085, the address of operand is in the
specified register.
Reason (R): An example of register indirect addressing mode is MOV, A, M..
A.Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is correct R is wrong
D.A is wrong R is correct
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
B. 1 and 2 only
C. 1 and 3 only
D.2 and 3 only
Answer & Explanation
Answer: Option B
16. Which of the following is not a general purpose peripheral?
A.I/O port
B. Programmable interrupt controller
C. Programmable CRT controller
D.Programmable interval timer
Answer & Explanation
Answer: Option C
25. Assertion (A): Each memory chip has its own address latch.
Reason (R): ALE signal comes out of microprocessor 8085 and goes to memory chip.
A.Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is correct R is wrong
D.A is wrong R is correct
Answer & Explanation
Answer: Option D
30. Read the following statements about address space in microprocessors
1. An address space is a set of all possible addresses which can be generated by a
microprocessor.
2. Each address in the address space allows a designer to provide at least one memory or
I/O location in the system.
3. Two types of address spaces are memory and I/O address space.
4. Some micro processors have only one type of address space.
Which of the above are correct?
A.All
B. 1, 2, 3 only
C. 1, 2, 4 only
D.1, 3, 4 only
Answer & Explanation
Answer: Option A
37. Which memory has read operation, byte erase, byte write and chip erase?
A.RAM
B. UVEPROM
C. EEPROM
D.both (b) and (c)
Answer & Explanation
Answer: Option C
40. The signals in 8086 are in maximum mode when
A.MN / MX pin is tied to Vcc
B. MN / MX Pin is grounded
C. MN / Mx pin is left open
D.none of the above
Answer & Explanation
Answer: Option B
41. In 8085
A.P flag is set when the result has even parity
B. P flag is set when the result has odd parity
C. P flag is reset when the result has odd parity
D.P flag is reset when the result has even parity
Answer & Explanation
Answer: Option A
45. In 8085, the pairing of registers B, C, D, E, H, L is
A.B - C, D - E, H - L
B. B - D, C - E, H - L
C. B - C, D - L, H - E
D.B - H, D - E, C - L
Answer & Explanation
Answer: Option A
46. Assertion (A): PC-XT is a personal computer.
Reason (R): PC-XT uses a floppy drive and has a medium sized hard disc.
A.Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is correct R is wrong
D.A is wrong R is correct
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
47. In Intel 8085, the integer range per word length is
A.-128 to 127
B. -127 and 128
C. -64 and 63
D.-63 and 64
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
48. Assertion (A): Structures are useful in DBMS.
Reason (R): Structures are very large numbers of applications besides DBMS.
A.Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is correct R is wrong
D.A is wrong R is correct
Answer & Explanation
Answer: Option B
2. In a typical microcomputer data transfer takes place between
A.P and memory
B. P and I/O devices
C. memory and I/O devices
D.all of the above
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
3. In 8085 the pins for + 5 V input and ground are
A.20 and 40 respectively
B. 40 and 20 respectively
C. 1 and 2 respectively
D.1 and 1 respectively
Answer & Explanation
Answer: Option B
5. 'Burst refresh' in DRAM is also called
A.Concentrated refresh
B. Distributed refresh
C. Hidden refresh
D.None of the above
Answer & Explanation
Answer: Option A
6. The number of interrupt lines in 8085 is
A.2
C. 4
Answer & Explanation
B. 3
D.5
Answer: Option D
11. Which of the following is not treated as hexadecimal constant by assembler in 8085?
A.45 H
B. 6 AFH
C. 234
D.64 H
Answer & Explanation
Answer: Option C
B.False
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
17. An I/O processor controls the flow of information between
A.cache memory and I/O devices
B. main memory and I/O devices
C. two I/O devices
D.cache and main memory
Answer & Explanation
Answer: Option B
23. The total number of pins in 8085 are
A.20
C. 40
Answer & Explanation
B. 30
D.50
Answer: Option C
25. In static RAM 6264 the number of address inputs are
A.10
B. 12
C. 13
D.15
Answer & Explanation
Answer: Option C
27. For most static RAM the maximum access time is about
A.1 ns
B. 10 ns
C. 100 ns
D.1 s
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
28. In direct addressing mode of 8085
A.All instructions are 3 bytes long
B. All instructions are 3 bytes long except IN instruction which is 2 bytes long
C. All instructions are 3 bytes long except IN and OUT instructions which are 2 bytes long
D.All instructions are 2 bytes long
Answer & Explanation
Answer: Option C
31. Which of the following is not an assembler directive in 8085?
A.D S
B. D B
C. D Q
D.E Q U
Answer & Explanation
Answer: Option C
35. In 8086 the number of lines on which data and address is multiplexed is
A.8
B. 16
C. 20
D.32
Answer & Explanation
Answer: Option C
40. The chip 8254 is a 40 pin programmable interval timer. The number of its independent 16 bit
counters is
A.2
B. 3
C. 4
D.5
Answer & Explanation
Answer: Option D
41. A PC can be upgraded to a multimedia PC by adding CD ROM drive, sound card etc.
A.True
B.False
Answer & Explanation
Answer: Option A