syllabus p1 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

give one similarity and two differences between ascii and unicode character set

A

similarity -they both represent each character using unique code

difference1-unicode can go up to 32 bits per character whereas ASCII is 7 or 8 bits. unicode can represent a wider range of characters then ASCII.

difference2-different languages are represented using unicode whereas ASCII is only for one language

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

state what is meant by sampling rate

A

the number of samples taken per unit time

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

explain the effect of increasing the sampling resolution on the sound file

A

increase number of bits per sample which means that the file size increases

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

firewall

A

accept or rejects incoming and outgoing packets based on criteria

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

pharming

A

redirects a user to a fake website

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

anti virus software

A

scans files on the hard drive for malicious software

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

encryption

A

converts to an alternative form

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

the database is normalized and is in third normal form(3NF)
describe the characteristics of a database that is in third normal form(3NF)

A

no repeating group of attributes
no partial key dependencies
no non-key dependencies

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

state what is meant by tuple. give an example of tuple

A

tuple-a single row in a table
example - a horizontal row on that given table

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

.state what is meant by the stored program concept in the von neuman model of a computer system.

A

instructions and date are stored in the same memory space

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

state the role of the following registers
– program counter (pc)
– index register(iX)
–status register(SR)

A

–pc stores the address of the next instruction to be fetched
–IX to store a value that is added to an address to give another address
–SR to store flags which are set by events

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

which system bus is used in these cpu components
–system clock
–memory address register(MAR)

A

– control bus
–address bus

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

describe the purpose of the control unit (cu) in a (cpu)

A

– to manage the execution of instructions in sequence
–to control the communication between the components of the CPU

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

describe the purpose of an interrupt in a computer system

A

to send a signal from a device or process
seeking the attention of the processor

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

identify two causes of a software interrupt

A

1)unable to execute program due to missing file
2)division by zero error

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

state two benefits to a programmer of using dynamic link library (DLL)files

A

1)no need to recompile the main program when changes are made to DLL because changes to DLL file code are done independently of the main program

2)executable file size is smaller because the executable does not contain all library routines

17
Q

describe the ways in which memory management organizes and allocates random access memory

A

dynamic allocation of RAM to programs
prevents two programs occupying same area of RAM at the same time

18
Q

describe one appropriate method of compressing a text file

A

lossless compression using run length encoding ,whereby repeated sequences of characters are replaced by a single copy of the character and a counter of the number of characters

19
Q

explain the reason why increasing the amount of cache memory can improve the performance of a cpu

A

cache stores frequently used instructions , more cache means more instructions can be transferred faster

20
Q

state the name of the pheripheral device port that provides a physical connecter in the computer for each of there pheripheral devices
–3D PRINTER
–MONITOR

A

–usb port
—hdmi port

21
Q

describe how carrier sense multiple access/collision detection(CSMA/CD) is used in a bus network

A

–before transmitting , a device checks if the channel is busy and date will be sent when the channel is free
– since there is usually more than one computer connected to same transmission medium , two workstations can start transmit at the same time causing a collision
–if collision is detected , the workstations send a jamming signal and abort transmission
–each of them will wait for a random amount of time before attempting to resend

22
Q

explain why these televisions are embedded systems

A

the embedded system is built into the tv
combination of hardware and software designed for specific function

23
Q

describe one benefit of using EEPROMS in an embedded system

A

can be erased and reprogrammed several times
this is so that firmware can be updated