Coding Vocabulary

Coding Vocabulary

4th - 5th Grade

5 Qs

quiz-placeholder

Similar activities

HT2 - L4: Fix it lesson

HT2 - L4: Fix it lesson

5th Grade

10 Qs

Hour of Code

Hour of Code

4th - 5th Grade

10 Qs

while loop

while loop

5th Grade

10 Qs

Hari 3 - Jeni - Kuis Coding dan perkenalan AI

Hari 3 - Jeni - Kuis Coding dan perkenalan AI

1st - 6th Grade

10 Qs

PYTHON (FOR LOOP)

PYTHON (FOR LOOP)

1st - 10th Grade

10 Qs

L9-Stop Watch and Hot Potato

L9-Stop Watch and Hot Potato

5th Grade

10 Qs

SCRATCH

SCRATCH

4th - 8th Grade

10 Qs

Express_Loops_Last

Express_Loops_Last

1st - 7th Grade

10 Qs

Coding Vocabulary

Coding Vocabulary

Assessment

Quiz

Computers

4th - 5th Grade

Hard

Created by

Wayground Content

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is code?

a sequence of code that repeats

the ordered steps in a program

a sequence of code that solves a problem or accomplishes a task

the language programmers use and create to tell computers what to do

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is it called when a part of a program does not work correctly?

Event

Bug

Sequence

Program

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

An action that causes something else to happen in code is called

Function

Loop

Event

Conditional

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A fixed loop

is a sequence of code that is set to repeat forever

is a sequence of code that never repeats

is a sequence of code that is set to repeat for a set number of times or until something else happens

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A command telling the computer what to do IF certain conditions are met is called

Function

Loop

Event

Conditional