Comp Science Flashcards

1
Q

command

A

Gave a order

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

functions

A

an activity intended for a person or a thing

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

conditional statement

A

questions that can be used in a if this then this statement

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

loop

A

over and over

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

control flow

A

the order in which a computer programming executes its instructions

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

Algorithm

A

a process or set of rules

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

iteration

A

the repetition of a process

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

troubleshooting

A

a form of problem solving, often applied to repair failed products or processes on a machine or a system

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

flow chart

A

a diagram of the sequence of movements or actions of people or things involved in a complex system or activity.

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

preconditions

A

a condition that must be filled before things can happen

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

postconditions

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

row

A

a horizontal line

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

column

A

vertical line

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

debugging

A

the process if finding and fixing errors

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 smaller ones

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

Pseudocode

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

The Turing Test measures the intelligence of a test subject to determine whether a machine can demonstrate intelligence. According to the test, a computer program can think if its responses can fool a human into believing it, too, is human.

19
Q

privacy

A

the state or condition of being free from being observed or disturbed by other people.

20
Q

Artificial intelligence

A

the theory and development of computer systems able to perform tasks that normally require human intelligence, such as visual perception, speech recognition, decision-making, and translation between languages.

21
Q

algorithm

A

the process or set of rules

22
Q

back end web developer

23
Q

copy right

A

a legal right that grants exclusive control over the use, reproduction, and distribution of an original work of authorship, such as books, music, movies, and software, for a specific period

24
Q

creative commons

A

a non profit organization

25
CSS
used to add style to a web page by dictating how a site is displayed on a browser
26
css class
a group of elements that are the same or similar
27
CSS selector
a pattern of elements and other terms that tell the browser which HTML elements should be selected to have the CSS property values inside the rule applied to them