Get premium membership and access questions with answers, video lessons as well as revision papers.
(i) White box testing: It concentrates on internal construction of a program. It is carried out to measure logical complexity of a program, to test conditions or for testing loops.
(ii) Black box testing: It focuses on functional requirements of software. It attempts to find errors in various categories such as incorrect or missing functions, interfaces errors, data structure errors or initialization and termination errors.
maurice.mutuku answered the question on May 3, 2018 at 14:48
- What is system testing?(Solved)
Define system testing.
Date posted: May 3, 2018. Answers (1)
- What is the main task of a computer programmer?(Solved)
Give the main task of a computer programmer.
Date posted: May 3, 2018. Answers (1)
- What are the main areas considered when designing a new system?(Solved)
Discuss the main areas that are considered when designing a new system.
Date posted: May 3, 2018. Answers (1)
- What are the disadvantages of interviews as a method for collecting data?(Solved)
Give the disadvantages of interviews as a method for collecting data.
Date posted: May 3, 2018. Answers (1)
- What is system feasibility study?(Solved)
Define the term system feasibility study.
Date posted: May 3, 2018. Answers (1)
- What are the roles of a system analyst?(Solved)
Highlight the roles of a system analyst.
Date posted: May 3, 2018. Answers (1)
- What are the qualities of a good system analyst?(Solved)
Discuss the qualities of a good system analyst.
Date posted: May 3, 2018. Answers (1)
- 1. Create a class called card that maintains a library catalog entry.Have the class store a book's tittle,author,and number of copies on hand.Store the tittle and...(Solved)
1. Create a class called card that maintains a library catalog entry. Have the class store a book's tittle,author,and number of copies on hand.Store the tittle and author as string and the number on hand as an integer.Use a public member function called show() to display the information. Include a short main() function to demonstrate the class.
2.Create a queue class that maintains a circular queue of integers.Make the queue size 100 long.Include a short main() function that demonstrates its operation.
Date posted: May 2, 2018. Answers (1)
- How can technology make office work more efficient?(Solved)
How can technology make office work more efficient?
Date posted: May 2, 2018. Answers (1)
- Explain the meaning of the word diligence in relation to computers(Solved)
Explain the meaning of the word diligence in relation to computers.
Date posted: May 2, 2018. Answers (1)
- Give reasons why mobile phones are regarded as computers(Solved)
Give reasons why mobile phones are regarded as computers.
Date posted: May 1, 2018. Answers (1)
- Here is a C program. Rewrite it so it uses C++ style I/O statements.
/* convert this C program into C++ style.This program computes the lowest...(Solved)
Here is a C program. Rewrite it so it uses C++ style I/O statements.
/* convert this C program into C++ style.This program computes the lowest common denominator*/
#include
into main (void)
{
int a, b, min ;
printf("Enter two numbers: ");
scanf("%d%d",&a, &b);
min = a > b ? b:a;
for (d = 2; dif(((a%d) ==0) && ((b%d) ==0)) break;
if (d== min) {
printf("No common denominators\n");
return 0;
}
printf("The lowest common denominator is %d\n", d);
return 0;
}
Date posted: April 30, 2018. Answers (1)
- Write a C++ program that converts feet to inches.Prompt the user for feet and display the equivalent number of inches.Have your program repeat this process...(Solved)
Write a C++ program that converts feet to inches.Prompt the user for feet and display the equivalent number of inches.Have your program repeat this process until the user enters 0 for the number of feet.
Date posted: April 30, 2018. Answers (1)
- Write a program in C++ that inputs the number of hours that an employee works and the employee's wage.Then display the employee gross pay.(Be sure...(Solved)
Write a program in C++ that inputs the number of hours that an employee works and the employee's wage.Then display the employee gross pay.(Be sure to prompt for input)
Date posted: April 30, 2018. Answers (1)
- What are turnaround documents?(Solved)
What are turnaround documents?
Date posted: April 29, 2018. Answers (1)
- Cite instances when a person shall be lawfully deprived of personal liberty.(Solved)
Cite instances when a person shall be lawfully deprived of personal liberty.
Date posted: April 26, 2018. Answers (1)
- Explain the main causes of fire in a computer laboratory(Solved)
Explain the main causes of fire in a computer laboratory.
Date posted: April 26, 2018. Answers (1)
- List and explain salient features of a computer(Solved)
List and explain salient features of a computer.
Date posted: April 25, 2018. Answers (1)
- Name and explain the use of any three buttons found in a spellcheck dialog box(Solved)
Name and explain the use of any three buttons found in a spellcheck dialog box.
Date posted: April 25, 2018. Answers (1)
- Who is a system analyst?(Solved)
Define system analyst and outline the roles of a system analyst.
Date posted: April 24, 2018. Answers (1)