Dec 10, 2020

TASK OF OPERATING SYSTEM


Operating System:     OS is system software and manages all computer work, performance and maintained quality of execution. read more about Operating system TASK OF OPERATING SYSTEMtask of operating system                 Operating System manages all the computer system works, task and behavior which include the following task. i)                    Handle the...

KIND OF OPERATING SYSTEM


Operating System OS      OS is a system software, OS manages computer component, other software, communication between components and user with computer, performance and security etc. OS is the basic need of computer system. read more about OS , type of OS and  goal of OSKIND OF OPERATING SYSTEM kind of OS                There are hundreds...

TYPES OF OPERATING SYSTEM


OPERATIGN SYSTEM    "Operating system is a system software that manages all the execution take place in CPU, provide UI between user and hardware and provide IDE for other software for their execution."    We form the time of OS evolution until now we have many types of operating system, kind of operating system. Although we have different types of operating system but the objective and goal of OS is same for all.TYPES OF...

Dec 9, 2020

GOAL OF OPERATING SYSTEM


OPERATING SYSTEMgoal of operating system              Operating simply refer by OS is a system software. It manages computer's hardware, performance and execution etc, OS doesn't use the user directly but it provide environment & allow user to use their applications such as Application software. There are different kinds and type of Operating system but the main goal or aim is same for everyone and the goals...

Nov 30, 2020

Relation Between Hardware and Software and Operating System


 Relation Between Hardware and Softwarerelation between hardware and softwareThe relation between hardware and software is like the relation of human body and soul if the soul is get separated form body then is the body works, Defiantly not and same way if a soul without body also of no works. This process is same in computer system between hardware and software if software fail in a system than the hardware is just a thing of no work. And yes...

BASIC COMPUTER (Hardware, Software , Operating System)


INTRODUCTION TO HARDWARE SOFTWARE AND OPERATING SYSTEM:                   In Operating system we will study go through a simple overview to Hardware, Software (Operating System, Application System) and User.  After the short view of this topic we will go for Operating System its types, uses, function and goals etc. HARDWAREhardware,software,os                ...

Nov 29, 2020

LINQ in C# (SQL vs LINQ)


linq-in-c#LINQ in C#         It represents Language Integrated Query. It is a query language design by Microsoft using which we can write queries on a different verity of data sources to retrieve data form data source , like data from Array and collections.  Basically it is derived from the SQL where SQL used in RDBMS and LINQ is use in programming language like c#.When we going to use LINQ in programming...