wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Programming & data structures JEOPARDY!

Total questions: 24

Worksheet time: 1hrs 12mins

Name
Class
Date
1.

A step by step instruction of how to solve a particular problem.

4 lines
2.

The process in which a program in a programming language is translated into machine code as a whole.

4 lines
3.

The process in which a program in a programming language is translated into machine code line by line.

4 lines
4.

As a flowchart, pseudocode, as a script in a programming language.

4 lines
5.

A value within a program that can be changed.

4 lines
6.

A value within a program that cannot be changed.

4 lines
7.

It's where the program can produce different results depending on some condition.

4 lines
8.

It's where the program can repeat some instructions.

4 lines
9.

It can be definite, indefinite or infinite.

4 lines
10.

It's a way to visually represent an algoritm where different shapes of blocks represent different operations.

4 lines
11.

It is a plain language description of the steps in an algorithm. It uses the structures of a programming language but is intended to be read by humans.

4 lines
12.

It's the function in programming that allows to display or save externally the result of the program.

4 lines
13.

It's the function in programming that allows to import or obtain from the user data to be used in the program.

4 lines
14.

Boolean, integer, float, string

4 lines
15.

They are operators allowing to compare the values of variables: ==; >; <; =>; =<; !=

4 lines
16.

They are operators executing mathematical operations: +; -; *; /

4 lines
17.

They are operators dealing with logical values: AND; OR; NOT

4 lines
18.

It's a data structure for storing multiple values

4 lines
19.

They're parts of longer strings

4 lines
20.

It's the procees of joining strings

4 lines
21.

They're examples of iteration

4 lines
22.

It's an example of selection

4 lines
23.

By stating the name of the array and the index (position)

4 lines
24.

It's a technique for testing algorithms by recording the values of variables at different stages of it's runtime.

4 lines