Search Header Logo

September 15th

Authored by Brenda McLachlin

Computers

3rd - 12th Grade

Used 5+ times

September 15th
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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;

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?