Basic Computer Interview Questions and Answers Pdf - 1

Question: 1

What is meant by Testing?

Testing is the process of executing the proposed software with sample or test data and put into regular use.

Question: 2

How the system can be tested?

The system can be tested using any one of the following Testing techniques.

Unit Testing

Integration Testing

System Testing

User Acceptance and Installation

Question: 3

What is validation?

Data validation prevents the users from entering the invalid or inaccurate data to the cell in a Worksheet.

Question: 4

What is Design?

The Design is the process of specifying the detained operation of the system.

Question: 5

What are the different types of Design phase?

The design phase is classified into the following

High level design (System design)

Low level design (Detailed design)

Related Questions