Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/27
Score 0
a finite set of instructions that accomplish a task.
30
Algorithm
Q 2/27
Score 0
to divide a whole into two parts or sections
30
Bifurcate
27 questions
Q.
a finite set of instructions that accomplish a task.
1
30 sec
Q.
to divide a whole into two parts or sections
2
30 sec
Q.
using ones and zeros to represent numbers and letters
3
30 sec
Q.
tell the computer what to do, where to store information, and what to show the user. It is the written content of a computer program.
4
30 sec
Q.
a directive to a computer program to perform a specific task.
5
30 sec
Q.
the process of taking high-level code and processing it into low-level code
6
30 sec
Q.
affect the sequential flow of control by executing different statements based on the value of a Boolean expression.
7
30 sec
Q.
the building blocks of computer programs.
8
30 sec
Q.
eliminating as many errors as possible in a computer code
9
30 sec
Q.
Finding and fixing problems in an algorithm or program.
10
30 sec
Q.
a problem with a yes/no answer (e.g., is there a path from A to B?)
11
30 sec
Q.
breaking down a complex problem or system into smaller parts that are more manageable and easier to understand
12
30 sec
Q.
a named group of programming instructions. Also referred to as a "procedure".
13
30 sec
Q.
a programming language designed to simplify computer programming. It is easy to read and allows for more creativity for programmers.
14
30 sec
Q.
a program that reads and executes code. This includes source code, pre-compiled code, and scripts.
15
30 sec
Q.
a repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met.
16
30 sec
Q.
a mistake in a program's source code that results in incorrect or unexpected behavior, often occurs when something isn't possible to perform
17
30 sec
Q.
a sequence of instructions that is continually repeated until a certain condition is reached.
18
30 sec
Q.
a type of programming language that contains basic instructions recognized by a computer. It is a faster language for the computer, but difficult to read for programmers.
19
30 sec
Q.
the written code that runs on a computer; a collection of program statements
20
30 sec
Q.
lines of code will be run multiple times.
21
30 sec
Q.
a program error that occurs while the program is running.
22
30 sec
Q.
a set of related events, movements, or things that follow each other in a particular order.
23
30 sec
Q.
a model in which programs run in order, one command at a time.
24
30 sec
Q.
anything that happens in consecutive order.
25
30 sec
Q.
a syntactic unit of an imperative programming language that expresses some action to be carried out.
26
30 sec
Q.
an error in the source code of a program. Involving the language of the code