Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+15 votes
asked in CSC305 Fall 2022 by (1 point)

3 Answers

+8 votes

Scalability - Means software can accommodate a larger user base as it grows.
Robust - Means the code is well constructed and software is secure

answered by (1 point)
edited by
+7 votes

scalability means that your application being able to handle more users/datas at the same time. Robustness in application means your application being able to handle errors or unexpected/incorrect inputs. Also, means steady, strong, and healthy code.

answered by (1 point)
+5 votes

Scalability: will the software still perform correctly and efficiently when the problems grow in size
Robust: will the software deal with unusual situation gracefully and avoid crashing?

You can read more here: https://moodle.augustana.edu/pluginfile.php/405462/mod_resource/content/0/Skrien - Elegant Software Criteria.pdf

answered by (1 point)
...