Computers Questions

Practice Computers MCQs with answers and explanations. Page 2 of 3.

Category
Digital Electronics
Topic
Computers
Page
2 / 3
Mode
Practice

Questions

Open any question to view the answer and explanation.

Computer architecture basics — which item is NOT a core functional block? Select the option that does not belong to the standard functional blocks of a general-purpose computer system.
Open
View answer
Address space calculation — locations addressed by a 20-bit bus Given an address bus width of 20 bits in a microprocessor system, how many unique memory locations can be addressed?
Open
View answer
Polled I/O — when is it the preferred strategy? Select the condition under which a polling-based input/output scheme is generally most appropriate compared to interrupts or DMA.
Open
View answer
Which x86 microprocessor family used multiplexed address/data lines on its external bus? Choose the processor that famously time-shared AD lines (address during T1, data during later bus states) to reduce pin count.
Open
View answer
Definition of mnemonic in assembly programming: A mnemonic is an English-like assembly instruction that an assembler converts into the corresponding machine code for the processor.
Open
View answer
Machine language and processor dependence: Is machine language independent of the type of microprocessor used in a computer system?
Open
View answer
Processor design goals: Are chip designers always focused primarily on increasing clock frequency, regardless of other considerations such as power, parallelism, or IPC?
Open
View answer
Definition of polling in I/O handling: Polling means the CPU repeatedly checks device status within the normal instruction flow, not that it pauses execution to run a separate I/O routine automatically.
Open
View answer
x86 family compatibility claim: For the 80x86 (x86) family, are instructions downward/backward compatible such that code written for earlier processors runs on later processors?
Open
View answer
What is a coprocessor? A coprocessor is a specialized microprocessor with a limited, domain-focused instruction set optimized to perform arithmetic or numeric operations at very high speed alongside the main CPU.
Open
View answer
Computer architecture history and caches: Was the original Intel Pentium (P5) the first central processing unit to introduce separate instruction and data L1 caches (split I-cache and D-cache)? Choose the most accurate evaluation.
Open
View answer
Pentium superscalar capability: Evaluate the statement: “The Intel Pentium processor can dispatch and execute two instructions simultaneously under suitable conditions.”
Open
View answer
PowerPC execution width claim: Assess the statement: “A PowerPC processor can effectively execute up to ten instructions per clock cycle.” Choose the best evaluation.
Open
View answer
System buses classification: Evaluate the statement: “The PCI bus is an external bus for personal computers.” Decide whether this characterization is accurate.
Open
View answer
Assembly and high-level programming terminology: Contiguous sequences of bytes or words processed as a unit (with instructions like MOVS, CMPS, SCAS on x86) are commonly called ________.
Open
View answer
Microcomputer buses and directionality: Identify which bus in a typical microcomputer system is inherently unidirectional.
Open
View answer
Instruction classification: MOV, PUSH, and POP belong to which instruction category in a typical CPU instruction set?
Open
View answer
Instruction classification: AND, OR, and TEST are members of which instruction category in typical processor ISAs?
Open
View answer
Instruction classification: ADD, CMP, and MUL belong to which category of instructions in common CPU instruction sets?
Open
View answer
Software structuring in assembly and high-level languages: A small program unit written once and invoked multiple times from different places in a larger program is commonly called a(n) ________.
Open
View answer

Practice smarter

Solve a few questions daily and revisit weak topics regularly to improve accuracy.