Unit 6: JavaScript and Graphics Test

Unit 6: JavaScript and Graphics Test

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Serenitymarie Sanchez-Lopez

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword do you need to use to define a variable in JavaScript?

variable

x

var

int

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function do you need to call to get the width of the screen?

width()

getWidth()

screenWidth()

getscreenWidth()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the proper function to call to print to the screen?

write

println

PRINT

post

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function do you need to call to ask the user of the program to enter text?

readLine

readln

text

println

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To ask the user of the program for a number, which function should you use?

readLine

readInt

readFloat

Both readInt and readFloat are for numbers.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code print to the screen?

println(2 + 2);

2 + 2

4

22

Nothing

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do you use to do division in JavaScript?

%

/

//

*

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do you use to do multiplication in JavaScript?

x

X

*

#