Tkinter Farmawork

Tkinter Farmawork

University

6 Qs

quiz-placeholder

Similar activities

Programación Web II

Programación Web II

University

10 Qs

hadoop-map reduce

hadoop-map reduce

University

11 Qs

TES AWAL MODUL 2

TES AWAL MODUL 2

University

10 Qs

Guess the developer tool

Guess the developer tool

University

10 Qs

Teste python- Unesp-Jaboticabal

Teste python- Unesp-Jaboticabal

University

10 Qs

SOAP x REST x GraphQL

SOAP x REST x GraphQL

University - Professional Development

10 Qs

Stage 6 C- Feb code file

Stage 6 C- Feb code file

6th Grade - University

10 Qs

PW1-BOOTSTRAP

PW1-BOOTSTRAP

University

10 Qs

Tkinter Farmawork

Tkinter Farmawork

Assessment

Quiz

Computers

University

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