Estructuras Repetitivas

Description

sentencia for,while,do while y switch
ALEJANDRA H
Mind Map by ALEJANDRA H, updated more than 1 year ago
ALEJANDRA H
Created by ALEJANDRA H about 7 years ago
12
0

Resource summary

Estructuras Repetitivas
  1. La sintaxis:
    1. { Sentencia; Sentencia; … Sentencia; }
    2. De Selección
      1. SWITCH
        1. switch(expresión){ case constante1; secuencia de sentencias; break; case constante1; secuencia de sentencias; break; ….. ….. default: secuencia de sentencias; }
        2. IF
          1. if(expresion)sentencia; else sentencia;
            1. IF anidados
              1. if(i){ if(i)sentencia1; if(i)sentencia2; else sentencia3; }
        3. De Iteración
          1. FOR
            1. for (inicialización;condición;incremento) sentencia;
            2. WHILE
              1. while(condición)sentencia;
              2. DO WHILE
                1. do{ sentencia; }while(condición);
              Show full summary Hide full summary

              Similar

              FUNDAMENTOS DE REDES DE COMPUTADORAS
              anhita
              Test: "La computadora y sus partes"
              Dayana Quiros R
              Abreviaciones comunes en programación web
              Diego Santos
              Seguridad en la red
              Diego Santos
              Conceptos básicos de redes
              ARISAI DARIO BARRAGAN LOPEZ
              Excel Básico-Intermedio
              Diego Santos
              Evolución de la Informática
              Diego Santos
              Introducción a la Ingeniería de Software
              David Pacheco Ji
              La ingenieria de requerimientos
              Sergio Abdiel He
              TECNOLOGÍA TAREA
              Denisse Alcalá P
              Navegadores de Internet
              M Siller