IT Assignment NITP
IT Assignment NITP
INFORMATION TECHNOLOGY
1
INTRODUCTION ..................................................................................................................................... 4
COMPUTER SYSTEM AND COMPONENETS ........................................................................................... 6
............................................................................................................................................................... 6
CHARACTERISTICS OF COMPUTER ..................................................................................................... 7
GENERATIONS OF COMPUTER ........................................................................................................... 8
COMPONENTS OF COMPUTER ........................................................................................................... 8
OPERATING SYSTEMS ......................................................................................................................... 9
FUNCTIONS OF AN OPERATING SYSTEM....................................................................................... 9
TYPES OF OPERATING SYSTEMS .................................................................................................... 9
SOFTWARE AND ITS APPLICATIONS ................................................................................................. 11
NETWORKING .................................................................................................................................. 12
2
3
INTRODUCTION
IT deals with the storage, retrieval, and manipulation of data to generate meaningful information. IT
relies on network to connect devices and facilitate data exchange. Understanding protocol and
network structure is crucial. Knowing how to write a code is essential. Programming language like
Python, java and C++ are widely used in IT.
IT involves manging data efficiently often through database. Knowledge of database system such as
MySQL or Oracle is important. Protecting the information from unauthorized is critical. Cybersecurity
involves implementing measures to secure data and system.
4
5
COMPUTER SYSTEM AND COMPONENETS
Computer is a electronics machine that accept the data from users / programmer and process the
data by performing calculation and operation on It.
ANALOG COMPUTERS:- Analog computer is another kind of computer that represent the data
as wherever across continue range of value. Earlier computer work on Analog computer.
DIGITAL COMPUTER:- A digital computer uses distinct value to represent the data internally all
the information are represent uses the digit 0 or 1.
6
CHARACTERISTICS OF COMPUTER
SPEED
CONSISTEN
MEMORY
CY
CHARACTE-
RISTICS OF
COMPUTER
ACCURACY DILIGENCE
VERSATILIT
Y
SPEED: A powerful computer can handle trillions of instructions per second. It is measured in micro-
sec or nano-sec.
CONSISTENCY: Computers can performs trillions of works without error for several hours.
DILIGENCE: Unlike human, the computer does not get tired or lacks its concentration.
VERSATILITY: Computer has the ability to perform completely different kinds of works with same
accuracy and efficiency at same time.
MEMORY: Computer has built in memory, where it can store instant data immediately.
ACCURACY: The degree of accuracy in computers is very high; computers can perform calculation at
almost 100% accuracy.
7
GENERATIONS OF COMPUTER
COMPONENTS OF COMPUTER
8
OPERATING SYSTEMS
An operating system (OS) is a fundamental software component that serves as the intermediary
between a computer’s hardware and applications running on it. It plays a crucial role in managing
system resource, facilitating communication between software and hardware and providing a user-
friendly interface. Without an operating system, computers would lack the necessary software
infrastructure to execute tasks efficiently.
• MEMORY MANAGEMENT: The OS allocates and deallocates memory space for programs,
ensuring efficient utilization of RAM. It also manages virtual memory, allowing programs to
use more memory than physically available by swapping data between RAM and storage.
• PROCESS MANAGEMENT: The operating system overseas the execution of processes,
which are individual instances of running programs. It schedules process, allocates
resources, and provides mechanism for inter process communication.
• FILE MANAGEMENT: File system manage by the OS organise and store data on storage
device. The OS handle file creation, deletion, reading and writing operations, ensuring data
integrity and accessibility.
• SECURITY AND ACCESS CONTROL: Operating system implement security measures to
protect data and resources. This includes users authentication, encryption and access control
mechanism to restrict unauthorized access to sensitive information.
9
NETWORKING OPERATING SYSTEM: These facilitate communication and resources sharing among
multiple computers in a network.
FUTURE TRENDS:
10
SOFTWARE AND ITS APPLICATIONS
TYPES OF APPLICATIONS
➢ PRODUCTIVITY SOFTWARE: Productivity software aims to enhance efficiency and user in
completing tasks.
Example : word processor(Microsoft Word, Google DOCS)
➢ GRAPHICS AND MULTIMEDIA SOFTWARE: Graphics and multimedia software are use for
creating, editing and enhancing visual and audio content. Graphics design tools like Adobe,
Photoshop video editing software.
➢ ENTERTAINMENT SOFTWARE: Entertainment software includes video games, stimulation,
and multimedia application designed for leisure and amusement. this category has seen
significant growth with various genres and platforms catering to diverse interests.
➢ COMMUNICATION SOFTWARE: Communications software facilitates exchange of
information between users.
Example: Email clients(Microsoft outlook, Gmail), instant messing apps (WhatsAPP, Slack),
conferencing tool (Zoom, Microsoft teams).
11
NETWORKING
Networking is the practices of connecting and other devices to share resources, information and
other services. It plays a pivotal role in facilitating
communications and data exchange between devices, enabling
the seamless functioning of various applications services.
Networking can classified based on their geographical scope
into Local Area Network (LAN), Wide Area Network (WAN),
and Metropolitan Area Network ( MANs).
❖ WIDE AREA NETWORK (WANs): WANs cover larger geographical areas, connecting LANs
across cities, countries even continents.
The internet itself a vast WANs, facilitating global
communications and data exchange.
WANs utilize various technologies, including
dedicated leased lines, satellite links, and virtual
private networks (VPNs).
12