• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/34

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

34 Cards in this Set

  • Front
  • Back

Categories of Computers:




Personal/Desktop computers




(personalized, customized, meets individual needs)

-Personal computers (PC)


- Laptops/notebook computers


-Handheld computers

Categories of Computers:




Business computers




(Standardized, not personalized)

-Workstations


-Mainframes


-Supercomputers


-Servers

Types of Computers

-desktop


-laptop


-handheld


-smartphone


-PDA (personalized digital assistant)


-Tablet computer


-workstation


-servers


-mainframes


-supercomputers

Servers (Definition)


Powerful computers that provide a service, such as running a network or hosting an internet site.

Servers (types)

Network server: uses specialized software and coordinates computers in a network.




Web server: runs specialized software to support web pages.




File server: keeps organization records, manages database files, and supports access via dumb or POS terminals.

Mainframe (definition)

Processes information for large organizations; is reliable, secure, and used for redundancy.

Supercomputers (definition)

Are able to evaluate complex interactions quickly; are most expensive

Operating Systems or OS (definition)

Programming that controls interactions with the computer's various parts and the users

Operating Systems (types)

-Mac OS


-Windows


-UNIX


-Linux

Additional types of computing devices

-Appliances: dedicated to one function




-Media Players:


-Apple iphone for music and videos


-Amazon kindle such as an e-book reader

Central Processing Unit (CPU) (definition)

The heart of the computer. Made of integrated circuits and manipulates data according to instructions. Synonymous with microprocessor.

How is CPU speed measured?

Measured by:


-word size


-clock speed


-memory/storage

Word Size (definition)

The amount of data processed by CPU in one operation.




bit=binary digit


byte=8 bits




The larger the word size, the fast the processor, the more calculations per second. Requires optimized software.

Clock Speed (definition)

The second measure of processor speed.




The system clock emits pulses, each clock pulse is measured in Hertz (one pulse per second=hertz), processors perform actions with each pulse.




1 gigahertz (GH)= 1 billion pulses per second

Memory/Storage (definition)

-Primary storage: for data and instructions being processed




-Secondary storage: for results of processing for later retrieval.

Storage

-Read Only Memory (ROM): contains instructions used for start up, is non-volatile.




-Random Access Memory (RAM): memory used to store programs and data while in use, is volatile. Capacity rated in megabytes (MB) or gigabytes (GB).

Secondary Storage (definition)

Devices for data stored for later use.

Secondary Storage (types)

-Magnetic media: coated with magnetic material




-Optical media: recorded in small pits in a reflective surface (SD's, DVD's, discs)




-Flash memory: has no moving parts and doesn't require constant power. USB ports, digital cameras.

Input/Output Devices

-Input: transfers data into computer (ex. keyboard, mouse)




-Output: sends information out (ex. monitor, printer)

Memory Measurement

-Uses binary number system: 0 and 1




-electrical devices replaced by electronic transistors.

Text and Numbers

-Limited to number of binary digits used




-ASCII (8 bit) and unicode (32 bit) are standards.

Pictures and Sound

-Pictures: patterns of dots (dots known as pixels)




-Sound: analog (electronic signal that varies in time similar to the property it represents) to digital converter assigns numbers to volume and pitch. Converts sound into a series of numbers.

Data Flow/Basic Functions of a Computer (outline)

Step 1) Input


Step 2) Primary Storage


Step 3) Processing


Step 4) Primary Storage


Step 5) Output


Step 6) Secondary Storage

Data Flow/Basic Functions of a Computer: Step 1

Step 1) Input: user enters words, numbers, or commands via keyboard or mouse.

Data Flow/Basic Functions of a Computer: Step 2

Step 2) Primary Storage: data, programs, and commands are stored in RAM

Data Flow/Basic Functions of a Computer: Step 3

Step 3) Processing: takes data from RAM and processes according to a program and entered commands.

Data Flow/Basic Functions of a Computer: Step 4

Step 4) Primary Storage: results stored in another location in RAM.

Data Flow/Basic Functions of a Computer: Step 5

Step 5) Output: processed data is transferred from memory to monitor or printer.

Data Flow/Basic Functions of a Computer: Step 6

Step 6) Secondary Storage: processed data is written to a hard disc, flash drive, or optical drive.

Resource Sharing

Computers on a network share data, hardware, software, and internet connections.

Sharing Data

Network connections allow rapid data file movement.

Sharing Software

Software installed and maintained on a server; easy to maintain.

Distributed Databases

Large database is stored on several computers.

Distributed Processing

Large computing problems broken into smaller parts and processed on different computers, which are then reassembled into an integrated solution.