2.1.2 Vocabulary

2.1.2 Vocabulary

9th Grade

8 Qs

quiz-placeholder

Similar activities

CODE.ORG VOCAB

CODE.ORG VOCAB

5th - 9th Grade

10 Qs

Review multiple choice Quiz

Review multiple choice Quiz

KG - Professional Development

10 Qs

Code.org Unit 5 - Loops

Code.org Unit 5 - Loops

9th - 12th Grade

10 Qs

Algorithms & Pseudocode

Algorithms & Pseudocode

8th - 12th Grade

10 Qs

Entry Level - Programming Techniques

Entry Level - Programming Techniques

8th - 9th Grade

13 Qs

QuickCSharpCodeQuiz

QuickCSharpCodeQuiz

8th - 12th Grade

12 Qs

Computer Science 2: Control Structures

Computer Science 2: Control Structures

8th - 12th Grade

11 Qs

While Loop Quiz

While Loop Quiz

9th - 12th Grade

12 Qs

2.1.2 Vocabulary

2.1.2 Vocabulary

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Elise Laio

Used 6+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SDV stand for?

Standard Deviation Vehicle

Self - Driving Vehicle

Self Directed Vehicle

Standard Device Vehicle

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the definition of Dead Reckoning

A zombie that runs around the world.

A navigational method used when there is a fixed start and end position

A chaotic path created by the user and driven by the SDV.

The Walking Dead

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A command used to trigger or start an event or procedure in a program.

variable

procedure

broadcast

loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A programming statement that evaluates a true/false Boolean expression to determine the next steps in a program. Conditional statements are often written as 'if-then' or 'if-then-else' statements.

loop

broadcast

procedural abstraction

conditional statement

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

One of two values, such as “true” or “false”

variable

int

boolean

string

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To identify errors or bugs in computer hardware or programs and fix them.

algorithm

debugging

procedural abstraction

conditional

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A sequence of instructions that continually repeats until a condition is met.

boolean

variable

procedural abstraction

loop

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____ is another word for loop and is a way of repeating code

While
Expression

Iteration

Loop