Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Computer Hardware and Software Questions
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?
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?
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?
8085 register roles: which register tracks the memory address of the next opcode to be fetched and executed during program flow?
CPU result register identification: which register records the current arithmetic/logic operation result in classic 8-bit microprocessors like the 8085?
Assembler output target: because CPUs cannot execute mnemonics directly, into what form must mnemonics be translated for the processor to run them?
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 __________.
Toolchain basics — translating assembly to machine code: The __________ program converts human-readable mnemonic assembly into executable machine language for a specific processor.
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 __________.
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).
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 ________.
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) ________.
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).
1
2