Coding Concept

Coding Concept

7th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Small Basic Basics

Small Basic Basics

8th - 9th Grade

10 Qs

CodeMonkey I - Day 9

CodeMonkey I - Day 9

4th - 7th Grade

9 Qs

Edublocks Turtle intro

Edublocks Turtle intro

6th - 8th Grade

13 Qs

Codemonkey quiz #1

Codemonkey quiz #1

8th Grade

10 Qs

CodeMonkey Basic Terms

CodeMonkey Basic Terms

5th - 8th Grade

11 Qs

CodeMonkey Coding Vocabulary

CodeMonkey Coding Vocabulary

3rd - 7th Grade

12 Qs

CodeMonkey 0-35 Review

CodeMonkey 0-35 Review

5th - 8th Grade

14 Qs

Small Basic (Turtle)

Small Basic (Turtle)

KG - University

10 Qs

Coding Concept

Coding Concept

Assessment

Quiz

Computers

7th - 8th Grade

Hard

Created by

ugyen lhadon

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q. 

Q. Which of the following is a function?

Turtle

45

TurnTo

Right

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q. 

Q. Which of the following is an object you cannot use in a statement?

Bridge

Bush

Gordo

Banana

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q. Which of the following is a correct statement?

Right Step

Step.TurnTo

Turn 90

Turtle.Walk

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q. 

Q. The input that we add to the function (the action) is called an ___________.

Statement

Argument

Measurement

Function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q. 

Q. Which is the correct statement if the turtle needs to step backwards?

Step 10

Turtle.Step 10

turtle.turnto 10

turtle.step -10

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Q. 

Q. Using the protractor tool measures the degrees of the _______________.

steps

objects

bridge

turn

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q. 

Q. Which of the following is the correct way to write a loop?

3.time ->

3.times ->

3 times

3.times loop

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q. 

Q. Which of the following is an argument for the function Turn?

Turtle

Backward

Left

Step

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q. 

Q. The instructions in a computer program are called__________.

Functions

Statements

Arguments

Objects