ITE-6102 - Computer Programming oed answer key

Showing 281 to 300 of 752 total answers.

#ITE-6104
Awesome StudentQuestion • Computer Programming 2

Which of the following is the correct way to use an interface?

Answer

public class Person implements [InterfaceName] {}

#ITE-6104
Awesome StudentQuestion • Computer Programming 2

Which of the following scenarios where an exception may occur?

Answer

All of the choices

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

_______________ are created using word-processing applications.

Answer

Flowcharts

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

_______________ programming languages are easiest to work with.

Answer

High-level

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

A sector of array which contains a _________ is called element.

Answer

Value

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

Accessors should be prefixed with "get" in their function name.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

Direction : True or FalseDoes C++ allow array of dynamic sizes?

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

Direction : True or FalseFunction parameters can be references.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

Mutator's main purpose is to store values in hidden properties.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

Mutators should be prefixed with "sets" in their function name.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

The _________________ phase decreases the value of the counter.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

These are functions in C++ that allows varying sizes of arrays.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

This is the value for "NUL (null)" character of char data type.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

True or False:Unnamed variables are called Anonymous Variables.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

Usually ignored and not to be earnestly read before installing.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

What is the allocated size of a 3D int array with size 2, 4, 8?

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

What is the scripting language used in Linux Operating Systems?

#ITE-6104
Awesome StudentQuestion • Computer Programming 2

What is the result if we execute this: "a" instanceof String; ?

#ITE-6104
Awesome StudentQuestion • Computer Programming 2

What is the result if we execute this: “a” instanceof String; ?

Page 15 of 38