Coding Basics Vocabulary Quiz

Coding Basics Vocabulary Quiz

6th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

AQA GCSE Computer Science - 3.1.1 Representing algorithms

AQA GCSE Computer Science - 3.1.1 Representing algorithms

8th - 10th Grade

19 Qs

Scratch

Scratch

7th - 8th Grade

17 Qs

Year 8  Python EOT 3 test

Year 8 Python EOT 3 test

8th Grade

17 Qs

Python grade 8

Python grade 8

8th Grade

20 Qs

Coding Vocabulary

Coding Vocabulary

7th - 8th Grade

19 Qs

Year 8 - SKO Autumn 1

Year 8 - SKO Autumn 1

7th Grade

17 Qs

Code.org Discoveries Conditional Blocks

Code.org Discoveries Conditional Blocks

6th - 9th Grade

20 Qs

Computer Science

Computer Science

6th - 8th Grade

17 Qs

Coding Basics Vocabulary Quiz

Coding Basics Vocabulary Quiz

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Daniel Parker

Used 32+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

the set of instructions that defines not just what needs to be done but how to do it. Includes mathematical functions and decisions.

byte

bug

boolean

algorithm

Answer explanation

An algorithm is a set of instructions used to perform a task.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

I'm an error in your code.

algorithm

bug

bit

byte

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

 I'm the process or activity of writing computer programs that corresponds to individual computing tasks... using a certain type of programming language (like Python)

syntax

coding

execute

query

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To get the computer to use a variable in a program when necessary.

call

code

execute

process

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

I'm used to repeat a specific block of code an unknown number of times, until a condition is met.

variable

loop

if statement

boolean

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

I'm the text-based interface that is used to operate software and operating systems while allowing the user to respond to visual prompts by typing single commands into the interface and receiving a reply in the same way.

Graphical User Interface (GUI)

Command Line Interface (CLI or CMD)

Answer explanation

The Command Line Interface or CMD uses ONLY text to tell the computer what to do as opposed to icons and images we click in a GUI (like your phone).

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

I am used in decision-making statements, which determine the path of execution based on the condition specified as a combination of multiple Boolean (true/false) expressions.

function

conditional

variable

algorithm

Answer explanation

Conditionals are the 'forks in the road' where decisions are made, leading to certain parts of the program.

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?