JavaScript

JavaScript

10th Grade

10 Qs

quiz-placeholder

Similar activities

Evaluación - 27-04-2021 - 4A

Evaluación - 27-04-2021 - 4A

10th Grade

10 Qs

Programming languages quiz

Programming languages quiz

6th Grade - Professional Development

8 Qs

REC AV2 _ HTML, CSS e DOM

REC AV2 _ HTML, CSS e DOM

3rd Grade - University

10 Qs

IT Practice TEST 1

IT Practice TEST 1

9th - 10th Grade

10 Qs

Scratch Quiz_Bagus Jayantha

Scratch Quiz_Bagus Jayantha

7th - 12th Grade

15 Qs

Constructores en Java

Constructores en Java

8th Grade - University

10 Qs

 TLE ASSESSMENT

TLE ASSESSMENT

10th Grade

10 Qs

Quiz de refuerzo, tecnología Segundo Trimestre

Quiz de refuerzo, tecnología Segundo Trimestre

1st - 12th Grade

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