Tkinter2

Tkinter2

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Preguntas sobre tkinter

Preguntas sobre tkinter

12th Grade

10 Qs

Creating Widgets in Tkinter with Python

Creating Widgets in Tkinter with Python

12th Grade

10 Qs

tkinter1

tkinter1

9th - 12th Grade

7 Qs

Функції в Python

Функції в Python

10th Grade

12 Qs

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

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

8th - 11th Grade

12 Qs

Tkinter Python

Tkinter Python

6th - 11th Grade

10 Qs

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

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

9th Grade

10 Qs

Bibliothèque Tkinter avec Python

Bibliothèque Tkinter avec Python

12th Grade

10 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