ELEC prelim
ELEC prelim
COMPUTER TECHNOLOGY
an electronic device that accepts data and 1. Protecting and Storing Information
instructions, performs logical and mathematical 2. Automated Processes
operations, and generates the outputs of the 3. Communication
processing. The outputs or results are the 4. Remote Access or Telecommuting
information that we need. DISADVANTAGES OF INFORMATION
TECHNOLOGY
CHARACTERISTICS & CAPABILITIES 1. Expenses of Implementation and Maintenance
SPEED - The computer can work very fast. It 2. Elimination of Jobs
takes only a few seconds for calculations that we 3. Breaches in Security
take hours to complete.
ICT is the technology required for information
ACCURACY - The degree of accuracy of a processing, in particular, the use of electronic
computer is very high and every calculation is computers, communication devices, and software
performed with the same accuracy. applications to convert, store, protect, process,
transmit and retrieve information from anywhere,
DILIGENCE - A computer is free from tiredness, anytime.
lack of concentration, fatigue, etc.
INFORMATION - knowledge obtained from
VERSATILITY - means the capacity to perform reading, investigation, study, or research
completely different types of work.
COMMUNICATION - is an act of transmitting
POWER OF REMEMBERING - computer has the messages. It is a process whereby information is
power of storing any amount of information or exchanged between individuals using symbols,
data. signs, or verbal interactions.
(OPTICAL MARK RECOGNITION) it reads pencil (PAPER TAPE) a continuous strip of paper wound
marks. on a reel where data is represented by holes
punched on the paper.
(OPTICAL CHARACTER RECOGNITION) it
reads special preprinted characters. (DRUM) a recording medium of data represented
by magnetized spots that are coated with a
(FACSIMILE TRANSMISSION MACHINE) it magnetically sensitive material divided into tracks.
scans an image and sends it as an electronic
signal over telephone lines. (CONTINUOUS FORMS) long sheets of paper
where data is represented through printouts.
(IMAGE SCANNER/ GRAPHICS SCANNER) it
converts text, drawings, and photographs into (COMPUTER OUTPUT MICROFILM (COM))
forms. stores large volumes of information printed or
photographed as a very small image on sheets or
(SMART CARDS) They contain a microprocessor rolls of film called Microfiche.
and a memory chip.
● OUTPUT HARDWARE - use a program designed to solve
problems.
3. OUTPUT HARDWARE
- It provides a means for the user to view SYSTEM SOFTWARE
information produced by the computer this includes the operating system (e.g., Windows,
system. macOS, Linux) and utility programs that help
2 Forms of Output: manage computer resources.
1. SOFTCOPY ~ it is when an output is ● OPERATING SYSTEM
temporarily displayed on the screen refers to a group of related programs that
2. HARDCOPY ~ it is when an information has supervise the execution of an application
been recorded in a tangible medium, such as program.
paper or microfilm.
OPERATING ENVIRONMENT ~ refers to
HARDCOPY OUTPUT HARDWARE: programs that sit on top of the OS.
1. PRINTER
it is capable of printing characters, symbols, and UTILITIES ~ a single term for all types of
graphics. programming aids.
CATEGORIES:
IMPACT PRINTER ~ it has contact with papers PROGRAMMING DAMAGES ~ the programs
like daisy wheel printers, dot-matrix printers, and used to write other programs.
line printers.
NON-IMPACT PRINTERS ~ it has no contact with LANGUAGE PROCESSOR ~ used to convert
paper like laser printer, ink-jet printers, and source program into a form suitable for execution.
thermal printers. (Compilers, Assemblers, Interpreters)
PROGRAMMING LANGUAGE
is a formal language used to write instructions that
a computer can execute.
LEVELS OF PROGRAMMING LANGUAGES:
1. MACHINE LANGUAGE
Is the lowest-level programming language,
consisting of binary numbers (0s and 1s) that a
computer's CPU can directly execute.
2. SYMBOLIC LANGUAGE
refers to a programming language that uses
symbols, mnemonics, or human-readable codes
instead of raw binary (0s and 1s) to represent
machine instructions.