Programming 1

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

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

1.
1 point
Using FIGURE 1, what is the final value of a?
2.
1 point
Using FIGURE 1, what is the final value of b?
3.
1 point
Using FIGURE 1, what is the final value of c?
4.
1 point
Using FIGURE 1, what is the final value of d?
5.
1 point
Using FIGURE 1, what is the final value of e?
6.
1 point
Using FIGURE 1, what is the first value of e?
7.
1 point
Using FIGURE 1, what is the first value of f?
8.
1 point
Using FIGURE 1, what is the final value of f?
9.
1 point
Using FIGURE 1, what is the first value of a?
10.
1 point
Using FIGURE 1, what is the first value of c?
11.
1 point
Using FIGURE 2, what is the second value of c?
12.
1 point
Using FIGURE 2, what is the third value of e?
13.
1 point
Using FIGURE 2, what is the first value of b?
14.
1 point
Using FIGURE 2, what is the first value of a?
15.
1 point
Using FIGURE 2, what is the second value of e?
16.
1 point
Using FIGURE 2, what is the final value of b?
17.
1 point
Using FIGURE 2, what is the final value of d?
18.
1 point
Using FIGURE 2, what is the final value of a?
19.
1 point
Using FIGURE 2, what is the first value of d?
20.
1 point
Using FIGURE 2, what is the first value of c?
21.
1 point
The first stage in developing a program
22.
1 point
This requires breaking the problem into discrete steps
23.
1 point
The fourth stage in developing a program.
24.
1 point
The last stage in developing a program.
25.
1 point
It is written in an abbreviated form of spoken language and lies somewhere between commands written in ordinary English and those in a computer language.
26.
1 point
Statements that have no effect on the program which are used to make the program easier to understand.
27.
1 point
A graphical representation of the sequence of operations a computer is to perform.
28.
1 point
Languages that enable the programmer to write programs that are more or less independent of a particular type of computer
29.
1 point
Much easier to understand than a machine language and was developed to overcome the disadvantage of machine language.
30.
1 point
It is the only language that the computer understands.
31.
1 point
Developed in the 1970’s to be originally used with the UNIX operating system by Brian W. Kernighan and Dennis M. Ritchie.
32.
1 point
It was developed in the mid-1960’s by John Backus
33.
1 point
Developed by James Gosling in December 1990 at Sun Microsystems.
34.
1 point
It is a high-level language developed by Nicklaus Wirth of Zurich Switzerland in the late 1960’s.
35.
1 point
Developed by John Kemeny and Thomase Kurtz in the early 1960’s.
36.
1 point
If x = 10 * 3 + 27 % 6, what is the value of x?
37.
1 point
If x = 12 - 15 / 3 + 2 * 7 , What is the value of x?
38.
1 point
If x = 40 % 12 * 3 - 15, What is the value of x?
39.
1 point
If x = 6 + 9 / 3 * 7 - 12, What is the value of x?
40.
1 point
If x = 9 - 12 / 4 + 6 * 12, What is the value of x?