ITE-6102 - Computer Programming oed answer key
Showing 401 to 420 of 752 total answers.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
It informs the application that the function shall not return any data.
Answer
Void/Void Return Type
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
It is the equivalent of the OUTPUT symbol of Pseudocodes in Flowcharts.
Answer
DISPLAY
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
It repeats a series of statement that aim to reach a certain condition.
Answer
Looping
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
The _____________ statement is used for string input and output of C++.
Answer
#include
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
The int main()function serves as an entry point of any C++ application.
Answer
FALSE
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
These are container objects in C++ that can be applied with references.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
True or False:Descending is the usual arrangement for numerical values.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Variables defined within a code block is called ____________ variables.
#ITE-6104
Awesome StudentQuestion • Computer Programming 2
It is used to access the instance variables shadowed by the parameters.
#ITE-6104
Awesome StudentQuestion • Computer Programming 2
What is the length of the array: int[] intArray = { 1, 2, 3, 5, 6, 7 };
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
A copy of the value is the result of retrieving a value from a variable?
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
DynaBuk is the first computer created using Object-Oriented Programming?
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Immutability is a property that states that the value cannot be changed.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
In C++, the abstract representation of objects is called ______________.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
The _____________ statement is used for general input and output of C++.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
True or False:Function is used as an alias as reference to the function.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
What flowchart symbol is the equivalent for the pseudocode CALL keyword?
#ITE-6104
Awesome StudentQuestion • Computer Programming 2
Which of the following class declaration is not allowed to be inherited?
#ITE-6102
Awesome StudentQuestion • Computer Programming 1