TLE Q3 QUIZ MODULES 1-5

TLE Q3 QUIZ MODULES 1-5

10th Grade

10 Qs

quiz-placeholder

Similar activities

Javascript Pretest

Javascript Pretest

10th Grade

15 Qs

TLE Q3 MODULE 4 G16

TLE Q3 MODULE 4 G16

10th Grade

10 Qs

TLE QUIZ by G15

TLE QUIZ by G15

10th Grade

10 Qs

Introducción Arreglos JS II

Introducción Arreglos JS II

10th Grade

10 Qs

1er Quiz Fundamentos de Programación - SystemPlus

1er Quiz Fundamentos de Programación - SystemPlus

9th - 12th Grade

15 Qs

Javascript

Javascript

KG - Professional Development

13 Qs

Comandos essenciais JavaScript

Comandos essenciais JavaScript

1st Grade - University

11 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

TLE Q3 QUIZ MODULES 1-5

TLE Q3 QUIZ MODULES 1-5

Assessment

Quiz

Computers

10th Grade

Medium

Created by

JUSTIN BESERIL

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does "ECMA" mean?

EGYPTIAN COMPUTER MANUFACTURERS

ASSOCIATION

EUROPEAN COMPUTER MANUFACTURES

ASSOCIATION

EUROPIAN COMPUTER

MANUFACTURERS

AGENCY

EUROPEAN COMPUTER MANUFACTURERS

ASSOCIATION

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

In HTML, JavaScript code is inserted between____ and ____ tags.

<script>

</script>

<style>

</style>

<head>

</head

<label>

</label

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

JavaScript ignores multiple spaces. You can add _____ to your script to make it more readable.

LINE LENGTH

WHITE SPACES

LINE BREAKS

CODE BLOCKS

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A _____ determines the accessibility and visibility of variables in your code.

GLOBAL

VAR

SCOPE

STATEMENT

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The ____ keyword is a constant variable therefore it cannot be reassigned.

VAR

CONST

LET

OMS

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Declaring a variable with const is similar to let when it comes to____

BLOCK SCOPE

FUNCTION SCOPE

LOCAL SCOPE

GLOBAL SCOPE

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Redeclaring a variable with

_____, in another scope, or in another block, is allowed

CONST

VAR

STATEMENT

LET

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?