ITE-6102 - Computer Programming oed answer key
Showing 441 to 460 of 752 total answers.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
In the discussion, the allocated size for a double data type is___________.
Answer
64 bits (floating point)
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Is the given looping statement correct? for(i=5; i>0; i--){ cout << endl; }
Answer
TRUE
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
It is a keyword that specifies a condition to repeat a block of statements.
Answer
WHILE DO LOOP
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
It is a phase in looping where the statements inside the loop are executed.
Answer
Body
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
The ____________ statement uses defined constants in evaluating conditions.
Answer
switch
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
There are at least ______________ arrows in Decision Symbols of flowcharts.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Variables are container objects in C++ that can be applied with references.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Variables can be reassigned a new address without redeclaring the variable.
#ITE-6104
Awesome StudentQuestion • Computer Programming 2
Which of the following class declaration is not allowed to be instantiated?
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
__________________ allows developer to support scenarios in the application.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
#include is the act of a function saying everything inside is belongs to it.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
A _________ storage in the computer that is randomly accessed is called RAM.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Accessor is a method which enables the retrieval of values hidden by scopes.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
cout is used to output a string to inform the user about the conditions need
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Global variables are variables declared _____________ int main() code block.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
It is a symbol used to connect parts of the flowcharts from different pages.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
The body of the function is a group of statements contained by a code block.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
The main purpose of mutators is to ________ values to our hidden properties.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1