Python Baics

Python Baics

10th - 11th Grade

20 Qs

quiz-placeholder

Similar activities

Programming

Programming

7th - 11th Grade

19 Qs

Python Essentials 119

Python Essentials 119

9th - 12th Grade

20 Qs

Python variables, expressions, and data types

Python variables, expressions, and data types

9th - 12th Grade

20 Qs

W3 PHP Quiz

W3 PHP Quiz

11th Grade

20 Qs

C++ SHS B1-B2

C++ SHS B1-B2

11th Grade

15 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

Intro to Python Programming - Year 8

Intro to Python Programming - Year 8

8th Grade - University

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?