Computer Systems Flashcards
(13 cards)
What is the difference between hardware and software?
Software is the programs on the computer whereas the hardware is the physical things such as the CPU and memory
What is an input? Give examples in hardware.
Things given to the computer from the user
Mouse, Keyboard
What is an output? Give hardware examples.
Things that the computer shows to the user
Monitor, Printer, Speaker.
What is system software?
Software that helps to run the computer and is already installed e.g ROM
What is application software?
Software that is added to the computer to run an application e.g Spotify
What is encryption?
Where the data is scrambled so only one person can unscramble it
What is binary?
A number system that only uses one’s and zero’s to represent numbers
What is Boolean logic?
Checking ,if when compared, two inputs produce what output
What are the three main Boolean logic conditions?
AND, OR, NOT
What are logic gates?
Collections of transistors that produce one or more outputs
What is the table for an AND gate?
Input 1 Input 2 Output 0 0 0 0 1 0 1 0 0 1 1 1
What is the table for an OR gate?
Input 1 Input 2 Output 0 0 0 0 1 1 1 0 1 1 1 1
What is the table for a NOT gate
Input Output
1 0
0 1