CPD Week 2

CPD Week 2

7th Grade

5 Qs

quiz-placeholder

Similar activities

Post Test  OSDV Transformative Learning 2022

Post Test OSDV Transformative Learning 2022

2nd Grade - Professional Development

10 Qs

Kuis Coding & Perkenalan AI

Kuis Coding & Perkenalan AI

7th - 9th Grade

10 Qs

Agenda Quiz

Agenda Quiz

7th Grade

10 Qs

Blended Learning

Blended Learning

KG - 10th Grade

10 Qs

Bank Language

Bank Language

1st - 10th Grade

6 Qs

Objective 1.01: Interest, attitudes, and Values

Objective 1.01: Interest, attitudes, and Values

6th - 8th Grade

9 Qs

Powtoon

Powtoon

5th - 12th Grade

10 Qs

JavasCript

JavasCript

1st Grade - University

10 Qs

CPD Week 2

CPD Week 2

Assessment

Quiz

Professional Development

7th Grade

Hard

Created by

Parameswaran Sajeenthiran

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is not an object-oriented programming concept?

Inheritance

Encapsulation

Polymorphism

Normalization

Answer explanation

Four OOP concepts are;

Abstraction,

Inheritance,

Encapsulation,

Polymorphism

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following keyword/keywords are used for declaring variables in the global scope?

var

let

const

int

Answer explanation

Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

what is displayed in the console?

Sum has been calculated: 15

Only three elements or less are allowed

Promise()

Sum has been calculated: 12

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

NAN

false

true

will show a syntax error

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following control structures are not supported by javascript?

for loop

do while loop

while do loop

switch case

if else