CSP Chapter 5 Exam Questions and Answers All Correct
Boolean - Answer-A binary variable, having two possible values called "true" and "false." String - Answer-A group or finite sequence of characters. Iteration - Answer-"loop" by another name - the repetition of a statement, process, or procedure ("one complete cycle."). Algorithm - Answer-A precise sequence of instructions for processes that can be executed by a computer. ("Step by step procedure to reach a goal.") Pseudocode - Answer-A notation resembling a simplified programming language, used in program design. ("A mixture of programming coding and english language.") Programming Language - Answer-A coding language used to dictate specific instructions to a computer. Programming Enviroment - Answer-A tool where you write and run computer programs. Low Level Programming Language - Answer-A programming language that captures only the most primitive operations available to a machine. Anything that a computer can do can be represented with combinations of these commands. High Level Programming Language - Answer-A programming language with many commands and features designed to make common tasks easier to program. Any of this type of functionality is encapsulated as combinations of low level commands. give a name to a set of actions - Answer-When you define a function you... Abstraction - Answer-pulling out specific differences to make one solution work for multiple problems. Function - Answer-a piece of code that you can easily call over and over again. Camelcase - Answer-one word with no spaces; all lowercase except for the first letter of each individual word; must be descriptive
Escuela, estudio y materia
- Institución
- CSP
- Grado
- CSP
Información del documento
- Subido en
- 4 de abril de 2024
- Número de páginas
- 3
- Escrito en
- 2023/2024
- Tipo
- Examen
- Contiene
- Preguntas y respuestas
Temas
-
csp chapter 5 exam questions and answers all co