m1 to m5

m1 to m5

10th Grade

6 Qs

quiz-placeholder

Similar activities

M4-HW Programming KB

M4-HW Programming KB

10th Grade

10 Qs

informatics 10 "E"

informatics 10 "E"

10th Grade

10 Qs

Kuis Fungsi Sistem Operasi

Kuis Fungsi Sistem Operasi

9th - 12th Grade

10 Qs

TLE Q3 QUIZ MODULES 1-5

TLE Q3 QUIZ MODULES 1-5

10th Grade

10 Qs

Introducción al Desarrollo Web #6 - Estrategias en HTML-CSS

Introducción al Desarrollo Web #6 - Estrategias en HTML-CSS

9th - 12th Grade

6 Qs

11P2G1_CSS IA

11P2G1_CSS IA

9th Grade - University

10 Qs

G3QUIZZIZM2

G3QUIZZIZM2

10th Grade

10 Qs

CSS Quiz 3

CSS Quiz 3

9th - 12th Grade

8 Qs

m1 to m5

m1 to m5

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Christian Solidor

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

the keyword that tells JavaScript you're declaring a variable.

html

var

VAr

comment

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a single linecan be added by using two forward slashes // .

comment

block scope

line

universal

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

the area within if, switch conditions or for and while loops.

inline

block scope

padding

border

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

this are used to iterate the piece of code using for, while, do while or for-in loops.

comment

block scope

function scope

loopin

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

thi is the current context of execution in which values and expressions are "visible" or can be referenced.

scope

padding

border

global scope

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This scope includes all variables, objects, and references

block scope

global scope

function scope

scope