Software Design and Development -Analysis - Quiz test questions

1

Which of the following is determined during the analysis phase of software development?

2

Which of the following is a definition of an input?

3

Which of the following is a definition of a process?

4

Which of the following is a definition of an output?

5

What would you consider when outlining assumptions about new software that is being developed?

6

Why are appropriate boundaries important when we are writing a program?

7

If the String “Winnie” can be seen throughout a program, by all functions and subroutines, what visibility does that variable have?

8

If I want to keep a certain variable secret from the rest of the program, what visibility should I give it?