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 program in Pascal X = 2.57 X = (X + 0.06) * 10 I = TRUNC (X) X = I X = X / 10.0 The final value of X would be
2
2.6
2.63
26.3
Correct Answer:
2.6
Explanation:
(2.57 + 0.06) 10 = 26.3 →
.
← Previous Question
Next Question→
More Questions from
Microprocessors
EEPROM permits
If A = 20 and B = - 7 in PASCAL, A mod B =
A 256 x 4 EPROM has
Assume that x = 5 and y = 2. Then in Java operation x + = y, the result is
Which of the following is not a valid integer constant in C (for 16 bit)?
Which of the following can not be used as a variable name in C?
In Java it is possible to have An array of integers An array of string objects An array of arrays An array on integer and strings Which of the above are correct?
Which of the following is invalid in Basic?
Let JCOKE = 98 and LPEPSI = 42 Consider the statement IF (JCOKE - 3 * LPEPSI) 5, 6, 7 5 JCOKE = JCOKE + 5 6 JCOKE = JCOKE + 8 7 JCOKE = JCOKE + 11 The value of JCOKE after the execution of above statement will be
While selecting a memory chip the feature which should be examined is
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments