Test - 23 April 2018 Flashcards
Define binary
The system that expresses numbers and letters using only the digits 0 and 1.
1000B is equal to….
1KB
1000KB is equal to….
1MB
1000MB is equal to….
1GB
1000GB is equal to….
1TB
What are the three simple steps often used in explaining how something is presented
Input > Process > Output
What are some examples of an input device?
Keyboard, camera
What are some examples of an output device?
Printer, instagram post
What is computational thinking?
Something that people do that involves logical thinking about problems so that a computer can solve it
What is a variable?
Specific information that you want the computer to remember
Variables are used in coding to identify and store changing data eg. numbers/ sentences
If you think of them like a container, the contents might change but the labelled box stays the same
What is a loop?
A piece of code that tells the computer to repeat something
When creating a loop in code, you need to tell the computer what conditions should end it or how many times it should repeat
If you want it to repeat forever, it’s called an infinite loop
What are conditionals?
The things used when you need the computer to decide something
If ___________, then ____________
If you want something to happen if the condition isn’t true then you use an “else” statement
What is an algorithm?
A set of instructions you follow in a certain order to complete a task
It puts remembering, repeating and making simple decisions into a sequence that the computer can follow to deliver a result
Names of features in flowcharts
Start or stop Process Decision Input or output Direction of flow
Symbol and usage of START/ STOP in flowcharts
Symbol - wide oval like this 🚥
Usage - beginning and end points in sequence