ISPFL7 - BSIS4A BSIS4A - Quiz 3

ISPFL7 - BSIS4A BSIS4A - Quiz 3

University

40 Qs

quiz-placeholder

Similar activities

Ulangan Harian 2 PWPB 12RPL 2021/2022

Ulangan Harian 2 PWPB 12RPL 2021/2022

11th Grade - University

40 Qs

TIU CPNS 2019

TIU CPNS 2019

University

41 Qs

MANAJERIAL

MANAJERIAL

5th Grade - University

40 Qs

Komunikasi Pembangunan

Komunikasi Pembangunan

University

40 Qs

TPA (TES POTENSI AKADEMIK)

TPA (TES POTENSI AKADEMIK)

11th Grade - Professional Development

43 Qs

C Programming : Data types and Operators

C Programming : Data types and Operators

University

39 Qs

HTML, CSS and JavaScript

HTML, CSS and JavaScript

University

35 Qs

Computer and IT

Computer and IT

University

40 Qs

ISPFL7 - BSIS4A BSIS4A - Quiz 3

ISPFL7 - BSIS4A BSIS4A - Quiz 3

Assessment

Quiz

Professional Development

University

Medium

Created by

Ryan Gente

Used 3+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is JavaScript mainly used for?
Server-side
Client-side scripting
Database management
File handling

Answer explanation

JavaScript runs in the user's browser, known as client-side scripting.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about JavaScript?
It is only for animations
It can only be used with HTML
It's a versatile language
Runs only on server

Answer explanation

JavaScript is versatile for dynamic tasks like validation and content updates.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of language is JavaScript?
Compiled
Interpreted
Assembly
Machine

Answer explanation

JavaScript is interpreted, meaning it runs directly in the browser.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JavaScript is:
Case-sensitive
Case-insensitive
Depends on environment
None of the above

Answer explanation

JavaScript distinguishes between uppercase and lowercase characters.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to declare a variable in JavaScript?
let
var
const
All of the above

Answer explanation

All three are used to declare variables, with different scopes.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does DOM stand for?
Document Object Model
Data Object Model
Dynamic Object Model
Document Online Model

Answer explanation

DOM stands for Document Object Model, which represents page structure.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to check if two values are not equal in JS?
==
!=
&&
=

Answer explanation

The correct answer is !=, which is known as the "not equal" operator.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?