What is the difference between test data and live data?

What will be an ideal response?


Live data are data that have been successfully processed through the existing system. Test data are data used to check various logic of the system before implementation.

Computer Science & Information Technology

You might also like to view...

A(n) ________ refers to data in a cell

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The term _________________ refers to configuring a web page is optimally ranked by search engines

a. search engine optimization b. social media optimization c. Web analytics d. search engine results page

Computer Science & Information Technology

A(n) ____ is any numeric variable you use to count the number of times an event has occurred.

A. accumulator B. key C. index D. counter

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. A recursive function can have only one recursive case. 2. Each recursion causes a new activation frame to be placed on the stack.

Computer Science & Information Technology