JavaScript

JavaScript

10th Grade

10 Qs

quiz-placeholder

Similar activities

Codehs JavaScript - Review for Input, Output, Variable

Codehs JavaScript - Review for Input, Output, Variable

10th - 12th Grade

12 Qs

MOD 1-5

MOD 1-5

10th Grade

10 Qs

Desafio do Jogo Roblox

Desafio do Jogo Roblox

6th Grade - University

10 Qs

C# Консультация. Повторение

C# Консультация. Повторение

9th - 12th Grade

10 Qs

MABINI B6

MABINI B6

10th Grade

10 Qs

Linguagens e Frameworks Populares no Desenvolvimento de Sistemas

Linguagens e Frameworks Populares no Desenvolvimento de Sistemas

9th - 12th Grade

10 Qs

MABINI G22

MABINI G22

10th Grade

10 Qs

TLE quiz mwa mwa

TLE quiz mwa mwa

9th - 12th Grade

10 Qs

JavaScript

JavaScript

Assessment

Quiz

Instructional Technology

10th Grade

Hard

Created by

angela de guzman

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

To increase value of X by 1?

x++;

x=x+1;

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the correct statement.

JavaScript is only for Web developers.

JavaScript is only fro app developers.

JavaScript can't use for Game Development

JavaScript is all rounded.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

var x = 5;

var y = 2;

var z = x % y;


What would be the value of "z" in the above code?

1

2

0

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

JavaScript is can be written -

directly into JS file and included into HTML

directly on the Server Script

directly into HTML pages

None of these

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What command removes the outlines from shapes?
noOutline ();
noColor();
noBorder();
noStroke ();

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Arrays in JavaScript are defined by which of the following statements?

a) It is an ordered list of values

b) It is an ordered list of objects

c) It is an ordered list of string

d) It is an ordered list of functions

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the code used to allow user input as a value to a variable in JavaScript?

Prompt

Input

==

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?