Python Unit -6 Tkinter GUI

Python Unit -6 Tkinter GUI

University

10 Qs

quiz-placeholder

Similar activities

DOM manipulation review

DOM manipulation review

University

10 Qs

หลังเรียนบทที่4 การพัฒนาเว็บไซต์ด้วย Framework

หลังเรียนบทที่4 การพัฒนาเว็บไซต์ด้วย Framework

University

10 Qs

tkinter quiz

tkinter quiz

University

10 Qs

Phyton Review Lesson 11-Flash Card Closing

Phyton Review Lesson 11-Flash Card Closing

12th Grade - Professional Development

5 Qs

Tkinter

Tkinter

University

7 Qs

Thư viện Tkinter - Label

Thư viện Tkinter - Label

University

10 Qs

Kisi-kisi UTS Pengembangan Aplikasi Mobil

Kisi-kisi UTS Pengembangan Aplikasi Mobil

University

10 Qs

Ch 5 Pop up

Ch 5 Pop up

9th Grade - University

13 Qs

Python Unit -6 Tkinter GUI

Python Unit -6 Tkinter GUI

Assessment

Quiz

Computers

University

Medium

Created by

Rishikesh Pathak URK17CS337

Used 68+ times

FREE Resource

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

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?