Introduction to Python Programming

Introduction to Python Programming

7th - 10th Grade

12 Qs

quiz-placeholder

Similar activities

Computer Programming

Computer Programming

6th - 8th Grade

10 Qs

Year 7 Python

Year 7 Python

7th Grade

12 Qs

Pseudocode and Logic Quiz

Pseudocode and Logic Quiz

8th Grade

10 Qs

Python

Python

9th Grade

15 Qs

Python Casting and Input

Python Casting and Input

8th - 11th Grade

15 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

KS4 Python While Loops and For Loops

KS4 Python While Loops and For Loops

9th - 11th Grade

13 Qs

Unit 3 Review

Unit 3 Review

9th - 12th Grade

11 Qs

Introduction to Python Programming

Introduction to Python Programming

Assessment

Quiz

Computers

7th - 10th Grade

Hard

Created by

Jodian Blake

Used 25+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The <-- assignment operator in pseudocode is replaced by _____ in python

==

( )

=

<-- The symbol is the same

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

What is the value of M after the following operation:

x = 2

M = pow (2 , 3)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An instruction is written to determine if the value in a is equal to the value in b.

Choose the correct operator to complete the instruction:

if a ______ b:

<--

=

==

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the operators to represent "not equal to" in PYTHON

<>

/=

Not=

!=

5.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

What is the output of the following:

a=2

b=3

c=4

a=b

b=a

c=b

print(c)

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Convert the pseudocode statements to python

print "enter name"

read n

Use double quotation and no space

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Convert the pseudocode statement to python

print "enter a whole number"

read num

Use double quotation and no space

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?