Robotics Midterm Review Quiz

Robotics Midterm Review Quiz

10th Grade

7 Qs

quiz-placeholder

Similar activities

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

CLI vs GUI User Interface

CLI vs GUI User Interface

9th - 10th Grade

12 Qs

Intro to Programming: Tracy the Turtle 2

Intro to Programming: Tracy the Turtle 2

9th - 12th Grade

8 Qs

5.2.4 Web Applications Quiz

5.2.4 Web Applications Quiz

9th - 12th Grade

10 Qs

HTML5 TAGS

HTML5 TAGS

7th - 10th Grade

10 Qs

Python Fundamentals

Python Fundamentals

8th - 12th Grade

10 Qs

Scratch Lesson 1

Scratch Lesson 1

6th - 10th Grade

11 Qs

Robotics Midterm Review Quiz

Robotics Midterm Review Quiz

Assessment

Quiz

Computers

10th Grade

Medium

Created by

King Davidplayz

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command will move Tracy forward a specified distance?

backward(100)

left(90)

circle(50)

forward(100)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What grid does Tracy live in?

400x400

500x500

100x100

200x200

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the function block of commands allow us to do?

Store information about text/number

Draw a triangle

Ask the user for input

Move Tracy in a circle

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the userinput function allow us to do?

Move Tracy in a circle

Customize functions and commands

Ask the user for input

Store information about text/number

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the parameter function allow us to do?

Move Tracy in a circle

Customize functions and commands

Ask the user for input

Store information about text/number

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can the parameter function be used in Tracy programming?

Customize functions and commands

Move Tracy in a circle

Store information about text/number

Ask the user for input

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command will make Tracy move backward a specified distance?

right(90)

circle(50)

backward(100)

forward(100)