This Grade 11 quiz focuses on pseudocode and fundamental programming concepts. It assesses students' understanding of flowcharts, problem-solving processes, variable naming, and algorithm development, enhancing their computational thinking skills.
Input
Processing
Output
Solution
Rate this question:
Input
Processing
Output
Storage
Rate this question:
First
Third
Fourth
Last
Rate this question:
The have names called identifiers.
Their names refer to an area of memory.
Their names are created by the programmer.
They can be used interchangeably.
Rate this question:
1stchoice
Firstchoice
FirstChoice
FIRSTCHOCIE
Rate this question:
Constant
Literal
Half-constant
Variable
Rate this question:
Character
Integer
Real
String
Rate this question:
5, 9
14, 7
14, 9
5, 7
Rate this question:
N >= 10
N > 10
N
N < 10
Rate this question:
6
5
3
2
Rate this question:
Constants
Calculations
Passes
Variables
Rate this question:
Graphical
Textual
Verbal
Visual
Rate this question:
If x < y
If x
If x > y
If x >= y
Rate this question:
Constant
Literal
Sentinel
Variable
Rate this question:
Structure
Value
Process
Variable
Rate this question:
Sum = n1 + n2 read n1, n2 write sum write avg
Sum = n1 + n2 read n1, n2 sum = n1 + n2 write avg
Read n1, n2 sum = n1 + n2 avg = sum/2 write avg
Read n1, n2 sum= n1 + n2/2 avg = sum/2
Rate this question:
Decision
Input/Output
Process/assignment
Storage
Rate this question:
IF n1 > n2 THEN print n2 else print n1
IF n1 < n2 THEN print n2 ELSE print n1
IF n1 > n2 THEN print n2 ELSE print n1
IF n1 > n2 THEN print n1 ELSE print n2
Rate this question:
I and ii
I, ii and iii
I, ii and iv
I, iii and iv
Rate this question:
Rate this question:
Rate this question:
Rate this question:
Rate this question:
Rate this question:
Quiz Review Timeline (Updated): Nov 4, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.