Tkinter Farmawork

Tkinter Farmawork

University

6 Qs

quiz-placeholder

Similar activities

Python Week 1 & 2

Python Week 1 & 2

University

10 Qs

Python Unit -6 Tkinter GUI

Python Unit -6 Tkinter GUI

University

10 Qs

Quiz Mentoring 1

Quiz Mentoring 1

University

10 Qs

ASK FORM 3 MICROSOFT ACCESS

ASK FORM 3 MICROSOFT ACCESS

KG - University

10 Qs

Agile SL701B

Agile SL701B

University - Professional Development

10 Qs

PYTHON BASICS PART 1

PYTHON BASICS PART 1

University

10 Qs

Tin học 11 - KTtx số 2 - HK I

Tin học 11 - KTtx số 2 - HK I

11th Grade - University

10 Qs

113逢甲資電系茶會Quizizz

113逢甲資電系茶會Quizizz

University

10 Qs

Tkinter Farmawork

Tkinter Farmawork

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Fatimah Alqadheeb

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is correct regarding the tkinter framework?

Framework used to create graphs in Python

Framework used to build Graphical User Interface in Python

Framework used to add random floating point in Python

Framework used to add mathematical operations in Python

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following used to create a window in tkinter framework?

import tkinter as tk

w = window( )

import tkinter as tk

w = tkinter.Tk()

import tkinter as tk

w = tk.Tk()

import tkinter as tk

w = Tk()

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The method geometry( ) is used to?

Set the dimensions of the window

Resize the window for axes arguments

Keep the window open for events

Set the title of the window

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does the following method output?

window.destroy()

End Python program

Close the current opened window

open new tkinter window

Freez the current window

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will be the output of the following Python code?

Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The place() method used to add the widget in a precise location in the window?

True

False