Computing Basics Flashcards

1
Q

Hardware

A

Hardware refers to the physical components that are installed inside or connected to a computer system.

Hardware can’t work without Software.

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

Software

A

Software refers to instructions, or data, that are stored electronically either on a hard drive or on a special chip.

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

Input devices

A

An input device is any piece of hardware that takes information from outside the computer and transfers it inside where the computer hardware can use it.

Examples of input devices: Keyboard & Mouse

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

How a keyboard (input device) works

A

A keyboard takes user inputs and sends them as electrical signals to the internal computer hardware where they are processed. When a key on a keyboard is pressed, an internal chip called the scanning chip, identifies which key was pressed and then sends the appropriate code to the computer.

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

Two touchscreen technologies: Resistive & Capacitive

A

Resistive touchscreens use two flexible layers that are separated by a gap. Inside the gap is an electrical current. When the screen is tapped, the outer layer depresses and contacts the inner layer creating an electrical signal that identifies x,y-coordinates. The coordinates are then sent to the computer.

Capacitive touchscreens use a screen that is coated with a conductive material. An electrical current is then run through the material. When something conductive touches the screen, such as a finger, small sensors identify the touch and generate x,y-coordinates. Capacitive touchscreens are used on smartphones, tablets, and some laptops.

Note: Because they require a conductive touch, a non-conductive object, such as gloves or plastic, can’t be used to tap the screen. Resistive touchscreens are typically used for airport or library kiosks. Because they require only pressure, any rigid object can be used to tap the screen.

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

Processing Device

A

A processing device is any hardware component that can analyse and interpret input. The most common processing device is the central processing unit (CPU). The CPU is like the brains of the computer. It processes data according to a set of instructions or software.

E.G. When the “A” key on the keyboard is pressed, the keystroke information is sent to the CPU where it is processed based on the software that is currently running. If you were running word processing software, the letter “A” would appear at the cursor location in the open document. If you were running a game, it might make the character move to the left.

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

RAM - Processing device/Hardware Component

A

Random-access memory (RAM).
RAM is used to store processed information so it can be quickly accessed at a later time. E.G. if a CPU were to process data from a spreadsheet but still needed to access that data at a later time, the data could be stored in RAM for quick access. RAM is also used to store running software.

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

Storage Device

A

A storage device is any hardware component that stores data, either temporarily or permanently.

Note: When data is stored temporarily, short-term storage such as RAM is used. It’s important to know that RAM is considered volatile memory, that means it’s not persistent. For example, if the computer is turned off or loses power, all the data that was stored in RAM is lost. It’s gone forever.

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

Why use RAM if the data erases once turned off?

A

You use RAM because it’s extremely fast. Information can be accessed from RAM faster than any other type of storage hardware.

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

Short-term storage

A

Lost when the computer is shut down.

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

Long-term storage

A

Storage stored in the hardware, so when the computer turns off it is still saved once turned back on. Non-volitile memory.

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

Long-term storage Devices

A

Hard-disk drives store information on rotating disks called platters.

SSDs use memory chips that are a lot like RAM. However, the information stored on these chips is persistent.

Note: Hard disk drives and SSDs can store a lot of data and access it relatively fast but not nearly as fast as RAM. This is why you use both hard drives and RAM to store data.

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

Optical Storage Media

A

Optical-storage media can be read-only or writable. If a disk is read-only, the information it contains is fixed and can’t be modified or erased. It can only be viewed. An example, a read-only disk is a software CD-ROM or DVD-ROM. The ROM at the end stands for read-only memory.

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

Writable Disks

A

Writable disks can be modified. Disks that are writable have an R or an RW. For CD-R, DVD-RW, and BD-R, the R stands for recordable. Unlike their ROM counterparts, these types of disks can have information saved to them.

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

Flash Drive - Long term storage device

A

Flash drives are small, portable devices that use memory chips to store information. These memory chips are very similar to RAM chips. However, the information is persistent.

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

SD Card (Secure Digital Card) - Long term storage device

A

SD cards are used in smartphones, tablets, and digital cameras to store information. They use non-volatile memory.

17
Q

Output Device

A

An output device is any device that receives data from a computer and outputs it in a physical medium. E.g. A monitor, a printer, a sound card.

18
Q

Networking device

A

Networking devices are used to create networks. A network is a group of two or more computers that are connected together. To create a network, a special interface is installed in a computer. A connecting medium is used to connect the computers together. This connecting medium can be a physical wire or even radio signals.

With this connection established, two or more computers can take information being processed by the CPU and send it to each other. This makes networking hardware both input and output devices. When one computer is outputting information, the other is inputting information and vice versa.

19
Q

Modular Design

A

Modular design is an approach in which a system or product is divided into separate, self-contained modules that can be independently created, replaced, or interchanged while still functioning as a cohesive whole. This method promotes flexibility, scalability, and ease of maintenance, allowing for efficient development and upgrades.

20
Q

Difference between hardware and software

A

Hardware refers to the physical components of a computer system, such as the processor, memory, and peripherals, while software encompasses the non-tangible programs and data that instruct the hardware on how to perform tasks and interact with users. In essence, hardware represents the physical machinery, and software represents the instructions that make the hardware function as intended.