Please enable JavaScript to use CodeHS

Fundamentos de ciencias de la computación AP en Python

Description

¿Cómo almacenan y manipulan la información los ordenadores? En esta lección, los alumnos aprenden cómo los ordenadores abstraen información complicada en trozos manejables que luego pueden almacenar y manipular.

Objective

Students will be able to:

  • explore and explain abstraction and the different ways that we can represent digital information.
Description

En esta lección, los alumnos aprenderán qué es un sistema numérico, la diferencia entre el sistema numérico decimal y el sistema numérico binario, y cómo convertir entre decimal y binario.

Objective

Students will be able to:

  • Represent numbers in different number systems
  • Understand how to convert between the decimal and binary system
Description

En esta lección, los alumnos aprenderán qué es un sistema numérico, la diferencia entre el sistema numérico decimal y el sistema numérico binario, y cómo convertir entre decimal y binario.

Objective

Students will be able to :

  • Understand the binary system
  • Encode various types of information using binary
Description

En esta lección, los alumnos aprenderán cómo los ordenadores descomponen las imágenes en valores concretos que pueden almacenarse. Los alumnos aprenderán cómo se representan digitalmente las imágenes mediante píxeles.

Objective

Students will be able to:

  • Understand how images can be encoded as data
Description

En esta lección, los alumnos conocerán el sistema numérico hexadecimal y su utilidad para almacenar información digital. También aprenderán a convertir números del sistema hexadecimal al binario y viceversa.

Objective

Students will be able to:

  • Understand how to convert between the hexadecimal and binary system
Description

En esta lección, los alumnos aprenderán cómo el esquema de codificación RGB nos permite codificar los colores como datos numéricos. Define la cantidad de luz roja, verde y azul en un píxel.

Objective

Students will be able to:

  • Encode colors
  • Encode color images as data
Description

En esta lección, los alumnos aprenderán a incluir imágenes en sus programas y a manipular sus píxeles utilizando WebImage. Los alumnos aprenderán cómo los filtros de imagen manipulan los datos de píxeles almacenados.

Objective

Students will be able to:

  • Include images in their programs
  • Manipulate the stored pixel data arbitrarily
Description

En esta lección, los alumnos aprenderán cómo los ordenadores reducen la información digital, para que el almacenamiento de imágenes, vídeos y texto sea más eficaz.

Objective

Students will be able to:

  • have a basic understanding of how data can be compressed.
Description

En esta lección, los alumnos aprenderán qué es la compresión con pérdidas, las ventajas e inconvenientes de utilizar este tipo de compresión y en qué casos es adecuado utilizar la compresión con pérdidas.

Objective

Students will be able to:

  • understand different types of compressions, and the benefits and drawbacks to each.
Description

En esta lección, los alumnos aprenden cómo los ordenadores cifran y descifran la información. Los alumnos aprenden la diferencia entre encriptación asimétrica y simétrica.

Objective

Students will be able to:

  • Explain what cryptography is and how it is used
  • Analyze an encryption and determine if it is weak or strong
  • Explain the difference between an easy and hard problem in computer science
  • Explain the difference between algorithms that run in a reasonable amount of time and those that do not run in a reasonable amount of time
  • Explain the difference between solvable and unsolvable problems in computer science
  • Explain the existence of undecidable problems in computer science
Description

Esta lección es una evaluación sumativa de los objetivos de aprendizaje de la unidad.

Objective

Assess student achievement of the learning goals of the unit