Programming Terms

Programming Terms

6th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Science 5th Grade Circuits

Science 5th Grade Circuits

5th - 12th Grade

10 Qs

Working Scientifically

Working Scientifically

7th - 10th Grade

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

6th Grade - University

10 Qs

Scientific Method

Scientific Method

6th - 8th Grade

11 Qs

CODING & AI by Scratch

CODING & AI by Scratch

7th - 9th Grade

13 Qs

Sc 7n 1 4

Sc 7n 1 4

8th Grade

11 Qs

homeostasis and feedback systems

homeostasis and feedback systems

6th - 8th Grade

13 Qs

Scientific Method

Scientific Method

6th - 8th Grade

13 Qs

Programming Terms

Programming Terms

Assessment

Quiz

Science

6th - 8th Grade

Medium

Created by

Kurt Biehl

Used 5+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A defined starting point for your program.  The program will start when the definition has been triggered.

Function

Event

Repeat Loop

Algorithm

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A statement that can be true or false which could lead to an action.

Event

Function

Condition

Variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A specific set of instructions for a computer program to follow.

Conditional Loop

Variable

Function

Algorithm

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Listed actions will be repeated until or while a specified true/false statement is true.

Repeat Loop

Conditional Loop

Counter Loop

Conditional

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A true/false statement that asks the program to perform a specified action if the statement is true.

Variable

Condition

Conditional

Function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Listed actions will be repeated a certain number of times where the number is stated in a number range and the interval is also defined.

Repeat Loop

Conditional Loop

Counter Loop

Variable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A name given to represent a number which can be changed and manipulated based on need within the program.

Function

Event

Loop

Variable

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A named set of instructions that will be followed when called upon in the program.

Function

Variable

Repeat Loop

Algorithm

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Listed actions will be repeated a specific number of times.

Conditional Loop

Repeat Loop

Counter Loop

Variable