Compra 10 libros por 10 € aquí!
Bookbot

Codificación Cotidiana

Esta serie guía a los lectores a través del mundo de la programación, comenzando desde los conceptos básicos hasta otros más avanzados. Ofrece ejemplos prácticos y explicaciones claras que desmitifican las complejidades de la codificación. Es ideal para aspirantes a desarrolladores y cualquiera que desee comprender la lógica detrás del mundo digital. El objetivo es equiparle con las habilidades para crear sus propios proyectos.

Following Instructions: Using Control
Combining Tasks: Using Composition
Group Planning, Creating, and Testing: Programming Together

Orden recomendado de lectura

  1. Collaboration is one of the defining characteristics of the tech industry, and young readers can relate to the dynamic processes of brainstorming and working together in a group. This volume emphasizes that ideas evolve as more people provide input. With real-world examples of collaboration between students, the book describes how working together leads to a stronger end product, both in software and in everyday life.

    Group Planning, Creating, and Testing: Programming Together
  2. One of the most fascinating aspects of computer programming is how different programs or parts of programs work together. This volume explores how smaller tasks are grouped together to meet goals, both in and out of programming. Young readers can follow along with accessible examples, fostering development of computational thinking.

    Combining Tasks: Using Composition
  3. Control structures determine how a computer program responds to a key press, mouse click, loop of instructions, or Boolean logic. Away from a computer, these structures can be seen in how people follow instructions and how they decide whether or not to carry out tasks. This book provides young readers with examples of control structures in everyday life while explaining the basics of control in computer programming.

    Following Instructions: Using Control