Computer Application
Computer Application
Number System
3.1 Introduction to Number System
Decimal number takes up ten values i.e. from 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9. On the other hand
binary number takes only two values i.e. zeros and ones.
Computer Memory
4.0 What is Computer Memory?
Memory can be internal or external. It stores the data and instructions. It has memory cells
with different identifying number.
Memory stores the instructions to be proceed, under processed and already processed.
4.3 Storage
Bytes measure a computer's storage capacity. The smallest data unit that can be stored is a
byte consisting of 8 bits (also known as binary digits).
Binary numbers, such as 1 or 0, represent bits.
A keyboard letter, number, or symbol equals one byte (a binary term).
More storage is required to keep the work safe.
Typically, Kilobytes (kB), Megabytes (MB), and Gigabytes (GB) are used to describe a
computer's storage capacity (or, on really big systems, Terabytes!).
4.0.1 Internal
Where smaller bits of information are stored is called as internal memory. It is considered as
primary memory. Chips comprise internal memory. RAM and ROM are the two primary types
into which internal memory is separated.
Programming Languages
To do any task with the data supplied by the user, a computer needs instructions. A program is
a combination of commands that are supplied to a device to carry out particular activities. The
actions that are outlined by the software should be carried out by the computer. A program
controls how a computer interprets and utilizes data.
6.0 Computer language Hierarchy
High Level
Language
Assembly
Language
Machine
Language
Computer
Hardware
Figure 1: Hierarchy of Computer Languages
Few of the popular programming languages are mentioned below:
C and C++
Python, Java, SCALA
R, Ruby, Go, Swift, JavaScript
Terminal Symbol: denotes the start, stop, and halt points in the logic flow of a program. It
is a flowchart's first and last symbol.
Input/Output Symbol: they represent all input/output functions in a program.
Processing Symbols: represent instructions for computation and data transport. This
symbol also designates the logical operations that transfer data from one area of the main
memory to another (assignment statement).
Decision Symbol: denotes a decision point, or a place where a line can split off and go in
one of two or more different directions.
Software
A computer system‘s two main parts are software and the other is hardware. Software is a
collective term for a group of computer programs. It instructs a computer what to do. It tells
hardware what to do.
Let‘s begin by understanding the difference between a program and software.
Program Vs Software
SOFTWARE PROGRAM
Software is an assemblage of scripts, instructions, and procedures that tell computers what
to do. System software and application software make up the majority of it.
Operating System: It acts as an interpreter between software and hardware. For example
when print command is given Operating System takes the instruction to printer for printing
the document.
Language Processor: human-readable language is converted into machine language by
language processor. It converts computer programs into commands that are understandable
by machines.