Linear Search Q) Explain the linear search with an algorithm with an example. Linear search is the sequential search. it is started from ele...Read More
Algorithm Prime Q) Draw the flowchart and write an algorithm to determine whether a number is prime or not. This is the algorithm to determi...Read More
Factorial Q) Write an algorithm and draw the flowchart to calculate the factorial of a number. Algorithm Factorial This is a flowchart to ca...Read More
Algorithm Q) Define the algorithm. what are the characteristics of the algorithm? An algorithm is a well defined finite set of instruction t...Read More
Computer Problem-Solving Some computer is an electronic device that performs arithmetic also logical operations. The computer accepts that d...Read More
Fortran ~ Bisection Method This method is used for finding an approximate solution to an equation f(x)=0 to the desired degree of accuracy. ...Read More
Fortran ~ Regula Falsi Method This is the oldest method for finding the real root of the equation f(x)=0. This method is similar to the bis...Read More
Fortran ~ Newton Raphson Method Let Xo be an approximate value of the root of the equation f(X)=0 either algebraic or transcendental and le...Read More
Fortran Trapezoidal rule Some trapezium rule is a method of estimating the area under a curve. We have known that the area under a curve is...Read More