tle q3

tle q3

10th Grade

10 Qs

quiz-placeholder

Similar activities

Chapter 3 - Think Python - Voc

Chapter 3 - Think Python - Voc

9th - 12th Grade

10 Qs

CodeHS 4.9 Local Variables and Scope

CodeHS 4.9 Local Variables and Scope

9th - 12th Grade

7 Qs

CodeHS Functions and Return Values

CodeHS Functions and Return Values

9th - 12th Grade

15 Qs

Scope of Variables in Python

Scope of Variables in Python

1st Grade - Professional Development

15 Qs

B13 TLE Esteban 032423

B13 TLE Esteban 032423

9th - 12th Grade

10 Qs

Java Class vocabulary

Java Class vocabulary

9th Grade - University

12 Qs

TLE Q3 M4

TLE Q3 M4

10th Grade

10 Qs

BJC U2L1 Global vs. Local Variables

BJC U2L1 Global vs. Local Variables

10th Grade - University

11 Qs

tle q3

tle q3

Assessment

Quiz

Computers

10th Grade

Hard

Created by

timothy john pasiona

Used 1+ times

FREE Resource

10 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

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?