HIT 2020Spring Software Construction 0228

External and Internal Quality Factors

External quality factors mainly affect users while internal quality factors are related with software and its developers. However, external results result from internal quality, so it is not correct to assume that external quality factors are more important than internal quality factors.

Correctness and Robustness

Correctness means that if input data is correct, the program should get the correct answers according to some specific rules.
Robustness means that the program can give a beneficial reaction to the abnormal data which classified by rules as well.
These two factors describe the program performances when program is faced with different input data.
Comparison

Structure of Final Exam

Choice “Which of the following statements is wrong?(Concept maybe)”
Questions and Answers "What is the general procedure of something? "
Design “Implement a Exception method (write down some code)”

It is only a post for what I want to record for the specific course and it does not stand for the whole content.

发布了10 篇原创文章 · 获赞 0 · 访问量 225

猜你喜欢

转载自blog.csdn.net/TroyHorse/article/details/104555991