Category COMP560

COMP560 Zylabs W1

1.1.1: What is computer equipment called? 1.1.2: What does it take to write a complex program? 1.2.1: What part of the computer executes instructions? 1.2.2: What type of storage persists without electricity? 1.4.1: What consists of a large number of simple CPU instructions? 1.4.2: Determine what…

COMP560 W2 Zych3_Decisions

1. What statement is used to implement a decision? A) if 2. What are the two parts of an if statement?A) A condition and a body3. Which of the following statements is true about the if statement?A) The else block is optional. 4.…

COMP560 W1 Quiz

A) Good Morning Class ! 2. An integrated development environment bundles tools for programming into a unified application. What kinds of tools are usually included?A) An editor and an interpreter 3. A computer program is a sequence of:A) instructions and decisions. 4.…