Javascript lesson 2

Javascript lesson 2

11th Grade

5 Qs

quiz-placeholder

Similar activities

Recursion Practice, Recursion Practice, Recursion Practice...

Recursion Practice, Recursion Practice, Recursion Practice...

10th Grade - University

10 Qs

IST Practice JS

IST Practice JS

9th - 12th Grade

7 Qs

Operators in C

Operators in C

9th - 12th Grade

10 Qs

AP CSA Unit 1 & 2 Review

AP CSA Unit 1 & 2 Review

9th - 12th Grade

10 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Apple iPhone trivia

Apple iPhone trivia

6th - 12th Grade

10 Qs

CS Academy Unit 3 Review

CS Academy Unit 3 Review

9th - 11th Grade

10 Qs

C#

C#

11th Grade

10 Qs

Javascript lesson 2

Javascript lesson 2

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Afnan Omani

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Used to increase the value of an operand by 1.

decrementation

incrementation

multiplication

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a postfix

5++

=5+

++5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if y=9 , then ++y=

9

10

11

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

let x= "3", type of x is

number

string

integer

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following comparisons gives the answer (false)

"apple"="apple"

"Apple" != "orange"

"APPle"=="Apple"