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-style microprocessor basics: In a typical 8-bit microprocessor system (such as Intel 8085 family), how many bits wide is the data bus used for reading/writing data?
8085-style microprocessor basics: In the same 8-bit microprocessor system context, how many bits wide is the address bus typically used to select memory locations?
Computer architecture basics: A system built from a microprocessor unit (MPU), a memory unit, and input/output (I/O) interfaces together forms which type of digital system?
Digital I/O fundamentals: In general-purpose digital interfaces, a port can be configured for which directions of data flow?
Microprocessor internals: Which of the following is NOT a basic internal element of a microprocessor chip?
Computer buses: Which of the following is NOT a standard bus type used in microprocessor systems?
8085 microprocessor concepts: In the Intel 8085, events that temporarily suspend normal instruction execution so the processor can service an external or internal request are known as what?
In computer architecture and assembly language, what is the key difference between mnemonic codes and machine codes? Provide the most accurate description comparing their human readability and representation.
In microprocessor I/O design, what is the technique called in which each input/output device is assigned a unique address within the normal memory address space so that the CPU can access devices using standard memory read/write instructions?
For the Intel 8085 microprocessor hardware organization, how many primary system buses are provided and named?
When describing assembly instruction words, what does the term mnemonic most precisely represent in the instruction format?
Within a typical microprocessor system, which system bus is inherently bidirectional because it must both carry data to the CPU and carry results or read data away from the CPU?
In embedded and microprocessor-based products, what term best describes the software that is stored in nonvolatile memory and is intended to control the hardware at a low level during normal operation and startup?
Coprocessor concept (definition check): A coprocessor is a specialized microprocessor with a focused instruction set optimized to perform arithmetic or other specific operations very quickly. Is this statement accurate for typical math/FPU coprocessors?
Machine vs assembly language: Is the language directly understood and executed by a microprocessor called “assembly language,” or does that term refer to a different, human-readable representation?
Portability of machine language: Is machine language (binary opcodes) independent of the microprocessor type, or is it architecture-specific and therefore not portable across different CPUs?
Computer architecture fundamentals (assembly language): a mnemonic is an English-like assembly instruction that an assembler translates into the actual processor's machine code for execution. Confirm or refute this description.
Instruction timing terminology: a machine cycle vs. an instruction cycle—does a single “machine cycle” mean the time to fetch and execute a complete instruction?
Microprocessor buses: is an address bus typically unidirectional (from CPU to memory/IO) because only the processor drives physical addresses?
Language translation pipeline: is a compiler a translator that converts high-level language source code into a set of executable machine instructions (object code/binaries)?
1
2