CPD Week 2

CPD Week 2

7th Grade

5 Qs

quiz-placeholder

Similar activities

Lesson 12 - Transfer statements

Lesson 12 - Transfer statements

5th - 8th Grade

10 Qs

mods vs acoms

mods vs acoms

3rd Grade - University

10 Qs

Scientific Python

Scientific Python

KG - Professional Development

10 Qs

4 Basic Knots

4 Basic Knots

KG - Professional Development

10 Qs

Coding AI Digitalent

Coding AI Digitalent

6th - 9th Grade

10 Qs

well-being feedback

well-being feedback

KG - University

9 Qs

Intro to Entrepreneurship & Small Business

Intro to Entrepreneurship & Small Business

7th Grade - University

10 Qs

Copyright & Fair Use

Copyright & Fair Use

5th - 12th Grade

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