Font size
WorksheetsPython Test 1.0 - 2.0
Total questions: 21
Worksheet time: 50mins
What are step by step instructions for solving a task called?
Algorithm
Pseudocode
Flowchart
Syntax
Someone who creates programs that are used by others?
Coder/Developer
User
Pseudocode
Hacker
What is the practice of writing out your algorithm in plain English called?
Algorithm
Pseudocode
Flowchart
Syntax
What is a visual representation of an algorithm called?
Algorithm
Pseudocode
Flowchart
Syntax
What are the directional arrows that indicate the flow of steps in a flowchart called?
Flowlines
Syntax
Stepwise Refinement
Keywords
What comprises the rules for entering code?
Flowlines
Syntax
Stepwise Refinement
Keywords
What is the process of breaking down a problem into small steps called?
Flowlines
Syntax
Stepwise Refinement
Keywords
What are reserved words that have a pre-defined meaning in Python called?
Flowlines
Syntax
Stepwise Refinement
Keywords
What are the rules dealing with problems aggravated, transformed or created by computer technology called?
Computer Ethics
Cookies
Online Profiling
Web Beacons
What are small files that websites upload to your computer so they can keep track of your preferences called?
Computer Ethics
Cookies
Online Profiling
Web Beacons
my_list = "Who let the dogs out"
(a) (my_list[:])
What would output from this code?
my_list = " Who let the dogs out?"
print(my_list[4 :15])
et the dogs
let the dogs
o who let th
Error
If a user enters the following password elOb1%, how would you add salt?
Adding characters to the end of the hash
Adding characters to the beginning of the hash
Adding characters to the end of the password
Adding characters to the beginning of the password
Match the following
Hashing
Encryption Algorithm
Cookies
Used to track user's preference
Salt
Adding characters to the end of a string
Piracy
When illegal copies of software or movie
Hacker
Gets access to info without consent
Label the input/output symbol
Start/End
Arrows
Input/Output
Process
Conditional
What would output from the following Pseudocode once it's coded?
Initialize num1 = 5
Initialize num2 = 7
Calculate ans = num1*num2+num1
(a)
Create a flowchart for the following code:
Get value for num1
Get value for num2
Calculate Prod = num1*num2
Output Prod

True or False
Writing down my password, and keeping it in my wallet is a safe password practice.
True
False
Known as the Father of Computers
Choose the most up-to-date generation of computers from this list:
Fourth Generation
First Generation
Third Generation
Second Generation
Python is a
Snake
High Level Language
Low Level Language
Both B & C
