comp sci Flashcards

1
Q

What is Application Software?

A

Application software is a computer program that helps users complete tasks for personal, educational, or business purposes

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

What is Encryption?

A

Encryption is a way of ensuring data can only be understood if you posses the means to decrypt it.

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

What is the Caesar Cypher?

A

The Caesar Cypher encrypts messages by shifting the letters a consistent amount.

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

What is a Brute Force Attack?

A

A Brute Force Attack attempts to employ every possible combination until one works.

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

What is the Frequency Analysis?

A

The Frequency Analysis states that all letters and not used as equally as often.

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

What is the Vernam Cypher?

A

The Vernam Cypher involve the use of an encryption key, known as the one-time pad, which generates a random sequence of letters greater than or equal to the plaintext.

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

What is a Device Driver?

A

A device driver is the software that interacts directly with the I/O controller

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

What is a Computer System?

A

A computer system is any device that can take a set of inputs, process the and then provide a useful output.

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

What is the control bus used for?

A

The control bus is used to send control signals between each I/O controller and the processor, as well as between the processor and memory.

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

Where does the data bus send information?

A

The data bus sends data between CPU components

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

What is the purpose of the address bus?

A

The address bus sends memory address from the processor to CPU components

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

What Buses does the System Bus comprise of?

A

The system bus comprises three (3) separate buses those being: Address Bus, Control Bus, and Data Bus.

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

What can the operands be?

A

Operands can be registers (NO:), decimals(1,201), binary(11110111), and memory(MEM.LOCATION)

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

What is immediate addressing?

A

Immediate addressing is when the operand is the actual value to be used in the instruction.

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

What are the Three different levels of cache?

A

Level 1 Cache is the fastest, most expensive, smallest in size
Level 2 Cache is the 2nd fastest, 2nd most expensive, medium in size
Level 3 Cache is the slowest , least expensive, largest in size

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

What cache is in the processor?

A

On board Cache

17
Q

Why are Secondary storage devices needed within a computer system?

A

Because Secondary storage (ROM) is a non volatile method of storage versus Primary storage (RAM) which is volatile.

18
Q

What are some types of secondary storage?

A

Magnetic storage such as hard disks, Optical storage such as CD-ROM, and Solid state storage such as flash memory