Please enable JavaScript to use CodeHS

Aplicaciones y codificación de New Mexico Tech

Description

En esta primera lección, los alumnos conocerán su dispositivo micro:bit y el editor MakeCode, donde construirán y probarán programas a lo largo del curso. También se les guiará a través del proceso para descargar programas del editor a su dispositivo y aprenderán algunos comandos básicos para empezar a escribir programas micro:bit.

Objective

Students will be able to:

  • Articulate what physical computing is
  • Download and run programs on their micro:bit device in order to physically view programs as they create them throughout the course
  • Use the showNumber and showString commands in micro:bit programs
Description

En esta lección, los alumnos profundizarán en el desarrollo, prueba y ejecución de programas en el simulador micro:bit y en sus dispositivos. Aprenderán cómo está dispuesto el sistema de cuadrícula 5x5 y utilizarán más comandos para encender LEDs específicos en la pantalla.

Objective

Students will be able to:

  • Develop, test, and run programs both on the micro:bit simulator and on physical devices
  • Use the MakeCode grid numbering system to light specific LEDs on the 5x5 LED screen
  • Use the led.plot, led.unplot, and basic.pause commands in micro:bit programs
Description

En esta lección, los alumnos aprenderán qué son los comentarios y el pseudocódigo, por qué son importantes y cómo ayudan a organizar y planificar los programas. También aprenderán la diferencia básica entre componentes analógicos y digitales, y a utilizar los comandos “trazarBrillo” y “limpiarPantalla” en sus programas.

Objective

Students will be able to:

  • Use comments to write more readable programs
  • Develop pseudocode in order to properly plan and organize their programs
  • Use the plotBrightness and clearScreen commands in micro:bit programs
Description

En esta lección, los alumnos construirán su primer circuito físico utilizando sus dispositivos micro:bit. Aprenderán a utilizar variables para controlar componentes, junto con los comandos analogWritePin y digitalWritePin.

Objective

Students will be able to:

  • Articulate what a variable is and why they are used
  • Assign and utilize variable in their programs
  • Create a simple circuit using micro:bit pins
  • Control an external LED by using the analogWritePin and digitalWritePin commands in micro:bit programs
Description

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

Objective

Students will be able to:

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