TLE 1-10 QUIZ 10 BURGOS G15

TLE 1-10 QUIZ 10 BURGOS G15

10th Grade

10 Qs

quiz-placeholder

Similar activities

JavaScript basics (vidcode, BR JSDJ Day 1)

JavaScript basics (vidcode, BR JSDJ Day 1)

5th - 12th Grade

10 Qs

IV Classe RE Verifica n1 pentamestre

IV Classe RE Verifica n1 pentamestre

10th - 11th Grade

15 Qs

Desafío de Programación LEGO Prime

Desafío de Programación LEGO Prime

9th Grade - University

13 Qs

¡Aprendiendo!

¡Aprendiendo!

1st Grade - University

13 Qs

Quiz de JavaScript para Iniciantes

Quiz de JavaScript para Iniciantes

10th Grade

15 Qs

Đ1GKL28

Đ1GKL28

8th - 10th Grade

10 Qs

introducción a JavaScript

introducción a JavaScript

10th Grade

10 Qs

Programación en Turbo Pascal

Programación en Turbo Pascal

10th Grade

10 Qs

TLE 1-10 QUIZ 10 BURGOS G15

TLE 1-10 QUIZ 10 BURGOS G15

Assessment

Quiz

Instructional Technology

10th Grade

Medium

Created by

dianalyn tilan

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

in JavaScript.

A SCOPE

B FUNCTION

C FUNCTION SCOPE

D GLOBAL SCOPE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable declared with __________ has the global scope.

A LET

B SCOPE

C VAR

D CONST

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

A GLOBAL SCOPE

B SCOPE

FUNCTION

D FUNCTIONSCOPE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

FUNCTION

FUNCTION SCOPE

SCOPE

GLOBAL SCOPE

5.

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 FUNCTION SCOPE

C SCOPE

D FUNCTON

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables declared with var and let are quite similar when declared inside

a function.

A TRUE

B FALSE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________4. In JavaScript, var are used to perform repeated tasks based on a

condition.

A FALSE

B TRUE

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?