Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quorum Programming Day 2 Review

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

The study of organizing and analyzing data to make informed decisions

a)

Data

b)

Tidy Data

c)

Data Science

d)

Big Data

2.

A mistake in a computer program where the programming language can automatically detect a problem exists

a)

Syntax Error

b)

Stupid mistake

c)

Runtime Error

d)

Compiler Error

3.

When using math functions, it is easy to accidentally send the function the wrong information

a)

Mismatched Brace

b)

Functiions that give things Back

c)

Calling Function Incorrectly

d)

Equality Operators

4.

A mistake in a computer program where the program correctly compiles, but when running it has a problem (e.g., it crashes, calculates incorrectly)

a)

Runtime Error

b)

Equality Operators

c)

Compilor Error

d)

Mismatched Brace

5.

When using math functions, it is easy to accidentally send the function the wrong information

a)

Runtime Error

b)

Functions that give things back

c)

Mismatched Brace

d)

Calling functions incorrectly

6.

A method used to keep data in a consistent format for analysis across researchers

a)

Big Data

b)

Tidy Data

c)

Data

d)

Data Science

7.

The area where a variable exists and can be used.

a)

Counter

b)

Integer

c)

Scope

d)

Loop

8.

A structure that contains code to be run repeatedly. It runs a certain number of times, or so long as a condition is met.

a)

Scope

b)

Counter

c)

Loop

d)

Multiple Line Blocks

9.

A variable, often an integer, that is used to track progress in a loop over time.

a)

Counter

b)

Loop

c)

Scope

d)

Multiple Line Block

10.

A block that takes up more than one line in the editor, and has multiple parts that can be moved and adjusted.

a)

Counter

b)

Multiple Line Blocks

c)

Scope

d)

Charts