Test 2 Introduction to Computers Flashcards
Nvm
Nvm
Early computers in 1951-1958 relied on ______________ memory.
vacuum tube
Early computers in 195-1958 are associated with _________ and ___________.
punch cards and magnetic tape
What were the disadvantages of vacuum tubes for electronic computer technology?
warm-up
ran hot (required constant heating and required air for conditioning)
frequent failures
Computers after vacuum tubes (1959-1963) utilize _____________ and _________________ memory.
transistor and magnetic core
Computers after vacuum tubes (1959-1963) had the advantage of _____________ (2).
being smaller
required less power
Discrete semiconductor components in computers utilized _________ and ___________.
magnetic memory cores and transistors
discrete semiconductor components had the advantages of:
being smaller and cooler than vacuum tubes
“millions of semiconductor components in a tiny package” describes _______________.
an integrated circuit
What are the advantages of integrated circuits?
lowered production costs
extremely small
extremely fast
run very cool
very reliable
What are the four categories of computers?
super computers
mainframes
minicomputers
microcomputers
______________ are:
large (even today)
expensive
found only in major research sites
applications include weather, scientific modeling, oil exploration, and other research
supercomputers
______________are:
large
very expensive
requires a team of experts
takes a large number of users
applications include large corporation, government, and hospital usage
mainframe computers
__________ are:
“pc”
rapidly changing
low cost
non proprietary
first common in 1980s
microcomputer
when were microcomputers FIRST seen?
1970s
What computer is used for CT and why?
microcomputer:
size and price
imaging reconstruction and archiving
What are the three basic phases of how computers work?
input
processing
output
What are the possible inputs for a computer?
manual:
keyboard and mouse
Electronic:
CT detectors and barcode reader
Other:
Voice recognition
What is A to D?
Analog to digital conversion
Analog is ___________ varying.
continuously
Digital is _________ varying.
discretely
Computers require __________ input.
digital
Many real world inputs are _________ voltages.
analog
What is an example of an analog input?
CT detector intensity
Analog values must be converted to a ____ to use in a computer.
number
What is a CPU?
central processing unit
What does a CPU use?
arithmetic
logic
Internal memory is associated with:
scratchpad
What are possible outputs?
hard copy:
printer
soft copy:
monitor
Storage:
tape
disk
A _________ device does not lose information when power is shut off.
hardcopy
What is an example of a hard copy device?
a printer
A _________ device loses information when power is shut off.
softcopy
What is an example of a soft copy device?
monitor
What is D to A?
digital to analog conversion
What would be an example of D to A?
CT computer reconstructs digital image (an array of numbers) to an analog image
What are the three computer system elements?
hardware
software
people
What are the examples of hardware?
computer
monitor
disk drive
peripherals:
keyboard, mouse, printer
What is RAM?
Random Access Memory
_________ loses memory when powers off.
RAM
What is ROM?
Read Only Memory
__________ retains memory when powers off.
ROM
instructions to the computer like an operating system are _______.
software
_______________ is:
fundamental instruction to hardware
what to do when the computer first turns on
how to interact with hardware
(monitor, keyboard, mouse, flash drive)
computer “face”
(windows, Mac OS, Linux)
dictates how users interact with computer to run application software
operating system
Computer instructions which perform some desire task is ________.
application software
_______ is written in quasi English language. Examples are:
application software;
basic
HTML
COBOL
C
The people involved in computer systems are:
designers:
hardware and software
users:
run applications
provide input
use output
______ access hardware is characterized by any data can be accessed at any time, such as disks.
Direct (random)
_______ access hardware has data that only can be accessed in serial fashion, must pass through unwanted data to reach target, such as tapes. (the information in tapes is encoded magnetically). This is an obsolete hardware form.
Sequential
What are the two types of data storage technologies?
on site
remote
________ is data transmission between computers.
data transmission
What is network topology?
wiring scheme
What are examples of data communication technologies?
telephone lines
coaxial cable
fiber optic cable
microwaves
satellites
radio waves
What is LAN?
local area network
computers connected in one area
LANs can be connected together
What is WAN?
Wide area network
computers connected together over large distances
What are the two types of communication protocols for networks?
ethernet (uses bus technology)
internet
___________ is a special computer which handles shared functions for connected computers.
file server
A _________ may limit access to selected files/ directories by user, number of connections per user, and times when network available by user
file server
Digitizing a picture occurs when a commercial scanner renders a ______ into _______-.
photograph into numbers
What is the method for digital image formation?
place mesh over image
assign each square (pixel) a value based on density
pixel values form the digital image
each pixel assigned a value
value averages entire pixel
the larger the pixel, the more variation
The finer the mesh (sampling), the _____ accurate the digital rendering.
more
The _______ is the fundamental unit of computer storage.
bit
The _____ has only 2 allowable values, 0 and 1.
bit
Computers do all operations with __ and ___.
0s and 1s
A ___ is the smallest binary unit. It can only have a value of 0 or 1.
bit