TLE ICT Q3MODULES

TLE ICT Q3MODULES

10th Grade

7 Qs

quiz-placeholder

Similar activities

Redefining Engineering Problems Quiz

Redefining Engineering Problems Quiz

10th Grade

5 Qs

Profil Pelajar Pancasila

Profil Pelajar Pancasila

9th - 12th Grade

10 Qs

Arquitectura eco-sostenible

Arquitectura eco-sostenible

10th - 11th Grade

10 Qs

ESTADISTICA-APLICADA

ESTADISTICA-APLICADA

1st Grade - University

12 Qs

era digital

era digital

2nd Grade - University

12 Qs

S3 PWW - (Bird House) General Questions

S3 PWW - (Bird House) General Questions

10th Grade

8 Qs

Codeblocks - Learning Check 2

Codeblocks - Learning Check 2

10th - 12th Grade

10 Qs

Construction blueprints 101:

Construction blueprints 101:

10th Grade

10 Qs

TLE ICT Q3MODULES

TLE ICT Q3MODULES

Assessment

Quiz

Architecture

10th Grade

Hard

Created by

junel navarra

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It determines the accessibility and visibility of variables in your code.

Function

Global Scope

Function Scope

Scope

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

These variables are declared outside any function and can be accessed anywhere

in JavaScript.

Function

Global Scope

Function Scope

Scope

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable declared with __________ has the global scope.

Const

Let

Scope

Var

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is anything between { }, an area within if, switch conditions

or for and while loops, which means that those variables exist only within the

corresponding block.

Block Scope

Global Scope

Function Scope

Scope

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A __________ is a set of statements that perform tasks and returns a value.

Function

Global Scope

Function Scope

Scope

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It determines the accessibility and visibility of variables in your code.

Function

Global Scope

Function Scope

Scope

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

These variables are declared outside any function and can be accessed anywhere

in JavaScript.

Function

Global Scope

Function Scope

Scope