Big Java: Chapter 1 (Introduction) | CECS 174 - Programming & Problem Solving I, Quizzes of Computer Science

Class: CECS 174 - Programming & Problem Solving I; Subject: Computer Engr & Computer Sci; University: California State University - Long Beach; Term: Spring 2011;

Typology: Quizzes

2010/2011

Uploaded on 04/27/2011

koofers-user-vaz
koofers-user-vaz 🇺🇸

10 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
TERM 1
Program (1.1)
DEFINITION 1
A sequence of instructions that a computer uses to carry out
tasks.
TERM 2
CPU (1.2)
DEFINITION 2
Central Processing Unit; A single chip or small chips that
locates and executes programs (carries out arithmetic
operations, fetches data from storage and input/output
devices and sends data back). Composed of plastic or metal
housing, metal connectors, and inside wiring principally
made from silicon.
TERM 3
Transistor (1.2)
DEFINITION 3
Structural elements in a CPU that enable electrical signals to
control other electrical signals, making automatic computing
possible.
TERM 4
RAM (1.2)
DEFINITION 4
Random-Access Memory; The primary storage (or simple
memory) of a computer where data and programs are kept.
Fast, expensive, made from memory chips and loses its data
when power is turned off.
TERM 5
Hard Disk (1.2)
DEFINITION 5
The secondary storage of a computer that is less expensive
and persists without electricity; consists of rotating platters.
pf2

Partial preview of the text

Download Big Java: Chapter 1 (Introduction) | CECS 174 - Programming & Problem Solving I and more Quizzes Computer Science in PDF only on Docsity!

TERM 1

Program (1.1)

DEFINITION 1 A sequence of instructions that a computer uses to carry out tasks. TERM 2

CPU (1.2)

DEFINITION 2 Central Processing Unit; A single chip or small chips that locates and executes programs (carries out arithmetic operations, fetches data from storage and input/output devices and sends data back). Composed of plastic or metal housing, metal connectors, and inside wiring principally made from silicon. TERM 3

Transistor (1.2)

DEFINITION 3 Structural elements in a CPU that enable electrical signals to control other electrical signals, making automatic computing possible. TERM 4

RAM (1.2)

DEFINITION 4 Random-Access Memory; The primary storage (or simple memory) of a computer where data and programs are kept. Fast, expensive, made from memory chips and loses its data when power is turned off. TERM 5

Hard Disk (1.2)

DEFINITION 5 The secondary storage of a computer that is less expensive and persists without electricity; consists of rotating platters.

TERM 6

Network (1.2)

DEFINITION 6 Allows computers to read programs from a central storage location and send information to other computer. (Ex. LAN = Local Area Network) TERM 7

Bus (1.2)

DEFINITION 7 A set of electrical lines that interconnects the CPU, RAM, electronics controlling the hard disk and other devices together so that data can travel to execute programs and such accurately at a user's request. TERM 8

Motherboard (1.2)

DEFINITION 8 The central printed circuit board (PCB) that contains all the necessary components to run a computer and is interconnected through a bus to allow peripheral devices (mouse, keyboard) to execute instructions. TERM 9

DEFINITION 9 Definition