An executable sequence of program language statements that completes one or more tasks.
What is a computer program
The number one priority of any program development
What is reliability
What is a concept where the result is greater than the sum of the parts?
What is Synergy
What are the four primary categories of programming errors?
What is Syntax error, Runtime error, Logic error, and overflow error.
A sequence of statements, in a natural language, that solves a problem.
What is an Algorithm.
Where early personal computers were purchased
What is toy stores
What improves the collaborative process?
Using a group of diverse people with different backgrounds and knowledge
What technique helps to catch different programming errors?
What is Incramental program development.
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
When was the IBM personal computer first introduced?
What is 1981.
What makes brainstorming an effective technique in collaboration?
What is the ideas of every person in the group are guaranteed to be heard.
What is true about finding logic errors?
What is logic errors do not display error messages even though the program is actually executing incorrectly.
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.
What was the first business software developed for a personal computer?
What is a spreadsheet program, called VisiCalc.
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.
What error occurs when a program stops execution with an error message indicating some problem, such as division by zero.
What is runtime error.