JavaScript

JavaScript

9th Grade

12 Qs

quiz-placeholder

Similar activities

CMU CS Academy Unit 3.2.3 If Else Statements

CMU CS Academy Unit 3.2.3 If Else Statements

9th Grade

13 Qs

tin 8 bài 6

tin 8 bài 6

6th - 9th Grade

10 Qs

Exercise STM20263

Exercise STM20263

9th Grade

15 Qs

Python Logical Operators

Python Logical Operators

9th Grade

15 Qs

 S  If

S If

9th - 12th Grade

10 Qs

GameMaker - Quiz #2

GameMaker - Quiz #2

9th - 12th Grade

16 Qs

Quiz HTML

Quiz HTML

1st - 10th Grade

10 Qs

8° / 9° Pensamento Computacional

8° / 9° Pensamento Computacional

9th Grade

10 Qs

JavaScript

JavaScript

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Nicholas Robertson

Used 1K+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What programming language did we learn in class this week?

Karel

Java

JavaScript

Visual Basic

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of these is a loop?

if(x<10)

while(x<10)

var x=10;

text(x,10;10)

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which command provides a random color?

Randomizer.color

Randomizer.nextColor()

RandColor;

nextColor.Randomizer()

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of these will increase the value of the variable X?

increment (x)

x++;

x=x;

x+1;

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following will decrease the value of x?

x--;

x-1;

x=x;

x=-x;

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Greater than or equal to

> or =

> || =

>=

<=

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

His name is Fred and he is less than 16 years old

if (name = "fred" && age < 16 )

if (name === "fred" && age < 16 )

if (name = "fred" || age < 16 )

if (name === "fred" || age < 16 )

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?