Coding Vocab Flashcard

Coding Vocab Flashcard

Assessment

Flashcard

Computers

7th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is an algorithm?

Back

A series of instructions to complete a task.

2.

FLASHCARD QUESTION

Front

What is code?

Back

The instructions in a computer program.

3.

FLASHCARD QUESTION

Front

Debugging

Back

Finding and fixing problems in code

4.

FLASHCARD QUESTION

Front

Syntax:

Back

Arrangements of words and phrases in a computer language.

5.

FLASHCARD QUESTION

Front

A "string" in code refers to...

Back

information stored as text.

6.

FLASHCARD QUESTION

Front

A keyboard is an input device.

Back

True

7.

FLASHCARD QUESTION

Front

Something that _________ be true in order for ____________ to ___________.

Back

must be true in order for something to happen

8.

FLASHCARD QUESTION

Front

Variable:

Back

Containers that hold information that change during program execution.

9.

FLASHCARD QUESTION

Front

What is a function?

Back

A block of organised and reusable code that performs an action.