FLASHCARD Coding Lessons 1-4

FLASHCARD Coding Lessons 1-4

Assessment

Flashcard

others

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which of the following words best describes the role that code plays for computers? Instructions, Entertainment, Storage, Decoration

Back

Instructions

2.

FLASHCARD QUESTION

Front

A single instruction carried out by a computer is called a: Command, Function, Statement, Program

Back

Statement

3.

FLASHCARD QUESTION

Front

In the statement "turtle.turn 45", what is the function?

Back

Turn

4.

FLASHCARD QUESTION

Front

In the statement "step 20", what is the object?

Back

The Monkey

5.

FLASHCARD QUESTION

Front

In CodeMonkey, to make the monkey turn towards the banana, what would be the correct statement? Options: turn banana, turnTo banana, face banana, rotate banana

Back

turnTo banana

6.

FLASHCARD QUESTION

Front

How do computers read statements in CoffeeScript? Options: Bottom to top, Right to left, Randomly, Top to bottom

Back

Top to bottom

7.

FLASHCARD QUESTION

Front

What is the definition of syntax in programming?

Back

Rules for arranging language so it can be understood

8.

FLASHCARD QUESTION

Front

Which statement would return a syntax error? Options: turtle.turn -45, turtle turn -45, turn -45, turnTo -45

Back

turtle turn -45