Python Introduction

Python Introduction

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python debug & calculations

Python debug & calculations

8th - 9th Grade

15 Qs

Homework 3- Python

Homework 3- Python

8th Grade

10 Qs

DO NOW Python Lesson 2

DO NOW Python Lesson 2

8th Grade

10 Qs

Homework 4- Data Types and Selection

Homework 4- Data Types and Selection

8th Grade

10 Qs

Python

Python

7th - 10th Grade

9 Qs

G(6) Quiz L3.2 - 3.3

G(6) Quiz L3.2 - 3.3

6th Grade

11 Qs

Introduction to Python

Introduction to Python

8th Grade

10 Qs

Python Introduction

Python Introduction

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Yamini saini

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A "variable" in Python is used to

ask input from the user

save a set of values together

give name to memory location to save a value

perform operations on a number

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is a

language for writing an email

language to create games

language to browse internet

language to talk with people

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol in python is used to assign values ?

==

!=

:

=

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements gives an output in python ?

output("message to print")

print("message to print")

System.out.print("message")

console("message to print")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of following code:

a=5

a=a+1

print("a")

5

6

a

True

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of following statement :

print("a"*3)

aaa

a3

Error

a*3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of : print(not(2>3))

False

Error

not(2>3)

True

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?