CuriousTab
Search
CuriousTab
Home
Aptitude
Computer
C Programming
C# Programming
C++ Programming
Database
Java Programming
Networking
Engineering
Biochemical Engineering
Biochemistry
Biotechnology
Chemical Engineering
Civil Engineering
Computer Science
Digital Electronics
Electrical Engineering
Electronics
Electronics and Communication Engineering
Mechanical Engineering
Microbiology
Technical Drawing
GK
Current Affairs
General Knowledge
Reasoning
Data Interpretation
Logical Reasoning
Non Verbal Reasoning
Verbal Ability
Verbal Reasoning
Exams
AIEEE
Bank Exams
CAT
GATE
IIT JEE
TOEFL
Jobs
Analyst
Bank PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Electronics and Communication Engineering
‣
Microprocessors
Comments
Question
To evaluate X = (A + B + 1.2) * (A + B - C) the sequence of operation is
Options
A. + + + - * =
B. * + + + - =
C. + + - * + =
D. - + + + * =
Correct Answer
+ + + - * =
Explanation
Parenthesis has first priority.
Microprocessors problems
Search Results
1. Which of the following is not a valid variable name in C?
Options
A.
p o, t
B.
p o t
C.
po
_
t
D.
p
_
ot
Show Answer
Scratch Pad
Discuss
Correct Answer:
p o, t
Explanation:
Comma is not allowed.
2. Consider the following DO statement in Fortran 77
DO 52 N = 1, 10, 3
The number of DO loop executions in the above statement is
Options
A. 1
B. 10
C. 3
D. 4
Show Answer
Scratch Pad
Discuss
Correct Answer: 4
Explanation:
Do statement is executed when N = 1, 4, 7, 10,
i.e.,
a total of 4 times.
3. The number of storage classes in C is
Options
A. 2
B. 3
C. 4
D. 6
Show Answer
Scratch Pad
Discuss
Correct Answer: 4
Explanation:
C has four storage classes viz. automatic storage class, register storage class, static storage class and external storage class.
4. Binary number 1101.101 is equivalent to decimal number?
Options
A. 13.5
B. 13.75
C. 13.625
D. 13.875
Show Answer
Scratch Pad
Discuss
Correct Answer: 13.625
Explanation:
Binary .101 equals 0.625 in decimal.
5. MICR stands for
Options
A. Magnetic Ink Chart Receipt
B. Magnetic Ink Character Recognition
C. Magnetic Ink Chart Recognition
D. Magnetic Ink Character Receipt
Show Answer
Scratch Pad
Discuss
Correct Answer: Magnetic Ink Character Recognition
Explanation:
Magnetic ink character recognition is used in banking.
6. In a microprocessor
Options
A. all instructions need only one machine cycle
B. some instructions need only one machine cycle while some other instructions need more than one machine cycle
C. all instructions need only fraction of one machine cycle
D. some instructions need less than one machine cycle
Show Answer
Scratch Pad
Discuss
Correct Answer: some instructions need only one machine cycle while some other instructions need more than one machine cycle
Explanation:
Some instructrions do need more than one machine cycle.
7. Which of the following DO statements is invalid in FORTRAN 77?
Options
A. DO 161 = 1, 15
B. DO 16 1 = 1, 10, 1
C. DO 16 I = - 5, 5, 2
D. none of the above
Show Answer
Scratch Pad
Discuss
Correct Answer: none of the above
Explanation:
All are valid.
8. Consider the following
The first letter of a Java variable is lower case.
Each successive word in Java variable begins with a capital letter.
All other letters are lower case.
A Java variable can have a digit as first character.
Which of the above are correct?
Options
A. All
B. 1, 2, 3 only
C. 1, 2, 4 only
D. 2, 3, 4 only
Show Answer
Scratch Pad
Discuss
Correct Answer: 1, 2, 3 only
Explanation:
Digit as first character is not allowed.
9. Most of the memory chips in static RAM
Options
A. do not require any supply
B. need 2 V supply
C. need 5 V supply
D. need 12 V supply
Show Answer
Scratch Pad
Discuss
Correct Answer: need 5 V supply
Explanation:
Digital chips need 5 V supply.
10. The power requirements of a DRAM in active and stand by modes is about
Options
A. 350 mW and 5 mW respectively
B. 350 mW each
C. 5 mW each
D. 350 mW and 100 mW respectively
Show Answer
Scratch Pad
Discuss
Correct Answer: 350 mW and 5 mW respectively
Explanation:
Power requirement in stand by mode is very low 1000.
Comments
There are no comments.
Enter a new Comment
Save
More in Electronics and Communication Engineering:
Analog Electronics
Automatic Control Systems
Communication Systems
Digital Electronics
Electromagnetic Field Theory
Electronic Devices and Circuits
Exam Questions Papers
Matching Questions
Materials and Components
Measurements and Instrumentation
Microprocessors
Microwave Communication
Networks Analysis and Synthesis
Power Electronics
Radio Receivers
Satellite Communication
Signals and Systems