LESSON 1 Flashcards
5 NU’s Core Values
Integrity
Compassion
Innovation
Resilience
Patriotism
Is an electronic device designed to manipulate data for useful information to be generated.
COMPUTER
CHARACTERISTICS OF THE COMPUTER
It is a machine - can only do things for which it was designed.
It is automatic - runs continuously once started
It is electronic - runs on electrical energy through its electronic components
It can manipulate data - following specific instructions, it can perform arithmetic functions, and can compare data.
It has memory - The ability to read instructions and can store these.
It has logic functions -can produce results after instructions were fed into it.
The actual machinery, the tangible parts of a computer system. (example: wires, transistors and circuits). Refers to the physical equipment or components of an electronic data processing system.
HARDWARE
Programs or data, and are the intangible parts of a computer system.
SOFTWARE
runs on electrical energy through its electronic components
It is electronic
CLASSIFICATION OF SOFTWARE
APPLICATION SOFTWARE
SYSTEM SOFTWARE
comprises all the programs you apply to a task — word-processing programs, spreadsheets, payroll and inventory programs, and even games.
APPLICATION SOFTWARE
comprises the programs that you use to manage your computer, including operating systems such as Windows, Linux, or UNIX for larger computers and Google Android and Apple iOS for smartphones
SYSTEM SOFTWARE
3 MAJOR OPERATIONS IN MOST PROGRAMS
INPUT
PROCESS
OUTPUT
Usually keyboard and mouse. The _________ device is the conduit through which data and instructions enter a computer.
INPUT
Processing data items may involve organizing or sorting them, checking them for accuracy, or performing calculations with them. The hardware component that performs these types of tasks is the central processing unit, or CPU.
PROCESS
After data items have been processed, the resulting information usually is sent to a printer, monitor, or some other output device so people can view, interpret, and use the results.
OUTPUT
is a set of instruction that the computer follows.
Program
is a standardized communication technique for expressing instructions to a computer. Example: Visual Basic, C++, C#, Java, Assembly Language
Programming Language (PL)