Get premium membership and access questions with answers, video lessons as well as revision papers.
Software process is a set of activities and associated results that produce a software product.
The activities include.
1.Specification-Customers and Engineers define the software to be produced and its operational constraints.
2.Development- At this stage the software is designed and programmed.
3.Validation-The software is checked to ensure it is what the customer requires.
4.Evolution-The software is modified to adapt into the changing user or Market requirements.
mzitoh123 answered the question on March 3, 2018 at 06:39
- Explain the term user requirements.(Solved)
Explain the term user requirements.
Date posted: March 3, 2018. Answers (1)
- What do you understand by the term requirements in software engineering?(Solved)
What do you understand by the term requirements in software engineering?
Date posted: March 3, 2018. Answers (1)
- What is Software design?(Solved)
What is Software design?
Date posted: March 3, 2018. Answers (1)
- What is an algorithm in Computer Science?(Solved)
What is an algorithm in Computer Science?
Date posted: March 3, 2018. Answers (1)
- What is fragmentation? Tell about different types of fragmentation? What are necessary conditions for dead lock?(Solved)
What is fragmentation? Tell about different types of fragmentation? What are necessary conditions for dead lock?
Date posted: March 2, 2018. Answers (1)
- What is virtualization as used in computer.(Solved)
What is virtualization as used in computer.
Date posted: March 2, 2018. Answers (1)
- What is a virtual machine?(Solved)
What is a virtual machine?
Date posted: March 2, 2018. Answers (1)
- What is a network class?(Solved)
What is a network class?
Date posted: March 2, 2018. Answers (1)
- What is an IP address as used in networking?(Solved)
What is an IP address as used in networking?
Date posted: March 2, 2018. Answers (1)
- What is a host address as used in computer networking?(Solved)
What is a host address as used in computer networking?
Date posted: March 2, 2018. Answers (1)
- What is fully qualified domain name?(Solved)
What is fully qualified domain name?
Date posted: March 2, 2018. Answers (1)
- What is a dynamic IP address?(Solved)
What is a dynamic IP address?
Date posted: March 2, 2018. Answers (1)
- What is a default route as used in computer networking?(Solved)
What is a default route as used in computer networking?
Date posted: March 2, 2018. Answers (1)
- What is a daemon as used in computer networking?(Solved)
What is a daemon as used in computer networking?
Date posted: March 2, 2018. Answers (1)
- What is a connection oriented protocol?(Solved)
What is a connection oriented protocol?
Date posted: March 2, 2018. Answers (1)
- What is a broadcast message?(Solved)
What is a broadcast message?
Date posted: March 2, 2018. Answers (1)
- What is a function overloading? What are the importance?(Solved)
What is a function overloading? What are the importance?
Date posted: March 1, 2018. Answers (1)
- What is an inline function? Write a c++ program to find the maximum of two numbers using inline function?(Solved)
What is an inline function? Write a c++ program to find the maximum of two numbers using inline function?
Date posted: March 1, 2018. Answers (1)
- What is a statement? Explain jump statement with syntax(Solved)
What is a statement? Explain jump statement with syntax.
Date posted: March 1, 2018. Answers (1)
- Kenya revenue and customs Authority calculate tax for Automobile vehicles determined by its C.C. The calculation of the tax is as follows• Customs tax is...(Solved)
Kenya revenue and customs Authority calculate tax for Automobile vehicles determine by its C.C.
The calculation of the tax is as follows
• Customs tax is CIF value* customs tax rate
• Excise tax is (CIF value+ Customs tax )*Excise tax rate
• VAT is ( CIF value+ customs tax + Excise tax )*VAT rate
• Sur tax is (CIF value+ customs tax + Excise tax + VAT)*Sur tax rate
• Withholding tax is CIF value*withholding tax rate
• Where customs tax rate 35%
Excise tax rate
• If C.C. <=1800 rate is 30%
• Else if C.C.>1800 and <=1600 rate is 60%
• Else C.C. >1600 rate is 100%
• Sure tax rate is 10%
• VAT rate is 15%
• Withholding tax rate 3%
Write a C++ program which has an input value as an argument C.C. and CIF value from the user and display the tax to be paid
Date posted: February 28, 2018. Answers (1)