vocab unit 1 Flashcards

(36 cards)

1
Q

Command

A

a directive to a computer program to perform a specific task

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

Function

A

software logic that has a well-defined interface and behavior and can be invoked multiple times

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

Conditional Statement

A

A type of coding instruction used to compare values and express and make decisions

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

Loop

A

a sequence of instructions that is continually repeated until a certain condition is reached

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

Control Flow

A

the order in which the computer executes statements in a script

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

Algorithm

A

a set of instructions that is designed to accomplish a task

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

Iteration

A

repeating instructions that can be called over and over.

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

Troubleshooting

A

A systematic approach to solving a problem

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

Flow Chart

A

A diagram that depicts a process, system or computer algorithm

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

Preconditions

A

A condition or predicate that must always be true just prior to the execution of some section of code.

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

Postconditions

A

A condition or predicate that must always be true just after the execution of some section of code or after an operation in a formal specification.

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

Row

A

a single group of related data within a table

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

Column

A

a collection of cells aligned vertically in a table

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

Debugging

A

the process of identifying and removing errors from computer hardware or software.

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

Decomposition

A

the process of breaking down a problem into a number of smaller problems that can more easily be addressed.

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

Pseudocode

A

a notation resembling a simplified programming language, used in program design.

17
Q

Copyright

A

the exclusive legal right, given to an originator or an assignee to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same.

18
Q

Turing Test

A

a test for intelligence in a computer, requiring that a human being should be unable to distinguish the machine from another human

19
Q

Privacy

A

the state or condition of being free from being observed or disturbed

20
Q

Artificial Intelligence (AI)

A

computer systems able to perform tasks that normally require human intelligence

21
Q

Turing Test

A

Test to measure a machine’s ability to mimic human intelligence

22
Q

Sorting Algorithm

A

Algorithm that puts elements of a list in order

23
Q

Privacy

A

Assurance that the confidentiality of, and access to, certain information about an entity is protected

24
Q

Pixel

A

One square of an image on the screen of a computer

25
Output
Data that is sent out of the computer
26
Linear Search
form of sorting where you go through each item of a list one by one in a straight line and sort them accordingly.
27
Digital Footprint
The trail you leave while using the internet
28
Decimal
Used for binary
29
Binary Search
Sorting elements by splitting the list in half over and over until you get the list with just the elements you want
30
Binary
numbers 1 or 0 representing on and off switches to convey messages and data
31
Bias
Way of sorting in computers based on harmful systematic and personal opinions or patterns
32
Automation
Automatically doing a list of tasks
33
Augmentation
Extension
34
Artificial Intelligence
Machines replicating human intelligence
35
ASCII
American standard form of binary
36
Algorithm
List of instructions for completing a task