预考考卷 (2013 - 2020)
2013
2014
2015
2016
2017
2018
2019
2020
*以上试卷纯属分享给学弟学妹们,不允许翻印作为商业用途,谢谢!
Welcome to my blog! In this blog, I will share essays, notes, experience sharing and More So, please follow me and share! Your supports are my passion!!!
Stages
|
Explanation
|
Change requests
|
- Urgent changes
may have to be implemented without going through all stages of the software
engineering process
|
Impact Analysis
|
- A formal way
of collecting data and supposition in support of the pros and cons in any
change or disruption to your system
|
Release planning
|
- Fault repair
- Platform
Adaptation
- System
enhancement
|
Change
Implementation
|
- Proposed
changes
- Requirements
analysis
- Requirement
updating (if requirements are accepted)
- Software
development
|
System Release
|
- Release the
system and move to maintenance stage
|
1) Syntax error
|
- Errors due to
the fact the syntax of the language is not respected
|
2) Logical error
|
- Errors due to
the fact that the specification is not respected
|
3) Semantic
error
|
- Errors due to
an improper use of program statements
|
4) Compile time
error
|
- Syntax errors
and static semantic errors indicated by the compiler
|
5) Runtime error
|
- Dynamic
semantic errors, and logical errors, that cannot be detected by a compiler
|
1) Unit Test
|
- verifies that
each individual program or object work by itself
|
2) System Test
|
- verifies that
all program in an application work together properly
|
3) Acceptance
Test
|
- Checks the new
system to ensure that it works with actual data
|
4) Integration
Test
|
- verifies that
an application works with other application
|
A) In-house
Training
|
- Trainers can
customize running modules to accommodate the immediate needs of company
|
B) Online
Training
|
- Offer
convenience because employees can access the training modules at any time
|
C)Training Video
|
- Cost-effective
way to offer employee training
|
Design
|
Explanation
|
1) Architectural design
|
Identify the overall structure of the system,
the principal components (sometimes called sub-systems or modules), their
relationships and how they are distributed.
|
2) Abstract Specification
|
An abstract specification of its services and
the constraints under which it must operate
|
3) Interface design
|
Define the interface between system
components
|
4) Component design
|
Take each system component and design how it
will operate
|
5) Data structure design
|
Design the system data structures and how
these are to be represented in a database or structure
|
6) Algorithm design
|
Design or formulate a formula in design
|