Operating System Type of Operating System

Slides:



Advertisements
Similar presentations
DOS commands.
Advertisements

Understanding the Boot Process and Command Line
Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
Operating Systems File Management.
Lesson 4 0x Operating Systems.
Lesson 6. The Computer Operation Computer Operating Systems GUI vs. Command line The Microsoft Windows Family File Systems – How Computers Manage Data.
A+ Guide to Software, 4e Chapter 6 Windows 9x/Me Commands and Startup Disk.
Chapter 3 Understanding the Boot Process and Command Line.
Disk Operating System (DOS)
Chapter 41 Exploring Windows XP Vol. 1 Part Six – The MS-DOS Window…command prompt.
© 2007 The McGraw-Hill Companies, Inc. All rights reserved Working with the Command- Line Interface Chapter 14.
Micro Op SYS (DOS) Chapters 1, 2, 3, 5, 6, 7. 2 Hardware Four Categories –CPU (Central Processing Unit) –Primary Storage (RAM) –Input/Output Devices Keyboard.
FILES  A file is a collection of related information  Files are kept in directories on a disk.
Operating System Commands. Commands External / internal command In MS-DOS there are two types of commands. An Internal command, which is a command embedded.
Operating System Fundamentals
Windows Command Line Operating Systems Labs 3, 4, 5.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
Or CMD/BATCH.  Title this comand makes the cmd prompt’s title whatever you would like it to be.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 4 Disk Operating System (DOS) and the Command-Line Interface McGraw-Hill.
System Software. BIOS Basic Input Output System A kind of ROM Execute routines Checking RAM, detecting hard disk, floppy disk, CDROM, … etc.
Ch11 Getting Started with the Operating System. Ch12 Overview Will discuss the purpose and function of an operating system.
By Umesh ks. Dos is a single user operating system. Its support the all operating system wizards Support the disk scheduling. File management Network.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
1. 2 Disk Operating System (DOS) Finding DOS and Understanding its Strengths and Weaknesses Installing DOS How the FAT File System Works Working with.
INTRODUCTION TO OPERATING SYSTEMS. An operating system is a program that controls the overall activity of a computer. Like an orchestra conductor an operating.
DOS Commands What is a command Types of DOS Commands Basic Terms
1 THE UNIX FILE SYSTEM By Chokechai Chuensukanant ID COSC 513 Operating System.
Chapter 9 Part II Linux Command Line Access to Linux Authenticated login using a Linux account is required to access a Linux system. The Linux prompt will.
System software operating system 1.
Understanding the Boot Process and Command Line
ITE 1 Chapter 5. Chapter 5 is a Large Chapter It has a great deal of useful information about operating systems. You will find this VERY helpful when.
Gene Perkins, Lassen High School Networking Academy
Essential Unix at ACEnet Joey Bernard, Computational Research Consultant.
SOFTWARE It Consists of a series of instructions that tells the computer what to do. It is collection of programs. Software is set of instruction which.
Computer Hardware PC Operating Systems. What is an operating system? An OS is the interface between the user and the computer hardware It provides the.
DOS  In the 1980s or early 1990s, the operating system that shipped with most PCs was a version of the Disk Operating System (DOS) created by Microsoft:
®® Microsoft Windows 7 for Power Users Tutorial 13 Using the Command-Line Environment.
Introduction to Interactive Media Interactive Media Tools: Software.
Chapter 4: System Software The Power Behind the Computer.
Operating System. 1. How Operating Systems Work Operating System Functions At the simplest level, an operating system does two things: It manages the.
BY PREETHI DOS INTERNAL COMMANDS. INTERNAL COMMANDS  DOS commands that are present in the COMMAND.COM file and are automatically loaded into RAM when.
Chapter Two Exploring the UNIX File System and File Security.
OPERAING SYSTEM 1 CA-210 WINDOWS XP. CHAPTER 1 OPERATING SYSTEM FUNDAMENTALS.
Computer Systems Week 11: The Command Line Interface Alma Whitfield.
Basic MS-DOS. History MS-DOS 1.0 was released in August 1981, and was updated until April 1994 when it was replaced by Windows 95 All versions of windows.
DISK OPERATING System MS-DOS. MS-DOS Microsoft Disk Operating System (MS-DOS) is a single user, single tasking operating system. DOS is a command-line,
Basic MS-DOS.
1.  Microsoft DOS (Disk Operating System) use a command line user interface.command line  A command line user interface means that the user is required.
Think Possibility Unit 3: Software Systems 3.1 Software Basics 3.2 Application Software 3.3 Operating Systems and Applications 3.4 DOS Commands.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Lab Assignment 1 Getting Started. Submitting the LABS for grading Subject line of message: CTEC 110 WA Lab 1 Assignments Attachment file names:
Files, User Interfaces, and the OS Files: programs (.exe); data (.jpg,.html,.doc, etc.) User Interface: used to run programs and manage files and folders.
Operating System Fundamentals 1. Components of an OS 2. Functions of an OS 3. Types of OS 4. Command-line tools.
File and Folder CLI Commands 12/24/ Agenda Overview of OS functions and the SHELL Internal v External Commands Command History Making & Modifying.
Digital Communication Systems Comp Functions of the Operating System.
DOS & Linux Equivalencies Comparing basic DOS and Linux Commands CTEC Lecture1DOS & Linux equiv (29 slides)
Basic Unix Commands. Listing files and directories ● ls:command is used to list the files and ● directories in present working directory ● ls command.
Operating System. What is Operating System OS is system software, which may be viewed as collection of software consisting of procedures for operating.
Ahmadu Bello Computer Repair Training Course 6: Use of Software By Suprix Technology Nigeria ( A.B.U repair computer training.
IST 222 Day 6. DOS Naming Conventions A filename contains up to 8 characters, a separating period, and a file extension of up to three characters This.
WHAT IS HARDWARE ? Computer hardware is the collection of physical elements that comprise a COMPUTER SYSTEM LIKE A MOUSE, MONITOR, KEYBOARD, SPEAKER MICROPHONE,
MS-DOS is an acronym for MicroSoft Disk Operating System It is a CUI based operating system. It provides user with a command prompt (generally called.
Introduction to Operating Systems IT190 Foundations in Information Technology.
Operating Systems. Operating System Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic.
DIT314 ~ Client Operating System & Administration
Lesson 4 0x Operating Systems.
INTERNAL COMMANDS CLS(Clear Screen):-
Introduction to MS-DOS
Operating System Fundamentals
OPERATING SYSTEM B-TECH III YEAR I SEM BRANCH :ECE
Presentation transcript:

Operating System Type of Operating System An operating system consist of integrated program that act links between the user or machine. Type of Operating System Single user single tasking Multi user Single Tasking Multi user and multi tasking

Name Of Some Operating System DOS (Disk operating System) Windows/Windows XP/window NT/Window7/8 Unix/Xenix Linux OS2/OS4 Type of Operating System Single user single tasking Multi user Single Tasking Multi user and multi tasking

DOS (Disk Operating System) Dos is use to single user and single tasking operating system it is use to operate the computer, this operating system consist of command line interfacing. Every operating system has three basic primary function, one is operate and control hardware’s second is file management and third run a program. There are two type of commands. Internal Command External Commands

Internal Command Internal command move to RAM/Computer Memory from disk at booting time. CLS Date Time Ver Vol Dir Type Copy Rename/Ren Md/Mkdir Rd/Rmdir Cd/chdir

Syntax Example CLS : This command is use to clear the screen CLS C:\> CLS DATE :This command is use to display and set system date. Date C:\> DATE TIME : This command is use to display and set system time TIME C:\> TIME

VER : This command is use to display version of operating system. Syntax VER Example C:\> VER DIR : This command is use to Display files and folder/ sub directory DIR /a/p/w [drive:\pathname\filename] C:\> DIR/P C:\> DIR/W/P d: C:\> DIR/W/P d:*.txt