Tkinter Quiz

Tkinter Quiz

University

20 Qs

quiz-placeholder

Similar activities

Siêu Nhân Lập Trình Web HP3

Siêu Nhân Lập Trình Web HP3

University

20 Qs

ITEL 304

ITEL 304

University

15 Qs

flutter second

flutter second

University

20 Qs

Administrasi Sistem Jaringan XI (Sistem Operasi Jaringan)

Administrasi Sistem Jaringan XI (Sistem Operasi Jaringan)

University

20 Qs

Quiz Pemrograman Java dengan netbeans

Quiz Pemrograman Java dengan netbeans

10th Grade - University

16 Qs

FLUT-TERRIFIC -  A flutterful quizathon

FLUT-TERRIFIC - A flutterful quizathon

University

16 Qs

Python Revision Test 3.1

Python Revision Test 3.1

University

20 Qs

AWT

AWT

University

18 Qs

Tkinter Quiz

Tkinter Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Angelika Axibal

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