Dev Methods and Contemporary Devs Flashcards
What is the mnemonic for the waterfall method
A Dance In The Dark Every Monday
What are the 7 stages of the waterfall development method
Analysis Design Implementation Testing Documentation Evaluation Maintenance
What three things must the software specification state?
Inputs
Processes
Outputs
What are the three tasks an analyst must do?
Extract needs of client
Document the needs
Communicate the needs to development team
Name three ways that the analysis needs can be extracted
Observation
Interviewing
Questionnaires/Surveys
What are the four essentials that the code in a program must meet?
Portable
Robust
Readable
Reliable
What are the two aspects that must be addressed in testing?
Systematic
Comprehensive
What are the three types of data that should be used in testing?
Normal - valid
Extreme - Limits/Boundaries
Exceptional - invalid
Name three types of Debugging Techniques
Dry Runs
Trace Tables/Tools
Breakpoints
What are the two phases of testing?
Alpha Testing - Development team
Beta Testing - Public
Name four things a Technical Guide may include for the requirements
CPU Type/Speed
RAM (required and recommended)
Graphics/Sound Card
Display Resolutions
Name 6 pieces of criteria for evaluation
Robustness Reliability Portability Efficiency Maintainability User Interface
What are the three categories in the maintenance of a program
Perfective - Requests to improve efficiency
Corrective - Fixing Errors
Adaptive - Changes of hardware or software
Name three ways to increase the readability of a code
Meaningful variable names
Internal Commentary
Use of White Space
What are the four stages of the Rapid Application development method?
Requirements Planning
User Design
Construction
Cutover
Name 4 types of General Purpose Programming Languages
Pascal
Python
C/C++
COMAL
Name 2 types of Artificial Intelligence Programming Languages
PROLOG
LISP
Name a type of App Development Programming Language
Swift
Name 2 types of Programming Languages used for operating systems
C
C++/C#
Name 3 programming languages that use the development of graphic programming environments
Scratch
BYOB
App Inventor
Name 3 problems with object recognition in Intelligent systems
Memory and processing constraints
Relies on edge detection being successfull
3D objects can be misinterpreted
What are 2 problems with Image Understanding in Intelligent systems
Time take to process, image may have changed
Deciding which objects are most important is difficult
What are the 3 main components of an expert system
User Interface
Inference Engine
Knowledge Base
How would you comprehensively test the inputting of form data using scripts?
By testing multiple examples of: Normal Extreme Exceptional Response time should be tested
Describe 3 advantages of using agile method to produce a website
Quickly see working parts
Making late changes to requirements
Website delivered faster
Describe 3 differences between alpha testing and beta testing
Alpha - in house. Beta - Externally
Alpha - developers. Beta - Customers
Alpha - Find Errors. Beta - situation
State 4 reasons why clients should be involved in beta testing
Software tested on their own systems
Software tested on eventual users
Provide feedback
Agree software meets needs before paying
State 4 ways in which RAD can be beneficial
Opportunity to assess success
Quicker response to change
Gather requirements at same time as developing software
Greater customer colaboration