Computer Systems Flashcards

(13 cards)

1
Q

What is the difference between hardware and software?

A

Software is the programs on the computer whereas the hardware is the physical things such as the CPU and memory

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

What is an input? Give examples in hardware.

A

Things given to the computer from the user

Mouse, Keyboard

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

What is an output? Give hardware examples.

A

Things that the computer shows to the user

Monitor, Printer, Speaker.

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

What is system software?

A

Software that helps to run the computer and is already installed e.g ROM

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

What is application software?

A

Software that is added to the computer to run an application e.g Spotify

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

What is encryption?

A

Where the data is scrambled so only one person can unscramble it

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

What is binary?

A

A number system that only uses one’s and zero’s to represent numbers

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

What is Boolean logic?

A

Checking ,if when compared, two inputs produce what output

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

What are the three main Boolean logic conditions?

A

AND, OR, NOT

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

What are logic gates?

A

Collections of transistors that produce one or more outputs

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

What is the table for an AND gate?

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

What is the table for an OR gate?

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

What is the table for a NOT gate

A

Input Output
1 0
0 1

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