What are some tools that can be used to boost collaboration on a shared project?
Pair programming, online collaboration tools like Google Drive, Video Calls, face to face meetings
_____________ error is an error that occurs when a computer attempts to handle a number that is outside of the defined range of values. (not enough bits to represent the number)
An Overflow Error
A __________ is a collection of program statements that is part of a program.
code segment
What is event-drivenprogramming?
programstatements are executed when triggered by an event rather thanthroughthesequentialflowofcontrol.
A __________ is a collection of program statementsthatperformsaspecifictaskwhenrun by a computer.
program
Does the design and development process go in a straight line or in a circle?
a circle - it is an iterative process
How are comments helpful in the program design process?
they help when debugging, they help other coders understand your code, they make the code easier to read