Unit 1: Computing Systems Flashcards

1
Q

Computer Science

A

A type of problem solving; it includes the study of computers, their design, and the way they process information.

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

Computer

A

A device that stores and processes (changes, moves, or rewrites) information.

Stores, shares, and analyzes huge amounts of data. It can also perform complex math calculations.

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

Computing System

A

All the basic hardware (the parts you can see and touch) and software (the programs) that work together to make a computer run.

The machines that run programs and process information. Examples are desktop computers, laptops, and phones.

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

Program(ming)

A

A set of instructions (algorithm) that has been translated into commands a computer can understand (code).

The computer scientist translates her instructions into a language (code) the computer can understand. Now the algorithm is a program.

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

Algorithm

A

A list of steps or instructions written in human language that tells a person how to complete a task.

The computer scientist makes a list of step-by-step instructions for what she wants her program to do.

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

Data

A

Raw, unorganized facts

Computers are great at storing, sharing, and calculating
huge amounts of data. This makes them perfect for
analyzing data.

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

Analysis

A

Organizing, describing, and
understanding data.

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

Networks

A

Talking computers

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

Internet

A

The worldwide network that
connects millions of computers.

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

Colossus Mark 1

A

The first electronic computer made in 1944 during WWII. Used by the British government to crack secret German codes.

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

ENIAC

A

Americans created a faster computer in 1945. The first programmable, general-purpose computer.

  • Electronic
  • Numerical
  • Integrator
  • And
  • Computer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

APPLE II

A

The first mass-produced personal computer introduced in 1977. Owners could use the computer to run simple programs or play games.

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

Hardware

A

The physical parts of a computer, like the keyboard, mouse,
and screen.

An easy way to determine whether part of a computer system is hardware is to look: If you can see it with your eyes, it’s hardware.

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

Software

A

The set of programs (instructions) that tell a computer what to do, like phone applications, editing programs, and entertainment services.

Software is stored on storage devices (hardware) like hard drives, flash drives, and CDs.

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

Application (App)

A

A program designed for the
user to perform a task.

Example: Take a photo

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

Input

A

Refers to the parts used to send information to a computer, including a keyboard, mouse, game controller, and webcam.

17
Q

Storage

A

Refers to the parts that the computer uses to store information, including Hard drives, USB Flash Drives, CDs, and RAM.

18
Q

RAM (Random Access Memory)

A

A type of computer memory where information can be stored.

19
Q

Processing

A

The processing parts of the computer run programs, interpret input, and supply output, including the central processing unit (CPU) and the graphics processing unit (GPU).

20
Q

CPU (Central Processing Unit)

A

The brain of a computer. It receives input information and executes commands from other hardware and software.

It is made up of the main memory, the control unit, and the arithmetic logic unit.

21
Q

GPU (Graphics Processing Unit)

A

This part of the computer focuses on graphics. Graphics are images of all kinds (pictures, animations, videos.)

The GPU delivers images, animations, and videos that can be viewed on the computer’s screen.

If you want to get the best picture quality for your favorite computer game, you’ll need a high-end GPU to make the graphics look good.

22
Q

Output

A

Refers to the parts that the computer uses to send information to you. This includes the projector, the monitor, the printer, speakers, and headphones.

23
Q

Application Software (Apps)

A

Programs that allow the user to complete tasks.

Word processors, internet browsers, games, and phone apps are all examples of application software.

24
Q

Web Developer

A

A programmer who makes
application software that runs on websites.

25
Mobile Developer
A programmer who writes application software for mobile devices like phones and tablets.
26
Game Developer
A programmer who develops application software video games.
27
System Software
The programs that make sure the individual hardware devices work together and properly with other programs. ## Footnote Windows on a laptop or iOS (the mobile operating system) on an iPhone are examples of system software.
28
Operating Systems
Programs that communicate with hardware, allowing other programs to run in the background. ## Footnote Makes it possible to install games, social media, and other apps on the phone and run in the background = you cannot see what they’re doing on-screen.
29
User Interface (UI)
Includes all the parts of a computing system that you use to operate the computer. ## Footnote For example, the user interface for playing a video game on a phone includes the touch screen, speakers/headphones, and the game’s on-screen menus, buttons, and graphics. UIs are easy for all people to use, including those who are blind or low vision or are deaf or hard of hearing. (Accessibility)
30
Graphical User Interface (GUI)
A type of user interface that uses icons and symbols on a screen instead of just plain text. ## Footnote A GUI makes it easy for just about anyone to use a computer. Most user interfaces are GUIs.
31
Command- Line Interface (CLI)
Uses only text to operate a computer. ## Footnote This type of interface is more difficult to use because the user must type in specific commands, or phrases, for it to work.
32
Human-Computer Interaction (HCI)
The part of computer science that studies and improves how the user works with computers.
33
Screen Readers
A program that reads aloud the words on the screen.
34
Troubleshooting
Taking a systematic, or step-by-step, approach to solving errors within a computing system or software. Or, debugging programs in software.
35
Systematic Approach
Following a fixed plan or process, step-by-step. ## Footnote If your computer won’t turn on, one of the first things you would do is make sure it is plugged into a power source, and then you would check that all the power connectors inside the computer are connected securely. The benefit to a systematic approach is that you can repeat the steps exactly and you can be sure you haven’t left anything out.
36
Debugging
Finding and correcting “bugs,” or errors, within a program. Debugging is a specific form of troubleshooting that is used when programming. Bugs may be caused by typos or by not following the rules or format of the programming language.