vector india sample paper entrance exam solution paper
Micro Processor: 8085
Q. The 8085 microprocessor is an ___-bit microprocessor. It is a _____ pin IC.
- 8 , 20
- 16 , 40
- 16 , 20
- 8 , 40
Ans-> d) 8 , 40
Solution:- 8085 microprocessor is an 8-bit microprocessor and holds 40 pins
Q. The following are true about 8085 except that, ______.
- It is manufactured by using NMOS technology
- It is having on-chip clock generation facility
- It has 8 address lines
- The lower order address bus is multiplexed with data bus
Ans-> b) It is having on-chip clock generation facility
Q. The status register or flag register of 8085 includes ______ flags.
- 3
- 5
- 7
- 9
Ans-> b) 5
Q. The data conditions, after execution of arithmetic or logical operations are indicated by setting or resetting the ___________ called flags.
- Flip-flops
- latches
- registers
- gates
Ans-> a) Flip-flops
Q. Address Latche Enable(ALE) signal is used to de-multiplex ________ and _________ buses.
- Address, data
- Address, control
- Data, control
- None of the above
Ans-> 1. Address, data
Q. SID and SOD signals are used _______________.
- For Serial communication
- For DMA operation
- By slow operating peripherals
- None of the above
Ans-> a) For Serial communication
Q. In the 8085, the machine cycle may consists of _______ to _______ T-states.
- 2, 4
- 3,6
- 2,8
- 3,8
Ans-> b) 3,6
Q. The 8085 instruction cycle consists of one to five machine cycles.The first machine cycle of each instruction cycle is always _____________ machine cycle.
- I/O read
- I/O write
- Memory read
- None of the above
Ans-> d) None of the above
39. The ______ instruction is Machine control instruction.
- HLT
- PUSH
- IN
- LDA
Ans-> a) HLT
Q. The number of ways in which the operand information is specficied in the instruction code are ______.
- 4
- 5
- 12
- 24
Ans->
Suggest me the ans
Suggest me the ans
Q. The data bus of any microprocessor is always
- Unidirectional
- Bi-directional
- Either unidirectional or bi-directional
- None of the above
Ans-> b) Bi-directional
Q. In a microprocessor-based system, the stack is always in
- Microprocessor
- RAM
- ROM
- EPROM
Ans:- b) RAM
43. In 8085 microprocessor,the I/O devices can be used in
- Memory-mapped I/O only
- I/O mapped I/O only
- Memory-mapped I/O or I/O mapped I/O
- None of the above
Ans-> c) Memory-mapped I/O or I/O mapped I/O
Q. In 8085 microprocessor,in response to RST 7.5 interrupt the execution is transferred to memory location.
- 0000H
- 002CH
- 0034h
- 003CH
Ans-> d) 003CH
Q. Which of the data transfer is not possible in 8085 microprocessor?
- Memory to accumulator
- Accumulator to memory
- Memory to memory
- I/O device to accumulator
Ans-> c) Memory to memory
Q. _________type of ADC is the fastest type of ADC.
- Flash
- Counter
- Dual slope
- Successive approximation
Ans-> a) Flash
Q. The number of comparators in a 4-bit flash type ADC is ________ .
- 4
- 5
- 15
- 16
Ans-> c) 15
Q. An ADC is usually considered as an _________.
- Encoder
- Decoder
- Tri-State Logic
- None of the mentioned
Ans-> a) Encoder
Q. The resolution of a 4 bit counting ADC is 0.5 volts. For an analog input of 6.6 volts,the digital output of the ADC will be _______ .
- 1011
- 1101
- 1100
- 1110
Ans-> b). 1101
Q. There are _____ types of DAC’s avaible.
- 2
- 3
- 4
- 5
Ans-> a) 2
Micro Processor:8086
Q. What is the maximum clock frequency in 8086?
- 4MHz
- 5MHz
- 6MHz
- 7MHz
Ans-> 5MHz
Q. Size of the IP reg in 8086 is------
- 8 bits
- 16 bits
- 20 bits
- 24 bits
Ans-> b). 6bits
Q. ------register can be changed directly using POP instruction
- ss
- es
- ds
- cs
Ans-> a). ss
Q. SIM is-------------------
- serial interrupt mask.
- set interrupt
- set interrupt mask
- serial interrupt monitor
Ans->c).set interrupt mask
35. What is the size of the instruction queue?
- 4 bytes
- 6 bytes
- bytes
- 2 bytes
Ans->b). 6 byte
Q. What is the size of each segment in 8086?
- 12kb
- 32kb
- 64kb
- 128kb
Ans-> c) 64kb
Q. Which micro processor accepts the program written for 8086 with out any changes
- 8085
- 8087
- 8088
- 80286
Ans-> c) 8088
Q. Which are the basic parts of 8086?
- BIU
- EU
- pipelining
- a and b
Ans->a).BIU
Q. 8086 is -------bit microprocessor?
- 8
- 16
- 20
- 24
Ans-> b).16 bit
Q. Among all which one is co –processor for 8086?
- 8085
- 8087
- 8088
- 80286
Ans->b) 8087
Q. How many general-purpose registers are available in 8086?
- 4
- 8
- 10
- none
Ans-> b) 8
Q. -----------------reg (in 8086)contains the address of the next instruction to be fetched?
- bp
- sp
- pc
- ip
Ans-> d) IP
Q. Which Segment is used to store interrupt and subroutine return address registers.
- ss
- es
- ds
- cs
Ans-> a) ss
Q. Which Flag can be set or reset by the programmer and also used to control the operation of the processor?
- trace
- interrupt
- direction
- all
Ans-> c). direction
Q. Give example of maskable interrupt?
- RST 7.5
- RST 6.5
- TRAP
- a and b
Ans-> a) RST 7.5
Q. MOV Cx, 1234H instruction belongs to which addressing mode ?
- Register
- memory
- direct
- Immediate
Ans-> a) Register
Q. 8086 instructions varied from ----------- to ---------- bytes ?
- 1 to 2 bytes
- 1 to 3 bytes
- 1 to 4 bytes
- none
Ans-> d) None
Q. 8086 prefetches only when at least ------------ bytes are free in queue.
- 4
- 3
- 2
- 1
Ans-> a) 4
Q. An RS-232 interface is
- parallel interface
- a serial interface
- printer interface
- a modem interface
Ans-> b) a serial interface
Q. 8086 has -------------- flag signals.
- 3
- 5
- 7
- 9
Ans-> b) 5
Additional Resources
[ vector india entrance exam solution 2021: C-programming ]
[ vector india entrance exam solution 2021: Digital electronic ]
[ vector india entrance exam solution 2021:Micro Processor (8085/8086) ]
[ Vector India Sample paper entrance exam solution ]
Further Reading:
For further information and examples, Please visit[ C-Programming From Scratch to Advanced 2023-2024]
Top Resources
- Learn-C.org
- C Programming at LearnCpp.com
- GeeksforGeeks - C Programming Language
- C Programming on Tutorialspoint
Note: If you encounter any issues or specific errors when running this program, please let me know and I'll be happy to help debug them!