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
16 questions
№5.2. Типи даних. Величини (16 q)

Quiz
•
5th - 11th Grade
11 questions
Exel основи

Quiz
•
7th - 11th Grade
14 questions
Hour of Code ESL

Quiz
•
6th - 8th Grade
12 questions
Python

Quiz
•
7th - 8th Grade
10 questions
Python Data Types

Quiz
•
8th Grade
13 questions
Entry Level - Programming Techniques

Quiz
•
8th - 9th Grade
14 questions
Conditionals in JavaScript

Quiz
•
7th - 8th Grade
10 questions
Intro to variables (Scratch)

Quiz
•
5th - 8th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th 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
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade