Algorithm paper 2

studied byStudied by 4 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 6

flashcard set

Earn XP

7 Terms

1

Algorithms are step by step instructions to solve a problem

are step by step instructions to solve a problem

New cards
2

Variable

A variable is a named space in computers memory where we store things or change the things that are stored in the memory.

New cards
3

3 types :

written description , flowcharts and Pseudocode

New cards
4

Arithmetic Operators

  • Addition

  • Subtraction

  • Division

  • Multiplication

  • integer division (//)

  • Exponential (**)

  • Modulus (the reminder after the division) (%)

New cards
5

Logical operators

AND , OR , NOT

New cards
6

Relational operators

  • Less than<

  • Less than or equal to <=

  • Greater than >

  • Greater than or equal to >=

  • Not equals to !=

  • Equals to =

New cards
7

Shapes and their function in the Flowchart

  • Oval kind of shape - start and end

  • rectangle but w/ curves - process

  • Diamond - Decision

  • Parallelogram- input / output

  • Arrows-Connect

New cards
robot