Connect with us

Computer

Programming

Which of the following property of an algorithm states that the algorithm must terminate after a certain number of steps

Correct Answer is : Finiteness

List of all characteristics of an algorithm are given below:
Effectiveness, Finiteness, Definiteness , Feasibility, Independent , Well-defined inputs, Well-defined outputs, Deterministic, Language independence

  • Effectiveness: The steps required to get to output must be feasible with the available resources.
  • Finiteness: The algorithm should have a finite number of steps to solve the problem and get a valid output.
  • Definiteness: Each step must be precisely defined and clear.
  • Feasibility: The algorithm should be feasible with the available resources.
  • Independent: The algorithm should have step-by-step directions, which should be independent of any programming code.

Recently updated  

on

Q.The average time required to reach a storage location in memory and obtain its contents is called the

Q.The Circuit used to store one bit of data is known as

Q.If ‘M’ denotes the number of memory locations and ‘N’ denotes the word size, then an expression that denotes the storage capacity is_______.

Q.What is the location of the internal registers of CPU ?

Q.Which of the following is independent of the address bus?

Q.Size of the ________ memory mainly depends on the size of the address bus.

Q.Which of the following is the fastest means of memory access for CPU?

Q.Any electronic holding where data can be stored and retrieved later whenever required is _____.

Q.What does SVGA stand for || Full form of SVGA ?

Q.A special request originated from some device to the CPU to acquire some of its time is called ______.

Advertisement
Advertisement