Intro to Coding

Intro to Coding

Assessment

Flashcard

Computers

7th - 8th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

_______ is telling a computer what to do.

Back

Coding

2.

FLASHCARD QUESTION

Front

Who writes code to build apps or games?

Back

Developers

3.

FLASHCARD QUESTION

Front

_______ is the order in which commands are given.

Back

Sequence

4.

FLASHCARD QUESTION

Front

An error in your code is called what?

Back

Bug

5.

FLASHCARD QUESTION

Front

Select the correct sequence for Byte to collect the gem: moveForward(), turnLeft(), moveForward(), collectGem(); moveForward(), moveForward(), turnLeft(), moveForward, moreForward(), collectGem(); moveForward(), moveForward(), turnLeft(), moveForward, collectGem()

Back

moveForward(), moveForward(), turnLeft(), moveForward, moreForward(), collectGem()