The rapid presentation of ideas to solve a problem by members of a team.
What is brainstorming?
The function that repeats a block of code a certain number of times
What is a loop?
This error occurs when the code has incorrect results but there is no error message
What is a logic error?
An executable sequence of program language that completes more than one task
What is a computer program?
True or False: using a group of people with different backgrounds and knowledge improves the collaborative process.
What is true?
The process of finding and fixing errors in your code.
What is debugging?
This error occurs program code that cannot be executed when the commands are misspelled or statements that are incomplete
What is a syntax error?
A sequence of statements in a natural language that solves a problem
What is an algorithm?
This involves two or more people who work together to sovle a problem, produce something, or improve an existing process.
What is collaboration?
How a computer numbers each item in a list.
What is an index?
This error is caused by an execution process that cannot be managed, such as dividing by 0
What is a runtime error?
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?
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?
The descriptive text used to decribe portions of the code.
What is a comment?
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?
True or false: An event is executed by a trigger that waits for some action to be performed.
What is true?
The interaction of two or more organizations to produce a combined effect greater than the sum of their seperate effects.
What is synergy?
A style of programming that completes and tests small programs before continuing to the next code segment of development.
What is incremental development?
True or false: logic errors display error messages.
What is false?
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?