Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Microprocessors Questions
Among common storage media, which one is inherently sequential-access only (i.e., cannot provide true random access to arbitrary records)?
In the classic 4-bit ALU IC 74181, arithmetic addition and subtraction operations are effectively carried out in which number system representation?
In basic computer literacy, identify which of the following is an actual computer programming language rather than an application package.
During execution, where does a computer hold instructions, data, intermediate results, and final results for fast access?
When adding normalized floating-point numbers 0.4546 × 10^5 and 0.5433 × 10^7, which alignment step is performed before addition?
In C-style increment semantics, the expression ++i is functionally equivalent to which assignment update?
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?
In typical microcomputers, what is the usual size order of on-chip or external cache memory?
8085 microprocessor: “The temporary register in 8085 is a 16-bit register.” Evaluate the statement.
In programming languages, the keyword 'break' (to exit a loop or switch immediately) is used in which of the following?
In C/C++ style notation, which of the following is NOT an integer constant?
8085/ALU flags: “Z (Zero) flag is reset if an ALU operation results in 0.” Determine whether the statement is correct.
Assertion–Reason (8085 Microprocessor): The 8085 has an on-chip oscillator with an inbuilt crystal; therefore, a crystal oscillator is preferred for frequency stability.
C language literals: Identify the one real (floating) constant that is not valid in C scientific notation.
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.
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?
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?
EEPROM capabilities: Which set of operations is supported by a typical byte-erasable EEPROM device?
Pascal modulo with negative divisor: If A = 20 and B = -7 in Pascal, what is the value of A mod B?
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?
1
2
3