Collaboration
Program Design + Development
Identifying Errors
Program Function + Purpose
100

The rapid presentation of ideas to solve a problem by members of a team.

What is brainstorming?

100

The function that repeats a block of code a certain number of times

What is a loop?

100

This error occurs when the code has incorrect results but there is no error message

What is a logic error?

100

An executable sequence of program language that completes more than one task

What is a computer program?

200

True or False: using a group of people with different backgrounds and knowledge improves the collaborative process.

What is true?

200

The process of finding and fixing errors in your code.

What is debugging?

200

This error occurs program code that cannot be executed when the commands are misspelled or statements that are incomplete

What is a syntax error?

200

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

What is an algorithm?

300

This involves two or more people who work together to sovle a problem, produce something, or improve an existing process.

What is collaboration?

300

How a computer numbers each item in a list.

What is an index?

300

This error is caused by an execution process that cannot be managed, such as dividing by 0

What is a runtime error?

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?

400

This effect happens when the presentation of one idea causes the idea of another solution by one or more members of a collaborating team.

What is the trigger effect?

400

The descriptive text used to decribe portions of the code.

What is a comment?

400

This error occurs when you are trying to store more information in the memory allocated for a variable than what is available.

What is an overflow error?

400

True or false: An event is executed by a trigger that waits for some action to be performed.

What is true?

500

The interaction of two or more organizations to produce a combined effect greater than the sum of their seperate effects.

What is synergy?

500

A style of programming that completes and tests small programs before continuing to the next code segment of development.

What is incremental development?

500

True or false: logic errors display error messages.

What is false?

500

Which one of the following is another name for a subroutine: procedure, function, method, or all of the above?

What is all of the above?