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

Get started free

Genially sin título

david.romero

Created on November 25, 2024

Start designing with a free template

Discover more than 1500 professional designs like these:

Piñata Challenge

Teaching Challenge: Transform Your Classroom

Frayer Model

Math Calculations

Interactive QR Code Generator

Interactive Scoreboard

Interactive Bingo

Transcript

PROGRAMMING IN PSelnt offers different types of help as we write -when we run a program, it identifies errors and offers suggestions on how to correct them after the symnol -Whe can run the algorithm step by step to see wich instructios are run and in wich order

visual programming: uses graphic blocks and geometrcic shapes. textual programming: requires a specific syntax and grammar

THE STRUCTURE OF PROGRAMS Depending on the type of programming language we use, vocabulary and structure of the program: input processing output

programing languages

TYPES OF DATA Data are the units of information that we are going to process. They are structured into: IDENTIFIER,TYPE,VALUE

ALGORITHM an algorithm is an ordered sequence of steps to solve a problem