Day 4 CustomTkinter - 19th June

Day 4 CustomTkinter - 19th June

Professional Development

8 Qs

quiz-placeholder

Similar activities

Adobe Photoshop cc

Adobe Photoshop cc

6th Grade - Professional Development

11 Qs

Requirements Engineering Categorisation of REq

Requirements Engineering Categorisation of REq

Professional Development

10 Qs

Word Processing Software Trivia

Word Processing Software Trivia

4th Grade - Professional Development

11 Qs

Security vs. Safety

Security vs. Safety

Professional Development

10 Qs

Web Programming

Web Programming

Professional Development

9 Qs

DECI - Week 9 - round

DECI - Week 9 - round

Professional Development

12 Qs

IT ENGLISH: Technical Terminology - Adaptive Content

IT ENGLISH: Technical Terminology - Adaptive Content

Professional Development

10 Qs

INTERACTIVE BOARD_BEDD

INTERACTIVE BOARD_BEDD

Professional Development

6 Qs

Day 4 CustomTkinter - 19th June

Day 4 CustomTkinter - 19th June

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Coding Department

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of filedialog.askopenfilename() in CustomTkinter apps?

To open the main window

To display an image

To select a file using a dialog

To save a file automatically

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which module is used to create popup alerts like warnings or errors?

PIL

messagebox

filedialog

CTkLabel

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What icon does messagebox.showinfo() display?

Red cross

Yellow triangle

Information icon

Lock icon

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when messagebox.showerror() is called?

A confirmation popup appears

An error popup with a red cross is displayed

The file is deleted

The program crashes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is CTkImage used for in CustomTkinter?

Displaying videos

Styling labels

Displaying themed images

Uploading files

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we use PIL.Image.open() before creating a CTkImage?

To save the image

To crop the image

To load the image into memory

To show the image size

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which widget is used to display the image inside the window?

CTkButton

CTkTextbox

CTkLabel

CTkFrame

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following allows support for both light and dark themes when displaying images?

PIL.Image

filedialog

CTkLabel

CTkImage