Form1 Final

Is this your test? Login to manage it. If not, you can generate an assessment just like it.

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

1.
1 point
When two integers are divided the result
2.
1 point
In writing an algorithm to find the area of a circle the most appropriate variable name for the input is
3.
1 point
Which value can be regarded as a constant in a program
4.
1 point
Which is NOT a data type in programming
5.
1 point
Which is TRUE about an Algorithm
6.
1 point
GET num1 and num2
Prod = num1 * num2
Display Answer
What will be the result if the following algorithm is executed with num1=2 and num2=4
7.
1 point
A good algorithm is
8.
1 point
Which Statement is TRUE about Problem solving
9.
1 point
A defining diagram is
10.
1 point
Which is FALSE about a variable name
11.
1 point
Boolean Variables
12.
1 point
In writing a Problem definition the statement must contain
13.
1 point
After developing an Algorithm, Jimmy wants to ensure that it works. He needs to
14.
1 point
Num3 is Real and it is multipled by Num4 which is an integer the result is in variable Product. The variable PRODUCT is
15.
1 point
Which word can be used in an input statement in algorithms
16.
1 point
Which one of the following is an acceptable variable name
17.
1 point
An algorithm is a ______________________
18.
1 point
Which symbol is used for Multiplication in programming
19.
1 point
Real / Integer = ?
20.
1 point
Which is an example of a Real number