Revision Grade 8

Quiz
•
Computers
•
8th Grade
•
Medium
Majd Ashouri
Used 16+ times
FREE Resource
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What do you use the Pygame library for?
It is used to make graphics and sounds for video games.
It is used to create and manage data storage.
It is used to make graphical user interfaces.
It is used to control a turtle that can draw on the screen.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What code would you use to create the login button?
btn = Label (Window, text ="Login", bg='yellow', fg='purple')
btn = Button(Window, text ="enter", bg='red', fg='purple')
btn = Button(Window, text ="Login", bg='yellow', fg='black')
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the name of the design drawings you need to use to represent your algorithms?
Sketches
Flowcharts
Instructions
Libraries
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command should you use to repeat something 5 times
for A in range(1,6):
for A in range(0,5,2):
for A in range(1,11):
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
We use the following command for
File = open("myfile.txt", "r")
Opening a file for reading
Opening a file to add data
Opening a file for writing
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
We use the following command for
File = open("myfile.txt", «w")
Opening a file for reading
Opening a file to add data
Opening a file for writing
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
We use the following command for
File = open("myfile.txt", «a")
Opening a file for reading
Opening a file to add data
Opening the specified file
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
Computer MCQ

Quiz
•
6th - 8th Grade
20 questions
Ch.8 - Introducing Python

Quiz
•
6th Grade - Professio...
20 questions
MS Word Intro

Quiz
•
7th - 12th Grade
20 questions
Bab 3 Teknologi Informasi dan Komunikasi 7

Quiz
•
8th Grade
22 questions
The Word Processor Basics

Quiz
•
6th - 8th Grade
20 questions
Google Sheets Review

Quiz
•
KG - University
18 questions
MS PowerPoint-1

Quiz
•
8th Grade
20 questions
KELAS 7 Bab 6 Analisis DAta D. Pengolahan Data Lanjutan

Quiz
•
7th Grade - University
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade