Category: Computer science

0
post thumbnail

Secondary Storage

Secondary storage or secondary memory also referred as backing storage is used to supplement the capacity of main storage; the memory stores a bulk of information. It is also called auxiliary storage or mass storage. The information stored in this memory is used by the CPU by first bringing it to main memory. Examples of [...]

0
post thumbnail

Arithmetic Logic Unit

Because all computer data is stored as numbers, a lot of the processing that takes place involves comparing numbers or carrying out mathematical operations. In addition to establishing ordered sequences and changing those sequences the computer can perform only two types of operations: arithmetic operations and logical operations. Arithmetic operations include addition, subtraction, multiplication and [...]

0
post thumbnail

Central Processing Unit – CPU

The central processing unit (CPU), also called the microprocessor, the processor or central processor is the brains of the computer. The CPU is housed on a tiny silicon chip. This chip contains millions of switches and pathways that help your computer make important decisions. The switches control the flow of the electricity as it travels [...]

0
post thumbnail

BOOLEAN ALGEBRA

The Boolean algebra was developed by the English mathematician George Boole; it deals with statements in mathematical logic, and puts them in the form of algebraic equations. The Boolean algebra was further developed by the modern American mathematician Claude Shannon, in order to apply it to computers. The basic techniques described by Shannon were adopted [...]

0
post thumbnail

what is data representation

Data The word data is derived from Latin language. It is plural of Datum (But Data is usually used as a singular term.) Datum (singular) – Data (plural). Data is any collection of facts of figures. The data is the raw material to be processed by a computer. Example Names of students, marks obtained in [...]

0
post thumbnail

Operating System

Operating system provides link between the user and the computer. It enables the user to have complete control over the computer system by commands through the keyboard or any other input device. The supervisor part of an operating system resides all the times in the memory (RAM) of the computer after the computer is turned [...]

0
post thumbnail

Machine Language

Machine language is the only language that a compute understands directly without any translation, it is the binary language. It is the language of 0′s and 1′s . It consists of strings of binary numbers. The binary codes are very difficult to memorize for human beings that is why a machine language is cumbersome for [...]

0
post thumbnail

Data Processing

Data Processing Data processing often referred as D.P is a process of collecting the data together and converting the data into information. The method used for collecting the data may be manual, mechanical or electronic. Data processing is a term mostly associated with business and commercial work. Since computers are being used in the processing [...]

0
post thumbnail

PROGRAM DEVELOPMENT PROCESS

In order to develop a computer program, a programmer has to go through the following stages: 1. DEFINING AND ANALYZING THE PROBLEM In this step a programmer studies the problem and decides how the problem will be best solved. Studying a problem is necessary because it helps a programmer to decide about: • The facts [...]

0
post thumbnail

Computer languages

COMPUTER LANGUAGE Language is a system for representation and communication of information or data. Like human beings, a language or signal is required to communicate between two persons. Similarly, we cannot obtain any result by computer without language. Computer does not understand directly what we are communicating with computer as English or Arabic, it understands [...]