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
16 questions
Arithmetic Types Declare Initialize Relation Logical Ops

Quiz
•
9th Grade - University
10 questions
CÙNG NHAU ÔN TẬP

Quiz
•
12th Grade
10 questions
kt1_LTCB_50CCNTT

Quiz
•
University
10 questions
Kiem tra 15p - Lan 2 Pascal

Quiz
•
11th Grade
10 questions
TIN 10 BAI 6

Quiz
•
12th Grade - University
10 questions
phép gán, các lệnh vào ra đơn giản python

Quiz
•
10th Grade
10 questions
Bài test CTDL

Quiz
•
University
15 questions
Ôn tập HK2 Python 10

Quiz
•
10th 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
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade