
Kiến thức lập trình cơ bản

Flashcard
•
Information Technology (IT)
•
10th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

7 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Kết quả của đoạn mã sau là gì?
x = 10
def my_function():
x = 5
print(x)
my_function()
print(x)
Back
5 10
2.
FLASHCARD QUESTION
Front
Điều gì xảy ra khi chạy đoạn mã sau?
y = 20
def change_y():
y = y + 5
print(y)
change_y()
Back
Error occurs
3.
FLASHCARD QUESTION
Front
To change the value of the global variable a in a function, what do we need to do?
Back
Use the global keyword a before assigning a value
4.
FLASHCARD QUESTION
Front
Kết quả của đoạn mã sau là gì?
def my_func():
a = 3
print(a)
my_func()
print(a)
Back
Error occurs
5.
FLASHCARD QUESTION
Front
Kết quả của đoạn mã sau là gì?
b = 7
def test():
global b
b = 12
test()
print(b)
Back
12
6.
FLASHCARD QUESTION
Front
When should we use global variables instead of local variables?
Back
When we need to share data between multiple functions
7.
FLASHCARD QUESTION
Front
Đoạn mã sau in ra kết quả gì?
c = 8
def show():
print(c)
show()
Back
8
Similar Resources on Wayground
11 questions
Python [Basic]

Flashcard
•
KG
10 questions
Khám Phá Phạm Vi Của Biến

Flashcard
•
10th Grade
9 questions
Công nghệ điện lực

Flashcard
•
9th - 12th Grade
5 questions
CONG NGHE TU LUAN HOC BAI

Flashcard
•
9th Grade
10 questions
Print Culture in the Modern World

Flashcard
•
9th - 12th Grade
7 questions
BÀI 8- CHỦ ĐỀ F-TH10

Flashcard
•
9th - 12th Grade
10 questions
triet1803

Flashcard
•
KG
10 questions
Trần Thị Hằng

Flashcard
•
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 Information Technology (IT)
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
28 questions
Ser vs estar

Quiz
•
9th - 12th Grade
10 questions
Exploring Newton's Laws of Motion

Interactive video
•
6th - 10th Grade
20 questions
Cell organelles and functions

Quiz
•
10th Grade
10 questions
Colonial Grievances Against the King Quiz

Quiz
•
10th Grade
13 questions
BizInnovator Startup - Experience and Overview

Quiz
•
9th - 12th Grade