23rd July

23rd July

Professional Development

20 Qs

quiz-placeholder

Similar activities

Design Tokens 101

Design Tokens 101

Professional Development

23 Qs

Tech Trivia

Tech Trivia

Professional Development

20 Qs

Let's Check!

Let's Check!

12th Grade - Professional Development

15 Qs

LOGO QUIZ

LOGO QUIZ

Professional Development

17 Qs

C-1 CHAPTER-3

C-1 CHAPTER-3

Professional Development

21 Qs

COMPUTER

COMPUTER

Professional Development

20 Qs

Java Chapter 12 Review Questions

Java Chapter 12 Review Questions

Professional Development

21 Qs

Materi Kuis Komputer

Materi Kuis Komputer

Professional Development

21 Qs

23rd July

23rd July

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Coding Department

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CTk() do in CustomTkinter?

Creates a text box

Creates a button

Initializes the main application window

Exits the GUI application

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to set the window size in CustomTkinter?

setsize()

resize()

geometry()

dimensions()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of root.mainloop() in a GUI application?

It runs the GUI in a loop until the window is closed

It destroys the GUI

It creates a new window

It packs all widgets

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to make a CTk window non-resizable?

geometry(False)

resizable(False, False)

resize(0, 0)

fixsize()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does root.title("My App") do?

Sets the heading of a label

Adds a title to the main window

Adds a subtitle to the app

Creates a title bar button

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the pack() method?

Removes a widget

Positions widgets in the window

Closes the application

Saves the window layout

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function returns the current value of a widget’s property?

config()

update()

cget()

getproperty()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?