SDLC

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

What phases are part of the Software Development Life Cycle?

Requirements, design, implementation, and testing phases.

2
New cards

What does a structured code walk-through ensure?

That the code follows in-house standards.

3
New cards

What can compile errors be caused by?

Bad syntax, typing errors, or illegal function calls.

4
New cards

What technique helps prevent an application from crashing at runtime?

Making use of exception handling.

5
New cards

What is the process of laying out a web page on poster board called?

Storyboarding.

6
New cards

What format does data represented in a tagged-format language use?

XML.

7
New cards

Where should large programs used by many people be stored?

On a server.

8
New cards

What should each module in top-down programming represent?

A program function.

9
New cards

What should test data be developed to do?

Generate the answers wanted by users.

10
New cards

How should documentation standards be defined?

Defined up front.

11
New cards

What is arranging data elements into a sequence called?

Sorting.

12
New cards

What happens when querying fields in a database?

One or more records will be selected.

13
New cards

What federal law protects software developers?

Copyright Act of 1976.

14
New cards

What is the purpose of a substring function?

To separate an alpha field into smaller parts.

15
New cards

What type of error is a 'divide-by-zero' error?

A runtime error.

16
New cards

What is known as understanding and eliminating code bottlenecks?

Optimization.

17
New cards

What should program comments use?

Terms that are familiar to other programmers.

18
New cards

What type of error occurs during program execution?

A runtime error.

19
New cards

When should the user's manual be updated?

Any time system changes affect the user in any way.

20
New cards

What should documentation standards do?

Be defined up front.