• 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/30

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;

30 Cards in this Set

  • Front
  • Back
von Neumann Architecture
three essential components that work together to function as a computer: input/output devices, memory, and the CPU. All three are connected by buses
Memory
stores information for the computer ro process
Central Processing Unit CPU
carries out programmatic steps in order to process data
Buses
collections of wires that carry information in the form of electrical signals
Units of Memory
byte-8 bits
kb-2^10 bytes
Mb-million bytes
Gb-billion bytes
Tb-trillion bytes
Computer
receives, stores, and processes information
CPU
central processing unit: most complex part of computer system (2 ports)
-fetch/get instructions
-execute instructions
Operating System
a collection of programs that controls how the CPU, memory, and I/O devices work together to execute programs. Windows, vista, mac osx
Web Browser
to view a web page in which HTML formatting is properly applied you need this kind of kind of computer program. (firefox, explorer, safari)
Server
an internet enabled computer that executes software for providing access to certain Web documents.
Address
what is typed into the computer to get to the website
Packet switching
ARPANet when information is sent in several packages across the country and if one gets lost there will be a page error
TCP/IP
TCP means Transmission Control Protocol and IP means Internet Protocol the TCP controls the method by which messages are broken down into packets then reassembled when they reach their final destination and the IP is concerned with labeling the packets for delivery and controlling the packets path from sender to recipient.
IP address/DNS
An IP address is a number written as a dotted sequence that each computer is assigned one by the ISP. Some ISPs maintain a pool of IP addresses and assign them dynamically to computers each time they connect.
HTML
HyperText Markup Language defines the form of web page content
HTML Tags & attributes
a word or symbol surrounded by angular brackets (<HTML)
Text Editor & Web Browser
what is used to make a web page
CPU subunits
The three subunits of the CPU are Arithmetic Logic Unit (ALU) which is circuitry that performs the actual operations on data (addition, subtraction,bit manipulations), Registers which are memory locations built into the CPU to provide fast access (the transfer of data between registers and main memory occurs across a college of wires called a bus), and the Control Unit (CU) which is circuitry in charge of fetching data and instructions from main memorsy as well as controlling the flow of data between registers and the ALU
Data Path
A datapath is a collection of functional units, such as ALUs or multipliers, that perform data processing operations. Most processors consist of a datapath and a control unit, with a large part of the control unit dedicated to regulating the interaction between the datapath and memory.
Databus
In computer architecture, a bus is a subsystem that transfers data between computer components inside a computer or between computers.
Expansion Bus
An expansion bus is made up of electronic pathways which move information between the code of a computer system, including the CPU and RAM, and peripheral devices. It is a collection of wires and protocols that allows for the expansion of a computer
Memory bios
refers to a small memory on PC motherboards that is used to store BIOS settings.
memory ram
The word random thus refers to the fact that any piece of data can be returned in a constant time, regardless of its physical location and whether or not it is related to the previous piece of data.
memory rom
a class of storage media used in computers and other electronic devices. Because data stored in ROM cannot be modified (at least not very quickly or easily), it is mainly used to distribute firmware (software that is very closely tied to specific hardware, and unlikely to require frequent updates)
memory cache
a temporary storage area where frequently accessed data can be stored for rapid access. Once the data is stored in the cache, it can be used in the future by accessing the cached copy rather than re-fetching or recomputing the original data.
memory registers
a small amount of storage available on the CPU whose contents can be accessed more quickly than storage available elsewhere.
memory cmos
refers to a small memory on PC motherboards that is used to store BIOS settings. It was traditionally called CMOS RAM because it used a low-power CMOS SRAM (such as the Motorola MC146818 or similar) powered by a small battery when system power was off
Internet
<a HREF="http://google.com">go to google</a>
bottom
<a href="#bottom">go to bottom</a>
email
<a href="mailto:gakonopka@loyola.edu">Email to the editor</a>