What is an algorithm?
An algorithm is a set of specific steps/instructions to be followed.
Why are pseudocode and flowcharts used to write algorithms before programming?
Doing so makes it more readable(make sense) with providing it a guide.
What is programming?
Programming is the action of writing computer programs.
Why is regular testing important when programming?
It’s important because when programming we come across many mistakes. so before having actual results, testing makes us each step closer and we learn from our mistakes.
What is debugging?
Process of finding, executing and fixing mistakes/errors from computer hardware or software.
what is a graphical programming language?
Graphical programming language is a different way of coding. Coded by graphics, selecting objects
e.g block coding.
Favourite activity
My favourite activity was learning about our input and outputs, and how we can code and debug computer systems.