
Bài Quiz không có tiêu đề
Quiz
•
Computers
•
University
•
Medium
Hương PHẠM
Used 7+ times
FREE Resource
Enhance your content in a minute
60 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
biểu thức hậu tố có biểu thức trung tố tương ứng là gì?
A+b*c+(d*e)
abc*+de*+
abc*+(de)*+
abc+*de*+
a+bc*de+*
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Với đoạn chương trình dưới đây hãy xác định mức độ phức tạp tính toán của giải thuật= ký tự O lớn trong trường hợp tồi nhất
Sum=0
For (int i=0; i<n;i++){
Sum=sum+1;
}
Chú ý : (log2n)=log cơ số 2 của n ; n^2=n mũ 2
O(nlog(n))
O(n)
O(1)
O(log(n))
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Dự đoán đầu ra của chương trình sau :
Static int f(int n) {
If(n<=1)
Return 1;
If(n%2==0)
Return f(n/2);
Return f(n/2)+f(n/2+1);
}
Static void Main(string[] args) {
Console.WriteLine(f(11));
}
5
4
stack overflow
3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho giải thuật đệ quy sau
Int gt(int n) {
If(n==1) return 1;
Else if (n>1) return gt(n-1)+n;
Esle return 0;
}
Hãy cho biết để thực hiện câu lệnh
S=gt(5)
Thì có mấy lần gọi đệ quy
2
3
4
5
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho khai báo mảng sau
String[] x = new string [4] { “ HUST’, ‘’VNU’’,”SKH”,”FPT”};
Hãy cho biết giá trị của x[2]?
VNU
HUST
FPT
SKH
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Biểu thức hậu tố sẽ là gì đối với biểu thức trung tố sau
B*c+d/e
bc*de/+
bcd*e/+
bc*de+/
b*cde/+
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Biểu thức hậu tố sẽ là gì đối với biểu thức trung tố sau
a/b^c-d
ab^/cd-
ab/^cd-
abc/^d-
abc^/d-
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
58 questions
CHỦ ĐỀ B TIN HỌC 12 CÁNH DIỀU
Quiz
•
12th Grade - University
60 questions
Chương 2_Mạng máy tính và Internet
Quiz
•
University
65 questions
Câu hỏi về giao tiếp qua mạng
Quiz
•
12th Grade - University
59 questions
Python CH1-3 Review
Quiz
•
8th Grade - Professio...
64 questions
Câu hỏi về CSS và HTML
Quiz
•
University
58 questions
Base de Datos KAI
Quiz
•
University
63 questions
c1,2
Quiz
•
1st Grade - University
58 questions
Triết học Marx - Lenin chương 1
Quiz
•
University
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
MINERS Core Values Quiz
Quiz
•
8th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
Discover more resources for Computers
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
7 questions
Central Idea of Informational Text
Interactive video
•
4th Grade - University
20 questions
Physical or Chemical Change/Phases
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
39 questions
Unit 7 Key Terms
Quiz
•
11th Grade - University
7 questions
Transition Words and Phrases
Interactive video
•
4th Grade - University
18 questions
Plotting Points on the Coordinate Plane
Quiz
•
KG - University
5 questions
Declaration of Independence
Interactive video
•
4th Grade - University
