Python Basics Quiz

Python Basics Quiz

12th Grade

10 Qs

quiz-placeholder

Similar activities

python basics(vaishali)

python basics(vaishali)

11th - 12th Grade

9 Qs

Python Turtle - Homework

Python Turtle - Homework

12th Grade

10 Qs

TKinter Basics Knowledge Check

TKinter Basics Knowledge Check

12th Grade

9 Qs

Tkinter

Tkinter

9th - 12th Grade

10 Qs

PYTHON(LIBRARIES)

PYTHON(LIBRARIES)

12th Grade

10 Qs

Unit 1 Post Test: Basic Python

Unit 1 Post Test: Basic Python

9th - 12th Grade

10 Qs

Python:  Rock, Scissors, Paper

Python: Rock, Scissors, Paper

10th - 12th Grade

10 Qs

Interfaces en Python

Interfaces en Python

12th Grade

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