Variables Q) What is variable? Q) Define variable. Variable means an entity whose value seat vary (i.e.change) during the specific execution...Read More
Bubble Sort Q) Explain Bubble sort algorithm with a suitable example Bubble sort is one of the simplest and most popular sorting methods. Th...Read More
Insertion Sort Q) Explain the Insertion sort algorithm with a suitable example. Insertion sort is based on the principle of inserting the el...Read More
Binary Search Q) Explain the binary search with an algorithm. Binary search is an efficient search as compared to a linear search. it is use...Read More
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