Class 12 Review Questions

Class 12 Review Questions

12th Grade

15 Qs

quiz-placeholder

Similar activities

EOY Microsoft Word Review Part 3

EOY Microsoft Word Review Part 3

9th - 12th Grade

20 Qs

Ms Word: Formatting Text & Image

Ms Word: Formatting Text & Image

1st - 12th Grade

10 Qs

IC3 GS6 Domain 4 Assessment

IC3 GS6 Domain 4 Assessment

6th - 12th Grade

17 Qs

Excel 2016 MOAC Lesson 06

Excel 2016 MOAC Lesson 06

9th - 12th Grade

10 Qs

Principles of Design

Principles of Design

6th Grade - University

20 Qs

Digital Literacy

Digital Literacy

12th Grade

14 Qs

Media and Information Language

Media and Information Language

11th - 12th Grade

14 Qs

Lesson 4 Worksheet Formatting

Lesson 4 Worksheet Formatting

6th Grade - University

10 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?