Software and development Flashcards
revise this topic
How many phases are there in software development?
six
What is the first phase of software development?
Analysis
What is the final phase of software development?
Evaluation
What does iteration mean?
Repeating a process
Name all stages of software design delevopment
Analysis Design implementation testing documentation Evaluation
What is determined during the analysis phase of software development?
Functional requirements
what is the definition of an input?
Data that will be entered by a user or received from a file
What is a definition of a process?
Code created to execute a sequence of instructions that may make use of inputs and may result in output to the user
Which of the following is a definition of an output?
Data that is sent from the program to the user, a file or peripheral
What would you consider when outlining assumptions about new software that is being developed?
Hardware needed to run the software
What is the definition of pseudocode?
A text based design notation, which clearly shows main steps and refinements
Breaking main steps down into several more meaningful steps is known as which of the following?
Refinements
What should be considered when designing a user-interface?
Purpose and Functional Requirements
What is the term used to describe a visual design of a user interface?
Wireframe
What is the purpose of indenting some lines of pseudocode?
To clearly show where selection statements or loops are in use
When you store data in a program it is stored in which of the following?
Variable