Introduction to Python Programming

Quiz
•
Computers
•
7th - 10th Grade
•
Hard
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
Similar Resources on Wayground
15 questions
Python Basics Quiz

Quiz
•
9th Grade
14 questions
8.1 Programming Overview

Quiz
•
9th - 11th Grade
13 questions
PLTW Activity 1.1.4 Guess a Number

Quiz
•
9th Grade
8 questions
KS3 Year 9 Python Quiz 02

Quiz
•
10th Grade
10 questions
Understanding Pseudocode Basics

Quiz
•
6th Grade - University
15 questions
Grade 8 End of Unit Revision

Quiz
•
8th Grade - University
10 questions
0108

Quiz
•
7th Grade
10 questions
Quiz - Algoritma Dasar

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade