Program Function and Purpose
Program Design and Development
Collaboration
Identifying and Correcting Errors
100

An executable sequence of program language statements that completes one or more tasks.

What is a computer program

100

The number one priority of any program development

What is reliability

100

What is a concept where the result is greater than the sum of the parts?

What is Synergy

100

What are the four primary categories of programming errors?

What is Syntax error, Runtime error, Logic error, and overflow error.

200

A sequence of statements, in a natural language, that solves a problem.

What is an Algorithm.

200

Where early personal computers were purchased

What is toy stores

200

What improves the collaborative process?

Using a group of diverse people with different backgrounds and knowledge

200

What technique helps to catch different programming errors?

What is Incramental program development.

300

A set of program statements that is part of a program and usually performs a single task, and is not necessarily executable.

What is a code segment

300

When was the IBM personal computer first introduced?

What is 1981.

300

What makes brainstorming an effective technique in collaboration?

What is the ideas of every person in the group are guaranteed to be heard.

300

What is true about finding logic errors?

What is logic errors do not display error messages even though the program is actually executing incorrectly.

400

When is an event executed?

What is By a trigger that waits for some action to be performed, like a mouse-clicked or a key-pressed.

400

What was the first business software developed for a personal computer?

What is a spreadsheet program, called VisiCalc.

400
What is the Trigger effect?

What is the trigger effect happens when the presentation of one idea triggers the idea of another solution by one or more members of the collaboration team.

400

What error occurs when a program stops execution with an error message indicating some problem, such as division by zero.

What is runtime error.