Javascript conditions

Javascript conditions

11th Grade

6 Qs

quiz-placeholder

Similar activities

CP Pseudocode Review #3

CP Pseudocode Review #3

11th Grade

10 Qs

Flowcharting

Flowcharting

6th - 11th Grade

10 Qs

Introduction to Python Quiz

Introduction to Python Quiz

8th Grade - University

10 Qs

Database Fundamentals

Database Fundamentals

KG - University

10 Qs

Java Boolean Statements

Java Boolean Statements

11th Grade

11 Qs

REMEDIAL ACTIVITY for NON-ACHIEVERS

REMEDIAL ACTIVITY for NON-ACHIEVERS

11th Grade

10 Qs

String Methods

String Methods

9th - 12th Grade

10 Qs

Warm Up - CAI711

Warm Up - CAI711

11th - 12th Grade

10 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