JavaScript

JavaScript

9th - 12th Grade

29 Qs

quiz-placeholder

Similar activities

Programming Techniques

Programming Techniques

8th - 10th Grade

30 Qs

UH-PWPB

UH-PWPB

12th Grade

25 Qs

Тест по текстовому процессору

Тест по текстовому процессору

10th - 11th Grade

24 Qs

Ôn tập học kì 1 tin 11

Ôn tập học kì 1 tin 11

11th Grade

25 Qs

แบบทดสอบคอม กลางภาค1/2567ชั้น ป 3

แบบทดสอบคอม กลางภาค1/2567ชั้น ป 3

9th Grade

24 Qs

Quiz PTS Informatika Kelas 9- Ganjil

Quiz PTS Informatika Kelas 9- Ganjil

9th Grade

25 Qs

informatika

informatika

10th Grade

25 Qs

Prova de Avaliação - Módulo 1

Prova de Avaliação - Módulo 1

10th Grade

24 Qs

JavaScript

JavaScript

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Cindy Scott

Used 477+ times

FREE Resource

AI

Enhance your content in a minute

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

29 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Programming and scripting languages are translated into this machine-readable form.

Syntax
Binary Code
Compiler
Operator

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A string;

Expresses a true false statement
can contain letters, numbers, spaces, and symbols.
takes in an input, does something with it, and then returns an output.
Runs a boolean (true/false) statement based on data entered

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What surrounds a string?

Quotations
Curly Brackets
Parenthesis
Square Brackets

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we write functions?

Make our code easier to understand 
Avoid writing repeated code
Make our code reusable
All of these

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Is JavaScript exactly the same as Java?

No
Yes

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement will call a function animate every 50 milliseconds?

setTimer(animate, 50);
setTimer(animate(), 50);
for(var i = 0; i < 50; i++){
animate();
}
timer.animate(50);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To add a rectangle named rect to the screen, which command do you need to give?

add(rect);
new(rect);
put(rect);
rect();

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?