Tkinter Quiz

Tkinter Quiz

University

20 Qs

quiz-placeholder

Similar activities

FLUTTER

FLUTTER

University - Professional Development

20 Qs

Tkinter Quiz

Tkinter Quiz

University

20 Qs

Primera Fase Móviles I

Primera Fase Móviles I

University

22 Qs

Kuis Flutter dan Widget

Kuis Flutter dan Widget

11th Grade - University

20 Qs

FINQTKINTER

FINQTKINTER

University

20 Qs

AWT

AWT

University

18 Qs

UI/UX Quiz 1

UI/UX Quiz 1

University

15 Qs

GUI Design with TKinter

GUI Design with TKinter

University

20 Qs

Tkinter Quiz

Tkinter Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Angelika Axibal

Used 12+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you create a Label widget in Tkinter?

label = Label("Hello")

label = Label(text="Hello")

Label.new("Hello")

 create_Label("Hello")

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which method is used to change the font color in a tkinter widget?

change_color()

config(fontcolor=)

set_fontcolor()

configure(fg="color")

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the command to create a basic window in tkinter?

create_window()

 window = tk.Tk()

window = BasicWindow()

 window.create()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does GUI stand for in computer programming?

Graphical User Interaction

General Use Interface

Graphical User Interface

General User Interaction

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which widget is used to input single-line text from the user in Tkinter?

Label

Text

Entry

Frame

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the function of the pack() method in Tkinter?

Organizing widgets in a grid

Organizing widgets in blocks before placing them in the parent widget

Placing widgets on specific positions in the window

Organizing the layout of multiple windows

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a Python library used for creating GUI applications?

Pandas

Matplotlib

Tkinter

NumPy

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?