DAB Computer Basics

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/84

Anonymous user
Anonymous user
encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

85 Terms

1
New cards

What are computers

electronics device that manipulates information, or data

2
New cards

types of computers

laptop, tablet, phone, can be programmed

3
New cards

computers are designed to

complete any task a program instructs it to do

4
New cards

computers can

store, retrieve and process data

5
New cards

first mechanical computer

Charles Babbage in 1822

6
New cards

first desktop

1964 - $3,200

7
New cards

first laptop

1981 - $1800

8
New cards

Hardware components

perform a computer's tasks like calculating data, storing information, processing input, and providing output ​

9
New cards

two types of hardware (internal)

(processing components and motherboard)

10
New cards

two types of hardware (external)

( input/output devices)

11
New cards

Motherboard

a printed circuit containing the principal components of a computer or other devices

12
New cards

Central Processing Unit (CPU)

the primary component of a computer that acts as its control center

13
New cards

Graphical Processing Unit (GPU)

a specialized electronic designed for digital image processing and to accelerate computer graphics

14
New cards

Random Access Memory (RAM)

a form of electronic computer memory and used to store working data and machine code

15
New cards

Storage Device

a hardware component that allows you to store and retrieve digital information on your computer

16
New cards

Input Devices

devices that users need in order to give instructions to a computer

17
New cards

Output Devices

devices that allow computers to send data to other devices or users

18
New cards

Processing Devices

core function of any computer; this is the intermediate stage where raw data is transformed into information that can be meaningfully outputted to the user

19
New cards

Memory (Storage) Devices

devices that are capable of storing information temporarily or permanently

20
New cards

Input Device

An input device is a hardware component that provides data to a computer through user interaction (information you give to the computer)

21
New cards

Output Device

An output device is a hardware component that produces the result of some entered input after it has been processed (information the computer gives you)

22
New cards

Examples of input devices

Keyboard: When a key is pressed, a signal is sent to the computer to complete a certain task.​

Microphone: Transforms sound into an electronic signal that can be stored in a computer.​

Mouse: Clicking and moving the mouse sends data to the computer to control the cursor.​

Scanner: Converts physical documents into files that can be accessed by a computer.​

Joystick: Movement of the joystick sends data to a computer in order to control a digital object.

23
New cards

Examples of output devices

Printers: Printer's covert data from a computer into physical form such as paper. ​

Monitors: Monitors display data from a computer into videos, images, text, and graphics​

Projectors: Projectors take images and videos from a computer and display them onto a screen or wall​

Headphones: Headphones are an audio output device that deliver sound into the ears of the listener​

Speakers: Speakers turn electronic signals from a computer into sound waves that can be heard by listeners​

24
New cards

Punch Card

The first form of a storage device, invented in 1801

25
New cards

Magnetic tape

IBM 726 was the first, storage device invented in 1952, 2.3 MB)

26
New cards

Floppy disk

created in 1967, type of hard drive was invented by IBM

27
New cards

Masuoka Fuijo

1980s, first to invent FLASH MEMORY, popularity sprung into the early 2000s

28
New cards

Non-Volatile memory

Holds saved data when power is turned off

29
New cards

Compliments primary storage

Frees primary storage space by moving data to a secondary location

30
New cards

Types of secondary storage

Magnetic​: Hard disk drives, tape drives, floppy disk drives​

Optical:​ CD, DVD, Blue-ray​

Solid-state​: SSD, USB drives

31
New cards

Cloud Storage origins

go back to 1960 when MIT developed a multiuser computer system

32
New cards

Four Types of Cloud Storage

Personal Cloud, Public Cloud, Private Cloud, and Hybrid Cloud

33
New cards

Personal Cloud

- Allows storing and accessing files online rather than on a local hard drive ​
- Benefits such as faster syncing and enhanced protection from cyber threats

34
New cards

Public Cloud

- Managed by a third-party vendors who provide shared digital resources over the internet ​
- Examples include Dropbox, iCloud, and Google Drive.

35
New cards

Private Cloud

- Used exclusively by one organization offering special solutions and enhanced security ​
- Used mostly by organizations with sensitive data such as banks and healthcare providers

36
New cards

Hybrid Cloud

-Allows Data to move between private and public clouds based on needs and cost ​
- Has private cloud resources with public cloud services

37
New cards

"Bit"

stands for binary digit and is the smallest unit of binary information.

38
New cards

Ex of a bit

Imagine you have a single light switch that can be either in the "on" position or the "off" position. In the world of binary digits:​
"On" could represent the value 1.​
"Off" could represent the value 0.​
So, if you were to describe the state of this light switch using a bit, you would say it is either 1 (on) or 0 (off). This simple representation of binary states is how bits work to convey information in digital systems.

39
New cards

Bytes

are the basic unit of information in computer storage and processing.

40
New cards

One byte consists of

8 bits and each bit is either a 1 or 0.​

41
New cards

