Software Development - Chapter 15

Software Development - Chapter 15

Assessment

Flashcard

Computers

11th Grade

Hard

Created by

Dianne Mondido

Used 3+ times

FREE Resource

Student preview

quiz-placeholder

29 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the purpose of the development cycle?

Back

To guide the process of software development through various stages such as analysis, design, coding, and testing.

2.

FLASHCARD QUESTION

Front

What are the stages of the development cycle?

Back

Analysis, Design, Coding, Testing.

3.

FLASHCARD QUESTION

Front

What is a structured chart?

Back

A graphical representation of a modular structure of a solution. It shows the smallest of a system to its lowest manageable levels.

4.

FLASHCARD QUESTION

Front

What is the Y2K bug?

Back

A computer flaw that may have caused problems when dealing with dates beyond December 31, 1999, due to the way years were stored.

5.

FLASHCARD QUESTION

Front

What is the Waterfall Model?

Back

A linear and sequential approach to software development where each phase must be completed before the next begins.

6.

FLASHCARD QUESTION

Front

What is the Iterative Model?

Back

A model that allows for repeated cycles of development, where feedback is used to improve the product.

7.

FLASHCARD QUESTION

Front

Define what is concatenation. How do you concatenate in pseudocode? How about in Python?

Back

Concatenation means joining strings together. Use "&" in pseudocode, and use "+" in Python

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?