Algorithms Flashcards
1
Q
What is a flowchart?
A
A structure used to implement algorithms
2
Q
What are arrows used for in flowcharts
A
arrows are used to the correct sequence of the steps in the correct order
3
Q
What does print do in programming?
A
It ‘prints’ words you’ve asked it to in the output
4
Q
What is a variable?
A
Something that can change or temporarily store a value
5
Q
What is the difference between an algorithm and a flowchart?
A
An algorithm is simply the instructions that need to be carried out whereas a flowchart gives those instructions a graphical representation of how the instructions will be carried out with the use of shapes and arrows