CSE 360 Exam 2 Latest Questions And Answers With
Verified Solutions
TF: structured programming leads to more readable code. ANS True
TF: structured programming leads to more testable code. ANS True
Name the logical constructs used in structural programming. ANS Sequence, conditional (if else, select-
case), loops (do while, repeat until)
TF: structured programming is all you need to achieve high software quality. ANS False
This is a programming paradigm aimed on improving the clarity, quality, and development time of a computer
program by making extensive use of subroutines,block structures and for and while loops ANS Structured
programming
In structured programming, every block has these two things. ANS A single entrance and a single exit.
Define: the number of times control paths cross. ANS Knots
This represents the algorithm at a level of detail that can be reviewed for quality. ANS Algorithm design
model
Name the four options for algorithm design model. ANS •graphical (e.g. flowchart, box diagram)
•pseudocode (e.g., PDL)
•programming language
•decision table
What does IPO stand for in an IPO chart? ANS Input, processing, output
This is a graphical design representation for structured programming that forces designers to put algorithm into
predefined boxes ANS Nassi-Schneiderman Diagram
, Name four advantages of program design language. ANS 1. Machine readable
2. Can be embedded into source code
3. Can be represented in great detail
4. Easy to review
The following are reasons why we do what?
•assess the status of an ongoing project
•track potential risks
•uncover problem areas before they go "critical,"
•adjust work flow or tasks,
•evaluate the project team's ability to control quality of software work products. ANS Measure
A thermometer is an example of ______ measurement. ANS Direct
A pedometer is an example of ______ measurement. ANS Direct
Using a pedometer and a watch is an example of ______ measurement. ANS Indirect
This provides a quantitative indication of the extent, amount, dimension, capacity, or size of some attribute of a
product or process ANS Measure
This is a metric or combination of metrics that provide insight into the software process, a software project, or
the product itself ANS Indicator
This is defined as "a quantitative measure of the degree to which a system, component, or process possesses a
given attribute." ANS Metric
Formulation, collection, analysis, interpretation, and feedback are steps in this process. ANS Measurement
Verified Solutions
TF: structured programming leads to more readable code. ANS True
TF: structured programming leads to more testable code. ANS True
Name the logical constructs used in structural programming. ANS Sequence, conditional (if else, select-
case), loops (do while, repeat until)
TF: structured programming is all you need to achieve high software quality. ANS False
This is a programming paradigm aimed on improving the clarity, quality, and development time of a computer
program by making extensive use of subroutines,block structures and for and while loops ANS Structured
programming
In structured programming, every block has these two things. ANS A single entrance and a single exit.
Define: the number of times control paths cross. ANS Knots
This represents the algorithm at a level of detail that can be reviewed for quality. ANS Algorithm design
model
Name the four options for algorithm design model. ANS •graphical (e.g. flowchart, box diagram)
•pseudocode (e.g., PDL)
•programming language
•decision table
What does IPO stand for in an IPO chart? ANS Input, processing, output
This is a graphical design representation for structured programming that forces designers to put algorithm into
predefined boxes ANS Nassi-Schneiderman Diagram
, Name four advantages of program design language. ANS 1. Machine readable
2. Can be embedded into source code
3. Can be represented in great detail
4. Easy to review
The following are reasons why we do what?
•assess the status of an ongoing project
•track potential risks
•uncover problem areas before they go "critical,"
•adjust work flow or tasks,
•evaluate the project team's ability to control quality of software work products. ANS Measure
A thermometer is an example of ______ measurement. ANS Direct
A pedometer is an example of ______ measurement. ANS Direct
Using a pedometer and a watch is an example of ______ measurement. ANS Indirect
This provides a quantitative indication of the extent, amount, dimension, capacity, or size of some attribute of a
product or process ANS Measure
This is a metric or combination of metrics that provide insight into the software process, a software project, or
the product itself ANS Indicator
This is defined as "a quantitative measure of the degree to which a system, component, or process possesses a
given attribute." ANS Metric
Formulation, collection, analysis, interpretation, and feedback are steps in this process. ANS Measurement