All Computer Science Resources
Example Questions
Example Question #1 : Program Correctness
double square(double n){
return n*n;
}
What MUST be true immediately after the above code snippet has run?
Possible Answers:
It is impossible to tell.
The result will be stored in a new variable.
The result will be a negative number.
The result will be a positive number.
The value of the input parameter changes.
Correct answer:
The result will be a positive number.
Explanation:
Squaring a real number will always produce a positive number. The result does not have to be stored in a new variable; it could be a value that is only needed for a one-off expression, thus, not worthy to be stored in memory. Lastly, since the input was passed by value and not by reference, its initial value will stay the same.
David
Certified Tutor
Certified Tutor
The University of Texas at El Paso, Bachelor of Science, Materials Engineering.
Yoonsik
Certified Tutor
Certified Tutor
Seoul National University, Bachelor of Science, Physics. University of Pennsylvania, Doctor of Philosophy, Atomic and Molecul...
All Computer Science Resources
Computer Science Tutors in Top Cities:
Atlanta Computer Science Tutors, Austin Computer Science Tutors, Boston Computer Science Tutors, Chicago Computer Science Tutors, Dallas Fort Worth Computer Science Tutors, Denver Computer Science Tutors, Houston Computer Science Tutors, Kansas City Computer Science Tutors, Los Angeles Computer Science Tutors, Miami Computer Science Tutors, New York City Computer Science Tutors, Philadelphia Computer Science Tutors, Phoenix Computer Science Tutors, San Diego Computer Science Tutors, San Francisco-Bay Area Computer Science Tutors, Seattle Computer Science Tutors, St. Louis Computer Science Tutors, Tucson Computer Science Tutors, Washington DC Computer Science Tutors
Popular Courses & Classes
ACT Courses & Classes in Miami, ISEE Courses & Classes in San Francisco-Bay Area, Spanish Courses & Classes in Phoenix, MCAT Courses & Classes in Houston, MCAT Courses & Classes in Phoenix, GRE Courses & Classes in Atlanta, LSAT Courses & Classes in New York City, ISEE Courses & Classes in Philadelphia, GRE Courses & Classes in Chicago, SSAT Courses & Classes in Seattle
Popular Test Prep
GMAT Test Prep in Denver, SSAT Test Prep in Dallas Fort Worth, ISEE Test Prep in Houston, ISEE Test Prep in Chicago, SSAT Test Prep in Boston, LSAT Test Prep in Miami, LSAT Test Prep in Washington DC, ACT Test Prep in Miami, LSAT Test Prep in Dallas Fort Worth, ISEE Test Prep in Los Angeles