MCQOPTIONS
Bookmark
Saved Bookmarks
→
General Awareness
→
Banking Innovation in India in General Awareness
→
Which two are equal?
1. 32/4
2. (8 >>..
1.
Which two are equal?
1. 32/4
2. (8 >> 2) << 4
3. 2^5
4. 128 >>> 2
5. 2 >> 5
A.
1 and 2
B.
2 and 4
C.
1 and 3
D.
2 and 3
Answer» C. 1 and 3
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What is the output of this program? <pre><code class="language-csharp"> import java.io.*; public class filesinputoutput { public static void main(String[] args) { String obj = "abc"; byte b[] = obj.getBytes(); ByteArrayInputStream obj1 = new ByteArrayInputStream(b); for (int i = 0; i < 2; ++ i) { int c; while ((c = obj1.read()) != -1) { if(i == 0) { System.out.print((char)c); } } } } } </code></pre>
In which addressing mode the operand is given explicitly in the instruction ?
Which of the following are language processors
An assembly program contains
Assembly language uses
The length of the one-byte machine language instruction is
A system program that combines the separately compiled modules of a program into a form suitable for execution ?
Which of the following is not a feature of compiler ?
Input of Lex is ?
Yacc semantic action is a sequence of ?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply