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

Quiz
•
Computers
•
8th Grade
•
Hard
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
Similar Resources on Wayground
11 questions
Растрові та векторні зображення

Quiz
•
6th - 12th Grade
15 questions
Data Types

Quiz
•
7th - 9th Grade
15 questions
Кодування даних, апаратно-програмне забезпечення комп’ютера

Quiz
•
8th Grade
12 questions
Python Programming Basics

Quiz
•
7th - 11th Grade
12 questions
Lesson 9 - The internet

Quiz
•
8th Grade
15 questions
Spike Prime Block Programming #1

Quiz
•
6th - 8th Grade
11 questions
Boolean Logic

Quiz
•
8th Grade
12 questions
Python1 Functions

Quiz
•
7th - 11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
15 questions
Computer Components Video

Interactive video
•
8th Grade
10 questions
Networking Devices and Their Functions

Interactive video
•
5th - 8th Grade
20 questions
Binary Numbers Quiz

Quiz
•
6th - 8th Grade