Khai báo nào sau đây là đúng để tạo một map lưu tên (string) và điểm số (int)?
Map 1

Quiz
•
Computers
•
6th Grade
•
Hard
Edu TSmart
Used 1+ times
FREE Resource
31 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
map<string, int> m;
map<int, string> m;
unordered_map<string, int> m;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Giá trị mặc định khi truy cập map["abc"] mà chưa có key "abc" là gì?
Gây lỗi
Chèn "abc" với giá trị mặc định (0 nếu kiểu int)
Bỏ qua không làm gì
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Để đếm tần suất xuất hiện của từng số nguyên trong một mảng, ta nên dùng:
map<int, int>
vector<int>
set<int>
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Tính chất nào đúng với map trong C++?
Duy trì thứ tự theo thời gian thêm phần tử
Tự động sắp xếp theo key tăng dần
Không sắp xếp các phần tử
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Giả sử có map
Gán giá trị "abc" cho key 3
Xóa key 3 khỏi map
Gây lỗi vì chưa khởi tạo map
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cách tốt nhất để kiểm tra một key tồn tại trong map là?
Dùng m[key]
Dùng m.find(key) != m.end()
Dùng m.count(key) > 1
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu nào đúng để duyệt qua toàn bộ phần tử trong map
for(auto x : m)
for(int i = 0; i < m.size(); i++)
while(!m.empty())
Create a free account and access millions of resources
Similar Resources on Quizizz
32 questions
ÔN THI TIN HOC 6 HK1

Quiz
•
6th Grade
26 questions
Ôn tập HK2

Quiz
•
10th Grade
32 questions
Kiểm Tra Trình Chiếu

Quiz
•
7th Grade
30 questions
Map 2

Quiz
•
6th Grade
26 questions
Bài 8

Quiz
•
7th Grade
30 questions
AZ62

Quiz
•
University
29 questions
TIN HỌC KTRA 15P

Quiz
•
10th Grade - University
30 questions
Trắc Nghiệm Tin Giữa Kỳ II

Quiz
•
10th Grade
Popular Resources on Quizizz
10 questions
Chains by Laurie Halse Anderson Chapters 1-3 Quiz

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
15 questions
Character Analysis

Quiz
•
4th Grade
12 questions
Multiplying Fractions

Quiz
•
6th Grade
30 questions
Biology Regents Review #1

Quiz
•
9th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function

Quiz
•
9th - 12th Grade