Chapter One Flashcards
Computer System
Is a combination of all the components required to process and store data using a computer.
Hardware
Is the collection of physical devices that comprise a computer system.
Software
Consists of programs that tell the computer what to do.
Programs
Are sets of instructions for a computer.
Programming
Is the act of developing and writing programs.
Application Software
Comprises all the programs you apply to a task.
App
Is a piece of application software; the term is frequently used for applications on mobile devices.
System Software
Comprises the program that you use to manage your computer.
Input
Describes the entry of data into computer memory using hardware devices such as keyboards and mice.
Data items
Include all the text, numbers, and other information processed by a computer.
Processing
Data items may involve organizing them, checking them for accuracy, or performing mathematical operations on them.
CPU or central processing unit
Is the computer hardware component that processes data.
Output
Describes the operation of retrieving information from memory and sending it to a device, such as a monitor or printer, so people can view, interpret, and work with the results.
Information
Is processed data.
Storage devices
Are types of hardware equipment, such as disks, that hold information for later retrieval.
Cloud
Refers to remote computers accessed through the internet.
Programming languages
Such as Visual Basic, C#, C++, or java are used to write programs.
Program Code
Is the set of instructions a programmer writes in a programming language.
Coding the Program
Is the act of writing programming language instructions.
Syntax
Of a language is its grammar rules.
Syntax Error
Is an error in language or grammar.
Computer Memory
Is the temporary, internal storage within a computer.
Random Access Memory (RAM)
Is temporary, internal computer storage.
Volatile
Describes storage whose contents are lost when power is lost.
Nonvolatile
Describes storage whose contents are retained when power is lost.
Machine Language
Is a computer’s on/off circuitry language.
Source Code
Is the statements a programmer writes in a programming language.