a process by which information is exchanged between individuals through a common system of symbols, signs, or behavior
what is communication?
This can be generated when a key is pressed, a mouse is clicked, a program is started, or any other defined action occurs that affects the flow of execution
What is an event?
a set of instructions that a computer needs to follow in order to perform a task
What is a program?
This uses defined inputs to ensure that an algorithm or program is producing the expected outcomes
What is testing
This is crucial when developing computing innovations, because having multiple perspectives offers opportunities to improve the design of innovations and help avoid bias
What is collaboration?
Any data sent from a program to a device
What is a program output?
a collection of program statements that is PART of a program.
What is a code segment?
a mistake in the program where the rules of the programming language are not followed
what is a syntax error?
a process involving a good-faith effort to meet the interests of all the collaborators
What is consensus building?
Any data sent from a device to a program
what is a program input?
a Written Description of the function of a code segment, event, procedure, or program and how it was developed
what is program documentation?
a mistake in the program that occurs during the EXECUTION of a program
What is a Run-time Error
the process of ending a dispute and reaching an agreement that satisfies all parties involved.
What is Conflict resolution?
a new computing method, idea, product, etc.
what is an innovation?
a form of program documentation written into the program to be READ BY THE PEOPLE and do not affect how a program runs
What are comments?
an error that occurs when a computer attempts to handle a number that is outside of the defined range of values
What is an overflow error?
a discussion aimed at reaching an agreement.
What is Negotiation?
a mistake in the algorithm or program that causes it to behave incorrectly or unexpectedly
what is a logic error