Computer science - Algorithms and programming

?
  • Created by: Jammy P
  • Created on: 11-04-16 17:29
A rounded rectangle in a flowchart
terminator
1 of 13
Rectangle in a flow chart
process
2 of 13
A problem with the way the program is written
syntaxError
3 of 13
Sorting algorithm that works by dividing the data into smaller sets until it is easier to sort
quickSort
4 of 13
Diamond in a flow chart
decision
5 of 13
Rules that a program follows
Algorithm
6 of 13
A search that only works if data is sorted
binary search
7 of 13
Sorting algorithm that compares two adjacent data values in an array and swaps them if necessary
bubbleSort
8 of 13
An error that causes the program to perform in a different way to expected
logicError
9 of 13
A data type that can be true or false
boolean
10 of 13
A search that moves from one side of the data set to the other
linear
11 of 13
A list variable
array
12 of 13
The way the program is written
syntax
13 of 13

Other cards in this set

Card 2

Front

Rectangle in a flow chart

Back

process

Card 3

Front

A problem with the way the program is written

Back

Preview of the front of card 3

Card 4

Front

Sorting algorithm that works by dividing the data into smaller sets until it is easier to sort

Back

Preview of the front of card 4

Card 5

Front

Diamond in a flow chart

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »