You are on page 1of 3

INTRODUCTION TO COMPUTER PROGRAMMING 1.Basic Computer Concepts a.What is a Computer? b.Why Use Computers? c.Types of Computers d.

Some Computer Terminologies 2.Basic Components of a Computer 3.Number Systems & Conversions 4.Overview of Command Shell 5.Problem Solving on a Computer WHAT IS A COMPUTER? A machine that performs a variety of tasks according to specific instructions. A data processing machine: 1.Input 2.Processor 3.Storage 4.Output WHY USE COMPUTERS? Tasks become easier. Jobs are done faster. Results are accomplished with high accuracy. Sequence of operations can be carried out without human intervention. Large amount of data can be stored in a compact & easily retrievable form. Computers are useful & cost-efficient.

TYPES OF COMPUTERS (According to Capacity) 1.MAINFRAMES -very fast & large in size -used for centralized processing & storage by large organizations 2.MINICOMPUTERS -midrange in speed & size -like mainframes, can serve several users at the same time through terminals -Ex: airline reservation 3.SUPERCOMPUTERS -fastest but not the largest -cannot handle multiple users -used for specialized tasks that demand high speed -Ex: scientific research, weather prediction, nuclear weapon development 4.MICROCOMPUTERS -small & for individual use -may be linked together through networks called LOCAL AREA NETWORKS (LANs) 5.PORTABLE COMPUTERS -very small microcomputers -can be easily carried around SOME COMPUTER TERMINOLOGIES PROGRAM Set of instructions written to describe a specific task for the computer to perform.

PROGRAMMING Art of designing and implementing the operations to be performed by the computer to solve a particular problem or to accomplish a specific task. SYSTEM Set or arrangement of parts that act together to perform a function. Ex: Human body consists of a set of systems DATA Any collection of facts. Raw material gathered from one or more sources. INFORMATION Processed data. Organized & meaningful to the person receiving it. Ex: 1 data; grade of 1 - information CODES Set of symbols that represent another set of symbols APPLICATION Things that computer can be used to do. Ex: payroll processing, robot assembly, record keeping BIT Smallest & most basic unit of storage. BYTE 8 bits KILOBYTE (KB) 1024 bytes MEGABYTE (MB) 1048576 bytes GIGABYTE (MB) 1073741824 bytes

You might also like