Control Flow

Control Flow

Professional Development

10 Qs

quiz-placeholder

Similar activities

Aprendeu ou disfarçou?

Aprendeu ou disfarçou?

12th Grade - Professional Development

10 Qs

TalentNext Test Day-13-Core Java Topics

TalentNext Test Day-13-Core Java Topics

Professional Development

10 Qs

Operate Scissor Lift

Operate Scissor Lift

Professional Development

10 Qs

[POST TEST] BRAND OVERVIEW- MT Area Feronia

[POST TEST] BRAND OVERVIEW- MT Area Feronia

Professional Development

15 Qs

BÀI TẬP_KIỂU DỮ LIỆU VÀ KHAI BÁO BIẾN

BÀI TẬP_KIỂU DỮ LIỆU VÀ KHAI BÁO BIẾN

Professional Development

10 Qs

MS402 - Platoon Leadership

MS402 - Platoon Leadership

Professional Development

11 Qs

Social Media & Education

Social Media & Education

Professional Development

10 Qs

PKN dan IPS PPPK

PKN dan IPS PPPK

Professional Development

10 Qs

Control Flow

Control Flow

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Daniel Adesoji

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword can one use make a decision based on a condition?

if

let

how

ifToSay

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bisi wants to check if a users age is above 20 and the user is from Nigeria, which if statement can she use?

if (age >=20 && country = 'Nigeria')

if (age > 20 && country === 'Nigeria')

if (age ===20 && country === 'Nigeria')

if (age >= 20 && country === 'Nigeria')

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we need to add multiple conditions, what keyword can we use?

evenThough

else

justBecause

other

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following does this:

The age should be equal to or above 10 OR the gender should be male

if (gender === 'male' && age > 10)

if (gender = 'male' && age >= 10)

if (gender === 'male' || age >= 10)

if (gender === 'male' || age > 10)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which looping construct in JavaScript is used for iterating over the elements of an array or characters of string?

for loop

continue loop

break loop

insert loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the continue statement in a loop

To terminate the loop and exit

To skip the current iteration and move to the next one

To restart the loop from the beginning

To continue to the next iteration of the loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the break statement in a loop

To terminate the loop and exit

To skip the current iteration and move to the next one

To restart the loop from the beginning

To continue to the next iteration of the loop

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?