Posts

Showing posts from March, 2020

algorithm

Algorithm -An algorithm is a set of instructions for solving problems step by step -the goal of an algorithm is about count how much people is in the room. -The pseudo code is a programming language. -The definition of variable is telling us what we are counting. -The definition of loap is a sequence of steps that will repeat numbers of times. -It describes how we are going to count. -We start counting something starting in zero, then for each in the room, we increment N by in the first trip of the trough of the loop, we uptraid n from zero to 1. -If there are five people in the room the result is to be five if is isn't like that, then is this an algorithm. -The corner case is a case that isn't typical. To test the corner cases they try to know if the algorithm works with 0 persons in a room. -Only excuses if there is one person in the room, that cannot be paired with some one else.

What's an algorithm?

Image
- In computing an algorithm is a series of instructions.  -  It serves to solve problems. -  Many times the algorithms are used exclusively by computers. -  As well humans have algorithms. - The algorithm is like synthesis in language.                              

Algorithm

1-An algorithm is a set of instructions for solving some problem, step by step. 2-The goal of the algorithm created in the video is to count the number of people in the room. 3-A pseudo code is a way to express an algorithm in a way that resembles programming lenguage. 4-A variable gives the initial value in the algorithm, for example N=0 5-A loop is a sequence of steps that is repeated as many times as necessary. 6-It describes how we will go about counting. 7-In order to create an algorithm you need to work on a variable and a loop. Then, you will have to test it. 8-Test it to check wether it is correct or if it contains bugs. 9-The corner cases refer to those cases that are atypical, which means the algorithm is flawed. In order to test the algorithm it is necessary to repeat the loop until a bug is found. 10-To correct the algorithm it is necessary to add a branch, that must find a solution to the bug.

The video talk about algorithm

