QUIZZI khởi động thực hành DH

Quiz
•
Computers
•
10th Grade
•
Medium
Đức Bạch
Used 9+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của đoạn mã sau là gì?
x = 7
x += 3
print(x)
7
10
3
5
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Phép gán x *= 2 tương đương với lệnh nào sau đây?
x = x * 2
x = x + 2
x = x / 2
x = x - 2
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của đoạn mã sau là gì?
y = 4
y -= 1
print(y)
4
1
3
5
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của đoạn mã sau là gì?
name = "John"
greeting = "Hello, " + name
print(greeting)
Hello, John
Hello, name
greeting
Hello,
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của đoạn mã sau là gì?
x = 8
y = x * 2
z = y - 5
print(z)
16
11
3
13
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Phép gán y /= 4 tương đương với lệnh nào sau đây?
y = y + 4
y = y - 4
y = y * 4
y = y / 4
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của đoạn mã sau là gì?
x, y = 5, 10
x, y = y, x
print(x, y)
5 10
10 5
0 0
Lỗi
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Biến và lệnh gán tin học 10

Quiz
•
10th Grade
15 questions
Bài 2_chủ đề F_10

Quiz
•
10th Grade
16 questions
Lớp 8 (1)

Quiz
•
12th Grade
10 questions
Bai 17

Quiz
•
10th Grade
12 questions
test game102

Quiz
•
University
10 questions
10. BIẾN VÀ LỆNH GÁN

Quiz
•
10th Grade
15 questions
Tin học 10

Quiz
•
10th Grade
10 questions
python-BTxâu

Quiz
•
9th - 12th 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
9/11 Experience and Reflections

Interactive video
•
10th - 12th 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
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade