JavaScript

JavaScript

9th Grade

12 Qs

quiz-placeholder

Similar activities

แบบทดสอบกลางภาค วิชา เทคโนโลยีและการออกแบบ ว32171

แบบทดสอบกลางภาค วิชา เทคโนโลยีและการออกแบบ ว32171

9th Grade

10 Qs

Một số khái niệm về lập trình và ngôn ngữ lập trình

Một số khái niệm về lập trình và ngôn ngữ lập trình

KG - 12th Grade

15 Qs

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

Algorytmy 8

Algorytmy 8

1st Grade - University

17 Qs

Q2 WEEK 3 PRACTICE QUIZ #2

Q2 WEEK 3 PRACTICE QUIZ #2

9th Grade

12 Qs

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

operators(part-2_26/07)

operators(part-2_26/07)

9th Grade

10 Qs

演算法

演算法

7th - 9th Grade

10 Qs

JavaScript

JavaScript

Assessment

Quiz

Computers

9th Grade

Practice Problem

Medium

Created by

Nicholas Robertson

Used 1K+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?