1. Algorithm should be precise. They should be simple and easy to understand.
2. Algorithm should be finite. They should have a beginning and an ending.
3. Algorithm should take a finite time for operations of instructions to be performed.
4. Algorithm should give desired results after algorithm terminates.
Joseph lance answered the question on February 14, 2018 at 07:48
-
What are the steps to design a good database?
(Solved)
What are the steps to design a good database?
Date posted:
February 13, 2018
.
Answers (1)
-
What is meant by Physical and Logical data independence?
(Solved)
What is meant by Physical and Logical data independence?
Date posted:
February 13, 2018
.
Answers (1)
-
What is the difference between logical organization and physical organization of data in a database?
(Solved)
What is the difference between logical organization and physical organization of data in a database?
Date posted:
February 13, 2018
.
Answers (1)
-
What is meant by data independence in database management systems?
(Solved)
What is meant by data independence in database management systems?
Date posted:
February 13, 2018
.
Answers (1)
-
Define the term data dictionary as used in database management systems?
(Solved)
Define the term data dictionary as used in database management systems?
Date posted:
February 13, 2018
.
Answers (1)
-
What is meant by Metadata?
(Solved)
What is meant by Metadata?
Date posted:
February 13, 2018
.
Answers (1)
-
What are the drawbacks of file processing system?
(Solved)
What are the drawbacks of file processing system?
Date posted:
February 13, 2018
.
Answers (1)
-
What are peripheral devices of a computer?
(Solved)
What are peripheral devices of a computer?
Date posted:
February 9, 2018
.
Answers (1)
-
State 3 benefits of object oriented programming
(Solved)
State 3 benefits of object oriented programming.
Date posted:
February 9, 2018
.
Answers (2)
-
Outline seven steps followed in structured system development
(Solved)
Outline seven steps followed in structured system development.
Date posted:
February 8, 2018
.
Answers (1)
-
List six methods and tools that are useful in stemming computer fraud by employees.
(Solved)
List six methods and tools that are useful in stemming computer fraud by employees.
Date posted:
February 7, 2018
.
Answers (1)
-
What is the meaning of online fraud?
(Solved)
What is the meaning of online fraud?
Date posted:
February 6, 2018
.
Answers (1)
-
Computers have caused more harm than good in the modern society. Discuss
(Solved)
Computers have caused more harm than good in the modern society. Discuss
Date posted:
February 6, 2018
.
Answers (1)
-
Describe the operations of a program typeid.
(Solved)
Describe the operations of a program typeid.
Date posted:
February 6, 2018
.
Answers (1)
-
What purpose do the terminate() and unexpected() elements serve in a C++ computer program?
(Solved)
What purpose do the terminate() and unexpected() elements serve in a C++ computer program?
Date posted:
February 5, 2018
.
Answers (1)
-
Briefly explain how try, catch and throw work together to provide C++ exception handling.
(Solved)
Briefly explain how try, catch and throw work together to provide C++ exception handling.
Date posted:
February 5, 2018
.
Answers (1)
-
What is a general class and what is its general form in a C++ computer program?
(Solved)
What is a general class and what is its general form in a C++ computer program?
Date posted:
February 5, 2018
.
Answers (1)
-
What is a generic function and what is its general form in a C++ computer program?
(Solved)
What is a generic function and what is its general form in a C++ computer program?
Date posted:
February 5, 2018
.
Answers (1)
-
What is the main advantage of run-time polymorphism? What is its potential disadvantage?
(Solved)
What is the main advantage of run-time polymorphism? What is its potential disadvantage?
Date posted:
February 5, 2018
.
Answers (1)
-
If in a class hierarchy, a derived class neglects to override a virtual function,what happens when an object of that derived class that function in...
(Solved)
If in a class hierarchy, a derived class neglects to override a virtual function,what happens when an object of that derived class that function in a computer program?
Date posted:
February 5, 2018
.
Answers (1)