
Lesson 4 Quiz

Quiz
•
Computers
•
6th - 12th Grade
•
Hard

Whizara Teacher
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of these options show incorrect syntax?
Import Tkinter
import tk
import tkinter
import tk as tkinter
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What is the use of the <widget>.config() method?
To modify the properties of the widget during program run
To create the widget
To delete the widget
To alter the text shown on the widget
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Predict the output for these lines of code.
>>> var = 5
>>> def Fun1():
>>> global var
>>> var += 21
>>> print('Variable inside the function:',var)
>>> Fun1()
>>> var += 4
>>> print('Variable outside the function:',var)
Error
Variable outside the function: 30
Variable inside the function: 30
Variable outside the function: 30
Variable inside the function: 26
Variable outside the function: 30
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Find the line number on which an error is present.
>>> import tkinter as tk # 1
>>> top = tk.Tk() # 2
>>> L1 = tk.Label(top,text = ('Arial',12)) # 3
>>> L1.pack() # 4
1
2
3
4
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What argument does playsound.playsound() accept?
A string argument that holds the path to the sound file
A file handle that contains the sound file inside an open() function
No argument is required
An import statement
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
The methods, grid() and pack() can be used simultaneously to fit a widget to a GUI window.
True
False
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of these properties can be used with a Button widget’?
padx
pady
bd
All the other options are correct
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Вопросы по tkinter

Quiz
•
11th Grade
14 questions
CSAwesome 3.6.1Equivalent Boolean Expressions

Quiz
•
9th - 12th Grade
15 questions
Basic Python Coding

Quiz
•
11th - 12th Grade
10 questions
Reference and Pointers in C++

Quiz
•
6th - 8th Grade
15 questions
Interfaz gráfica en tkinter - Grade 9

Quiz
•
9th Grade
15 questions
Javascript Quiz 2

Quiz
•
11th Grade
15 questions
Графические интерфейсы с помощью tkinter

Quiz
•
10th Grade
12 questions
Tkinter 2.0

Quiz
•
7th - 11th Grade
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade
Discover more resources for Computers
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade
20 questions
Guess The Cartoon!

Quiz
•
7th Grade