computer systems Flashcards
what is hardware?
anything that physically makes up the computer
what is software?
any program or operating information that runs on or is used by the computer
what is the notation for the NOT gate?
an overbar
—–
what is the notation for the AND gate?
a dot above .
what is the notation for the OR gate?
a plus +
what is the notation for the XOR gate?
⊕
write a truth table for an AND gate with two inputs
0 0 - 0
0 1 - 0
1 0 - 0
1 1 - 1
write a truth table for an OR gate with two inputs?
0 0 - 0
0 1 - 1
1 0 - 1
1 1 - 1
write a truth table for an XOR gate with two inputs
0 0 - 0
0 1 - 0
1 0 - 0
1 1 - 1
write a truth table for an OR gate with two inputs?
0 0 - 0
0 1 - 1
1 0 - 1
1 1 - 1
write a truth table for an NOT gate with one input?
0 - 1
1 - 0
what is system software and some examples?
programs needed for the computer to function
- utilities
- operating system
- library routines
- programming language translators
what is application software and some examples?
programs that enable a user to do a task
- games
- a spreadsheet
- word processor
- web browser
what five things does the os manage?
- processor
- memory
- input / output devices
- applications
- security
what are some advantages of high-level languages?
easier to read
easier to learn