Java Script Pro

Java Script Pro

Assessment

Flashcard

Other, Instructional Technology

3rd Grade - University

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which of the following is not JavaScript Data Types? Undefined, Number, Boolean, Float

Back

Float

2.

FLASHCARD QUESTION

Front

Which command colors the background of your canvas? Options: background, endShape, var = color, fill

Back

background

3.

FLASHCARD QUESTION

Front

What command removes the outlines from shapes?

Back

noStroke ();

4.

FLASHCARD QUESTION

Front

The command: ellipse( 200,100, 20, 20) will draw:

Back

a circle whose center is 200 pixels across and 100 pixels down

5.

FLASHCARD QUESTION

Front

What is Javascript used for?

Back

Behaviour

6.

FLASHCARD QUESTION

Front

Which of these is a loop? Options: if(x<10), while(x<10), var x=10;

Back

while(x<10)

7.

FLASHCARD QUESTION

Front

What would be the value of "z" in the following code? var x = 5; var y = 2; var z = x % y;

Back

The value of z would be 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?