TLE Q3 Module 1-5

TLE Q3 Module 1-5

10th Grade

10 Qs

quiz-placeholder

Similar activities

Animation and Games JavaScript

Animation and Games JavaScript

9th - 12th Grade

11 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

Python Variables

Python Variables

10th Grade

10 Qs

B13 quzizz

B13 quzizz

10th Grade

10 Qs

Computer Science Foundations - Module 4 Review

Computer Science Foundations - Module 4 Review

9th - 11th Grade

9 Qs

TLE QUIZ (Apostle)

TLE QUIZ (Apostle)

10th Grade

10 Qs

Functions C++

Functions C++

9th - 12th Grade

10 Qs

Python-Comments, Loops and Functions (CodeHS)

Python-Comments, Loops and Functions (CodeHS)

5th - 12th Grade

14 Qs

TLE Q3 Module 1-5

TLE Q3 Module 1-5

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Nayah Orpilla

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.

A. Function

B. Global Scope

C. Function Scope

D. Scope

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

in JavaScript.

A. Function

B. Global Scope

C. Function Scope

D. Scope

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable declared with __________ has the global scope.

A. Const

B. Let

C. Scope

D. 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.

A. Block Scope

B. Global Scope

C. Function Scope

D. Scope

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

A. Function

B. Global Scope

C. Function Scope

D. Scope

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JavaScript Statements are composed of the following: Values, Operators,

Expressions, Keywords, and Comments.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variable values are called Variables.

True

False

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?