Computer Hardware and Software: Key Concepts for IT Students

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/44

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.

45 Terms

1
New cards

Hardware

The physical equipment used for the input, processing, output, and storage activities of a computer system.

2
New cards

Hardware components include:

1. Central processing unit (CPU)

2. Primary storage

3. Secondary storage

4. Input device

5. Output device

6. Communication device

3
New cards

Supercomputers

-The fastest computers available,

-Used by large organizations to execute computationally demanding tasks involving very large data sets.

-Supports military, scientific, and some business applications

4
New cards

Mainframe computers

-Used for transaction processing and business applications

-Supporting thousands of users at one time.

5
New cards

Midrange computers (minicomputers)

Perform the same functions as mainframe but to a more limited extent.

6
New cards

Microcomputers (micros, personal computers (PCs))

-The smallest and least expensive general-purpose computers.

-Categories: Desktops, thin clients, notebooks and laptops, netbooks, and tablets.

7
New cards

Input technologies

Allow people and other technologies to enter data into a computer.

8
New cards

Output technologies

Transmit output generated by a computer to the user.

-Examples: Monitors, printers, plotters, and voice

9
New cards

Central processing unit (CPU)

-Performs the actual computation inside any computer.

-CPU is a microprocessor (chips) made up of millions of microscopic transistors embedded in a circuit on a silicon wafer or chip

10
New cards

Moore's law

In 1965, Gordon Moore predicted that microprocessor complexity would double approximately every 2 years.

11
New cards

Primary storage

Stores small amounts of data and information that will be used immediately by the CPU.

12
New cards

Secondary Storage

Stores much larger amounts of data and information for extended periods.

13
New cards

Bits

The basic unit of data in computing, represented as 0 or 1.

14
New cards

Bytes

1 Byte = 8 bits.

15
New cards

Kilobyte (KB)

1,000 bytes.

16
New cards

Megabyte (MB)

1 million bytes.

17
New cards

Gigabyte (GB)

1 billion bytes.

18
New cards

Terabyte (TB)

1 trillion bytes.

19
New cards

Petabyte

1,000 terabytes.

20
New cards

Exabyte

1,000 petabytes.

21
New cards

Zettabyte

1,000 exabytes.

22
New cards

Register

Least capacity, storing instructions and data only immediately before and after processing - volatile.

23
New cards

Cache memory

High speed memory for temporarily storing often used data - volatile.

24
New cards

Random access memory (RAM)

Holds a software program and small amounts of data for processing - volatile.

25
New cards

Read-only memory (ROM)

Nonvolatile memory that stores critical instructions for the computer and cannot be changed by the user.

26
New cards

Non-volatile storage

Keeps data when the computer is shut down.

27
New cards

Magnetic disks

Also known as hard drives or fixed disk drives.

<p>Also known as hard drives or fixed disk drives.</p>
28
New cards

Solid state drives (SSDs)

A type of storage device that uses flash memory.

<p>A type of storage device that uses flash memory.</p>
29
New cards

Open-source software

Source code is available at no cost to developers and users.

30
New cards

Operating system (OS)

Supervises the overall operation of the computer including monitoring the computer's status and managing the input and output processes.

31
New cards

Graphical user interface (GUI)

Replaces complex commands with visible objects (e.g., icons).

32
New cards

Natural user interfaces (NUIs)

Allows interaction through natural human behaviors.

-Haptic interfaces: allows the user to feel a sense of touch by applyingforces, vibrations, and/or motions to the user

-Social interfaces: guides the user through computer applications by using cartoonlike characters, graphics, animation, and voice commands

- Touch-enabled gesture-control interfaces

• Motion control gaming consoles (i.e., Wii, Kinect, Move)

• Microsoft Surface and the Apple iPhone

33
New cards

Software package

A computer program (or group of programs) that has been developed by a vendor and is available for purchase in a prepackaged form.

34
New cards

Human data-entry devices

keyboard, mouse, pointing stick, trackball, joystick, touchscreen, stylus, voice recognition

35
New cards

Source-data automation

-Bar code readers

36
New cards

CPU Works

1.Fetch

2. Decode

3.Execute

4. Store

37
New cards

primary storage (main memory) briefly stores 3 types of information

-Data to be processed by the CPU

-Instructions for the CPU as to how to process the data

-Operating system programs for managing computer's operations

38
New cards

semiconductor (primary storage)

register

cache

RAM

ROM

39
New cards

Secondary Storage Devices

-Magnetic Disks

-Optical

-Magnetic tape

40
New cards

characteristic of secondary storage

Non-volatile - Keeps data when the computer is shut down• Takes more time to retrieve data from it than from RAM

• Cheaper than primary storage• Utilize a variety of media/technology• Magnetic disks (or hard drives or fixed disk drives )

• Solid state drives (SSDs)

• Optical storage devices (CDs, DVDs, Blu-ray discs)

• Flash memory devices (memory cards, thumb drive, memory stick, jump drive, or flash drive)

41
New cards

Two major types of software

• Systems software

-Intermediary between computer hardware and application programs

• Application software

-Provide more specific functionality to a use

<p>• Systems software</p><p>-Intermediary between computer hardware and application programs</p><p>• Application software</p><p>-Provide more specific functionality to a use</p>
42
New cards

Software defects (bugs)

•Good software should be usable, reliable, defect free, cost effective, and maintainable

• Professional programmers make between 100 and 150errors in every 1,000 lines of code

43
New cards

Licensing

Making copies of software without the manufacturer's explicit permission is illegal.

44
New cards

Open systems

A model of computing products that work together

45
New cards

software

A program or instructions that give directions to the computer.