Python Quiz

Python Quiz

7th Grade

10 Qs

quiz-placeholder

Similar activities

test

test

5th - 9th Grade

13 Qs

Занятие 10 (Python)

Занятие 10 (Python)

6th - 8th Grade

15 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

Занятие 9(Python)

Занятие 9(Python)

6th - 8th Grade

15 Qs

Python 145

Python 145

4th Grade - Professional Development

11 Qs

Python

Python

7th - 8th Grade

13 Qs

Python Quiz on functions

Python Quiz on functions

6th - 8th Grade

9 Qs

Python Quiz  -  5

Python Quiz - 5

4th - 11th Grade

10 Qs

Python Quiz

Python Quiz

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Akande Joseph

Used 23+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Is python a High level programming language

NO

Maybe

Yes

I dont know

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In tKinter, what line of code prevents your screen from shutting down

from tKinter import *

root = Tk

root = Tk()

root.Mainloop()

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In tKinter, what line of code helps us load widgets to the screen?

Label()

Label()

Pack

Pack()

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The following are examples of widgets in tkinter except:

Button()

Label()

Back()

Entry()

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In turtle, we use widget instead of functions?

Yes

No

I dont know

Maybe

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the output of the following code:

hello = 100

Print(" I would like to say " + hello)

I would like to say hello

I would like to say 100

Error

I dont know

7.

FILL IN THE BLANK QUESTION

1 min • 5 pts

what function prevents your turtle from drawing on the screen

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?