COmputer Flashcards

1
Q

a set of instructions for carrying out a task

A

Algorithm

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

A method of solving computer-science problems in a way that can be understood by computers.

A

Computational Thinking

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

The breaking down of a system into smaller parts that are easier to understand program and maintain

A

Decomposition

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

Part of a system that measures and controls the outcome of the system

A

Feedback

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

A diagram that shows a process made up of boxes that represent steps, inputs, and outputs

A

Flowchart

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

Information, resources, or activities entered into a system or program to accomplish a specified output

A

Input

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

A single action that can be performed by a computer

A

Instruction

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

what a system or program produces or achieves

A

Output

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

A sequence of instructions for a computer

A

Program

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

A language used by a programmer to write a piece of computer software

A

Programming Language

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

A method of writing a set of instructions for a computer programing using plain English

A

Pseudocode

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

Rules used to govern how to write statements in programming language

A

Syntax

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

parts that work together to complete a task

A

System

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

The use of human knowledge to extend abilities and meet needs/wants

A

Technology

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

Reducing unimportant items and focusing on what’s important

A

Abstraction

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

Looking for simularities

A

Pattern Recognition

17
Q

Considering if a solution is fit for its purpose

A

Evaluations