Computer Hardware and Software Questions
Practice Computer Hardware and Software MCQs with answers and explanations. Page 2 of 2.
Category
Electronics
Topic
Computer Hardware and Software
Page
2 / 2
Mode
Practice
Questions
Open any question to view the answer and explanation.
8085 addressing width and storage: an 8085 address is 16 bits—does it require two consecutive 8-bit memory locations to store such an address, or “two locations of 16 bits each” as sometimes misstated?
Open
View answer
Bus pin minimization on 8085: to reduce IC pin count, does the 8085 multiplex address and data on the same physical lines (AD0–AD7) using an address latch?
Open
View answer
Control vs. data buses: do the control bus and memory devices “share a bidirectional bus,” or are control signals generally unidirectional lines coordinating reads/writes alongside a separate bidirectional data bus?
Open
View answer
8085 register roles: which register tracks the memory address of the next opcode to be fetched and executed during program flow?
Open
View answer
CPU result register identification: which register records the current arithmetic/logic operation result in classic 8-bit microprocessors like the 8085?
Open
View answer
Assembler output target: because CPUs cannot execute mnemonics directly, into what form must mnemonics be translated for the processor to run them?
Open
View answer
Computer architecture — instruction format basics:
In machine language, the first field of an instruction that specifies the operation to be carried out (for example, add, load, jump) is called the __________.
Open
View answer
Toolchain basics — translating assembly to machine code:
The __________ program converts human-readable mnemonic assembly into executable machine language for a specific processor.
Open
View answer
8085 microprocessor — functional blocks:
Within the 8085 CPU, the sub-block responsible for arithmetic and logical operations (add, subtract, AND, OR, compare) is called the __________.
Open
View answer
Timing terminology — complete instruction execution:
A(n) ________________ is the total time for a microprocessor to fetch, decode, and execute one complete instruction (including all required sub-cycles).
Open
View answer
Terminology — what do we call all programs for a computer?
All computer programs, data files, and routines that run on a machine collectively fall under the category of ________.
Open
View answer
Programming levels — pure binary source:
A program written entirely as strings of 0s and 1s for direct execution by the CPU is called a(n) ________.
Open
View answer
Computer organization — “brains” of a microcomputer:
Colloquially, the component referred to as the “brains” of every microcomputer is the ________ (the unit that fetches and executes instructions).
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.