JavaScript

JavaScript

9th Grade

12 Qs

quiz-placeholder

Similar activities

CSAwesome 3.6.1Equivalent Boolean Expressions

CSAwesome 3.6.1Equivalent Boolean Expressions

9th - 12th Grade

14 Qs

Kiểu Xâu

Kiểu Xâu

8th - 11th Grade

16 Qs

Kiểm tra 15 phút - Tin 11

Kiểm tra 15 phút - Tin 11

1st - 10th Grade

16 Qs

JavaScript Quiz | For Beginners

JavaScript Quiz | For Beginners

1st Grade - University

10 Qs

Review Kotlin Day 1

Review Kotlin Day 1

9th - 12th Grade

10 Qs

P5.js Conditional Statements in Computer Science

P5.js Conditional Statements in Computer Science

9th - 12th Grade

15 Qs

JavaScript:  CodeHS chapter 3 exam

JavaScript: CodeHS chapter 3 exam

9th - 12th Grade

15 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?