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

Descrição

O usuário eliminou as informações de disciplina Notas sobre Algorithms - What are they? , how do you write them?, criado por Usuário eliminado em 14-11-2016.
Usuário eliminado
Notas por Usuário eliminado, atualizado more than 1 year ago Mais Menos
Oliver Faragher
Criado por Oliver Faragher mais de 7 anos atrás
Oliver Faragher
Copiado por Oliver Faragher mais de 7 anos atrás
289
0

Resumo de 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"

Semelhante

Quiz Sobre Atualidades do Vestibular
Alessandra S.
Inglês para a copa do Mundo
Alessandra S.
TEORIA DO DIREITO CONSTITUCIONAL #3
Eduardo .
Principais Temas para estudar Geografia
Marina Faria
Expressões em inglês #3
Eduardo .
Tipos textuais
brunolorenzatto
21 erros de comunicação que atrapalham sua carreira
Liliane Tubino
SIMULADÃO EA-HSG EMA-136 NORMAS A RESPEITO DAS TRADIÇÕES NAVAIS, O COMPORTAMENTO PESSOAL E DOS CUIDADOS MARINHEIROS
isac rodrigues
Grupos de GoConqr - Guia do usuário
GoConqr suporte .
Exercícios- Tipos de Reprodução
Andrea Barreto M. Da Poça