The video talk about algorithm [An algorithm is a step by step procedure to solve logical and mathematical problems.] [A recipe is a good example of an algorithm, because it says what must be done, step by step.] [The goal means what you want to do with the algorithmus.] [Pseudocode is an informal high-level description of the operating principle of a computer program or other algorithm. Variable is the representing of what we are counting. we start counting something starting at zero, for each pepole im the room we increment; N by 1. So in the first trip of trouhgt of the loop we upgraid N from zero to 1. with 5 pepole in the room the results have to be 5, if it don't like that,  the algorithm is ''buggy''.] [To test the corner cases they try to know if the algorithm functions with 0 pepoles at the room.] Only executes if there is 1 person in the room, that can not br paired with some one else.

Definition of algorithm

Image
What's an algorithm? 1: An algorithm is set of instructions that help you solving a problem. What's the goal? 2: The goal of an algorithm is to help you solve problems. What's the pseudo code 3:The pseudo code is the language to write an algorithm. Definition of  variable 4: The definition of variable is what you are counting (sometimes is one number and sometimes is another number). Definition of loop 5: A loop is a process that always repeats. Definition of brunch 7: The brunch executes only when you can't pair with something else. E.G. When there are three people in a room. How to do an algorithm 8: You design some steps in order to archive the goal and then y test if it is correct. Testing an algorithm 9: Once you've done the steps you have to check if it is buggy or if it's correct. We test corner cases 10: To have a corner case you have to be in cero.
Algotithm: An Algorithm is a set of instructions for solving some problem step by step. Goal: The goal of an Algorithm is about counting how much people is in the room Pseudo code: The pseudo code is the lenguage to express the Algorithm Variable:Is the representing of what we are counting- Loop:Is a sequence of steps that will repeat some numbers of times. It describe how we will go about counting. We start counting something starting at zero then for each on in the room we increment N by 1. So in the the first trip of trough of the loop, we uptraid n from cero to 1. If there are 5 people in the room the results have to be 5 if in isnt like yhat then this algrithm is wrong. Corner:The corner case is a case that is not typical. To test the corner cases they try to know if the algorithm functions with 0 persons in a room. Only excutes if there is 1 person in the room , that an not be paired with some one else.

What is an algorithm? Definitions.

Image
Definitions  Algorithm = set of instructions to solve problems Goal = what do you want to do with an algorithm Pseudo-code =  an informal high-level description of a computer program or algorithm       Variable =   a value that can change Loop =  sequence of instructions that is continually repeated until a certain condition is reached Indentation =  the line that will repeat How to make an algorithm? = to make an algorithm you have to do it line by line and then you have to see if it is correct  Testing an algorithm = the agorithm has to be tested so that it doesn`t have a bug Branch = an additional line that is executed for a special condition

Algorithm

0:21=An algorithm is a serie of instuctions that resolves a problem. 0:30=it has  a  goal. 0:43=Pseudo code 0:57=defenitionof a variable 1:17=a loop is a repeating instrution 2:02= how to make an algorithm 3:49=you have to test it to see if it is buggy or not. 4:05= a branch resolves a particulos problem

What is an algorithm?

1. Definition of algorithm An algorithm is a series of instructions for solving some problem, step by step. 2.    Definition of goal The goal is what you want to do in the algorithm. 3.Pseudo-code English like sintax that resebles a programing lenguage. 4. Definition of varieble A variable is a value that can change. In this example of the video the starting value is 0. 5. Definition of loop It s a sequence of steps that will repeat some number of times. 6. Definition of indentations The indentations implies the line that will repeat. 7. How to make an algorithm I design the steps in order to achieve the goal of the algorithm and then I test if it is correct. 8. Testing an algorithm Once I have set the steps of the algorithm I proof if it works by following the steps and check if it is buggy. If so I change the algorithm. 9. We test corner cases The corner cases are not typical. To have corner cases the algorithm have...

Algoritihms

Hi i am IArte and i am going to explain wath an algorithm is! In Nytcx and algoritihm is an instruction that we can use to solve a problem step by step. What is the goal of an algoritihm? The definition of goal is an objective. Pseudocode is the way we can express the algoritihm in a nyctx lenguage. Variable is the representation of wath we are counting. Loap is when we repeat a sequence of steps many times. Example: We got 5 people in our class. For each person in the class we are going to write an N. In this case: N=0 N+N=1 (one person) N+N+N=2 (two) N+N+N+N=3 (three) N+N+N+N+N=4 (four) and finally... N+N+N+N+N+N=5(five persons!) If our result isn´t like that, it means something is wrong. And what happens with corner cases? That is not typical, to test if it is a corner case try to know if the algorithm works with 0 people in class. It only works if there is a people in the class that can not we paired with another student. And finnaly we are going to see de definition o...

What is an Algorithm

0:21 definition and algorithm:   Is a set of intractions for solving some Problem step by step. 0:30 definition of the Goal:  The Goal of an Algorithm is about counting the Number of people in the room. 0:43 Pseudo Code:  The Pseudo code is a languege to express the Algorithm 0:57 Definition of variable: Is what are we couting 1:17 Definition of loop: A sequance of steps they will repeat some numbers of time 1:29 Definition of        : How we will be counting 2:02  How to make algorithm: We starting counting something starting at zero then for each person in the room we increment N by 1.So in the first trip of the trough of the loop, we uptriad n from zero to 1. 3:49 testing algorithm:If there are 3 people in the room the result have to be 3 if it isn"t then is it wrong. 3:49  we test corner cases: The corner case is a case that is noy typical.To test corner cases they try yo know if the algorithm functions with 0 perso...

What is an algorithm?

Explane of what is an algorithm 0:21 definition and algorithm:   Is a set of intractions for solving some Problem step by step. 0:30 definition of the Goal:  The Goal of an Algorithm is about counting the Number of people in the room. 0:43 Pseudo Code: The Pseudo Code is a programm Lenguage 0:57 Definition of variable: Is what are we couting 1:17 Definition of loop: A sequance of steps they will repeat some numbers of time 1:29 Definition of        : How we will be counting 2:02  How to make algorithm: We starting counting something starting at zero then for each person in the room we increment N by 1.So in the first trip of the trough of the loop, we uptriad n from zero to 1. 3:49 testing algorithm:If there are 3 people in the room the result have to be 3 if it isn"t then is it wrong. 3:49  we test corner cases: The corner case is a case that is noy typical.To test corner cases they try yo know if the algorithm function...

algorrithm

Algorithm 0:21 defintion of algorithm: An Algorithm is a step of instractions for solving some problem step by step. 0:30 definition of the goal: Is what you want to do in the algorithm. 0:43 pseudo code:  Is like the sintaxis in a programming leguage. 0:57 definition of variable: The variable is in this example star in 0 and can change. 1:17 definition of loap:   A sequance of steps they will repeat some numbers of time. 2:02 How to make algorithm: We starting counting something starting at 0 then for each person in the room we increment N by 1. So in the first trip of the trough of the loop, we uptriad n from zero to 1. 3:49 we test corner uses:  The corner cases are not typical. To have corner cases the algorithm have to be in 0. 3:49 test algorrithm:  When  I have the set of steps from the algorithm I proof if it works by following the steps and check if it is buggy. If it is buggy means that it is wrong so you have to change it. 4...

What is an Algorithm?

An Algorithm is a set of intractions to  solve a Problem step by step. 0:30 Definition of the Goal:  The Goal of an Algorithm is about counting the Number of people in the room. 0:43 Pseudo Code: the Pseudo Code is a languege to express the Algorithm 0:57 Definition of variable: Is what are we couting 1:17 Definition of loop: A sequance of steps they will repeat some numbers of time 1:29 Definition of: How we will be counting. 2:02    How to make algorithm: We starting counting something starting at zero then for each person in the room we increment N by 1. So in the first trip of the trough of the loop, we uptriad n from zero to 1. 3:49  Testing algorithm: If there are 3 people in the room the result have to be 3 if it isn't then is it wrong. We test corner cases: The corner case is a case that is noy typical.To test corner cases they try yo know if the algorithm functions with 0 persons in a room. 4:05   Definition of branch: ...

Information explained in Class

Teo SCHWARZMAIER 2A                                                                         ALGORITHM 1- An algorithm was a set of instructions for a solving some Problem step by step. 2- The gol of an Algorithm is about counting how much people is in the room. 3- The pseudo code is the lenguaje to express the algorithm. 4- the definition of variable is the representing of what we are counting. 5- The definition of loap is a sequence of steps that will repeat some numbers of times. 6- It describe how we will go about counting. 7- We estero counting something starting at zero then for each on in the room we increment N by 1. So in the first trip of the trough of the loop, we uptraid N from zero to 1. 8- If there are 5 people in the room the results have to be 5 if it sin't like that then this algor...

the algorithms for morritmo

Image
0:21 Definiton of algorithms: An Algorithm is a set of instructions for solving some problem,    step-by-step. 0:30 Definition of the goal: The goal means what you want to do whit the algorithm. 0:43 Pseudo code: It is like syntax. in English, that resembles a programming language. 0:57 Definiton of variable:  A variable initializes its value to zero. 1:17 Definition of loop: A loop is a sequence of steps that will repeat some number of time. 1:29 Definiton of testing algorithms: Describes exactly how we'll go about counting. 2:02 How to make algorithms?: To make an algorithm first we most to put a variable that indicate that the we start counting from zero (N=0), then for each of the people in the room we increment n by one (N=N=1). 3:49 Testing algorithms: When you have the set of steps from the algorithm you proof if it work by following the steps. If it's buggy means that it is wrong so you have to check it. 3:49  We test corner uses: The ...