Unit 1 Creative Development Flashcards

1
Q

physical components of a computing device

A

hardware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

instructions in a programming language to a computing device

A

software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

___________ includes diverse perspectives to reduce ______________ in the development

A

collaboration, bias

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Collaboration
- ______
- ______
-______
-________-

A

communication, consensus building, conflict resolution, negotiation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

collection of program statements that performs a specific task

A

program (often referred to as software)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

collection of program statements both text based and graphical

A

code segment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

data sent to a computer for processing by a program
- ______
- _____
- ______-
-_______-

A

program input, tactile, audio, visual, text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

action that supplies input data to a program, ex: key pressed, mouse clicked, or any action that affects execution

A

event

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

the process to make an innovation

A

development process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

a written description of the function of a code segment, event, procedure, or program, and how it was developed

A

program documentation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

_______ are a form of program documentation

A

comments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

comments do not affect ________ and ________. They can be used to acknowledge code segments written by someone else

A

how the program runs, speed of the program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

3 types of errors

A

logic, syntax, runtime

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

a mistake in the algorithm that causes it to behave incorrectly or unexpectedly

A

logic error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

a mistake where rules of the language are not followed, will not run

A

syntax error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

a mistake that occurs during the execution of a program

A

runtime error