Search Header Logo

Python Unit -6 Tkinter GUI

Authored by Rishikesh Pathak URK17CS337

Computers

University

Used 71+ times

Python Unit -6 Tkinter GUI
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is not a Python GUI framework ?

Kiwi

Pyqt

Tkinter

None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is not a Geometry Management method in tkinter?

pack

grip

grid

place

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the commands below would create a button object in a tkinter window named root that links to a function called doubleMe?

button1 = Button(root, text="Double me")

button1 = Button(text="Double me")

button1 = Button(root, command = doubleMe)

button1 = Button()

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

next_btn = Button(window, text=">", font=("Arial",20), command=nextCard)

next_btn.grid(column=2, row=4)


What is the role of the statement underlined?

place widget next_btn in row 4 and column 2

creating the new button - next_btn

draw the grid lines on screen

to call grid() to divide the button into a grid

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the following line of code, which is is an OBJECT?

canvas1.create_line(0, 0, 200, 100)

create_line

canvas1

0

200

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which widget is used to provide a single-line caption for other widgets ?

List

Entry

Labe

Label

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which widget is used to display a single-line text field for accepting values from a user ?

Entry

Enter

Menu

Button

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?