Font size
WorksheetsPython Advanced Assessment
Total questions: 35
Worksheet time: 31mins
Which of the following pieces of code will display the message once without input?
Name = input("enter a name")
print("hello world")
Which of the following pieces of code will display a message on the screen and store in a variable?
Age = input ("enter age"), print(age)
Age = input ("enter age")
Which of the following code will process a decision?
print(“Hello World”)
if mood == “good”: print(“You’re happy”) else: print(“You’re not happy”)
number = int(number)
Which of the following pieces of code will convert a string variable into an integer variable (one that contains a number not text)?
number = int(number)
name = input(“What is your name?)
Reorder the following code: I am giving you the following code: print("I'd give this film", film, "four stars"), film
=input("enteryourfavouritefilm")Puttheselinesinorderbelow:*
print("I'd give this film", film, "four stars")
film
=input("enteryourfavouritefilm")
Add last
Look at the flowchart (open the image by clicking on it), what would the program do?
WHILE loops are
loops which run an unknown number of times
loops which run for a specific number of times
the same as if statements
not part of programming
FOR loops are
loops which run an unknown number of times
loops which run for a specific number of times
the same as if statements
not part of programming
What is happening in this code? (click image)
What is happening with this code (click image to make it bigger)
In your own words, what exactly is a firewall?
What is CyberSecurity?
Protection of computer systems for an organisation or individual from theft or damage to their online systems
Protecting our business from people that try to break in and cause damage or theft to our property or systems
The ability to control external users of our website and have them download cookies to protect our systems
Making sure that our site does not install a virus when our customers try to place orders
What is Phishing?
Software that enables a user to obtain covert information about another's computer activities by transmitting data from their hard drive
A piece of code capable of copying itself to corrupt a system or destroy data
The practice of sending emails that claim to be from reputable sources to entice you to reveal personal information or click on unsafe links
Software designed to disrupt, damage or gain unauthorised access to a computer or system
What needs to be avoided when creating passwords?
Easy to guess
Saving passwords in shared folders
Making them overly complicated
Multi-factor authentication
You get a phone call from someone pretending to be from microsoft, they ask for your log in details and password
Phishing
Blagging
Brute Force
Hacking
When adding a new object, which option do you select from the Add menu
Surface
Mesh
Curve
What shape did you add for the Party Monkey's hat?
cuboid
sphere
cone
cylinder
R
G
B
S
What is the shortcut key to extrude an object?
E
S
M
P
In which interaction mode, would you find the option to add loop cuts?
Texture Paint
Object Mode
Edit Mode
Sculpt Mode
Identify the type of light in the given image.
Point Light
Area Light
Spot Light
Sun Lamp
Which of these diagrams is correct for an OR gate?
Complete this truth table for an AND gate.
0000
0001
0111
1111
Which gate "reverses" any numbers that pass through it?
AND
OR
NOT
The process of converting plaintext to ciphertext.
cryptography
cyphertext
decryption
encryption
What is the algorithm of ceasar's cipher?
Each letter is replaced with a particular symbol
Each letter is replaced with a letter a certain number of steps down the alphabet
Each letter is replaced with a particular number from 0 to 26, and numbers are replaced with letters.
Each letter is replaced with a completely random number
What does WWW stand for?
World Wide Web
Wide World Web
Web World Wide
We Will Wait
Who invented the WWW?
Alan Turing
Tim Berners-Lee
Mark Zuckerberg
Steve Jobs
What do the letters HTML stand for?
Hide The Massive Lions
Hyper Text Markup Language
Happy Text Markup Language
Happy Text Makeup Language
What does the letter S stand for in HTTPS?
Secure
System
Server
Sorry
_____________ is an international network of computers.
Network
WWW
Internet
Local Area Network
