Class 12 Review Questions

Class 12 Review Questions

12th Grade

15 Qs

quiz-placeholder

Similar activities

EOY Microsoft Word Review Part 1

EOY Microsoft Word Review Part 1

9th - 12th Grade

20 Qs

Mulok Komputer 1.0

Mulok Komputer 1.0

12th Grade

15 Qs

How much do you know about google docs?

How much do you know about google docs?

9th - 12th Grade

10 Qs

EOY Microsoft Word Review Part 4

EOY Microsoft Word Review Part 4

9th - 12th Grade

20 Qs

Google Docs 1

Google Docs 1

9th - 12th Grade

20 Qs

Lesson 4 Worksheet Formatting

Lesson 4 Worksheet Formatting

6th Grade - University

10 Qs

GOOGLE DOC

GOOGLE DOC

7th Grade - University

10 Qs

Week 3 - Canva

Week 3 - Canva

12th Grade

20 Qs

Class 12 Review Questions

Class 12 Review Questions

Assessment

Quiz

Instructional Technology

12th Grade

Hard

Created by

Nirpa Gurung

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

Tkinter is an in-built module in Python. It is mainly used for

Web development

Machine Learning

Network Programming

Graphical User Interface development

2.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

Which of the following function used to create a window in python Tkinter?

window()

tk()

pack()

grid()

3.

MULTIPLE SELECT QUESTION

5 mins • 2 pts

What is the purpose of the tkinter messagebox module?

To display messages to the user

To get message input from the user

To display messages on the Tkinter window

To send messages to other users

4.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

What is the purpose of the "root" variable in Tkinter?

To store the background color of the window

To store the width of the window

To store the main window object

To store the title of the window

5.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

The ______method is used to create dimension of the window.

place()

pack()

configure()

geometry()

6.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

Media Image

What is the role of the statement underlined?

place widget next_btn in row 4 and column 2

creating the new button - next_btn

draw the grid lines on screen

to call grid() to divide the button into a grid

7.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

Which is the correct way to import Tkinter module in python program?

include tkinter *

import tkinter *

from tkinter import *

from tkinter include *

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?