Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Microprocessor Fundamentals Questions
Intel 8085A architecture — how many buses are part of the microprocessor? In the 8085A microprocessor system, count the distinct buses that connect and organize data flow (consider address, data, and control classifications).
Bus contention prevention — which block ensures only one IC drives the bus at a time? In a shared-bus microprocessor system, what logic block guarantees that only the selected device is enabled, preventing two ICs from simultaneously writing different data onto the same bus?
I/O-mapped addressing — how are devices identified? In classic Intel-style I/O-mapped systems (separate I/O space), input/output devices are identified and selected by assigning each device a specific ________.
Digital I/O architecture (output port) In a typical microprocessor or microcontroller system, which hardware circuit is placed at the interface of an output port so that written data is held stable and presented to the external device until the next write?
Basic computer terminology In a computer system, what do we call the physical components you can touch and see (for example, chassis, boards, chips, cables, keyboard, and monitor)?
Computer system interfaces The devices and subsystems that allow a computer to communicate with users and with other computers are collectively known as:
System buses and directionality Among the standard processor buses, which one carries information in both directions and therefore is bidirectional under normal operation?
CPU registers and results Which processor register keeps track of the current result of arithmetic or logic operations so that new results can be stored and used immediately by subsequent instructions?
Microprocessor history According to common textbook timelines, in which year was the first widely adopted 8-bit microprocessor introduced to the market (for example, the Intel 8080 era)?
I/O addressing models What is the technique called in which each I/O device is assigned one or more addresses within the memory address space, allowing reads/writes to I/O to use the same instructions used for memory?
Terminology check What do we collectively call all computer programs and associated data used by a machine, including the operating system, applications, and utilities?
Digital I/O architecture (input port) In a typical microprocessor system, which circuit is used at the interface of an input port so that external device data can be conditionally placed onto the CPU data bus only when the port is selected?
8085A datapath components Within the Intel 8085A microprocessor, which named block performs arithmetic and logic functions such as addition, subtraction, AND, OR, XOR, increment, and compare?
In Intel 8085A microprocessor architecture, which register keeps track of the memory address of the next instruction (next op-code) to be fetched and executed by the CPU? Provide the most appropriate register name used for instruction sequencing in an 8-bit microprocessor.
In microprocessor status architecture, what do we call the single-bit indicators that are set or cleared to reflect the results of arithmetic or logical operations (e.g., zero, carry, sign)?
Microprocessor unit composition: identify the three foundational sections of a classic microprocessor unit (MPU) responsible for sequencing, storage, and computation.
In embedded systems, the software permanently stored in non-volatile memory to drive microprocessor-based hardware (initialization, control, device handling) is commonly referred to as:
Assembler tools: which type of computer program translates mnemonic assembly instructions into executable machine code for a target microprocessor?
Instruction-encoding terminology: when referring to instruction words, what does the term mnemonic represent in assembly programming for microprocessors such as the 8085A?
Identify the data width and interface style of the Intel 8085A: what kind of CPU is the 8085A in terms of word size and data transfer (serial vs. parallel)?
1
2