Term
1.2 Computers in Industry and Research
Internet |
|
Definition
Made possible by convergence of computers and communication. Designed to connect computers of universities and research organizations. |
|
|
Term
1.2 Computers in Industry and Research
Human Genome Project |
|
Definition
Programs analyze complex data |
|
|
Term
1.2 Computers in Industry and Research
World Community Grid |
|
Definition
Free secure software program which harnesses excess power when computers are idle |
|
|
Term
1.2 Computers in Industry and Research
8 other examples of computers in industry and reasearch |
|
Definition
medical imaging, GPS, Microsoft Sync, amber alert, robots, one laptop per child, game programming, internet TV |
|
|
Term
Computers: hardware and software
How do computers access data? |
|
Definition
|
|
Term
Computers: hardware and software
What to programs do? |
|
Definition
Guide a computer through actions specified by programmers |
|
|
Term
Computers: hardware and software
object oriented programming |
|
Definition
a methodology which represents concepts as objects |
|
|
Term
Computers: hardware and software
hardware |
|
Definition
what computers are made of |
|
|
Term
Computers: hardware and software
embedded systems |
|
Definition
computer chips (micrprocessors), anti lock brakes, smart home appliences, etc.
|
|
|
Term
|
Definition
the capacities of computers have approximately doubled yearly without many changes in price |
|
|
Term
1.3 Data Hierarchy
list types of data in order from smallest to largest |
|
Definition
- bits
- characters
- fields
- records
- files
|
|
|
Term
|
Definition
|
|
Term
1.3 Data Hierarchy
3 types of characters
|
|
Definition
digits, letters, special symbols
|
|
|
Term
1.3 Data Hierarchy
character set |
|
Definition
- set of all characters used to write programs
- computers process only 0 and 1, so character set represents every character as a pattern of 1 and 0 |
|
|
Term
|
Definition
|
|
Term
1.3 Data Hierarchy
fields |
|
Definition
- composed of characters or bytes
- a field is a group of characters or bytes which conveys meaning |
|
|
Term
1.3 Data Hierarchy
records |
|
Definition
several related fields can be used to compose a record
a record is a group of related fields |
|
|
Term
|
Definition
a group of related fields |
|
|
Term
1.4 Computer Organization
how is a computer divided? |
|
Definition
|
|
Term
1.4 Computer Organization
input unit |
|
Definition
obtains info and places it at the disposal of other units for processing |
|
|
Term
1.4 Computer Organization
output unit
|
|
Definition
"shipping" section
info is volatile |
|
|
Term
1.4 Computer Organization
arithmetic and logic unit |
|
Definition
"manufacturing section"
performs calulations, contains decision making mechanisms |
|
|
Term
1.4 Computer Organization
central processing unit |
|
Definition
"administrative"
coordinates everything |
|
|
Term
1.4 Computer Organization
secondary storage unit |
|
Definition
long term, high capacity "warehouse"
programs or data not actively being used are placed here (hard drive) |
|
|
Term
1.5 Machine languages, assembly languages and high level languages
machine language |
|
Definition
- any computer understands its own language
- consist of strings of numbers that instruct the computer
- are machine dependent |
|
|