A single byte of information:

10110100

42
New cards

A single letter is one byte of information

"L"= 1 byte

43
New cards

The word "dog" is equivalent to

three bytes

44
New cards

A gigabyte is

one billion bytes

45
New cards

A terrabyte is

one trillion bytes

46
New cards

"Binary digits"

are one of two digits (0 or 1) in a binary system of notation.

47
New cards

Binary digits are basis of

the binary system.

48
New cards

The binary digits are used to

code and write data for different computer languages such as Java.

49
New cards

Binary digits example

In the byte, 01100010, all eight numbers are binary digits.

50
New cards

What is a computer program

A set of instructions that tell a computer program what to do

51
New cards

How does Computer Programs work

A program simply tells the computer how to accept some type of input, manipulate that input, and spit it back out again in a form humans find useful.

52
New cards

Programming is Problem Solving

A program tells a computer how to solve a specific problem​
Big programs are made up of a series of smaller problems that needed to be solved

53
New cards

Programming isn’t difficult , just time consuming

Computers are essentially stupid on their own, and need to be told exactly what to do.

54
New cards

Word Processor

Input: Characters on keyboard
What does it do: formats text and corrects spelling
Output: Displays and prints neatly organized text

55
New cards

Stock market predictor

Input: Current and past prices for stock
What does it do: tries to recognize trends and fluctuations in prices
Output: predicts the future price of stock

56
New cards

What is a computer programmer?

-Computer programmers create and develop websites, video games, mobile applications, etc.

-They do this by writing, testing, and debugging code in computer software and programs.

-They use various programming languages to perform tasks ranging from simple calculations to intricate data analysis.

57
New cards

Common Programming Languages

Python, JavaScript, C++, SQL

58
New cards

High level languages like

Python are meant to make it easier for humans to understand and write

59
New cards

Lower-level languages are

closer to machine language, ex binary code

60
New cards

What is debugging?

Computer programmers use the concept of debugging to find and fix errors in a program​

61
New cards

The name of a file is

the title of that file

62
New cards

When creating a file, the name is important

-Consistent​
-Easy to find​
-Match the content in the file

63
New cards

Things to avoid

-Long names​
-Spaces and special characters

64
New cards

Renaming a file

-Right click on the file and press "Rename" button​
-Click on file and press "Rename" button in the task bar

65
New cards

Following the file name, is a file extension.

A file extension, or file format is a suffix that describes how the data in a file is formatted or organized​
The file extensions are based on the type of data in a file​

66
New cards

Example of file name and extension

-Spreadsheet files such as Excel files will end in xls or xlsx​
-Text files can include extensions like doc, docx and txt ​
-Audio and Video files can end in mov, mp3, or mp4​
-Not all operating systems rely on file extensions

67
New cards

Directory's

-A directory is a unique type of file ​
-Directories branch downward from the root directory, ​
-Directories can be defined by the operating system ​
-Directories contain files, subdirectories, or a combination of both ​
-The name of each directory must be unique where it is stored​
--This ensures that the directory has a unique path name in the file system

68
New cards

Paths

A file path is similar to a map that tells your computer how to find a specific file or directory. ​

69
New cards

Absolute Path

-You can think of an absolute path as an immediate path to a document. Using an absolute path, you can immediately find your file as soon as you open up your file app. An absolute path starts from the root directory. Ex. C:\Program Files\Microsoft Office\Office16\EXCEL.EXE​
-Notice in the example how the entire root directory is included within the path. You can see that this example file was a Microsoft office EXE with the file name EXCEL.

70
New cards

Relative Path

-A relative path allows you to access another file within the parent folder in a much simpler fashion. First you would click on your folder then access your desired file after opening your app. A relative path would start with the parent folder and then use the name of the file. Ex. \Images\photo.jpg​
-The parent folder "Images" comes right before the file name "photo" and then the file type. Compared to the absolute path this doesn't include with root directory.

71
New cards

Which of the following contains the principle components of a computer?

motherboard

72
New cards

Which of the following is an output device?

Monitor

73
New cards

Which of the following is an example of an input device?

Keyboard

74
New cards

What was the first form of a Storage Device?

Punch Card

75
New cards

Which of the following is NOT a secondary storage device

Writing down the information

76
New cards

Which company uses printer drives to create printer command language files?

Hp

77
New cards

Which system software protects data from threats?

Security program

78
New cards

What are the two binary digits?

0 and 1

79
New cards

How many bits are in a byte?

8

80
New cards

What is an example of a high-level programming language?

Python

81
New cards

What best describes the concept of "debugging" in programming?

Finding and fixing errors in a program

82
New cards

How do you rename a file?

Right click the file and press "rename"

83
New cards

Which of the following are common spreadsheet file extensions?

xlsx

84
New cards

What is the purpose of using the file management system within an office?

To organize documents in a structured manner

85
New cards

What is a relative path?

A relative path would start with the parent folder and then use the name of the file.