module 1-5

module 1-5

10th Grade

10 Qs

quiz-placeholder

Similar activities

JS Snippet Quiz

JS Snippet Quiz

9th - 12th Grade

8 Qs

Computer Programming - Reviewer 1

Computer Programming - Reviewer 1

10th Grade

10 Qs

Javascript Variables

Javascript Variables

10th Grade

10 Qs

Variables & Data Types

Variables & Data Types

6th - 12th Grade

10 Qs

QUARTER 3 MOD 1-5

QUARTER 3 MOD 1-5

10th Grade

10 Qs

JavaScript Intro

JavaScript Intro

9th - 12th Grade

12 Qs

Codecademy Introduction to JavaScript

Codecademy Introduction to JavaScript

9th - 12th Grade

12 Qs

module 1-5

module 1-5

Assessment

Quiz

Computers

10th Grade

Medium

Created by

ATHLON ANIDO

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

what scope of the variable defined within the block will not be accessible from outside the block?

block scope

function scope

global scope

java script

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

what are the 3 types of scope?

block scope

function scope

global scope

block scope

local scope

global scope

function scope

local scope

global scope

block scope

local scope

function scope

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is JavaScript used for?

javaScript, often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for webpage behavior, often incorporating third-party libraries.

to create dynamically updating content, control multimedia, animate images, and pretty much everything else.

JavaScript is a programming language that developers use to make interactive webpages.

It allows you to implement dynamic features on web pages that cannot be done with only HTML and CSS.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

where is the right place to insert javascript code?

html

<body> hello

</body>

body <script> </script>

JavaScript code is inserted between <script> and </script> tags.

before the bracket

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

which one is the feature of javascript?

Case Sensitive.

eval

parseInt.

unescape

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

what is the meaning of undefined in javascript?

JavaScript includes primitive and non-primitive data types.

JavaScript allows you to work with three primitive data types

They can be identified by the typeof operator. Variables don't have types, but the values in them do.

A variable in JavaScript that is without any value

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

how many types of javascript are there?

3

7

5

9

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?