Tkinter Quiz

Tkinter Quiz

University

20 Qs

quiz-placeholder

Similar activities

Quiz sobre Kotlin

Quiz sobre Kotlin

12th Grade - University

20 Qs

Maîtriser Elementor et WordPress

Maîtriser Elementor et WordPress

University

15 Qs

Kuis Flutter Mobile Programming

Kuis Flutter Mobile Programming

University

20 Qs

Intro to Visual Basic

Intro to Visual Basic

10th Grade - University

20 Qs

Tableau Public #2 - Chart #1

Tableau Public #2 - Chart #1

University

16 Qs

 Gmail (5th/ 6th)

Gmail (5th/ 6th)

3rd Grade - University

20 Qs

RANDOM FOREST

RANDOM FOREST

University

20 Qs

UI/UX Quiz 1

UI/UX Quiz 1

University

15 Qs

Tkinter Quiz

Tkinter Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Angelika Axibal

Used 13+ 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?