What does computational thinking alllow us to do?
Allows us to understand what a comlex problem is and develop possible solutions
What are the cornerstones (stages) of computational thinking?
Describe the following cornerstone of computational thinking π€:
Decomposition
Breaking down a complex problem into a number of smaller problems.
Describe the following cornerstones of computational thinking π€:
Pattern recognition
Looking for similarities among and within problems.
Describe the following cornerstone of computational thinking π€:
Abstraction
Focusing on the important information only ignoring irrelevant detail.
Describe the following cornerstone of computational thinking π€:
Algorithm design
Developing a step-by-step solution to the problem, or the rules to follow to solve the problem.
What is this flow chart symbol used for:
A rounded rectangle
Use the show the start or end of a flow chart π.
What is this flow chart symbol used for:
Arrows β¬οΈ
An arrow represents the relationship between the shapes, it connects and shows the direction of flow through the diagram.
What is this flow chart symbol used for:
Parallelogram
A parallelogram represents input or output.
What is this flow chart symbol used for:
Rectangle
A rectangle represents a process.
What is this flow chart symbol used for:
Diamond
A diamond represents a decision.
What is pseudocode?
What is encryption?
What is decryption?
Explain the term in more detail:
Symmetric encryption
Explain the term in more detail:
Encryption key
Define the term:
Algorithm
A series of logical instructions for how to do a task.
Define the term:
Message
A general term for data that is communicated between two people.
Define the term:
Plaintext
Ordinary readable text prior to being encrypted by an encryption algorithm or after being decrypted.
Define the term:
Cypher text
Encrypted text that has been changed from plaintext through the use of an encryption algorithm.
Define the term:
Encryption key π
Information used by the software algorithm to encrypt and decrypt data.
Describe:
Caesar Cypher
How is a message encrypted using Caesar Cypher?
YouTube video: https://www.youtube.com/watch?v=o6TPx1Co_wg
How is a message encrypted using Pigpen Cypher.
β’The Pigpen Cypher is a substitution cipher. Instead of letters, the system uses geometric symbols, which are found through a series of 4 grids. The part of the grid that contains the letter is written in its place.