NEW
Font size
WorksheetsProgram Implementation
Total questions: 15
Worksheet time: 8mins
Which of the following languages is ONLY understood by computers
4GLs
Machine Languages
Natural Languages
Procedural languages
Errors that occur in a program that we can see and change are:
Syntax errors
Logical errors
Execution errors
Run-time errors
A program was written but nothing worked at the end
Syntax errors
Logical errors
Execution errors
Run-time errors
Which of the following is NOT type of program error
Logic error
Syntax error
Run time error
Debug
Which of the following is an example of a conditional construct?
F-Next
If-then-else
While-endwhile
For-endfor
Which of the following reserved words in Pascal displays data and replaces 'print'
readln
writeln
begin
const
Which of the following identifiers is NOT a valid variable name?
Input
totalCost
9Count
Num_Count
The term used to describe a memory location whose value changes during program execution
Constant
Volatile
Variable
Dynamic
Which data type would we use to store student age?
Real
String
Integer
Char
_________ data type would be best used to store the first initial of students names.
Real
String
Integer
Char
Which of the following symbols is used to perform assignments in the programming language Pascal?
=
:=
<--
==
What is the MOST appropriate control structure to be used in calculating the total of 10 numbers?
if-then-else
repeat-until
while-do
for-do
Which of the following is a valid Pascal data type?
Numeric
Real
Number
Letter
The terms "END" and "STOP" used in algorithms are called:
loops
outputs
processes
terminators
The following is known as ________ in algorithm:
c= a+b
Input/Output
Terminal
Process
Directional Flow
