ITE-6102 - Computer Programming oed answer key
Showing 581 to 600 of 752 total answers.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Direction : True or FalseIn C++, the abstract representation of objects is called class.
Answer
True
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
It is a method that enables the assignment of values to our properties hidden by scopes.
Answer
Mutators
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Parameter is a component of the function which _______ the input values of the function.
Answer
Itemizes
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Pointers retrieve the values assigned to it and stores it to the reference it points to.
Answer
FALSE
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
This phase in looping statements that dictates whether the loop should stop or continue.
Answer
Condition
#ITE-6104
Awesome StudentQuestion • Computer Programming 2
From the array int[] intArray = { 1, 2, 3, 5, 6, 7 };, what is the value of intArray[2]?
#ITE-6104
Awesome StudentQuestion • Computer Programming 2
From the array int[] intArray = { 1, 2, 3, 5, 6, 7 };, what is the value of intArray[3]?
#ITE-6104
Awesome StudentQuestion • Computer Programming 2
True or False. Please select the best answer for the question.Java SE is a Java Platform
#ITE-6104
Awesome StudentQuestion • Computer Programming 2
What will be the value of x after executing this codefor(int x=0; x<=10; x++) {} is run?
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
A conditional is used to perform specific actions depending on the evaluated expressions.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
A programming centered in the use of _____________ is called Object-Oriented Programming.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Direction : Choose the best answer.Which is not the file extension of Linux applications?
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
The only data type that can store large values until 65,535 is _________________ _______.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
These variables that may not declare their data types are called ____________ Data Types.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
This command prompt-like window that will help build fundamentals in computer programming
#ITE-6104
Awesome StudentQuestion • Computer Programming 2
What will be the value of x after executing this code for(int x=0; x<=10; x++) {} is run?
#ITE-6104
Awesome StudentQuestion • Computer Programming 2
What will be the value of x after executing this code for(int x=0; x<=11; x++) {} is run?
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
__________ is a component of the function which itemizes the input values of the function.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1