KM | W11D1

KM | W11D1

Professional Development

5 Qs

quiz-placeholder

Similar activities

Review

Review

Professional Development

10 Qs

ADP 5 - Ice Breaking Serius

ADP 5 - Ice Breaking Serius

Professional Development

10 Qs

Fullstack Assignment

Fullstack Assignment

Professional Development

10 Qs

MapScript Basics

MapScript Basics

Professional Development

10 Qs

Pemahaman Koding dan Kecerdasan Artifisial

Pemahaman Koding dan Kecerdasan Artifisial

Professional Development

10 Qs

KM'24 W12D3

KM'24 W12D3

Professional Development

4 Qs

SBS NAGAR Ethical Hacking Quiz

SBS NAGAR Ethical Hacking Quiz

Professional Development

5 Qs

Roblox Studio Script Test

Roblox Studio Script Test

KG - Professional Development

6 Qs

KM | W11D1

KM | W11D1

Assessment

Quiz

Other

Professional Development

Hard

Created by

Intan Lestari

Used 5+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an algorithm in programming?

To document the code

To speed up the processor

To outline a step-by-step procedure for solving a problem

To increase memory usage

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is NOT considered a primitive data type in JavaScript?

Boolean

Number

Symbol

Object

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

  1. Which keyword is used in JavaScript to declare a block-scoped variable, which can be reassigned?

const

let

var

function

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How does JavaScript compare two values using '==='?

Only by type

Only by value

By value and type

By memory location

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which operator is used to assign a value to a variable in JavaScript?

==

===

=

=>