

















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Here is a Computer Science description in 140 words: --- Computer Science is the study of computers, software, and computational systems. It focuses on how data is processed, stored, and communicated efficiently. A computer system consists of hardware and software. Hardware includes physical components like CPU, keyboard, and monitor, while software includes programs that run on the computer. System software, such as Windows and Linux, manages hardware, while application software performs specific tasks like browsing and word processing. Programming is an important part of Computer Science, using languages like C, Java, and Python to create software. Concepts like algorithms and data structures help solve problems effectively. Networking connects computers through the Internet, enabling communication and data sharing. Computer Science plays a vital role in modern life, supporting innovation in education, business, healthcare, and technology.
Typology: Thesis
1 / 25
This page cannot be seen from the preview
Don't miss anything!


















Mrs. Kiran Bala Dubey Assistant Professor Department of Computer Science Govt. N. P. G. College of Science, Raipur
4. Distributed Operating System - When two or more systems are connected to each other and one can open files which are not present in their system but in other devices connected in the network. - Its usage has now increased over the years. - They use multiple central processors to serve real-time applications. - Failure of one system does not affect the other systems connected in the network. 5. Embedded Operating System - These special Operating systems are built into larger systems - They generally are limited to single specific functions like an ATM. 6. Network Operating System - They have one main server which is connected to other client servers - All the management of files, processing of data, access to sharing files, etc. are performed over this small network - It is also a secure operating system for working with multiple users. 7. Mobile Operating System - With the advancement in the field of technology, smart phones now are released with an Operating system. - They are designed in a manner that they can help a small device work efficiently.
8. Multi user operating systems - It allows a number of users to work simultaneously on a single computer system. These types of operating systems are specially designed for the multi user system. - Examples of multi user operating systems includes Unix, Linux and Windows 2000. 9. Multitasking operating systems - It allows a user to give multitask at a same time on a single computer system. - multitasking operating system are also known as multiprocessing operating system and multiprogramming operating system. - The number of tasks processed simultaneously by this operating system is depending upon speed of CPU, the capacity of memory and size of programs. - Examples of multitasking operating systems includes Unix, Linux, Windows 2000, windows XP and windows 10. 10. Multiprocessor operating system
Application software is a set of one or more programs designed to solve a specific problem or task. Example Payroll processing system, Exam result processing system, Ticket reservation Software, word processor, a spreadsheet, an accounting application, a web browser, an email client, a media player, a file viewer, a console game, or a photo editor. etc. Types of application software โ
Differences between program & packages 1.Programs are set of instructions to perform a task. 2.These are one piece of software. 3.Programs are something that provide instruction to computer to perform particular task.
In execution of the program, major role is played by two utility programs known as Linker and Loader.
1. Linker : A linker is special program that combines the object files, generated by compiler/assembler, and other pieces of codes to originate an executable file have. exe extension. In the object file, linker searches and append all libraries needed for execution of file. It regulates memory space that code from each module will hold. It also merges two or more separate object programs and establishes link among them. 2. Loader : The loader is special program that takes input of object code from linker, loads it to main memory, and prepares this code for execution by computer. Loader allocates memory space to program. Even it settles down symbolic reference between objects. It in charge of loading programs and libraries in operating system.