Programming 1

Is this your test? Login to manage it. If not, you can create a test just like it.

This is a non-interactive preview of the quiz content.

1.
1 point
Algorithm are series of steps which can be used in solving specific problems
2.
1 point
if you are going to symbolize a computation in flowchart what shape are you going to use
3.
1 point
cin has a required pointer of
4.
1 point
Inputs in flowchart are represented by
5.
1 point
clrsc is used to clear the screen
6.
1 point
Another symbol used to close a synatax
7.
1 point
Flowcharts can be considered as a part of documentation
8.
1 point
Rectangle in flowchart are used for
9.
1 point
A symbol used to close a syntax
10.
1 point
Compiling means executing the line of codes
11.
1 point
In flow chart terminator symbol are represented by
12.
1 point
Serves as containers of pieces of information
13.
1 point
cin stands for character
14.
1 point
Shift + del is used to cut
15.
1 point
getch requires a header file of
16.
1 point
header files or libraries can be written with or without " #" sign
17.
1 point
getch is used to accept hit keys
18.
1 point
cout has a required pointer of
19.
1 point
Ctrl + Ins are used for copy
20.
1 point
syntax are term used referring to line of codes
21.
1 point
Flows in flowchart are represented by
22.
1 point
One advantage of interpreter over compiler is that, interpreter can execute lines of codes even without compiling
23.
1 point
C and C++ are the same programming language though C++ has additional functions.
24.
1 point
In creating flowchart the maximum decision symbol can have as an output is 4
25.
1 point
A language that a computer can understand is Machine Language
26.
1 point
Pseudo code are English-like steps of instruction to solve a particular problem
27.
1 point
Compiler are used to detect errors
28.
1 point
Debugging means eliminating and locating errors
29.
1 point
iostream stands for input / output stream
30.
1 point
cout stands for character out
31.
1 point
It is used as initialization symbol
32.
1 point
#include is header for
33.
1 point
Shift + Insert is used for pasting
34.
1 point
High level and Low Level are types of programming languages
35.
1 point
In flow charting decision are represented by
36.
1 point
Dictates the type of information that a particular variable can save
37.
1 point
One rule in creating flowchart is that every symbol should have a description
38.
1 point
Interpreter are used to detect errors
39.
1 point
In C++ Ide . right click means
40.
1 point
File extension of C / C ++ Programming