Python Final Quiz

Python Final Quiz

University

10 Qs

quiz-placeholder

Similar activities

PythonQuiz

PythonQuiz

University

9 Qs

python_basics

python_basics

University

10 Qs

CSC305: TOPIC 7

CSC305: TOPIC 7

University

15 Qs

Tkinter

Tkinter

University - Professional Development

7 Qs

Python - Functions

Python - Functions

University

10 Qs

Python Unit -6 Tkinter GUI

Python Unit -6 Tkinter GUI

University

10 Qs

Python Quiz - 4 Lists,Loops,String Manipulation

Python Quiz - 4 Lists,Loops,String Manipulation

University

15 Qs

Списки Python + Pygame

Списки Python + Pygame

KG - University

10 Qs

Python Final Quiz

Python Final Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Jyoti Arora

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following function used to create window in

python tkinter.

app_window()

Tk()

win()

tkinter()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to use tkinter in python

program?


import tkinter *

include tkinter *


from tkinter import *

from tkinter include *

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to set the size of the tkinter

window?

window_geometry()

window.geometry()

window.size()

window.geo()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of mainloop() function in tkinter window?

To hold the window screen

To delete the window screen

To disable the window screen

To Create the window screen

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we add two strings together?

s.join(s1)

s.add(s1)

s+(+s1)

s+s1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a=5

b=6

c=7

print("a"+"b")

What will be the output?

ab

11

5+6

a+b

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose list1 = [2, 33, 222, 14, 25],

What is list1[-1]?

14

25

Error

None of these

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?