TEACHIT - Programming

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

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

1.
1 point
Which of the following is an example of an integer?
2.
1 point
Which of the following is an example of a real value?
3.
1 point
Which of the following is an example of second generation programming language?
4.
1 point
Which type of error occurs only when the program is executed?
5.
1 point
How do I declare a variable called age, which stores whole numbers?
6.
1 point
Which of the following is an example of a conditional statement?
7.
1 point
Consider the following code

while (price > 20) do....

What does this line of code say?
8.
1 point
Which type of error occurs because of a mistake in the use of the programming language?
9.
1 point
Which symbol in Pascal means "not equal to"?
10.
1 point
The use of indentation and comments in a program to make it easier to read is an example og
11.
1 point
How do I declare an array called CLASS which stores 20 values that are all words?
12.
1 point
Which of the following is a characteristic of low-level languages
13.
1 point
I have an array called TESTMOZ with 10 spaces.

TESTMOZ : array[1..10] OF integer;

Using Pascal, how do I place/input the number 20 in the 7th space??
14.
1 point
Which of the following is an example of a high level generation programming language?
15.
1 point
What is another name for second generation programming language
16.
1 point
I have an array called TESTMOZ with 10 spaces.

TESTMOZ : array[1..10] OF integer;

Using Pascal, how do I print/output the fourth value?
17.
1 point
Consider the following

Did Multiple Choice AND Read notes Pass Exam
0 0 0
1 0 ?
0 1 ?
1 1 1

What values are missing?
18.
1 point
What's the difference between testing and debugging?
19.
1 point
............... is the machine language version of your source code.
20.
1 point
Which of the following is NOT a low level language
21.
1 point
The process of converting source code to object code is called....
22.
1 point
Which construct is BEST suited for manipulating an array?
23.
1 point
Consider the following

Did Multiple Choice OR Revised well Pass Exam
0 0 0
1 0 ?
0 1 ?
1 1 1

What values are missing?
24.
1 point
Which of the following is an example of first generation programming language?
25.
1 point
Which of the following is an example of a looping statement?