This built-in function is used to iterate over a sequence of numbers. (Let's say I want to span over 1 to 5, what function would I use?)
What is range()?
The first step in the engineering design process where the problem is defined.
What is identifying the need?
This function establishes a connection to an SQLite database file, creating the file if it does not exist.
What is connect()?
Shifting each letter in the plaintext by a fixed number of positions down the alphabet.
What is a Ceaser Shift/Cipher?
This planet is known as the Red Planet.
What is Mars?
The function used to output text to the console.
What is print()?
This step involves ideation and generating potential solutions.
What is brainstorming solutions?
This method is used to instantiate a cursor object in SQLite3, which is necessary for executing SQL commands.
What is cursor()?
The three things contained in a block within a block chain.
What is data, hash, and previous block hash?
This iconic sitcom, known for its observational humor and cast including Elaine, George, and Kramer, aired from 1989 to 1998.
What is Seinfeld?
This data type is used to represent whole numbers in Python.
What is int?
The engineering design process is dynamic and each step should be revisited. It is the key of innovation.
What is iteration?
The command to create a new table named students with columns id and name.
What is CREATE TABLE?
The two methods Bitcoin uses to secure its blockchain.
What is POW(proof of work) and consensus?
This Canadian author is famous for his beloved children's books such as "Love You Forever" and "The Paper Bag Princess." His engaging storytelling and whimsical illustrations have made him a favourite among young readers.
Who is Robert Munsch?
This keyword is used to define a conditional statement in Python.
What is if?
The process of building a low fidelity version of the final design / product.
What is prototyping?
This type of column is used in SQLite to uniquely identify each row in a table and automatically increments its value with each new entry.
What is INTEGER PRIMARY KEY?
The two keys an individual has in asymmetric encryption.
What are public and private keys?
"Float like a butterfly, sting like a bee" was a famous catchphrase of this legendary boxer and cultural icon.
Who is Muhammad Ali?
This data structure in Python allows for key-value pair storage and is mutable.
What is a dictionary?
This final step involves presenting the effectiveness of the solution.
What is communication?
The method used to save changes to the database after executing an SQL command.
What is commit()?
Steps of Asymmetric Encryption.
What is exchanging public keys, encrypting the message with them, sending the message, and decrypting with the private key?
This Russian exclave, bordered by Poland and Lithuania, is known for its historical significance and was formerly known as Königsberg before World War II. It is also home to the unique Baltic Sea enclave.
What is Kaliningrad?