CH09 |Elaborations| MIS 505 Essentials Of Information Systems And Programming (MIS 505)
TRUE/FALSE 1. You can invoke or call a method from another program or method. ANS: T PTS: 1 REF: 371 2. When methods must share data, you can pass the data into and return the data out of methods. ANS: T PTS: 1 REF: 373 3. A method could be called using any numeric value as an argument, whether it is a variable, a named constant, or a literal constant. ANS: T PTS: 1 REF: 378 4. Most programmers consciously make decisions about cohesiveness for each method they write. ANS: F PTS: 1 REF: 405 5. Programs that use recursion are error-prone but easy to debug. ANS: F PTS: 1 REF: 410TRUE/FALSE 1. You can invoke or call a method from another program or method. ANS: T PTS: 1 REF: 371 2. When methods must share data, you can pass the data into and return the data out of methods. ANS: T PTS: 1 REF: 373 3. A method could be called using any numeric value as an argument, whether it is a variable, a named constant, or a literal constant. ANS: T PTS: 1 REF: 378 4. Most programmers consciously make decisions about cohesiveness for each method they write. ANS: F PTS: 1 REF: 405 5. Programs that use recursion are error-prone but easy to debug. ANS: F PTS: 1 REF: 410TRUE/FALSE 1. You can invoke or call a method from another program or method. ANS: T PTS: 1 REF: 371 2. When methods must share data, you can pass the data into and return the data out of methods. ANS: T PTS: 1 REF: 373 3. A method could be called using any numeric value as an argument, whether it is a variable, a named constant, or a literal constant. ANS: T PTS: 1 REF: 378 4. Most programmers consciously make decisions about cohesiveness for each method they write. ANS: F PTS: 1 REF: 405 5. Programs that use recursion are error-prone but easy to debug. ANS: F PTS: 1 REF: 410
Escuela, estudio y materia
- Institución
- Devry University
- Grado
- MIS 505 Essentials Of Information Systems And Programming (MIS505)
Información del documento
- Subido en
- 22 de mayo de 2021
- Número de páginas
- 7
- Escrito en
- 2020/2021
- Tipo
- Examen
- Contiene
- Preguntas y respuestas
Temas
-
with a selection structure
-
you perform an action or task
-
and then you perform the next action
-
in order ans f pts 1 ref 95 2 in a structured program
-
any structure can be nested within another