Want to create interactive content? It’s easy in Genially!

Get started free

Programming languages and algorithms

samuel.caballero

Created on December 18, 2023

Start designing with a free template

Discover more than 1500 professional designs like these:

Transcript

PseInt is like a textual programming language but instead of having a syntax, it uses a pseudocode, that is like the textual language but with more friendly code, with words easy to learnHere are the things that has PseInt:
There are two types of programming languages:
The vocabulary will be different depending on what do we want to do. It can divided in:
  • Visual programming
  • Textual programming

Programming languages and algorithms

  • Inputs
  • Proccessing
  • Outputs

Made by Samuel Caballero

  • It helps us with different tools, like the autocompletation
  • It identifies errors on our program and makes suggestions
  • You can write comments using //
  • We can run the code step by step for identify errors or see what it does
The data is the information that we process. It's structured into an identifier, type and value
The algorithms are a set of instruction for archieving a goal. The charts that represents them are called flowcharts