CIS Final Flashcards
Digital v. Analog
Digital - not discrete, infinite possibilities
Analog - discrete, set of possible digits (integers)
Steps of the Digital Revolution?
- Data Processing
- Personal Computing
- Network Computing
- Cloud Computing
Digitization
The manipulation of information into data that may be processed by machines
Network Computing
Multiple computers wired together
1 copy of programs on a server
Cheaper than PCs, but slower
Cloud Computing
Servers being accessed via internet
Digital Society
We all have access to knowledge, which is powerful
Intellectual Property
Music, e-books, film, photographs, etc.
Copyrighted, patented material.
Open Source
Software that may be legally edited
Ex. Linux
Digital Divide
Those without access to the internet may find it hard to compete against those who do
Two types of codes
ASCII
UNICODE
ASCII
1 Byte per character
256 characters total
UNICODE
2 bytes per character
65,000+ characters total, more languages
However, files are double the size
RAM
Random Access Memory
Fast (can access specific information), small, expensive
Temporary memory
Electrical
Hard Drive
Permanent Memory
Slower, larger, cheaper than RAM
Mechanical
CPU
Central Processing Unit
Controls everything
Holds ALU and register
ALU
Arithmetic Logic Unit
Does the math
Found on CPU
Register
Fastest memory, holds barely anything
ROM
Read Only Memory
Small amount of memory
Won’t be lost if battery dies
Opening a program
Fetch - decode - execute
Virtual Memory
Reserves part of the HD for the use of a swapfile
Extension of RAM
Lesser-used program instructions are found here
Preemptive Multitasking
CPU only processes one thing at a time
Fetch - decode - execute
Pipelining
Used for preemptive multitasking
Working on different tasks at once
Starting the Computer
- Activate the BIOS
- Power-on self-test (done by ROM)
- Load the OS (from the hard drive to RAM)
- Configure the system
- Load the system utilities (power manager, virus protection)
- Authenticate the user (password, loads settings for the user)