New Activity
Play Quiz
1. 
Which are high level languages?
A.
C++
B.
Assembler
C.
Java
D.
Karel
2. 
Which are numeric data types?
A.
int
B.
double
C.
char
D.
String
E.
short
F.
bool
3. 
It translates a program line by line
A.
debugger
B.
interpreter
C.
compiler
4. 
Grammar errors are also known as...
A.
Syntax
B.
Logical
C.
Runtime
5. 
Which symbol represents a calculation to be performed?
A.
B.
C.
D.
6. 
Select the three steps of the Problem-Solving phase.
A.
Analysis
B.
Specific Solution
C.
Test
D.
Use
E.
General Solution
7. 
It means no unnecessary calculations, no repetitive code.
A.
Clarity
B.
Conciseness
C.
Completeness
D.
Correctness
8. 
Test cases in which bad data is input to the program must be designed.
A.
Clarity
B.
Conciseness
C.
Completeness
D.
Correctness
9. 
Each possibility has been taken into consideration.
A.
Clarity
B.
Conciseness
C.
Completeness
D.
Correctness
10. 
Object code is also known as...
A.
source code
B.
machine code
C.
pseudo code
11. 
Symbol of the assignment operator.
A.
=
B.
!
C.
==
D.
||
12. 
Choose all relational operators
A.
&&
B.
||
C.
!=
D.
==
E.
<=
F.
>=
13. 
Code written in the natural language of the programmer.
A.
machine code
B.
pseudo code
C.
object code
D.
source code