chesus jhrist
This page lists questions and answers that were posted by visitors named chesus jhrist.
Questions
The following questions were asked by visitors named chesus jhrist.
What is the objective of the testing phase in a software development life cycle?(1 point) Responses to design a software to design a software to check whether a software is working as intended to check whether a software is working as intended to develop...
1 year ago
Which formula is used to find the distance between two points (x1 , y1 ) and (x2 , y2 ) in a coordinate plane?(1 point) Responses D= (x2−x1)2+(y2 − y1)2D= (x2−x1)2+(y2 − y1)2 D= (x2+x1)2+(y2 + y1)2−−−−−−−−−−−−−−−−−−−√D= (x2+x1)2+(y2 + y1)2−−−−−−−−−−−−−−−−...
1 year ago
Answers
The following answers were posted by visitors named chesus jhrist.
What is a functional test?(1 point) Responses a set of instructions executed to verify a particular artifact a set of instructions executed to verify a particular artifact a test that checks a specific feature within a program a test that checks a specifi...
1 year ago
What is the difference between unit tests and integration tests?(1 point) Responses In unit tests, all modules are combined and checked, whereas, in integration tests each module is checked independently. In unit tests, all modules are combined and checke...
1 year ago
When applying the distance formula, what do you do after subtracting the x-coordinates and y-coordinates of two points?(1 point) Responses Add the differences. Add the differences. Square the differences. Square the differences. Divide the differences. Di...
1 year ago
After calculating (x2−x1)2 and (y2 − y1)2 , what is the next step to find the distance between two points?(1 point) Responses Multiply the two squared values Multiply the two squared values Add the two squared values Add the two squared values Take the sq...
1 year ago
If the squared differences of the x-coordinates and y-coordinates are 64 and 36 respectively, what is the distance between the two points?(1 point) Responses 64 − 36−−−−−−−√ = 5.29 units64 − 36−−−−−−−√ = 5.29 units 64 − 36−−−−−−−√ = 8− 6= 2 units64 − 36−−...
1 year ago