Beginner Terms & Concepts Flashcards
Preparation For WGU (203 cards)
What is Computer Science?
Computer Science is the study of computers and how computer technology can be used to solve problems. It includes the study of computers, their design, and the way they process information.
What is a program?
A program is a set of instructions (specifically an algorithm) that has been coded into a language that a computer can understand. Programs give computers the instructions they need to work.
What is a group of connected computers called?
A network.
What is an algorithm?
A set of instructions that will need to be coded into a language that a computer can understand to create a program.
What is a computer?
A computer is a device that stores and processes information.
What is a computing system?
A computing system contains all the basic hardware and software that work together to make a computer run.
What is data?
Data is raw, unorganized facts.
What is analysis?
Analysis is the process of organizing, describing, and understanding data.
What is the hardware?
Hardware is the physical parts of a computer.
What is software?
Software is the code or programs that the computers run.
Provide examples of input hardware.
Keyboard, Mouse, Game Controller, Webcam, Microphone, etc.
Provide examples of output hardware.
Computer Monitor, TV Screen, Headphones, 3D Printer, etc.
Provide examples of processing hardware.
CPU (Central Processing Unit), GPU (Graphics Processing Unit), Motherboard, Microprocessor, Sound Card, & Network Card.
Provide examples of storage hardware.
RAM (Random Access Memory), ROM (Read Only Memory), SD Card, etc.
How are storage and processing hardware parts different?
Processing hardware runs programs while storage hardware stores information. Both are necessary in a computer because it is a device that stores and manipulates data (which requires a processor).
What is the difference between the CPU and the GPU?
The CPU is the main brain of a computer and runs most of the programs. It receives input information and executes commands from other hardware and software. The GPU delivers images, animations, and videos that can be viewed on the computer’s screen.
What is the difference between system software and application software?
System software makes sure that the individual hardware devices properly work together and with other programs, while application software are programs that allow the user to perform specific tasks. All applications are programs, but not all programs are applications for the consumer to use. Some programs are for the computer only.
What is a USB Flash Drive?
A USB (Universal Serious Bus) Flash Drive, otherwise known as a thumb drive, is a portable plug in device used to store information.
What is an operating system?
Operating systems are programs that communicate with hardware, allowing other programs to run in the background.
What is troubleshooting?
Troubleshooting is the process of solving problems by using a systematic, or step-by-step, approach.
Why is a systematic approach useful?
Creating a step-by-step process that is repeatable with similar results increases efficiency and decreases the need for certain resources.
What is the difference between troubleshooting and debugging?
Where troubleshooting is the general process for fixing problems, debugging specifically is for finding and fixing errors in a program or code.
What makes a good user interface?
Accessibility for all.
Describe the User Interface (UI).
The User Interface includes all the parts of a computing system that you use to operate the computer, such as a touch screen, speakers/headphones, on-screen menus, buttons, graphics, etc.