Causes of Digital Loss Flashcards

1
Q

Many electronic devices depend on electricity to function properly and maintain data. A loss of power can therefore be disruptive or destructive, especially in cases where the power loss is sudden. As well as power losses, power surges can also cause problems.

A

Power failures

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

This is a very common problem and has happened to most people who deal with data, including myself. As well as deletion, reformatting a device can also result in the loss of stored information.

A

Data deletions

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

Anything that causes physical damage to the storage device can corrupt data or prevent access to it. Even minor accidents, such as knocking over a cup of coffee, might be all it takes to cause the loss of large amounts of data.

A

Spills, Drops and other physical accidents

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

Many modern forms of digital data storage are exposed to the internet. This means that the data risks being corrupted by malware, either directly, or via wider damage being caused to say, the operating system.

A

Viruses and other forms of malware

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

Whether through burglary, pickpocketing, mugging, or other forms of theft, you can lose the entire device and all the information that’s on it.

A

Theft

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

These can all destroy vast amounts of data. This is one of the main reasons why data should never be backed up in the same building, but rather in a separate place.

A

Fire, floods, explosions and other catastrophic events

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

When a computer receives data from an input device (e.g., keyboard), it goes through an intermediate stage before it’s sent to an output device (e.g., monitor). A processing device is any hardware inside a computer that interprets and manipulates incoming data during this stage.

A

Processing

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

Some of the most common processing devices in or used with a computer include the

A
  • Bluetooth adapter
  • CPU (Central Processing Unit)
  • GPU (Graphics Processing Unit)
  • Motherboard
  • Network Interface Card (NIC)
  • RAM (Random-Access Memory)
  • Sound card
  • Video card
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

is a computing and telecommunications industry specification that describes how devices can communicate with each other.

A

Bluetooth

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

is the brain of the computer system where all types of data processing operations and all the important functions of a computer are performed by the CPU.

A

CPU

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

PGA
LGA
BGA

A

Pin Grid Array
Land Grid Array
Ball Grid Array

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

with a fan involves huge heatsinks with many fans that conduct the heat from the CPU and require a fan to blow away the heat because the heatsink alone is not enough to cool down the CPU.

A

Air Cooling Fan

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

cools the CPU with water flowing to the CPU water cooling block that dissipates heat from the CPU to the water. Liquid cooling systems involve more mechanical parts than air cooling systems such as water pumps, reservoirs, radiators, etc. Hence, the liquid cooling system is the most expensive cooling solution among these three.

A

Liquid Cooling Fan

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

solutions implement a fanless design, naturally dissipating the heat from the CPU to the outer enclosure of the computer that passively cools the CPU. The brilliant thermal design of a fanless passive cooling system offers a myriad of benefits and advantages compared to air and fan cooling that utilizes a fan. The heatsink is made out of highly conductive material such as aluminum and copper that conduct the heat to the extruded heavy-metal enclosure that protects the internal component while dissipating the heat.

A

Passive Cooling Fanless

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

is responsible for transferring information to other units of the computer when needed. It is also known as an internal storage unit or the main memory or the primary storage or Random-Access Memory (RAM) as all these are storage devices.

A

Memory Storage Unit

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

controls the operations of all parts of the computer but it does not carry out any data processing operations.

A

Control Unit

17
Q

is responsible for performing arithmetic and logical functions or operations.

A

Arithmetic Logic Unit

18
Q

is a process of entering data and instructions into a computer system.

A

Inputting

19
Q

deals with the selection of the basic functional units such as the processor and memory, and how they should be interconnected into a computer system.

A

Computer Organization

20
Q

is a computer software designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end-users.

A

Application software

21
Q

is a type of computer program that is designed to run a computer’s hardware and application programs.

A

System Software

22
Q

is a general term for various physical components of a computer system.

A

System Hardware

23
Q

describes structure and basic functional parts of a computer system at a logical level… from the programmer’s point of view.

A

Computer Architecture

24
Q

describes how hardware components operate to meet the architecture.

A

Computer Organization

25
Q

is an expression of a program in a language that the computer can understand. – High-level languages: Close to human expression and needs – Low-level languages: Close to the computer architecture with lots of low-level details.

A

Computer Programming

26
Q

is a control unit that saves binary control values as words in memory. By creating a certain collection of signals at every system clock beat, a controller generates the instructions to be executed.

A

Microprogrammed Control Unit

27
Q

gives instructions as 0’s and 1’s and is the only language that the computer understands.

A

Machine Language

28
Q

is a type of low-level programming language that is intended to communicate directly with a computer’s hardware. It is considered low-level because it is very close to machine languages.

A

Assembly Language

29
Q

a mnemonic is an abbreviation for an operation. It’s entered in the operation code field of each assembler program instruction.

A

Computer Assembler Language

30
Q

is a programming language such as C, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages and further from machine languages.

A

High Level Language

31
Q

on an Intel microprocessor, inc (“increase by one”) is a

A

mmemonic

32
Q

is a computer software package that performs a specific function for an end user or another application based on carefully designed features.

A

Application Program

33
Q

is comprised of three major components – (processor, memory, I/O) – that interact indirectly through the bus.

A

Simple Computer System

34
Q

Basic Computer Organization Process:

A
  1. Inputting
  2. Storing
  3. Processing
  4. Outputting
  5. Controlling