Unit Test Programming 302

Unit Test Programming 302

8th Grade

20 Qs

quiz-placeholder

Similar activities

Graphic Design end of unit Quiz

Graphic Design end of unit Quiz

8th Grade

20 Qs

Python 1

Python 1

7th - 9th Grade

20 Qs

CS Vocab Basics

CS Vocab Basics

6th - 8th Grade

20 Qs

SDA Chapter 7B Vocabulary

SDA Chapter 7B Vocabulary

6th - 9th Grade

20 Qs

Email Basics

Email Basics

7th - 8th Grade

20 Qs

Code.org Express Course

Code.org Express Course

6th - 8th Grade

20 Qs

2.1 Linear and Binary Searching Algorithms

2.1 Linear and Binary Searching Algorithms

8th - 10th Grade

16 Qs

Loops

Loops

1st - 12th Grade

20 Qs

Unit Test Programming 302

Unit Test Programming 302

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Sundi Tiller

Used 11+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When physics is turned on, what are the default Active/Static settings for an Actor?

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would this code block do?

  • It would only set horizontal gravity to 0, meaning that when physics is turned on, the Actors will be pulled down.

  • It would only set horizontal gravity to 0, meaning that when physics is turned on, the Actors will be pulled up.

  • It would only set vertical gravity to 0, meaning that when physics is turned on, the Actors will be pulled to the right.

It would set both horizontal and vertical gravity to 0, so that when physics is turned on, the Actors will stay where they are. There will be no gravitational force.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would this code block draw?

  • A square

  • A rectangle

A triangle

  • A circle

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

When will this code block be run?

  • When the Actor is at the top edge of the screen

  • When the Actor is in the center of the screen

  • When the Actor is at the bottom edge of the screen

  • When the Actor is on the bottom left corner of the screen

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

There are two Actors in Kate's project: a green alien and an orange alien. The green alien has a restitution of 1. The orange alien has a restitution of 10. Which Actor is bouncier?

  • The orange alien

  • The green alien

  • Both aliens are equally bouncy

  • It depends on what value gravity has been set to

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this code block do?

  • It applies an impulse to the Actor that is proportional to its distance from the sling. The closer the Actor is, the stronger the impulse.

  • It applies a fixed impulse to the Actor, regardless of the distance to the sling.

  • It applies an upward impulse to the Actor that is proportional to its distance from the sling. The Actor will always move upwards.

  • It applies an impulse to the Actor that is proportional to its distance from the sling. The farther away the Actor is, the stronger the impulse.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between an impulse and an Actor's velocity?

  • An impulse is a property of an Actor, while velocity acts on an Actor

  • An impulse acts on an Actor, while velocity is a property of an Actor

  • Both an impulse and velocity act on an Actor

  • Both an impulse and velocity are properties of an Actor

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?