unit 1 Flashcards

(51 cards)

1
Q

what are the components of a processor

A

cpu, alu, registers, control unit, input output devices, control, data and address bus

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

what does the alu do

A

responsible for calculations and logic operations

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

what does the control unit do

A

sends control signals to the rest of the computer

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

what are the registers

A

program counter
MAR
CIR
ACC
MDR

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

what does the program counter do

A

stores the address of the next instructions to be executed

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

What do the MAR and MDR do

A

the MAR contains the address of the instruction or data to be fetched
the MDR stores said address

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

what does the CIR do

A

instruction is copied here for executing

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

what does the ACC do

A

the result of calculations is stored in the ACC

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

what does cache do

A

acts as the middle man between the memory and processor

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

what are the levels of cache and what do they do

A

level 1 - cache is fast but small
level 2 - higher capacity than 1but slower
level 3 - improves the performance of level 1 and level 2

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

what is parallel processing

A

multiple core processing within a computer

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

what is the fde cycle

A

instruction from the MAR to the MDR
copied to the ALU
sent to control unit for executing

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

what is a magnetic storage devices

A

fast transfer rate + access time
HDD have read write heads

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

what is an optical drive

A

use lasers to store data in pits and troughs

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

what is a client server model

A

one control computer
multiple connected

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

what is the five layer model

A

application layer
transport layer
network layer
datalink layer
physical layer

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

what are the protocols in the application layer

A

HTTP, HTTPS, FTP

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

what are the protocols in the transport layer

A

TCP and UDP

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

what are the protocols in the network layer

A

IP

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

what does the HTTP do

A

allows resources to be transmitted over a network

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

what does the FTP do

A

used when copying a file from one location to another via the internet

22
Q

what does SMTP do

A

internet standard for email transmission
uses TCP
mail servers use SMTP to send and receive mail messages

23
Q

what does IMAP do

A

transferring emails between computer systems via the internet

24
Q

what does DHCP

A

dynamic host configuration protocol
assigning dynamic IP addresses to devices on a network

25
what does TCP do
error checked sending packets
26
what does UDP do
unreliable communication channel
27
what’s the logical operators
AND, OR, NOT, XOR, NAND, NOR
28
what are the three main parts of an IP packet
header, message, footer
29
what is serial transmission
sent one bit after another in order
30
what is parallel transmission
can sent more than one bit at the same time
31
what is full duplex
data can travel in both directions at the same time
32
what is half duplex
data can travel in both directions at one time
33
what is simplex
data can travel in only 1 direction
34
what is mulitplexing
several independent data sources are combined and sent along a single road to a single desitation
35
what is network collisions
two sets of data are detected simulataneously, the two packets are then discarded
36
what is unicode
can store over 110000 different characters
37
what is sign and magnitude
the most significant bit (biggest one) represents negative or positive
38
what is twos complememt
starting after the first 1 invert everything
39
what is the mantissa and exponent
mantissa is the whole number exponent is the decimal
40
what is a one dimensional array
collection of variables
41
what is a two dimensional array
same as 1D
42
what is a record
set of data items related to a single entity
43
what is a disadvantage and advantage to fixed length fields
you have to pad the remaining space but they’re easy to search
44
an advantage and disadvantage to variable length field
more space efficient but difficult to search
45
what’s the difference between master and transactional files
master contains all files and past iterations whereas transaction files contain small amounts of data
46
what is a serial file
no order with small numbers of records
47
what are sequential and indexed sequential files
sequential files order records based on a primary key indexed sequential files require indexes to add a new record
48
what is random access files
jumping directly to a record
49
what is hashing
a collection of functions
50
what are the types of backup
incremental, differential, full, GFS
51
what is validation and verification
ensures any input provided is reasonable