Python Baics

Python Baics

10th - 11th Grade

20 Qs

quiz-placeholder

Similar activities

Programming - Python (year 12)

Programming - Python (year 12)

9th - 12th Grade

21 Qs

Python WJEC KS4

Python WJEC KS4

10th Grade

20 Qs

Java Conditional Constructs

Java Conditional Constructs

9th - 10th Grade

20 Qs

python_1

python_1

5th - 12th Grade

22 Qs

Python Strings

Python Strings

11th Grade

21 Qs

Python output based questions

Python output based questions

10th - 11th Grade

20 Qs

Python basics

Python basics

9th - 12th Grade

16 Qs

Python - getting started

Python - getting started

8th - 10th Grade

20 Qs

Python Baics

Python Baics

Assessment

Quiz

Computers

10th - 11th Grade

Hard

CCSS
L.2.2C

Standards-aligned

Created by

Neena Sharma

Used 47+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the environment in Python that write your programs and then test them out?
Shell
Window
IDLE
CLI

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What button do you press to compile (run) your program so that it runs in the shell?
F3
F5
F7
F9

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which symbol do we use if we want to add a comment to our code?
@
#
*
&

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following is not a string?
new_var = "True"
new_var = "3123"
new_var = "3.123"
new_var = False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 5

y = 6

print("x*y")


The code above displays the following:

11

x*y

Syntax Error

30

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("Hello world!\nHello world!")
Hello world! Hello world!
Hello world!
Hello world!
SyntaxError
Hello world!

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is syntax?
Syntax is the word used to describe an error
Syntax is the rules of the programming language
It is used to read information
It is used to output information 

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?