Code.org Discoveries Unit 3 Lesson 4-5

Code.org Discoveries Unit 3 Lesson 4-5

7th Grade

17 Qs

quiz-placeholder

Similar activities

CS Discoveries

CS Discoveries

7th - 10th Grade

20 Qs

Unit 3 Code.org CS Discoveries

Unit 3 Code.org CS Discoveries

7th - 10th Grade

20 Qs

Code.org Computer Science Discovery

Code.org Computer Science Discovery

7th - 10th Grade

21 Qs

CS Discoveries Unit 3

CS Discoveries Unit 3

7th - 10th Grade

21 Qs

SDA Chapter 7B Vocabulary

SDA Chapter 7B Vocabulary

6th - 9th Grade

20 Qs

JavaScript

JavaScript

7th - 8th Grade

15 Qs

p5.js Week1 PREtest

p5.js Week1 PREtest

7th - 12th Grade

14 Qs

Computer Programming & JavaScript

Computer Programming & JavaScript

6th - 8th Grade

16 Qs

Code.org Discoveries Unit 3 Lesson 4-5

Code.org Discoveries Unit 3 Lesson 4-5

Assessment

Quiz

Computers

7th Grade

Easy

Created by

Deirdre Carlino

Used 17+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a parameter?

the same thing as a variable

it gets the value of

the sum of the sides of a rectangle

an extra piece of information about an object that helps customize it (size, location, etc)

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the code background("red"); do?

It automatically creates an animated scene for a game called red.

it colors the background red

It allows you to write your code in red

it returns an error message because it is wrong.

3.

MULTIPLE CHOICE QUESTION

1 min • Ungraded

Cats or dogs?

cats

dogs

neither

both

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does randomNumber (0, 100); mean?

It will allow the computer to choose a random number betwen 0 and 100

it will print any random number

it will place a random number at the coordinates of (0, 100)

it will return an error message because random numbers don't exist in Javascript

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which Disney movie featured the songs "The Circle of Life" and "Can You Feel the Love Tonight"?

Beauty and the Beast

Snow White

Aladdin

Lion King

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following has a width AND height parameter?

rect(0,100,200,150);

rect(0,100);

rect(0,100,150);

ellipse(0,100);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of this piece of punctuation that appears at the end of JS lines of code?

;

period

comma

colon

semi-colon

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?