Vocab words Flashcards

(26 cards)

1
Q

command

A

give an authoritative order

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

functions

A

an activity or purpose natural to or intended for a person or thing

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

Conditional Statement

A

A conditional statement is a statement that can be written in the form “If P then Q,” where P and Q are sentences. For this conditional statement, P is called the hypothesis and Q is called the conclusion. Intuitively, “If P then Q” means that Q must be true whenever P is true.

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

loop

A

a structure, series, or process, the end of which is connected to the beginning.

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

Control flow

A

Control flow is the order in which the computer executes statements in a script. Code is run in order from the first line in the file to the last line, unless the computer runs across the (extremely frequent) structures that change the control flow, such as conditionals and loops.

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

Iteration

A

the repetition of a process or utterance.

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

troubleshoot

A

Troubleshooting is a form of problem solving, often applied to repair failed products or processes on a machine or a system. It is a logical, systematic search for the source of a problem in order to solve it, and make the product or process operational again.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
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
9
Q

Preconditions

A

a condition that must be fulfilled before other things can happen or be done

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

Postconditions

A

The result of a factorial is always an integer and greater than or equal to 1. So a program that calculates the factorial of an input number would have postconditions that the result after the calculation be an integer and that it be greater than or equal to 1.

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

Row

A

a number of people or things in a more or less straight line.

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

Column

A

an upright pillar, typically cylindrical and made of stone or concrete, supporting an entablature, arch, or other structure or standing alone as a monument.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
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
14
Q

Decomposition

A

the state or process of rotting; decay.

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

Copyright

A

Copyright is a legal right that grants creators exclusive control over their original works of authorship, allowing them to reproduce, distribute, and adapt their creations for a limited time.

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

Turing Test

A

The Turing Test, also known as the imitation game, is a test of a machine’s ability to exhibit intelligent behavior indistinguishable from that of a human. In this test, a human evaluator interacts with both a human and a machine through text, and the machine passes if the evaluator cannot reliably tell them apart.

17
Q

Privacy

A

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

18
Q

Artificial Intelligence

A

Artificial intelligence (AI) is a field of science that aims to create machines that can learn, reason, and act like humans. AI is a broad field that includes many disciplines, such as computer science, data analytics, and neuroscience.

19
Q

Turing Test

A

The Turing Test, also known as the “Imitation Game,” is a test of a machine’s ability to exhibit intelligent behavior equivalent to, or indistinguishable from, that of a human. In the test, a human evaluator judges text-based conversations between a human and a machine, attempting to identify the machine. If the evaluator cannot reliably distinguish the machine from the human, the machine is said to have passed the Turing Test.

20
Q

Sorting Algorithm

A

A sorting algorithm rearranges a list of items into a specific order, like ascending or descending order. Commonly used algorithms include bubble sort, selection sort, insertion sort, merge sort, and quick sort. The choice of algorithm depends on factors like data size, structure, and desired performance.

21
Q

Privacy

A

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

22
Q

Pixel

A

a minute area of illumination on a display screen, one of many from which an image is composed.

23
Q

Output

A

the amount of something produced by a person, machine, or industry.

24
Q

Linear Search

A

Linear search, also known as sequential search, is a simple algorithm used to find a specific value within a list or array. It works by sequentially comparing the target value with each element in the list, starting from the beginning. The search continues until either a match is found or the end of the list is reached.

25
Digital Footprint
the information about a particular person that exists on the internet as a result of their online activity.
26