Write the names of three commonly used software lifecycles.

What will be an ideal response?


Three commonly practised software lifecycles are:
• Build-and fix
• Water-fall
• Spiral

Computer Science & Information Technology

You might also like to view...

_______________ is one of the most popular sorting algorithms, due to its low coefficient in the most significant term of its average-time instruction function.

A. Quicksort B. Insertion sort C. Heapsort D. Counting sort

Computer Science & Information Technology

Column and row labels will remain visible while navigating through a worksheet if the Freeze Pane command has been applied

Indicate whether the statement is true or false

Computer Science & Information Technology

The Pages panel is considered to be __________ for all things relating to pages and master pages.  

A. Of no use B. Command central C. Hit or miss D. Of some use

Computer Science & Information Technology

Define a function named swap that exchanges the values of its two type double input/output parameters. For example, if x = 2.2 and y = 3.3, after the call swap( x, y ); x would be 3.3 and y would be 2.2.

What will be an ideal response?

Computer Science & Information Technology