What are four useful indicators of software quality that should have measures defined and monitored by the software project team?

What will be an ideal response?


correctness, maintainability, integrity, usability

Computer Science & Information Technology

You might also like to view...

When applied to an array a[] of integers, the pseudo code

``` Boolean sort = true int k = 0 While sort == true and k < a.length-1 If a[k] > a[k+1] Then sort = false End If k = k +1 End While ``` A) will sort the array a[ ] in ascending (nondecreasing) order B) will sort the array a[ ] in descending (nonincreasing) order C) will determine if the array is arranged in ascending order D) will determine if the array is arranged in descending order

Computer Science & Information Technology

A _________ is a penlike pointing device used to write electronically on a display screen. A. stylus B. trackpad C. joystick D. tablet

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What traffic shaping policy option determines the number of kilobits per second to allow across a port, averaged over time?

A. average bandwidth B. average peak bandwidth C. burst size D. average throughput

Computer Science & Information Technology

Telnet runs on TCP __________.

A. port 21 B. port 22 C. port 23 D. port 25

Computer Science & Information Technology