Computing science-software development

?
name the 7 stages of the software process
Analysis, Design, Implementation, Testing, Documentation, Evaluation, Manintenance.
1 of 38
what do you do at the Analysis stage?
at the first stage you look at the problem we have been given and you have to understand what we have been asked to do
2 of 38
what do you do at the Design stage?
the design team identifie how they want the program to work.
3 of 38
what is a structure diagram?
a structure diagram is when it gives pictures of the program designs and shows the relationships between diffrent parts of the program
4 of 38
what is a flow chart?
a flow chart is a method of desing which usues a series of shapes with connecting arrows to show the desing of a program
5 of 38
what is a pseudo code?
this is a texted based method of designing a program as it usues a mixture of english words and programming terms
6 of 38
wireframe
is designed to provide a visual draft of how the inerface could look. they include notesbsymbols.
7 of 38
what do you do at the implementation stage?
programmers translate the desing into form the computer can understand
8 of 38
what is the meaning of Interger?
stores positive or negitive whole numbers
9 of 38
what is the meaning of Real?
stores nymbers with decimal places/values and can also store intergers
10 of 38
what is the meaning of Character?
stores a single character whitch can be a letter, number or symbol
11 of 38
what is the meaning of String?
stores alphanumeric combinations and text. string is really a group of characters strored as one
12 of 38
what is the meaning if Boolean?
boolean is true or false also known as true mean 1 and false means 0
13 of 38
Arrays
Arrays let programmers store lists of related data such as a list of scores e.g Playername (1) ect.
14 of 38
IF statement
to let a program select an action depending upon the value of varible help in the program
15 of 38
fixed loop
this is where the loop repeats a sequence of code a set number of times
16 of 38
conditional loop
this is kind of loop keeps repeating code until a condition is met
17 of 38
what do you do at the testing stage?
testing a progam makes sure that the progam code works properly and matches the initials
18 of 38
what is NORMAL test data?
data that should be accepted by the program e.g 2, 45
19 of 38
what is EXTREME test data?
data at the limits of being accepted by program e.g 0, 50
20 of 38
what is EXCEPTIONAL test data?
data that should not be accepted by the program e.g -7, loads
21 of 38
what happens if a syntax error occors?
the program code will not run because the rules of the language are broken
22 of 38
what happens if excuntion error occurs?
the program will crash
23 of 38
what happens if logic error occurs?
the code may still work but the output is wrong e.g instructions in the wrong place
24 of 38
what do you do at the evaluation stage?
the evaluation report should state that the software is fit for purpose
25 of 38
what happens in the maintenance stage?
maintenance is making changes to a program once it has been developed
26 of 38
what is an algorithm?
An Algorithm is a simple set of steps showing the instructions to be carried out by the program
27 of 38
HTML
Hypertext markup language
28 of 38
Linear
straight line navagation structure
29 of 38
Hierarchical
like a flow chart
30 of 38
wireframes
navigatioenal link, text areas, media used, postion and type
31 of 38
CSS
cascading style sheet.tells the browser how to display it
32 of 38
...
page title. the title appears on browser tabs.
33 of 38
...
facts and paragraphs
34 of 38
...
put this at the start and end of a paragraph
35 of 38
...
creates headings such as the main title there are 6 types h1 being the biggest and h6 being the smallest
36 of 38
Style A list
A to B e.g A.Milk B.bread
37 of 38
Unordered list
bullets points eg *milk *bread
38 of 38

Other cards in this set

Card 2

Front

what do you do at the Analysis stage?

Back

at the first stage you look at the problem we have been given and you have to understand what we have been asked to do

Card 3

Front

what do you do at the Design stage?

Back

Preview of the front of card 3

Card 4

Front

what is a structure diagram?

Back

Preview of the front of card 4

Card 5

Front

what is a flow chart?

Back

Preview of the front of card 5
View more cards

Comments

zoyascoot

Report

Hello @Wooney

You can look at our services related to reputable applications and software companies.

https://magecomp.com/

james_brooks

Report

Check out this amazing Magento 2 Mobile App

Similar Computing resources:

See all Computing resources »See all software stages resources »