Javascript conditions

Javascript conditions

11th Grade

6 Qs

quiz-placeholder

Similar activities

Python Boolean and If

Python Boolean and If

9th - 12th Grade

10 Qs

Unit 1 Post Test: Basic Python

Unit 1 Post Test: Basic Python

9th - 12th Grade

10 Qs

AP CSP Boolean Logic 3

AP CSP Boolean Logic 3

9th - 12th Grade

10 Qs

AP CSP Boolean Logic 2

AP CSP Boolean Logic 2

9th - 12th Grade

10 Qs

 Unit 4 Advanced AP CSP

Unit 4 Advanced AP CSP

9th - 12th Grade

10 Qs

AP CSP 12-2 U4L1 Variable

AP CSP 12-2 U4L1 Variable

9th - 12th Grade

9 Qs

Comp Sci Unit 2 #4

Comp Sci Unit 2 #4

11th Grade

10 Qs

Expressions coding and or not coding

Expressions coding and or not coding

9th - 12th Grade

11 Qs

Javascript conditions

Javascript conditions

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Rosa Rodríguez

Used 113+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

The meaning of the following condition is:

if age is greater than 18

if age is greater or equal to 18

if age is less or equal to 18

if age is NOT 18

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The correct code to create a variable in Javascript is:

var value2 = 5;

var 5 = value2;

variable value2 = 5;

if (variable = 5)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Follow the code and determine its result:

True

False

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Follow the code and determine its result:

TRUE

FALSE

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Follow the code and determine its result:

TRUE

FALSE

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Follow the code and determine its result:

TRUE

FALSE