Please enable JavaScript to use CodeHS

Utah Programación Informática 2

Description

En esta lección, los estudiantes aprenderán y practicarán el uso de tuplas. Una tupla es un tipo de datos heterogéneo e inmutable que almacena una secuencia ordenada de cosas a las que se puede acceder utilizando índices.

Objective

Students will be able to:

  • create and store information in tuples
  • explain the characteristics of a tuple
Description

En esta lección, los estudiantes aprenderán sobre su segunda estructura de datos, listas. Una lista es un tipo de dato mutable y heterogéneo que almacena una secuencia ordenada de cosas.

Objective

Students will be able to:

  • understand and explain the characteristics of a list
  • use lists to store and recall information
Description

En esta lección, los estudiantes aprenderán cómo las listas pueden ser iteradas de manera similar a las strings.

Objective

Students will be able to:

  • understand and explain the characteristics of a list
  • use for loops to go through items in a list
Description

Los métodos, en general, son como funciones que se pueden llamar en objetos. Los estudiantes han visto anteriormente cómo se llaman los métodos de string en las strings. ¡En esta lección, los estudiantes aprenderán sobre los diversos métodos de lista que se pueden llamar en las listas!

Objective

Students will be able to:

  • apply useful list methods to alter and access information about a list
Description

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

Objective

Students will be able to:

  • Prove their knowledge of basic data structures through a multiple choice quiz