Coding Vocabulary

Coding Vocabulary

4th - 6th Grade

13 Qs

quiz-placeholder

Similar activities

Blockly loops 2

Blockly loops 2

5th Grade

15 Qs

Coding Vocab

Coding Vocab

KG - 6th Grade

11 Qs

Code Express Vocab

Code Express Vocab

6th - 8th Grade

10 Qs

Code.org Express Course Quiz 2

Code.org Express Course Quiz 2

6th - 8th Grade

15 Qs

Express Quiz

Express Quiz

1st - 5th Grade

10 Qs

Computer Science Vocabulary Fetherland, Kaylyn

Computer Science Vocabulary Fetherland, Kaylyn

6th - 12th Grade

18 Qs

Scratch Coding

Scratch Coding

6th Grade

18 Qs

Computer Programming Vocabulary

Computer Programming Vocabulary

5th - 7th Grade

18 Qs

Coding Vocabulary

Coding Vocabulary

Assessment

Quiz

Computers

4th - 6th Grade

Medium

Created by

Quizizz Content

Used 13+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An action that causes something to happen

Event

Bug

Loop

Debugging

Answer explanation

An 'Event' is an action that triggers a response or causes something to happen, making it the correct choice. Other options like 'Bug', 'Loop', and 'Debugging' do not fit this definition.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A statement that a program checks to see if it is true or false.

Loop

Event

Condition

Repeat

Answer explanation

A 'Condition' in programming is a statement that evaluates to true or false, guiding the flow of the program. It is essential for decision-making, unlike loops or events, which serve different purposes.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An algorithm that has been coded into something that can be run by a machine

Event

Condition

Variable

Program

Answer explanation

A 'Program' is an algorithm that has been implemented in a way that allows it to be executed by a machine. The other options, like 'Event', 'Condition', and 'Variable', do not refer to executable algorithms.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A placeholder for a piece of information that can change

Condition

Repeat

Bug

Variable

Answer explanation

A variable is a placeholder for information that can change, making it the correct choice. Conditions and bugs do not fit this definition, while repeat refers to actions, not information.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An instruction for the computer. Many put together make up algorithms and computer programs.

Command

Variable

Bug

Repeat

Answer explanation

A command is an instruction for the computer, and multiple commands together form algorithms and programs. Therefore, the correct answer is 'Command'.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The action of doing something over and over again

Debugging

Event

Command

Loop

Answer explanation

The term 'Loop' refers to the action of repeating a set of instructions or actions multiple times, which directly matches the description of doing something over and over again.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A named group of programming instructions. A piece of code you can use over and over again

Condition

Function

Loop

Bug

Answer explanation

A function is a named group of programming instructions that can be reused multiple times throughout a program. It allows for modular code and helps avoid repetition, making it the correct choice here.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?