21. While using a frequency counter for measuring frequency, two modes of measurement are possible.
1. Period mode
2. Frequency mode
There is a ‘cross-over frequency’ below which the period mode is preferred. Assuming the crystal oscillator frequency to be 4 MHz the crossover frequency is given by
- 8 MHz
- 2 MHz
- 2 kHz
- 1 kHz
22. In a 8085 microprocessor system with memory-mapped I/O, which of the following is true?
- Devices have 8-bit‘address line
- Devices are accessed using IN and OUT instructions
- There can be maximum of 256 input devices and 256 output devices
- Arithmetic and logic operations can be directly performed with the I/O data
23. Consider the following statements:
Arithmetic Logic Unit (ALU)
1 . Performs arithmetic operations.
2. Performs comparisons.
3. Communicates with I/O devices.
4. Keeps watch on the system.
Which of these statements are correct?
- 1, 2, 3 and 4
- 1,2 and 3 only
- 1 and 2 only
- 3 and 4 only
24. Ready pin 0f microprocessor is used
- to indicate that the microprocessor is ready to receive inputs
- to indicate that the microprocessor is ready to receive outputs
- to introduce wait state
- to provide direct memory access
25. A bus connected between the CPU and the main memory that permits transfer of information between main memory and the CPU is known as
- DMA bus
- Memory bus
- Address bus
- Control bus
26. The operations executed by two or more control units are referred as
- Micro-operations
- Macro-operations
- Multi-operations
- Bi control-operations
27. Consider the following registers:
1. Accumulator and flag register
2. B and C registers
3. D and E registers
4. H and L registers
Which of these 8-bit registers of 8085 μP can be paired together to make a 16-bit register?
- (a) 1, 3 and 4
- 2, 3 and 4
- 1, 2 and 3
- 1, 2 and 4
28. The first microprocessor to include virtual memory in the Intel microprocessor family is
- 80286
- 80386
- 80486
- Pentium
29. Program counter in a digital computer
- counts the numbers of programs run in the machine ,
- counts the number of times a subroutine is called
- counts the number of times the loops are executed
- points the memory address of the current or the next instruction to be executed
30. Assuming LSB is at position 0 and MSB at position 7, which bit positions are not used (undefined) in Flag Register of an 8085 microprocessor?
- 1, 3, 5
- 2, 3, 5
- 1, 2, 5
- 1, 3, 4
31. At the beginning of a fetch cycle, the contents of the program counter are
- incremented by one
- transferred to address bus
- transferred to memory address register
- transferred to memory data register
32. Each instruction in an assembly language program has the following fields
- Label field
- Mnemonic field
- Operand field
- Comment field
What is the correct sequence of these fields?
- 1, 2, 3 and 4
- 2, 1, 4 and 3
- 1,3, 2 and 4
- 2, 4, 1 and 3
33. The relation among IC (lnstruction Cycle), FC (Fetch Cycle) and EC (Execute Cycle) is
- IC = FC − EC
- IC = FC+ EC
- IC= FC + 2EC
- EC = IC+FC
34. When a peripheral is connected to the microprocessor in input/output mode, the data transfer takes place between
- any register and I/O device
- memory and I/O device
- accumulator and I/O device
- HL registerand I/O device
35. While execution of I/O instruction takes place, the 8-bit address of the port is placed on
- lower address bus
- higher address bus
- data bus
- lower as well as higher-order address bus
36. The length of a bus cycle in 8086/8088 is four clock cycles, T1, T2, T3, T4 and an indeterminate number of wait state clock cycles denoted by TW. The wait states are always inserted between
- T1 and T2
- T2 and T3
- T3 and T4
- T4 and T1
37. Which one of the following circuits transmits two messages simultaneously in one direction?
- Duplex
- Diplex
- Simplex
- Quadruplex
38. A microprocessor is ALU
- and control unit on a single chip
- and memory on a single chip
- register unit and I/O device on a single chip
- register unit and control unit on a single chip
39. In Intel 8085 microprocessor, ALE signal is made high to
- Enable the data bus to be used as low order address bus
- To latch data D0— D7 from the data bus
- To disable data bus
- To achieve all the functions listed above
40. Output of the assembler in machine codes is referred to as
- Object program
- Source program
- Macro instruction
- Symbolic addressing