Honeywell Placement: Sample Questions 3 - 4 of 18

Get top class preparation for competitive exams right from your home: get questions, notes, tests, video lectures and more- for all subjects of your exam.

Question 3

Write in Short Short Answer▾

What is the advantage of ring network?

Edit

Explanation

  1. This type of network topology is very organized. Each node gets to send the data when it receives an empty token. This helps to reduces chances of collision. Also in ring topology all the traffic flows in only one direction at very high speed. ‎
  2. When the load on network increases, its performance is better than that of Bustopology.
  3. There is no need for network server to control the connectivity between workstations.
  4. Additional components do not affect the performance of network.
  5. Each computer has equal access to resources.

Question 4

Write in Short Short Answer▾

What is testing?

Edit

Explanation

  • Software testing is a process of executing a program or application with the intent of finding the software bugs. It can also be stated as the process of validating and verifying that a software program or application or product.
  • The process of designing tests early in the life cycle can help to prevent defects from being introduced in the code. Sometimes it՚s referred as “verifying the test basis via the test design” . The test basis includes documents such as the requirements and design specifications.