Given a simple program designed to take inputs of integers
from 1-1000 and to output the factorial value of that
number, how would you test this program? You do not have
access to the code. Please be as specific as possible.
Answer Posted / arati pradhan
Input 1 --> Check the result
Input 500 --> Check the result
Input 999--> Check the result
Input 1000-->Check the result
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
Explain virtual class?
What is pointer to array in c++?
Explain the concept of memory leak?
How to declare an array of pointers to integer?
What is an associative container in c++?
Can recursive program be written in C++?
What is private public protected in c++?
How to declare a function pointer?
What are protected members in c++?
what is software cycle? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel.Why paging is used ? Which is the best page replacement algo and Why ? What is software life cycle ? How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ? Which are the different types of testing ? What is a distributed system ? Some questions about CSP. Which languages do U know ? What are the differences between Pascal and C. questions from Compiler construction and Lisp. Which are the different computer architecture? What is the requirement in MIMD ? What is the difference between RISC and CISC processors ? Difference between loosely coupled and tightly coupled systems ? What is an open system?
What is the function to call to turn an ascii string into a long?
When should overload new operator on a global basis or a class basis?
What is abstraction in c++?
What is null pointer and void pointer and what is their use?
Which programming language is best to learn first?