Please enable JavaScript to use CodeHS

Fundamentos de ciencias de la computación AP en Python

Description

Definimos qué es el “código”, encontramos ejemplos en el mundo real y aprendemos sobre la programación como un ejemplo específico de código.

Objective

Students will be able to explain what code is in their own words, and provide examples of code in their lives.

Description

Conocemos algunas de las aplicaciones de los programas informáticos.

Objective

Students understand why programming is a useful skill, and can explain ways in which programs are being used today. Students will be able to analyze the positive and negative effects of programs and communicate their findings to their classmates.

Description

En esta lección, los alumnos aprenderán a imprimir mensajes en la consola utilizando el comando print de Python.

Objective

Students will be able to:

  • Write a Python program by typing commands with proper syntax
  • Write a program that prints out a message to the user
Description

En esta lección, los alumnos aprenden a asignar valores a las variables, a manipular esos valores variables y a utilizarlos en las declaraciones del programa. Esta es la lección introductoria sobre cómo se pueden almacenar datos en variables.

Objective

Students will be able to:

  • Explain what variables are and what they are used for
  • Use the different types of variables in Python
  • Distinguish between declaring, initializing and assigning variables
  • Create their own variables with proper naming conventions
  • Print out the values stored in variables
Description

En esta lección, los alumnos aprenden a permitir que los usuarios introduzcan información en sus programas, y a utilizar esa información en consecuencia.

Objective

Students will be able to:

  • Create programs that ask the user for input
  • Store user input in variables and print it back to the user
  • Choose the proper input function to use depending on the type of information needed
Description

En esta lección, los alumnos aprenden los distintos operadores matemáticos que pueden utilizar para realizar cálculos matemáticos y crear programas útiles que calculen información para el usuario.

Objective

Students will be able to:

  • Describe the different mathematical operators we can use in programs
  • Create programs that use basic math to compute useful things
  • Create programs that take in user input, do simple computations with the input, and produce useful output
Description

En esta lección, los alumnos aprenderán los fundamentos de la creación de objetos gráficos. La creación de gráficos se basa en establecer el tipo, la forma, el tamaño, la posición y el color en el lienzo del artista antes de añadirlos a la pantalla. Utilizando conceptos geométricos, se pueden crear múltiples objetos gráficos en Python.

Objective

Students will be able to:

  • Create graphical Python programs that draw shapes on the canvas
  • Locate points on the graphics canvas using (x, y) coordinates
Description

En esta lección, se presenta a los alumnos una forma de obtener información del ratón del usuario mediante el método del clic del ratón.

Objective

Students will be able to:

  • Describe how events are different than timers
  • Use mouse click events to create programs that respond to user clicks
Description

En esta lección, los alumnos repasan el contenido con un Quiz de la Unidad de 15 preguntas.

Objective

Students will be able to:

  • Prove their knowledge of basic coding concepts through a multiple choice quiz