JavaScript

JavaScript

10th Grade

10 Qs

quiz-placeholder

Similar activities

JavasCript

JavasCript

1st Grade - University

10 Qs

javachips

javachips

10th Grade

10 Qs

TLEQ3 MODULE 1-5

TLEQ3 MODULE 1-5

10th Grade

10 Qs

Recuperação Se liga

Recuperação Se liga

10th Grade

13 Qs

Salida y entrada en el lenguaje JavaScript.

Salida y entrada en el lenguaje JavaScript.

10th Grade

7 Qs

Lenguajes de programación

Lenguajes de programación

8th Grade - University

15 Qs

Codify-Code Innovators

Codify-Code Innovators

9th - 12th Grade

5 Qs

Examen Parcial 5to Admo

Examen Parcial 5to Admo

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?