Exercise: Microprocessors

Questions for: Microprocessors

Which is not a software?
A:
DOS
B:
Windows
C:
MS WORD
D:
Hard disk
Answer: D

Hard disc is a memory storage device.

Which of the following is not correct in C?
A:
6 / 4 = 1
B:
2 / 5 = 0
C:
2.0 / 5 = 0
D:
2.0 / 5.0 = 0.4
Answer: C

Consider the following expressions in Java
int a, b, c,
a = 40;
b = a++ ;
c = ++a ;

Now the values of a, b, c are
A:
42, 40, 42 respectively
B:
42, 42, 42 respectively
C:
40, 42, 42 respectively
D:
40, 40, 42 respectively
Answer: A

The steps are : a is given the value 40, b is given the value of a before it is incremented (i.e., 40) and a is incremented to 41, a is incremented to 42 and c is given this value. Thus the result is 42, 40, 42.

In 8085 eight address and data buses are multiplexed.
A:
True
B:
False
C:
D:
Answer: A
No answer description is available. Let's discuss.
Which of these are allowed in Basic?
A:
Arithmetic operators +, -, *, / etc.
B:
Logical operators AND, OR, NOT
C:
Relational operators =, <, > etc.
D:
All of the above
Answer: D
No answer description is available. Let's discuss.
Ad Slot (Above Pagination)
Quiz