Coding Final Exam

Coding Final Exam

8th Grade

36 Qs

quiz-placeholder

Similar activities

CONDING QUIZ

CONDING QUIZ

6th - 8th Grade

41 Qs

Scratch Review

Scratch Review

7th - 8th Grade

35 Qs

scratch revision 3

scratch revision 3

8th Grade

31 Qs

code.org/vexVR

code.org/vexVR

5th - 8th Grade

39 Qs

VEX IQ

VEX IQ

8th Grade

33 Qs

7th Grade: Unit 3 Code.org Lesson 11 & 12 + review of all

7th Grade: Unit 3 Code.org Lesson 11 & 12 + review of all

6th - 8th Grade

35 Qs

Scratch coding

Scratch coding

7th - 9th Grade

35 Qs

Scratch Basics

Scratch Basics

8th Grade

36 Qs

Coding Final Exam

Coding Final Exam

Assessment

Quiz

Computers

8th Grade

Hard

DOK Level 2: Skill/Concept

Standards-aligned

Created by

Sol Smith

Used 1+ times

FREE Resource

36 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which drivetrain block would you use to move the VEX virtual robot forward for a specific distance?

Turn Left

Drive Forward

Turn Right

Drive Backward

Tags

DOK Level 2: Skill/Concept

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you implement a conditional statement to check if a sensor value is greater than 50 in VEX coding?

if sensor > 50

if (sensor > 50)

if sensor = 50

if (sensor < 50)

Tags

DOK Level 2: Skill/Concept

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sensing block would you use to detect if the VEX virtual robot is near an object?

Distance Sensor

Color Sensor

Gyro Sensor

Touch Sensor

Tags

DOK Level 2: Skill/Concept

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In code.org, which block would you use to make a sprite move 10 steps forward?

Move 10 Steps

Turn 15 Degrees

Change X by 10

Change Y by 10

Tags

DOK Level 2: Skill/Concept

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you use a "repeat until" loop to keep moving forward until a sensor detects an obstacle?

repeat until (sensor detects obstacle) { move forward }

repeat until (sensor < obstacle) { move forward }

repeat until (sensor = obstacle) { move forward }

repeat until (sensor > obstacle) { move forward }

Tags

DOK Level 2: Skill/Concept

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you use a drivetrain block to make the VEX virtual robot turn 90 degrees to the right?

Turn Left 90 Degrees

Turn Right 90 Degrees

Drive Forward 90 Degrees

Drive Backward 90 Degrees

Tags

DOK Level 2: Skill/Concept

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which conditional statement would you use to check if a button is pressed in VEX coding?

if button == pressed

if (button == pressed)

if button = pressed

if (button = pressed)

Tags

DOK Level 2: Skill/Concept

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?