module 2 Flashcards

1
Q

computer

A

accepts data as input
processes data without human intervention using store instructions
outputs info

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

writing a computer program

A

identify what needs to be done
plan a method to achieve the goal
select the right language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

main (primary)memory

A

store data and instructions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

central processing unit (CPU)

A

heart of computer
arithmetic logic unit (ALU): performs arithmetic operations and comparison or relational operations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

control unit

A

tells computer what to do

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

bus

A

link b/w devices connected to the computer
parallel or serial
internal
extrnal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

processor size and operating systems

A

32 bit processor - only run on 32 bit OS - uses 2^32 bytes (4GB) of RAM
64 bit processor - can run of 32 or 64 bit OS - use ^64 bytes (16EB) or RAAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

disk drive

A

peripheral device for writing and reading data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

CPU case

A

chassis or tower an enclosure for computer components

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

motherboard

A

main circuit board to attach CPU, memory, serial and parallel ports, expansion slots

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

3 components

A

speed
accuracy
storage and retrieval capabilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

speed

A

measured in milli, micro, nano and picoseconds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

storage and retrieval

A

data is stored inbits
1 bit = 0 or 1
8 bits = 1 byte= size of character

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

three basic tasks

A

arithmetic operations
logical operations
storage and retrieval operations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

three major components to using a comp and processing data

A

input
output
memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

inout devices

A

keyboard
mouse
camera
mic
etc

17
Q

output devices

A

soft copy displays on a screen - CRT, LCD, OLED
hard copy on print - inkjet, laser
plotters
voice cynthesizers

18
Q

main memory

A

usually, volatile - contents are lost when electrical power is turned off

19
Q

secondary memory

A

nonvolatile - holds data when the comp is off

20
Q

main memory devices

A

random access memory (RAM)
cache RAM
read only memory (ROM)
other types of ROM - programmable read only memory (PROM) and erasale programmable read-only memory (EPROM)

21
Q

secondary memory devices

A

magnetic disks
magnetic tape
USB flash drives and memory cards
solid state drive (SSD)
non volatile memory express (NVMe)
cloud storage

22
Q

capacity

A

memory stick and SD card- 1TB
Hard disk - 16 TB
SSD - 60 Tb

23
Q

storage area network (SAN)

A

dedicated high speed network consisting of both hardware and software

disk arrays
tape libraries
optical storage devices

24
Q

network attached storage (NAS)

A

network connected computer dedicated to provide file-based data storage services to other network devices

NAS software handles data storage, file access and management

25
Q

server

A

a computter with software for managing network resources and offering services to a network

26
Q

software

A

all programs that run a computer system

system software - works in bg

application software - performs specialized takss

27
Q

operating system

A

a set of programs for controlling and managing computer hardware and software

control programs - manage hardware and resources
supervisor program (kernal) - controls all other programs in the OS

28
Q

machine language

A

first gen of comp language
consists of 0 and 1s

29
Q

assembly language

A

uses a series of short codes or mnemonics

30
Q

high level languages

A

C++, phython

31
Q

fourth gen lagnuages

A

macro codes

32
Q

fifth gen language

A

AI

33
Q

object oriented programming (OOP)

A

objects - items that contain both data and the procedures that read and manipulate it
classes - define the format of the object and the action it performs

34
Q
A