ITE-6104 - Computer Programming oed answer key
Showing 1 to 20 of 146 total answers.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
-9 is treated as TRUE
Answer
FALSE
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
shortc[1] = { 32768 };
Answer
The statement will induce integer overflow.
#ITE-6104
Awesome StudentQuestion • Computer Programming 2
JVM is responsible for
Answer
Interpreting bytecode
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Pointers are variables.
Answer
TRUE
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Variables are pointers.
Answer
FALSE
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Boolean use only one bit.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
These are unnamed variables.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
It is an array of characters.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
These are declared variables.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Pointers are a special type of
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Function calls can be pointers.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Is for statement a range-based?
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
These are also called Variants.
#ITE-6104
Awesome StudentQuestion • Computer Programming 2
What is floating-point literal?
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Which is not a version of Shell?
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
What domain deals with analytics?
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
int b[2] = { 1, 2 }; cout << b[2];
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
It is a symbol used to set values.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1