Ask a New Question
Search
Questions and answers by
chesus jhrist
Questions (2)
Which formula is used to find the distance between two points (x1 , y1 ) and (x2 , y2 ) in a coordinate plane?(1 point)
Responses
7 answers
15 views
What is the objective of the testing phase in a software development life cycle?(1 point)
Responses to design a software to
5 answers
26 views
Answers (5)
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
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
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.
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
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 specific