Python Basics Quiz

Python Basics Quiz

12th Grade

10 Qs

quiz-placeholder

Similar activities

Lesson 4 Quiz

Lesson 4 Quiz

6th - 12th Grade

10 Qs

Interfaces en Python

Interfaces en Python

12th Grade

10 Qs

Основи Python

Основи Python

7th - 12th Grade

12 Qs

Project-Stem Unit 1 python coding

Project-Stem Unit 1 python coding

9th - 12th Grade

12 Qs

Advance Python

Advance Python

KG - Professional Development

10 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

Python Library-1

Python Library-1

12th Grade

11 Qs

Javascript

Javascript

10th - 12th Grade

15 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Hazem Mohamed

Used 10+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you import the 'tkinter' module in Python aliased as 'tk'?

import tkinter

import tkinter as tk

from tkinter import tk

import tk from tkinter

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of this code?

6

3

2

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid data type in Python?

B. float

D. str

C. char

A. int

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?

_var

1_var

var$

var 1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What's the output of this code?

[2, 3]

[4, 5]

[1, 2]

[3, 4]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code snippet?

5

4

IndexError

SyntaxError

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of 'for' and 'while' loops in Python?

To display error messages

To divide the code into smaller sections

To perform mathematical calculations

To iterate over a sequence of elements or execute a block of code repeatedly until a certain condition is met.

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?