Page 24 - Knowledge Organiser Yr7 24-25
P. 24
Knowledge Base: Computing Introduction to Computational Thinking Year 7 | Autumn Term 2
1. The Basics – Using computers effectively at Kings’
1.1
password
Creating a strong and memorable password to access the school’s network: 8 characters must include numbers and capitals.
1.2
OneDrive
Lets you keep files that you create and store on your computer in sync with the cloud, therefore accessing your work from home.
1.3
folders
Setting up an appropriate file structure.
3. Computational thinking
3.1
computational thinking
In education, computational thinking is a set of problem-solving methods that involve expressing problems and their solutions in ways that a computer could also execute.
3.2 Boolean operators
3.3 logic deduction
3.4 AND gate
3.5 OR gate
3.6 NOT gate
3.7 repeat
3.8 compression
4. Key Terms
4.1 logic gates
4.2 decompositions
4.3 Pseudocode
4.4 abstraction
4.5 algorithm
4.6 truth table
4.7 lossy
4.8 lossless
4.9 flowcharts
AND / OR / NOT
Deduction is the process of working out if something is TRUE or FALSE. An AND gate requires both inputs to be switched on.
An OR gate needs just one switch to be on.
A NOT gate will change the input into the opposite.
A repeat structure saves writing so many instructions.
Reducing the amount of data needed to store or transmit something.
The building blocks of the digital circuits.
Decomposition involves breaking down a large problem into smaller sub-problems. A simplified programming language, used in program design.
To remove unnecessary information in order to solve a problem.
An algorithm is a set of instructions for solving a problem or completing a task.
A mathematical table used to determine if a compound statement is true or false. Means that some of the original data will be lost.
Means that none of the original data will be lost.
A diagram of the sequence of movements.
2. How computers work
2.1
What is a computer?
A computer is a programmable machine.
2.2
computer system
All the different parts of a computer, including the devices you plug into it.
2.3
Input – Process-Output
Takes in data, processes it and then outputs the result.
2.4
What's inside a computer?
Components of a computer: motherboard, CPU, graphics card, RAM, network interface card.
2.5
hardware
The physical parts of the computer.
2.6
software
The program that we run on our computer system.
24