ITE-6102 - Computer Programming oed answer key

Showing 541 to 560 of 752 total answers.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

The END terminator is placed as the _______________ symbol in the entire flowchart.

Answer

End of the last page

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

True or False:Flowcharts can start with other symbol aside from a START terminator.

Answer

False

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

True or False:Function name is a separate code block that performs a specific task.

Answer

False

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

What is needed to be installed to support C and C++ applications for Visual Studio?

Answer

C++

#ITE-6104
Awesome StudentQuestion • Computer Programming 2

How many elements could be assigned to an array location with 5 columns and 3 rows?

Answer

15

#ITE-6104
Awesome StudentQuestion • Computer Programming 2

What will happen if you use JOptionPane. showInputDialog statement in your program?

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

Direction : Choose the best answer.It is here where we develop and run our software.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

It is impossible to create ________________ arrays because it is resource expensive.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

It is one of the characteristics of technical work item that deals with pseudocodes.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

There are _______ programming languages that are categorized in terms of complexity.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

voidreturn type informs the application that the function shall not return any data.

#ITE-6104
Awesome StudentQuestion • Computer Programming 2

The feature of Java which makes it possible to execute several tasks simultaneously.

#ITE-6104
Awesome StudentQuestion • Computer Programming 2

What will be the value of x after you execute this statement int z=0; for(int x=0; x

#ITE-6104
Awesome StudentQuestion • Computer Programming 2

What will happen if you use JOptionPane.showMessageDialog statement in your program?

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

A scheme that focuses on entertainment and activities is called _________ Development

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

Accessors is a method that enables the retrieval of _______________ hidden by scopes.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

It is a subset Object-Object Programming which focuses in reusability of the objects.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

These are functions in C++ that changes the address of a variable to another address.

#ITE-6102
Awesome StudentQuestion • Computer Programming 1

True or False:The int main()function serves as an entry point of any C++ application.

Page 28 of 38