Chapter 1 Flashcards
Computer system
combination of all the components required to process and store data using a computer.
Hardware
Collection of physical devices that comprise a computer system.
Software
consists of the programs that tell the computer what to do.
Programs
Sets of instructions for a computer
programming
the act of developing and writing programs
application software
comprises all the programs you apply to a task
app
a piece of application software. the term is frequently used for applications on mobile devices.
system software
comprises the programs that you use to manage your computer
input
describes the entry of data items 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 the.,
central processing unit (CPU)
computer hardware component that processes data.
output
describes the operation of retrieving information from memory and sending it to a device… so people can view and work with the results.
information
processed data.
storage devices
types of hardware equipment, such as disks, that hold information for later retrieval
cloud
refers to remote computers accessed through the internet
programming languages
languages like C++ or Java which are used to write programs
program code
set of instructions a programmer writes in a programming language.
coding the program
act of writing programming language instructions.
syntax
the grammar rules of a language
syntax error
errors in language or grammar
computer memory
the temporary, internal storage within a computer.
random access memory (RAM)
temporary, internal computer storage.
volatile (with respect to storage)
describes storage whose contents are lost when power is lost.