Tkinter Multiple Choice Practice

Tkinter Multiple Choice Practice

12th Grade

20 Qs

quiz-placeholder

Similar activities

Warming Up #2 ISA311

Warming Up #2 ISA311

University

20 Qs

Evaluacion Diagnistica

Evaluacion Diagnistica

University

15 Qs

FLAQS

FLAQS

University

15 Qs

Quiz 1 - Workshop Flutter 2024

Quiz 1 - Workshop Flutter 2024

University

15 Qs

Advanced Questions of Computers

Advanced Questions of Computers

University

18 Qs

Flutter Basics

Flutter Basics

KG - University

15 Qs

Excel Lesson 4 Terms

Excel Lesson 4 Terms

9th - 12th Grade

21 Qs

QUIZ 3 - MULOK

QUIZ 3 - MULOK

12th Grade

20 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?