TypeScript - змінні та типи

TypeScript - змінні та типи

8th Grade

11 Qs

quiz-placeholder

Similar activities

Тематичне оцінювання з теми: "Інформаційній технології у суспільстві і мережеві технології"

Тематичне оцінювання з теми: "Інформаційній технології у суспільстві і мережеві технології"

1st - 12th Grade

12 Qs

Алгоритми з розгалуженнями

Алгоритми з розгалуженнями

8th Grade

12 Qs

Search

Search

7th - 8th Grade

10 Qs

Unit 6 Quiz - Bootstrap: Algebra

Unit 6 Quiz - Bootstrap: Algebra

6th - 12th Grade

11 Qs

Introduction to Python, variables and data types

Introduction to Python, variables and data types

8th Grade

8 Qs

Python. Умовні оператори

Python. Умовні оператори

7th - 8th Grade

10 Qs

IT opakování

IT opakování

5th - 9th Grade

9 Qs

Складові персонального комп'ютера

Складові персонального комп'ютера

5th - 12th Grade

12 Qs

TypeScript - змінні та типи

TypeScript - змінні та типи

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Ivan Kornyk

Used 12+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

let student = 'John';
Якого типу змінна student?

Boolean

Text

String

Number

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

let student = 5;
Якого типу змінна student?

Boolean

Text

String

Number

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Що з наведеного є правильним записом?

let a = true;

let a = true: bolean;

let a: boolean = true;

let boolan: a = true;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Вкажіть оператор присвоєння:

=

-=

==

===

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Вкажіть, що відноситься до типи Boolean?

false, null

true, undefined

true, false

null, undefined

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Вкажіть оператор, за допомогою якого можна перевірити чи числа рівні?

+==

==+

=

===

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

const count = (a: number, b: number) => { console.log(a + b + 5); }
count(5,10);

Який результат виведе функція count(5,10) ?

5

10

15

20

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?