Basic Understanding Of The Algoritma

in steemit •  7 years ago 

image

Programming languages ​​are increasingly being studied by many people. This is related to the advancement of the times that make technology as important to support the progress. For readers who want to learn the programming language, the basic thing to understand is the programming algorithm. To understand what is the programming algorithm, please refer to the discussion below.

In mathematics and computer science, the algorithm is a sequence or steps for calculation or to solve a problem written in sequence. Thus, programming algorithms are the sequence or steps to solve computer programming problems.

In programming, the important thing to understand is our logic in thinking how to solve the problem of programming to be made. For example, many mathematical problems are easy if solved in writing, but quite difficult if we translate into programming. In this case, algorithm and programming logic will be very important in solving the problem.

For example algorithm in mathematics as below:

Algorithm to calculate the y value of the equation y = 3x + 8

The algorithm is:

Start

Find the value of x

Calculate the value y = 3x + 8

Print the values ​​of x and y

Done

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!