Save
CS -CPU- <3
Algorithm and flowcharts<3
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Eve Taylor
Visit profile
Cards (15)
Flowchart
labels
Before designing an algorithm, it is important to first understand what the
problem
is
View source
Flowchart
A
diagram
that shows a
process
, made up of
boxes
representing
steps
,
decisions
,
inputs
, and
outputs
View source
Instruction
A
single action
that can be performed by a
computer processor
View source
Planning a program that asks people what the best subject they take is
Flowchart representation
View source
Types of algorithms
Fundamentals
of algorithms
Representing
algorithms
View source
Algorithms
Step-by-step
plans for
solving problems
View source
Algorithms
Can be designed using
pseudo-code
and
flowcharts
View source
Computational thinking
Part of Computer Science involving
problem-solving
View source
Pseudo-code
A method of writing up a set of
instructions
for a computer
program
using
plain English
View source
Flowcharts
A diagram that shows the step-by-step flow of an algorithm
View source
Statements
The smallest element of a programming
language
which expresses an
action
to be carried out
View source
Programming language
A language used by a programmer to write a piece of software
View source
Language independent
Describes
an
algorithm
that can be
translated
into any programming
language
View source
Programmers should be able to translate an algorithm into any
programming language
From
Python
to
C+
+
View source