Data types in JavaScript

Додано: 25 жовтня 2023
Предмет: Англійська мова, 11 клас
12 запитань
Запитання 1

What is JavaScript?

варіанти відповідей
A versatile and essential programming language used in web development.
A programming language used for mobile app development.
A programming language used for database management.
A programming language used for artificial intelligence.
Запитання 2

What is a variable in JavaScript?

варіанти відповідей
A container that can hold different types of data.
A function that performs a specific task.
A conditional statement used for making decisions.
A loop used to iterate over a collection of values.
Запитання 3

Which keywords can be used to declare variables in JavaScript?

варіанти відповідей
var, let, const
var, func, while
if, else, switch
class, extends, super
Запитання 4

What is the difference between var and let in JavaScript?

варіанти відповідей
var is block-scoped, while let is globally scoped.
var is globally scoped, while let is block-scoped.
var allows reassignment, while let does not.
var does not allow reassignment, while let does.
Запитання 5

What is the data type of the value 'hello' in JavaScript?

варіанти відповідей
Number
String
Boolean
Undefined
Запитання 6

What is the data type of the value 3.14 in JavaScript?

варіанти відповідей
Number
String
Boolean
Undefined
Запитання 7

What is the data type of the value true in JavaScript?

варіанти відповідей
Number
String
Boolean
Undefined
Запитання 8

What is the data type of the value null in JavaScript?

варіанти відповідей
Array
String
Boolean
Null
Запитання 9

What is the data type of an object in JavaScript?

варіанти відповідей
Number
String
Boolean
Object
Запитання 10

What is the data type of an array in JavaScript?

варіанти відповідей
Array
String
Boolean
Object
Запитання 11

What is the data type of a function in JavaScript?

варіанти відповідей
Number
String
Boolean
Function
Запитання 12

Why are variables important in JavaScript?

варіанти відповідей
They allow you to store and manipulate data.
They enable you to perform mathematical operations.
They are used for making decisions and controlling program flow.
All of the above.

Створюйте онлайн-тести
для контролю знань і залучення учнів
до активної роботи у класі та вдома

Створити тест