MD1 - Bài1: Biến - Kiểu Dữ Liệu - Toán Tử (Kiểm tra cuối buổi))
Quiz
•
Professional Development
•
1st - 3rd Grade
•
Medium
Phú Hoàng
Used 18+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Cho đoạn code sau, đáp án là?
let x = 50;
let y = 30;
let z = x + y;
console.log(typeof z);
Number
Boolean
String
Array
2.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Cho đoạn code sau, đáp án là?
let x = "10";
let y = "20";
let z = x + y;
console.log(typeof z + " " + z);
number 30
string 30
string 1020
number 1020
Answer explanation
z = x + y => 1020 vì
x,y đang là kiểu string
=> khi x + y thì sẽ là nối chuỗi nên kết quả 1020
=> z đang là chuỗi giữa x,y nên khi dùng typyof sẽ ra string
3.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Cho đoạn code sau, đáp án đúng là?
happy
I feel ${myFeel}
"I feel ${myFeel}"
I feel happy
4.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Cho đoạn code sau, đáp án đúng là?
let x = 4;
let y = "20";
console.log(x + y);
24
420
70
204
5.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Cho đoạn code sau, đâu là đáp án đúng?
console.log(`Result of 5+4 is ${5+4}`);
Result of 5+4 is 9
Result of 5+4 is 54
Result of 5+4 is ${5+4}
${5+4}
6.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Cho đoạn code sau, đáp án đúng là?
let a = "succeed";
let b = "study";
let c = "can";
let d = "only";
console.log(d + " " + b + " " + c + " " + a);
only study can succeed
succeed only study can
succeed study can only
only succeed can study
7.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Cho đoạn code sau, đâu là chuỗi đúng?
let a = "Bill Gates ";
let b = "is an American businessman, ";
let c = "was born in ";
let d = "1955 ";
let e = "he is ";
let f = " years old now";
console.log(a + c + d + b + e + `${2022 - 1955}` + f);
Bill Gates was born in 1955 is an American businessman, he is 67 years old now
Bill Gates is an American businessman, was born in 1955 he is 67 years old now
Bill Gates was born in 1955 is an American businessman, he is 2022-1955 years old now
Bill Gates was born in 1955 he is 67 years old now is an American businessman,
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Lượng giá cuối bài
Quiz
•
1st Grade
15 questions
Insight of CPA Australia
Quiz
•
1st - 3rd Grade
12 questions
Le matériel de service en restauration
Quiz
•
1st Grade
12 questions
SEO ***
Quiz
•
3rd Grade
10 questions
Phong cách ngôn ngữ nghệ thuật
Quiz
•
3rd Grade
10 questions
LEGO Flower Bouquet Workshop
Quiz
•
1st Grade - Professio...
10 questions
21-22 ISPKA Teacher Playbook Review Session
Quiz
•
KG - 3rd Grade
10 questions
Trò chơi trắc nghiệm
Quiz
•
1st Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
Discover more resources for Professional Development
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
13 questions
Subject Verb Agreement
Quiz
•
3rd Grade
9 questions
Fact and Opinion
Quiz
•
3rd - 5th Grade
10 questions
Verbs
Quiz
•
2nd Grade
17 questions
Multiplication facts
Quiz
•
3rd Grade
20 questions
Irregular Plural Nouns
Quiz
•
3rd Grade
11 questions
NFL Football logos
Quiz
•
KG - Professional Dev...