JavaScript

JavaScript

9th Grade

12 Qs

quiz-placeholder

Similar activities

P5.js Conditional Statements in Computer Science

P5.js Conditional Statements in Computer Science

9th - 12th Grade

15 Qs

Functions and Parameters Quiz

Functions and Parameters Quiz

9th - 12th Grade

15 Qs

CodeHS Functions and Parameters

CodeHS Functions and Parameters

9th - 12th Grade

15 Qs

CodeHS JavaScript Control Functions

CodeHS JavaScript Control Functions

9th - 12th Grade

15 Qs

JavaScript:  CodeHS chapter 3 exam

JavaScript: CodeHS chapter 3 exam

9th - 12th Grade

15 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Hoạt động khởi động

Hoạt động khởi động

1st - 10th Grade

15 Qs

Javascript Basics

Javascript Basics

9th - 12th Grade

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