Understanding Computer Systems Flashcards
Combination of all the components required to process and store data using a computer
Computer system
Equipment associated with a computer
Hardware
- Computer instructions
- Tell the hardware what to do
Software
The instructions written by programmers
Programs
- Writing software instructions
Programming
Computer hardware and software accomplish three major operations:
Input, Processing, Output
What process is this?
Data items enter computer
Input
Done by central processing unit (CPU)
Processing
Tangible parts of a computer
Output
Used to write computer instructions
Examples:
Visual Basic, C#, C++, or Java
Programming Languages
- Computer’s temporary, internal storage
- Volatile
Computer memory
Rules governing its word usage and punctuation
Syntax
Nonvolatile
Permanent storage devices
- Translates program code into machine language (binary language)
- Checks for syntax errors
Compiler or an interpreter
Input will be accepted, some processing will occur, and results will be output
Program executes or runs