Shared Flashcard Set

Details

C++ CH. 1 Introduction to COmputers and C++
How to Program 8th Edition. Authors Deitel & Deitel. IS 250 SCSU.
26
Computer Science
Undergraduate 2
02/01/2013

Additional Computer Science Flashcards

 


 

Cards

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

 

Using Programs

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

 

 

Moore's Law

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

1.3 Data Hierarchy

 

bits

Definition

 

assume a value of 0 or 1

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

1.3 Data Hierarchy

 

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

1.3 Data Hierarchy

 

files

Definition

 

a group of related fields

Term

1.4 Computer Organization

 

how is a computer divided?

Definition

 

into logical units

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

Supporting users have an ad free experience!