Entradas

Mostrando entradas de 2017

ELECTRIC CIRCUITS

Imagen
What is an electrical circuit? its a closed pathway through which electrons flow key words voltage:  its the electrical change of a battery or power supply (volts "V") the voltage is the same in all of the circuits current:  its the flow of electrons in the circuit (amperes "amps" "T") the current changes depending on the resistance. Ej    resistor:   its a component that opposes to the flow of electrons (r)   ley de ohm: - V= IR  - I = V/R  - R = V/I  entre mas resistencia, menos corriente Series circuits:  its a circuit in which the current flows and its not branching (t)   Parallel circuit: its a circuit in which the current flows through trwo or more branches   thnx for watching

PERIODO 2

¿Por qué pueden los robots con sensores ser útiles en el futuro? COMPETENCIAS DEL AREA 1.        Tengo en cuenta principios de funcionamiento y criterios de selección para la utilización eficiente  y segura de artefactos, productos, servicios, procesos y sistemas tecnológicos de mi entorno CONTENIDOS 1.        Circuitos eléctricos 2.        Robótica (seguidor de luz) NIVLES DE DESEMPEÑO 1.        Identifica los componentes de un circuito eléctrico, los diferencia y nombra sus funciones 2.        Presenta un modelo de circuito que permita solucionar problemas cotidianos 3.        Propone algoritmos que permitan desarrollar un modelo robótico seguidor de luz con el objetivo de promover cambios e innovacion

THEORY

  PROGRAMACION   Loops: repetition of instructions a number of times   #include <iostream> // library using namespace std; // to use cout (output) screen and cin (input) keyboard int main { // start of the program integer -int num,sum,count; // declaration of variables data           -float (decimales) cout <<" muestra  la persona o pregunta "ejm"this program will do the sum of 7 numbers"; for (count=1;count<=7;count++){       cout<<"please give me a number:  ";       cin>> num;       sum= sum+num;       sum+=num; } i=asigna i==compara Arrays: are space memories that allow you to store some type of data int numbers[10]={5,3,8,10,12,15,17,8,2,1}   New type:  string cadena- characters 'A','B','C','D','E'   char

PERIODO 1

COMPETENCIAS DEL ÁREA 1. Resuelvo problemas tecnológicos y evalúo las soluciones teniendo en cuenta las condiciones, restricciones y especificaciones del problema planteado COMPETENCIAS CIUDADANAS 1. Identifico prejuicios, estereotipos y emociones que me dificultan sentir empatía por algunas personas o grupos y exploro caminos para superarlos. 2. Contribuyo a que los conflictos entre personas y entre grupos se manejen de manera pacifica y constructiva mediante la aplicación de estrategias basadas en el dialogo y la negociación.  COMPETENCIAS LABORALES 1. Identificar, ubicar, organizar, controlar y utilizar en forma racional y eficiente los recursos disponibles en la realización de proyectos y actividades COMPONENTES 1. Programación  2. Ciclos (para y mientras) 3. Vectores y matrices.  NIVELES DE DESEMPEÑO 1. Identifica los comandos e interpreta los procedimientos que requieren para realizar un algoritmo que cumpla con las exigencias planteadas 2.