Tkinter Multiple Choice Practice

Tkinter Multiple Choice Practice

12th Grade

20 Qs

quiz-placeholder

Similar activities

Evaluacion Diagnistica

Evaluacion Diagnistica

University

15 Qs

Warming Up #2 ISA311

Warming Up #2 ISA311

University

20 Qs

Cambridge Technicals L3 U2 Information Types

Cambridge Technicals L3 U2 Information Types

12th Grade

15 Qs

quizz tkinter

quizz tkinter

11th Grade - University

20 Qs

FLUT-TERRIFIC -  A flutterful quizathon

FLUT-TERRIFIC - A flutterful quizathon

University

16 Qs

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

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

University

20 Qs

OOP Semifinal Quiz IS2C

OOP Semifinal Quiz IS2C

University

15 Qs

Python lesson 3 (Tkinter)

Python lesson 3 (Tkinter)

6th - 12th Grade

25 Qs

Tkinter Multiple Choice Practice

Tkinter Multiple Choice Practice

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Akirapeter Yong

Used 8+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements imports the tkinter module?

import tk

import tkinter

import GUI

import ui

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a Tkinter window?

win = Tk()

win = tkinter.new()

win = tkinter.Tk()

win = Window()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which widget is used to add a button in a window?

Label

Entry

Button

Frame

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a common layout method in Tkinter?

pack()

grid()

place()

flow()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which parameter should be used to bind a function to a button click?

text

label

command

onclick

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which widget is used for single-line text input?

Label

Text

Entry

Listbox

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which widget should be used for multiple selections?

Radiobutton

Entry

Checkbutton

Button

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?