Electronics and Communication Engineering - Microprocessors
Exercise : Microprocessors - Section 3
- Microprocessors - Section 1
- Microprocessors - Section 2
- Microprocessors - Section 3
- Microprocessors - Section 4
- Microprocessors - Section 5
- Microprocessors - Section 6
- Microprocessors - Section 7
- Microprocessors - Section 8
- Microprocessors - Section 9
- Microprocessors - Section 10
- Microprocessors - Section 11
- Microprocessors - Section 12
36.
For the floating point numbers 1.81 x 10-29 and 0.0152 x 1018 the normalised forms are
Answer: Option
Explanation:
In normalised form, the integer part is zero.
37.
In computers the secondary memory is faster than primary memory.
Answer: Option
Explanation:
Secondary memory is slow.
38.
Consider the following in C
- An arithmetic operation between integer and an integer gives integer as the result.
- An arithmetic operation between a real and a real constant gives real constant as the result.
- An arithmetic operation between an integer constant and a real constant is not valid.
Answer: Option
Explanation:
Mixed mode statement is allowed in C.
39.
Binary storage of decimal number 44 in 8 bits is
Answer: Option
Explanation:
Use decimal to binary conversion method.
40.
LET JCOKE = 11 and LPEPSI = 19. Consider the statement
IF (JCOKE - LPEPSI) 5, 5, 7
5 JCOKE = JCOKE + 2
7 JCOKE = JCOKE + 5
The value of JCOKE after the execution of above statement will beAnswer: Option
Explanation:
(J COKE - L PEPSI) is 11 - 19 = - 8 Since (J COKE - L PEPSI) is negative statement 5 is executed and result is 11 + 2 = 13.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers