Microprocessors Questions
Practice Microprocessors MCQs with answers and explanations. Page 1 of 3.
Category
Electronics and Communication Engineering
Topic
Microprocessors
Page
1 / 3
Mode
Practice
Questions
Open any question to view the answer and explanation.
Among common storage media, which one is inherently sequential-access only (i.e., cannot provide true random access to arbitrary records)?
Open
View answer
In the classic 4-bit ALU IC 74181, arithmetic addition and subtraction operations are effectively carried out in which number system representation?
Open
View answer
In basic computer literacy, identify which of the following is an actual computer programming language rather than an application package.
Open
View answer
During execution, where does a computer hold instructions, data, intermediate results, and final results for fast access?
Open
View answer
When adding normalized floating-point numbers 0.4546 × 10^5 and 0.5433 × 10^7, which alignment step is performed before addition?
Open
View answer
In C-style increment semantics, the expression ++i is functionally equivalent to which assignment update?
Open
View answer
FORTRAN computed GO TO: Given JCOKE = 3; JCOKE = JCOKE + 1; GO TO (5, 8, 9, 11, 15, 16, 18, 20) JCOKE. To which statement label is control transferred?
Open
View answer
In typical microcomputers, what is the usual size order of on-chip or external cache memory?
Open
View answer
8085 microprocessor: “The temporary register in 8085 is a 16-bit register.” Evaluate the statement.
Open
View answer
In programming languages, the keyword 'break' (to exit a loop or switch immediately) is used in which of the following?
Open
View answer
In C/C++ style notation, which of the following is NOT an integer constant?
Open
View answer
8085/ALU flags: “Z (Zero) flag is reset if an ALU operation results in 0.” Determine whether the statement is correct.
Open
View answer
Assertion–Reason (8085 Microprocessor): The 8085 has an on-chip oscillator with an inbuilt crystal; therefore, a crystal oscillator is preferred for frequency stability.
Open
View answer
C language literals: Identify the one real (floating) constant that is not valid in C scientific notation.
Open
View answer
Assertion–Reason (Instruction Length in 8085): Making source and destination addresses implicit reduces instruction length; this is because the 8085 has only three addressing modes.
Open
View answer
8085 bit-rotation as multiplication: Using the RAL (Rotate Accumulator Left through Carry) instruction, how many RAL operations are needed to multiply an 8-bit unsigned value by 8?
Open
View answer
Pascal numeric operations with TRUNC: Given X := 2.57; then X := (X + 0.06) * 10; I := TRUNC(X); X := I; X := X / 10.0; what is the final value of X?
Open
View answer
EEPROM capabilities: Which set of operations is supported by a typical byte-erasable EEPROM device?
Open
View answer
Pascal modulo with negative divisor: If A = 20 and B = -7 in Pascal, what is the value of A mod B?
Open
View answer
EPROM pin count reasoning: A 256 × 4 EPROM provides 256 addresses of 4 data bits each. How many address and data pins does it have?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.