Search Header Logo

Introduction to Python Programming

Authored by Jodian Blake

Computers

7th - 10th Grade

Used 26+ times

Introduction to Python Programming
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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 BLANKS QUESTION

30 sec • 1 pt

What is the value of M after the following operation:

x = 2

M = pow (2 , 3)

(a)  

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 BLANKS 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)

(a)  

6.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

Convert the pseudocode statements to python

print "enter name"

read n

Use double quotation and no space

(a)  

7.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

Convert the pseudocode statement to python

print "enter a whole number"

read num

Use double quotation and no space

(a)  

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?