Javascript conditions

Javascript conditions

11th Grade

6 Qs

quiz-placeholder

Similar activities

Programming Languages

Programming Languages

11th Grade

10 Qs

Unit 1 Quiz - Bootstrap: Algebra

Unit 1 Quiz - Bootstrap: Algebra

6th - 12th Grade

10 Qs

Pseudocode Input

Pseudocode Input

9th - 12th Grade

10 Qs

AP CSP Booleans

AP CSP Booleans

9th - 12th Grade

10 Qs

AP CSA Unit 1 & 2 Review

AP CSA Unit 1 & 2 Review

9th - 12th Grade

10 Qs

HTML Coding

HTML Coding

9th - 11th Grade

10 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Python Quiz

Python Quiz

6th - 12th Grade

9 Qs

Javascript conditions

Javascript conditions

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Rosa Rodríguez

Used 114+ 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