ITE-6102 - Computer Programming oed answer key
Showing 681 to 700 of 752 total answers.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
True or False:The characteristic of Technical Work Items that deals with clarity is called Clear.
Answer
False
#ITE-6104
Awesome StudentQuestion • Computer Programming 2
What will be the output if you execute this code: int a[] = new int[1]; System.out.println(a[1]);
Answer
It will produce an exception.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Direction : True or FalseA group of statements within a code block is called body of the function.
Answer
True
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Direction : True or FalseIt is possible to create multiple pointers pointing to the same variable.
Answer
True
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
It is a subset Object-Object Programming which focuses in abstract representations of the objects.
Answer
Class-based
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
It is an integrated development environment (IDE) which houses mono develop as its base framework.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
This principle ensures that only the necessary methods are presented outside of the current class.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Version Control allows users to revert changes and download copies of the changes from the client.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Which of the following was not helped by technology to advance further in their respective fields?
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
A characteristic of Problem Solving that focuses on the quantity of test data is called Verifiable.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
A computer component that deals with miscellaneous instructions of software is called ____________.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
C++ is, by extension, an extended version of C without the support for Object-Oriented Programming.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Direction : True or FalseSmalltalk was the Object-Oriented Programming Language built for Dynabook.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
It is the classification of Technical Work Items for "to clear all values stored in the variables".
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
The two (2) pseudocode keywords that are the equivalent for the Data symbol in flowcharts are INPUT
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
These are conditionals that provide an alternative scenario should the condition-under-check fails.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Who designed the programming language that initially proposed as a high-level programming language?
#ITE-6102
Awesome StudentQuestion • Computer Programming 1
Direction : True or FalseA property that states if a value cannot be changed is called immutability.
#ITE-6102
Awesome StudentQuestion • Computer Programming 1