Algorithms - What are they? , how do you write them?

Descripción

El usuario ha eliminado su información de asignaturas Apunte sobre Algorithms - What are they? , how do you write them?, creado por Usuario eliminado el 14/11/2016.
Usuario eliminado
Apunte por Usuario eliminado, actualizado hace más de 1 año Más Menos
Oliver Faragher
Creado por Oliver Faragher hace alrededor de 8 años
Oliver Faragher
Copiado por Oliver Faragher hace alrededor de 8 años
291
0

Resumen del Recurso

Página 1

What are algorithms?Algorithms are representations of how to solve problems. These problems can be in code or in everyday life. For instance you could write an algorithm on how to brush your teeth. In fact you probably, without even knowing it, mentally write hundreds of algorithms every day. How can algorithms be written?Algorithms can be written as both flowcharts and pseudocode. FlowchartsFlowcharts are diagrammatic representations of steps taken to solve a problem. They use various shapes to represent different things.The shapes are:Rhombus = decisionParallelogram = Output or input (information going out or in)Rectangle = Process (somthing being done)Rectangular circle = Start / stopLines with arrows indicate the direction of flow (in which order things are done).This is an example of a flowchart

Página 2

What is pseudocode?Pseudocode is a written representation of an algorithm using various code like terms but remember pseudocode is not actual code. These are the pseudocode terms:OUPUT: showing something on the screen or electronic device - usually requiring an input afterwardsINPUT: something that the user puts into the programSTORE: a process that stores data in the programIF: represents a condition e.g if colour = redTHEN: Showing what to do if the condition is trueELSE: showing what to do if the condition is falseHere is an exampleOUPUT: "How are you?"INPUT: User inputs how they areSTORE: Store users input in answer variable IF: answer = fine THEN OUTPUT: "That's good"ELSE OUPUT: "You need to go to a doctor"

Mostrar resumen completo Ocultar resumen completo

Similar

Qué Carrera Estudiar
maya velasquez
LITERATURA...
JL Cadenas
Preguntas de Pensamiento Analítico
Vicente Torrado
La transición a la democracia
ignaciobll
EXAMEN DE MATEMATICAS PRIMER GRADO SECUNDARIA
FELIPE SOLTERO
Test ICFES Inglés Parte 1
colrobomoyp
¡Test de nivel de francés oficial! Blog de la Traducción y de los Idiomas.
Julien Bourdeau
Modelo Comentario de Lengua PAU
cristo gonzalez
CÁLCULO MENTAL - De Mapa Mental
JL Cadenas
GRAMÁTICA. Clases de PALABRAS ...
Ulises Yo