tkinter1

tkinter1

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

Python Basics Quiz

Python Basics Quiz

12th Grade

10 Qs

Grafičko sučelje - Tkinter

Grafičko sučelje - Tkinter

7th - 9th Grade

10 Qs

Python модуль tkinter

Python модуль tkinter

7th - 10th Grade

11 Qs

Tkinter

Tkinter

9th - 12th Grade

10 Qs

Python-Tkinter

Python-Tkinter

12th Grade

12 Qs

ไพทอน เต่า

ไพทอน เต่า

7th - 12th Grade

10 Qs

Interfaces en Python

Interfaces en Python

12th Grade

10 Qs

tkinter1

tkinter1

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Dhilma Dhilma

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Essential thing to create a window screen using tkinter python?

call tk() function

create a button

To define a geometry

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


fg in tkinter widget is stands for ?

foreground

background

forgap

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For user Entry data, which widget we use in tkinter ?

Entry

Text

Both of the above

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How pack() function works on tkinter widget ?

According to x,y coordinate

According to row and column vise

According to left,right,up,down

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

According to x,y coordinate


According to row and column wise


According to left,right,up,down


None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tkinter tool in python provide the

Database

OS commands

GUI

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


In which of the following field, we can put our Button?

Window

Frame

Label

All of the above