CIS 103 - FINAL EXAM REVIEW - SPRING
2018 Questions with Complete Solutions (Latest 2025) A combination of all the components required to process and store data using a computer. - Correct Answers ✅Computer System Sets of instructions for a computer. - Correct Answers ✅Program The equipment of a computer system. - Correct Answers ✅Hardware Programs that tell the computer what to do. - Correct Answers ✅Software An error that occurs when incorrect instructions are performed, or when instructions are performed in the wrong order. - Correct Answers ✅Logic Error An error in language or grammar. - Correct Answers ✅Syntax Error Tasks that must be performed at the beginning of a program to prepare for the rest of the program. - Correct Answers ✅Housekeeping 1 / 2
CIS 103 - FINAL EXAM REVIEW - SPRING
2018 Questions with Complete Solutions (Latest 2025) A named memory location of a specific data type, whose contents can vary or differ over time. - Correct Answers ✅Variable
- Understand the problem.
- Plan the logic.
- Code the program.
- Use software (a compiler or interpreter) to translate the
- Test the program.
- Put the program into production.
- Maintain the program. - Correct Answers ✅Program
- Correct Answers ✅Features of Good Program Design
- / 2
program into machine language.
Development Cycle A measure of the degree to which all the module statements contribute to the same task. - Correct Answers ✅Functional Cohesion Programming comments where appropriate, choosing identifiers carefully, designing clear statements, write clear prompts and echo input, maintain good programming habits.