Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Electronics and Communication Engineering
»
Microprocessors
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
1
10
3
4
Correct Answer:
4
Explanation:
Do statement is executed when N = 1, 4, 7, 10,
i.e.,
a total of 4 times.
← Previous Question
Next Question→
More Questions from
Microprocessors
Which of the following is not a valid variable name in C?
To evaluate X = (A + B + 1.2) * (A + B - C) the sequence of operation is
In a microprocessor
Which of the following DO statements is invalid in FORTRAN 77?
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?
Most of the memory chips in static RAM
The power requirements of a DRAM in active and stand by modes is about
8085 has 6 sign flags.
The interface chip for 8086 and 16 bit ADC is
Which is not a valid Java variable
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments