Exam hub
En esta página, encontrarás todos los documentos, paquetes y tarjetas que ofrece el vendedor maxiscore.
- 6336
- 0
- 239
Community
- Seguidores
- Siguiendo
36 Comentarios recibidos
6580 artículos
CSE 360 Exam 3 Testing fully solved
CSE 360 Exam 3 Testing_________ is intended to show that a program does what it is intended to do and to discover program defects before it is put into use - correct answer Testing 
 
When testing software, what type up data is used to execute a program? - correct answer Artificial data 
 
T/F The results of the test run will be checked for errors, anomalies, or information about the programs functional attributes - correct answer False - the test run will be checked for errors, anomalies, or in...
- Package deal
- Examen
- • 3 páginas •
CSE 360 Exam 3 Testing_________ is intended to show that a program does what it is intended to do and to discover program defects before it is put into use - correct answer Testing 
 
When testing software, what type up data is used to execute a program? - correct answer Artificial data 
 
T/F The results of the test run will be checked for errors, anomalies, or information about the programs functional attributes - correct answer False - the test run will be checked for errors, anomalies, or in...
CSE 360 Exams well answered rated A+
CSE 360 Exams 
Which is not true? The software crisis identified that software is delivered 
over-budget 
late 
incrementally 
with too many remaining errors - correct answer incrementally 
 
In Scrum, who is responsible for removing any impediments that are obstructing the team from achieving its sprint goal? 
Scrum Master 
Customer 
Product owner 
Team members - correct answer Scrum Master 
 
Software deteriorates rather than wears out because - correct answer multiple change requests introduc...
- Package deal
- Examen
- • 18 páginas •
CSE 360 Exams 
Which is not true? The software crisis identified that software is delivered 
over-budget 
late 
incrementally 
with too many remaining errors - correct answer incrementally 
 
In Scrum, who is responsible for removing any impediments that are obstructing the team from achieving its sprint goal? 
Scrum Master 
Customer 
Product owner 
Team members - correct answer Scrum Master 
 
Software deteriorates rather than wears out because - correct answer multiple change requests introduc...
CSE 360 Final Exam with verified solutions
CSE 360 Final ExamWhich is not true? The software crisis identified that software is delivered 
a) over-budget 
b) incrementally 
c) late 
d) with too many remaining erros - correct answer b (incrementally) 
 
In scrum, who is responsible for removing any impediments that are obstructing the team from achieving its sprint goals? 
a) Team members 
b) product owner 
c) scrum master 
d) customer - correct answer c (scrum master) 
 
Software deteriorates rather than wears out because 
a) software su...
- Package deal
- Examen
- • 17 páginas •
CSE 360 Final ExamWhich is not true? The software crisis identified that software is delivered 
a) over-budget 
b) incrementally 
c) late 
d) with too many remaining erros - correct answer b (incrementally) 
 
In scrum, who is responsible for removing any impediments that are obstructing the team from achieving its sprint goals? 
a) Team members 
b) product owner 
c) scrum master 
d) customer - correct answer c (scrum master) 
 
Software deteriorates rather than wears out because 
a) software su...
CSE 360 Final Exam questions with answers graded A+
CSE 360 Final ExamWhat type of relationship exists between the classes Triangle and Shape and Square and Shape? - correct answer Generalization 
 
When is it ideal to create a state diagram? - correct answer When a use case requires a list of different states of a system at a given time. 
 
What is the relationship between class A and class B? 
public class A{ 
 B b; 
 public A(){ }; 
} 
public class B implements I{ 
 public B(){ }; 
} - correct answer Aggregation 
 
Which of the following are f...
- Package deal
- Examen
- • 8 páginas •
CSE 360 Final ExamWhat type of relationship exists between the classes Triangle and Shape and Square and Shape? - correct answer Generalization 
 
When is it ideal to create a state diagram? - correct answer When a use case requires a list of different states of a system at a given time. 
 
What is the relationship between class A and class B? 
public class A{ 
 B b; 
 public A(){ }; 
} 
public class B implements I{ 
 public B(){ }; 
} - correct answer Aggregation 
 
Which of the following are f...
CSE 360 Final Review updated already passed
CSE 360 Final Review 
True - correct answer One of the things you try to do in testing is to show to the user that the requirements are met. 
 
True - correct answer If you do not know enough to write unit tests (such as JUnit tests), you do not know enough to write the code. 
 
True - correct answer If a pointer is passed as a parameter, it is a good idea to test the parameter with a null value. 
 
False - correct answer Development testing includes all testing activities done by the user. 
 
T...
- Package deal
- Examen
- • 12 páginas •
CSE 360 Final Review 
True - correct answer One of the things you try to do in testing is to show to the user that the requirements are met. 
 
True - correct answer If you do not know enough to write unit tests (such as JUnit tests), you do not know enough to write the code. 
 
True - correct answer If a pointer is passed as a parameter, it is a good idea to test the parameter with a null value. 
 
False - correct answer Development testing includes all testing activities done by the user. 
 
T...
CSE 360 FINAL questions with complete solutions
CSE 360 FINALValidation testing - correct answer Focus is on software 
requirements 
refers to a set of task that ensure that the software has been built is traceable to customer requirements. "Are we building the right product?". 
 
System testing - correct answer Focus is on system integration 
 
Alpha/Beta testing - correct answer Focus is on customer usage 
 
Recovery testing - correct answer forces the software to fail in a variety of ways and verifies that recovery is properly performed...
- Package deal
- Examen
- • 14 páginas •
CSE 360 FINALValidation testing - correct answer Focus is on software 
requirements 
refers to a set of task that ensure that the software has been built is traceable to customer requirements. "Are we building the right product?". 
 
System testing - correct answer Focus is on system integration 
 
Alpha/Beta testing - correct answer Focus is on customer usage 
 
Recovery testing - correct answer forces the software to fail in a variety of ways and verifies that recovery is properly performed...
CSE 360 Midterm 1 questions with complete solutions rated A+
CSE 360 Midterm 1In Generic products, the specification of what the software should do is owned by the software developer and decisions on software changes are made by the developer. True or False? 
True 
 
 
What are the two broad categories of software products? 
Generic and Customized 
 
 
According to the article "Software Engineering not CS", lack of professional software development is because of lack of appropriate formal education in software engineering. True or False? 
True 
 
 
What...
- Package deal
- Examen
- • 8 páginas •
CSE 360 Midterm 1In Generic products, the specification of what the software should do is owned by the software developer and decisions on software changes are made by the developer. True or False? 
True 
 
 
What are the two broad categories of software products? 
Generic and Customized 
 
 
According to the article "Software Engineering not CS", lack of professional software development is because of lack of appropriate formal education in software engineering. True or False? 
True 
 
 
What...
CSE 360 Midterm 1 with 100% correct answers
CSE 360 Midterm 1Process - correct answer A structured set of activities required to develop a software system 
 
1) Instructions 
2) Data structures 
3) Documentation - correct answer What is software? 
 
The software crisis identified that software is delivered - correct answer -Late 
-with too many remaining errors 
-over-budget 
 
many software failures are consequence of these two factors. - correct answer 1. increasing system complexity. 
 
2. Failure to use software engineering methods 
 ...
- Package deal
- Examen
- • 133 páginas •
CSE 360 Midterm 1Process - correct answer A structured set of activities required to develop a software system 
 
1) Instructions 
2) Data structures 
3) Documentation - correct answer What is software? 
 
The software crisis identified that software is delivered - correct answer -Late 
-with too many remaining errors 
-over-budget 
 
many software failures are consequence of these two factors. - correct answer 1. increasing system complexity. 
 
2. Failure to use software engineering methods 
 ...
CSE 360: Midterm Answers(verified)
CSE 360: Midterm AnswersWhat's the difference between computer science and software engineering? - correct answer CS is concerned with the theories that underlie computers and software; SE is concerned with producing software 
 
What are the attributes of good software? - correct answer 1.) Deliver the required functionality 
2.) Should be maintainable 
 
What is debugging? - correct answer The activity of using testing to reveal program faults and then correcting those faults 
 
Does individua...
- Package deal
- Examen
- • 8 páginas •
CSE 360: Midterm AnswersWhat's the difference between computer science and software engineering? - correct answer CS is concerned with the theories that underlie computers and software; SE is concerned with producing software 
 
What are the attributes of good software? - correct answer 1.) Deliver the required functionality 
2.) Should be maintainable 
 
What is debugging? - correct answer The activity of using testing to reveal program faults and then correcting those faults 
 
Does individua...
CSE 360 Midterm questions and answers graded A+
CSE 360 MidtermSoftware - correct answer Computer program and its associated documentation. 
 
Good software - correct answer Should deliver the functionality and performance that the software users need and should be maintainable, dependable, and useable 
 
Software Engineering - correct answer Engineering discipline concerned with all aspects of software production. 
 
What does engineering mean to software? - correct answer Means that systematic and managed approaches are used for software de...
- Package deal
- Examen
- • 9 páginas •
CSE 360 MidtermSoftware - correct answer Computer program and its associated documentation. 
 
Good software - correct answer Should deliver the functionality and performance that the software users need and should be maintainable, dependable, and useable 
 
Software Engineering - correct answer Engineering discipline concerned with all aspects of software production. 
 
What does engineering mean to software? - correct answer Means that systematic and managed approaches are used for software de...
STTI Project Management 100% correctly answered 2023
ATI Sigma Theta Tau - Patient Satisfaction question and answers rated A+ 2023
STTI Building a Better Business Plan 100%correctly answered graded A+ 2023
Sigma Theta tau: Patient Safety question graded A+ 2023 passed
STTI Facilitating Staff Development 100%correctly answered rated A+ 2023