September 15th

September 15th

3rd - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Unit 1 Test

Unit 1 Test

9th - 12th Grade

23 Qs

CS Discoveries: Unit 3 Test

CS Discoveries: Unit 3 Test

7th - 10th Grade

21 Qs

G6-L11& L12

G6-L11& L12

6th Grade

15 Qs

Пајтон-квиз број 8

Пајтон-квиз број 8

7th Grade

24 Qs

Code.org Discoveries 1-8

Code.org Discoveries 1-8

5th - 12th Grade

23 Qs

Grid Quiz

Grid Quiz

9th Grade - University

21 Qs

Code.org Unit 3 Lesson 3 and 4

Code.org Unit 3 Lesson 3 and 4

6th - 8th Grade

15 Qs

WG:C0:U3L04 - Shapes and Parameters Quiz

WG:C0:U3L04 - Shapes and Parameters Quiz

6th - 8th Grade

25 Qs

September 15th

September 15th

Assessment

Quiz

Computers

3rd - 12th Grade

Medium

Created by

Brenda McLachlin

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this symbol do in Javascript?


;

Ends a command

Allows the code to choose between two options

Turns a value into its opposite

Breaks the code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will appear on the screen?


var x = "Hello";

text("x", 200, 200);

x

Hello

Hello, 200, 200

"Hello"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many points wide and tall is the canvas?

1000 wide, 1000 tall

400 wide, 400 tall

1600 wide, 900 tall

400 wide, 300 tall

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a function?

draw

ellipse

fill

mouseX

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function changes the colour of lines and outlines?

stroke

fill

background

color

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will this code display?


for (var i = 0; i < 20; i++) {

}

text(i, 200, 200):

The letter i

The number 20

The number 19

Nothing; there will be an error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a way to increase the number variable x by 1?

x++;

x + 1;

x = x + 1;

x+= 1;

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?