Font size
WorksheetsProgramming & data structures JEOPARDY!
Total questions: 24
Worksheet time: 1hrs 12mins
A step by step instruction of how to solve a particular problem.
The process in which a program in a programming language is translated into machine code as a whole.
The process in which a program in a programming language is translated into machine code line by line.
As a flowchart, pseudocode, as a script in a programming language.
A value within a program that can be changed.
A value within a program that cannot be changed.
It's where the program can produce different results depending on some condition.
It's where the program can repeat some instructions.
It can be definite, indefinite or infinite.
It's a way to visually represent an algoritm where different shapes of blocks represent different operations.
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.
It's the function in programming that allows to display or save externally the result of the program.
It's the function in programming that allows to import or obtain from the user data to be used in the program.
Boolean, integer, float, string
They are operators allowing to compare the values of variables: ==; >; <; =>; =<; !=
They are operators executing mathematical operations: +; -; *; /
They are operators dealing with logical values: AND; OR; NOT
It's a data structure for storing multiple values
They're parts of longer strings
It's the procees of joining strings
They're examples of iteration
It's an example of selection
By stating the name of the array and the index (position)
It's a technique for testing algorithms by recording the values of variables at different stages of it's runtime.
