Here are the Multiple choice questions on Computer Arithmetic for the various Competitive Exams point of view.
1) The term sum - of - product in Boolean algebra means ?
3) The ALE line of an 8085 microprocessor is used to ?
5) The index register in a digital computer is used for ?
6) After reset the CPU begins execution from the memory location ?
7) A single register to clear the lower four bits of the accumulator in 8085 assembly language is ?
8) If the total number of states in the fetching and execution phases of an 8085 instruction is known to be 7; the number of machine cycles is ?
9) Von Neumann architecture is ?
10) A typical application of MIMD is?
1) The term sum - of - product in Boolean algebra means ?
- The AND function of several OR functions
- The OR function of several AND functions
- The OR function of several OR function
- The AND function of several AND functions
Show/Hide Answer
Answer = B
Explanation: Sum-Of-Products expressions lend themselves well to implementation as a set of AND gates (products) feeding into a single OR gate (sum).
2) The fan out capability of a digital building block can be defined as ? Explanation: Sum-Of-Products expressions lend themselves well to implementation as a set of AND gates (products) feeding into a single OR gate (sum).
- The number of inputs that one output can transmit to
- The amount of cooling required for fanning the hear out
- The number of inputs that can transmit to one input
- The maximum power dissipation that the unit can stand
- None of above
Show/Hide Answer
Answer = A
Explanation: N/A
Explanation: N/A
3) The ALE line of an 8085 microprocessor is used to ?
- Execute an RST by hardware
- Executes the instruction supplied by external device through the INTA signal
- Executes an instruction from memory location 20 H
- Executes a NOP
Show/Hide Answer
Answer = A
Explanation: ALE is address latch enable. the lower order address remains only for a single T satate then ths data is latched and the lower order address bus stores the data.
4) The cost for storing a bit is minimum in ? Explanation: ALE is address latch enable. the lower order address remains only for a single T satate then ths data is latched and the lower order address bus stores the data.
- Cache
- Register
- RAM
- Magnetic tape
Show/Hide Answer
Answer = D
Explanation: N/A
Explanation: N/A
5) The index register in a digital computer is used for ?
- Pointing to the stack address
- Indirect addressing
- Keeping track of number of times a loop is executed
- Address modification
Show/Hide Answer
Answer = D
Explanation: An index register in a computer's CPU is a processor register used for modifying operand addresses during the run of a program, typically for doing vector/array operations.
Explanation: An index register in a computer's CPU is a processor register used for modifying operand addresses during the run of a program, typically for doing vector/array operations.
6) After reset the CPU begins execution from the memory location ?
- 0000H
- 0001H
- FFEFH
- 8000H
Show/Hide Answer
Answer = A
Explanation: N/A
Explanation: N/A
7) A single register to clear the lower four bits of the accumulator in 8085 assembly language is ?
- XRI 0FH
- ANI FOH
- XRI FOH
- ANI OFH
Show/Hide Answer
Answer = B
Explanation: ANI FOH ANDs the accumulator with immediate. F leaves the high nibble whatever it is, 0 clears the lower nibble
Explanation: ANI FOH ANDs the accumulator with immediate. F leaves the high nibble whatever it is, 0 clears the lower nibble
8) If the total number of states in the fetching and execution phases of an 8085 instruction is known to be 7; the number of machine cycles is ?
- 0
- 1
- 2
- 3
Show/Hide Answer
Answer = C
Explanation: N/A
Explanation: N/A
9) Von Neumann architecture is ?
- SISD
- SIMD
- MIMD
- MISD
Show/Hide Answer
Answer = A
Explanation: In computing, SISD (single instruction, single data) is a term referring to a computer architecture in which a single processor, a uniprocessor, executes a single instruction stream, to operate on data stored in a single memory. This corresponds to the von Neumann architecture.
Explanation: In computing, SISD (single instruction, single data) is a term referring to a computer architecture in which a single processor, a uniprocessor, executes a single instruction stream, to operate on data stored in a single memory. This corresponds to the von Neumann architecture.
10) A typical application of MIMD is?
- railway reservation
- weather forecasting
- matrix multiplication
- All of above
Show/Hide Answer
Answer = A
Explanation: MIMD (multiple instruction, multiple data) is a technique employed to achieve parallelism.
Explanation: MIMD (multiple instruction, multiple data) is a technique employed to achieve parallelism.
Do You Like This? Please take 5 seconds to share with your firends.
0 comments:
Post a Comment