Tkinter2

Tkinter2

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Графічний інтерфейс користувача на мові Python

Графічний інтерфейс користувача на мові Python

8th - 11th Grade

12 Qs

Python модуль tkinter

Python модуль tkinter

7th - 10th Grade

11 Qs

Tkinter Python

Tkinter Python

6th - 11th Grade

10 Qs

Python 146- While Loops

Python 146- While Loops

4th Grade - Professional Development

10 Qs

แบบทดสอบหลังเรียนบทที่ 2 สร้างสรรค์ผลงานด้วยภาษาไพทอน

แบบทดสอบหลังเรียนบทที่ 2 สร้างสรรค์ผลงานด้วยภาษาไพทอน

9th Grade

10 Qs

Preguntas sobre tkinter

Preguntas sobre tkinter

12th Grade

10 Qs

Interfaces en Python

Interfaces en Python

12th Grade

10 Qs

Tkinter 2.0

Tkinter 2.0

7th - 11th Grade

12 Qs

Tkinter2

Tkinter2

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Dhilma Dhilma

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


For what purpose, the bg is used in Tkinter widget ?


To change the size of widget


To change the background of widget


To change the font style of widget

To change the direction of widget

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


Which of the following we can able to delete using destroy() function ?

Button

Frame

Label

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

grid( )

pack( )

place( )

all of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


get()


gettext()

getdata()

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

geometry(x,y)


geometry('300x400')

geometry(300,400)

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


call

contact

control


command

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


How the place() function put the widget on the screen ?


According to only rows

According to row and column


According to left,right,up,down


According to x,y coordinate