Python GUI/Files Quiz

Python GUI/Files Quiz

10th Grade

10 Qs

quiz-placeholder

Similar activities

Интерфейс приложения

Интерфейс приложения

10th Grade

10 Qs

LKPD I_Aplikasi Pengolah Kata

LKPD I_Aplikasi Pengolah Kata

10th Grade

15 Qs

Метод grid Tkinter

Метод grid Tkinter

10th Grade

13 Qs

Quiz tentang jaringan komputer dan internet

Quiz tentang jaringan komputer dan internet

10th Grade

10 Qs

Nur Fitria

Nur Fitria

10th Grade

10 Qs

CCDI Competition- First League - Cycle 3 -

CCDI Competition- First League - Cycle 3 -

9th - 12th Grade

15 Qs

PH 1 TIK

PH 1 TIK

9th - 12th Grade

10 Qs

Mail Merge

Mail Merge

10th Grade - University

12 Qs

Python GUI/Files Quiz

Python GUI/Files Quiz

Assessment

Quiz

Information Technology (IT)

10th Grade

Easy

Created by

Nadia Aoud

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which library is most commontly used for GUI development in python

PyQt

Tkinter

kivy

Pygame

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main widget in Tkinter used to display text to the user

Label

Button

Entry

Text

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to enter the main event loop in tkinter

Start()

run()

mainloop()

begin()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a button in Tkiter?

Button(root,text="clicck me",command=some_function)

button(root,text="Clcik me")

Tk.Button(root)

CreateButton(root)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the pack() method in Tkinter do?

Centres the widgets in the window

Sets the widget's size

Places widgets in the window sequentially

Deletes widgets

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the following code output when executed?

A button that changes the label to "Button Clicked!" when pressed

An error: command is not a valid argument

A window with "Hello, World!" displayed, but the button does nothing

No output as the GUI will not appear

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the following code output?

An error because the file is not closed

Hello, World!

No output

FileNotFoundError

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?