TLE ICT Q3MODULES

TLE ICT Q3MODULES

10th Grade

7 Qs

quiz-placeholder

Similar activities

Air Conditioning Components

Air Conditioning Components

10th - 12th Grade

10 Qs

FLOOR PLANS/BUILDING DRAWING

FLOOR PLANS/BUILDING DRAWING

10th Grade

11 Qs

BGE GC - (CAD) Assembly

BGE GC - (CAD) Assembly

7th Grade - University

6 Qs

Print Yourself a House Quiz

Print Yourself a House Quiz

9th - 12th Grade

7 Qs

name4

name4

9th - 12th Grade

6 Qs

Bridges Quiz

Bridges Quiz

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