Αρχική » 2020 (Σελίδα 2)
Αρχείο έτους 2020
BBC Evaluating
Evaluating solutions Before solutions can be programmed, it is important to make sure that it properly satisfies the problem, and that it does so efficiently. This is done through evaluation. What is evaluation? Once a solution has been designed using computational thinking, it is important to make sure that the solution is fit for purpose. Evaluation […]
BBC Algorithms test
Visit BBc site to take the Algorithms test More tests on Computational Thinking by BBC
LTTA 1 Meeting Agenda Rhodes, 27-31 JAN 2020
C1. Meeting Agenda Rhodes, 27-31 JAN 2020
BBC Representing an algorithm: Pseudocode and flowcharts
There are two main ways that algorithms can be represented – pseudocode and flowcharts. Representing an algorithm: Pseudocode Most programs are developed using programming languages. These languages have specific syntax that must be used so that the program will run properly. Pseudocode is not a programming language, it is a simple way of describing a set of instructions that does not have to use specific syntax. […]