Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

48 total results found

Ana Mª López Floría

Introduction

Programming

Silvia Coscolín Sánchez

música

Basic elements in programming

Programming

Juan Francisco

First steps with Scratch

Programming

Programming

This book is an adapted work from - https://libros.catedu.es/books/fundamentos-de-programacion-estructurada-con-pseint-y-scratch - https://libros.catedu.es/books/ensena-pensamiento-computacional-con-scratch Translated and adapted by Ana Mª López Floría (...

Starting to use Scratch

Programming

León Larrondo

Libros de León Larrondo, profesor de Sistemas y aplicaciones informáticas en el IES Ángel Sanz Briz de Casetas

Electronics and control

This book has been created by Ana Mª López Floría (2024)

Darío Ureña García

Prueba de exportación de materiales creados en markdown a Bookstack

ciclo
DAW

Rincón COFOTAP

Conjunto de páginas para documentar soluciones y dudas comunes en el ámbito de los medios digitales en educación. Todo desde el punto de vista del rol del COFOTAP.

TIC
COFOTAP

Electronics

Electronics and control

Desarrollo Web en Entorno Cliente

Libro basado en el contenido de mi web: https://marcosruiz.github.io/posts/desarrollo-web-entorno-cliente-24-25/

modulo
Desarrollo Web en Entorno Cliente
ciclo
Desarrollo de Aplicaciones Web
siglasModulo
DWEC
siglasCiclo
DAW

Control systems

Electronics and control

UD1 - Arquitecturas y lenguajes de programación en clientes web

Desarrollo Web en Entorno Cliente

Desarrollo Web en Entorno Cliente

Prueba de importación de materiales propios

siglasModulo
DWEC

What is programming?

Programming Introduction

Programming is providing the necessary instructions to a machine or device so that it can work automatically. In every program there are a series of elements that will always be present: Input: data or information that must be provided to the machine so th...

Flowcharts

Programming Introduction

An algorithm is a sequence of steps that must be performed to solve a problem. A flowchart is a way to represent a process or algorithm in a visual, structured and organized way. It is a very useful tool to organize and structure a programming task before jum...

Output

Programming Basic elements in programming

Normally we program because we want to obtain a result. This result is what we usually call OUTPUT of the program, although everything that the program shows to the user receives the same name. When you are taking your first steps in programming, you usually ...