Python tablice pozycje

Quiz
•
Computers
•
9th Grade
•
Hard
KP KP
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
computer_parts = ["keyboards", "expansion card", "screen", "motherboard"]
print(computer_parts == computer_parts[::])
Co będzie wynikiem działania programu
True
False
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
computer_parts = ["keyboards", "expansion card", "screen", "motherboard"]
print(computer_parts[-1] == computer_parts[3])
Co będzie wynikiem działania programu
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
computer_parts = ["keyboards", "expansion card", "screen", "motherboard"]
print(computer_parts[-2] == computer_parts[2])
Co będzie wynikiem działania programu
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
computer_parts = ["keyboards", "expansion card", "screen", "motherboard"]
print(computer_parts[-3] == computer_parts[1])
Co będzie wynikiem działania programu
True
False
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
computer_parts = ["keyboards", "expansion card", "screen", "motherboard"]
print(computer_parts[-2])
Co wyświetli się na ekranie
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
computer_parts = ["keyboards", "expansion card", "screen", "motherboard"]
print(len(computer_parts))
Co wyświetli się na ekranie
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
computer_parts = []
print(len(computer_parts))
Co wyświetli się na ekranie
8.
FILL IN THE BLANK QUESTION
1 min • 1 pt
sizes = ["M", "L", "XL"]
print("L" in sizes)
Co wyświetli się na ekranie?
9.
FILL IN THE BLANK QUESTION
1 min • 1 pt
sizes = ["M", "L", "XL"]
print("S" in sizes)
Co wyświetli się na ekranie?
Similar Resources on Wayground
13 questions
WJEC 2.1 Computational Thinking

Quiz
•
9th - 10th Grade
13 questions
Peripheral devices

Quiz
•
5th - 10th Grade
11 questions
J277 Component 1 - Inside a Computer

Quiz
•
9th - 11th Grade
10 questions
Internet risks

Quiz
•
9th - 11th Grade
10 questions
Lesson 6 - Starter (Yr7 Using Computers Unit)

Quiz
•
6th - 10th Grade
10 questions
Input and Output Devices

Quiz
•
7th - 9th Grade
11 questions
Computer Hardware and Software knowledge

Quiz
•
9th Grade
12 questions
Podstawy Pythona

Quiz
•
8th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade