Fundamental 2. Lec#04. Shugofa Hassani

Similar documents
Software Application (SWA) Skill Area 208: Use Personal Computer And Operating System

C:\> command prompt DOS prompt cursor

About the Presentations

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems

What is software? Functional view. Functional view. System requirements of a software. Versions Free version: This is the free version

Session 04 Introduction to Software

IntroductIon to dos. 2.1 IntroductIon. 2.2 SettIng up dos

Disk Operating System

IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems

Disk Operating System

Linux & Shell Programming 2014

Advanced Operating Systems

Lecture 2 DOS & Windows file commands by: lecturer Raya N.Ismail

Elementary Computing CSC M. Cheng, Computer Science 1

CSCA0201 FUNDAMENTALS OF COMPUTING. Chapter 6 Operating Systems

Elementary Computing CSC 100. M. Cheng, Computer Science

CS370 Operating Systems

Manual Boot Camp Install From Usb Windows 7 Without Dvd Drive

IT 05: Fundamental Operating Systems Online Study Questions

OPERATING SYSTEMS & UTILITY PROGRAMS

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions:

ACCESSDATA SUPPLEMENTAL APPENDIX

HELP Use the help command to list all the following supported commands:

Chap2: Operating-System Structures

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories

Week 2. Exp 2 (a) (b): Introduction to LINUX OS, Installation of LINUX OS, Basic DOS commands

Internal Commands COPY and TYPE

The Command Shell. Fundamentals of Computer Science

Lab - Common Windows CLI Commands

Computers: Tools for an Information Age. System Software

Description of the Windows XP Recovery Console for advanced users

8.1 Software/Hardware Required: Core 2 duo/i3/i5/i7-64bit processor Operating System ubuntu/fedora 64bit OS Assembler: NASM Editor Used gedit

DOS. 5/1/2006 Computer System Software CS 012 BE 7th Semester 2

The coloured area that is seen on the screen. The pictures stand for items you might see on real desktop such as my computer.

Introduction to Linux. Fundamentals of Computer Science

bitcurator-access-webtools Quick Start Guide Last updated: May 8th, 2018 Release(s): and later

ECE 550D Fundamentals of Computer Systems and Engineering. Fall 2017

Chapter 4. File Systems. Part 1

1- Which of the following tasks is the operating system NOT responsible for? d) Coordinates communication between software applications and the CPU

Full file at

Unit 13. Linux Operating System Debugging Programs

Overview of Unix / Linux operating systems

Operating-System Structures

Chapter Two File Systems. CIS 4000 Intro. to Forensic Computing David McDonald, Ph.D.

Lesson 1: Preparing for Installation

Conventions in this tutorial

The build2 Toolchain Installation and Upgrade

Operating Systems. Copyleft 2005, Binnur Kurt

Chapter 2 Software Components

Operating Systems 3. Operating Systems. Content. What is an Operating System? What is an Operating System? Resource Abstraction and Sharing

Installation Manual for Sonnet RAID Controller

LabVIEW Application Builder User Guide

CS333 Intro to Operating Systems. Jonathan Walpole

Working with Basic Linux. Daniel Balagué

Ms Dos Commands List With Examples Ppt

CISC 220 fall 2011, set 1: Linux basics

Operating Systems: Internals and Design Principles. Chapter 2 Operating System Overview Seventh Edition By William Stallings

DATA 301 Introduction to Data Analytics Command Line. Dr. Ramon Lawrence University of British Columbia Okanagan

Why learn the Command Line? The command line is the text interface to the computer. DATA 301 Introduction to Data Analytics Command Line

Image rescue Quick Start Guide

GNS 312 (DIGITAL SKILL ACQUISITION) MODULE 2 OPERATING SYSTEM

Chapter 3 Computer Software

Network+ Guide to Networks, Fourth Edition. Chapter 8 Network Operating Systems and Windows Server 2003-Based Networking

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~

Basic DOS Commands MCQ

Session 1: Accessing MUGrid and Command Line Basics

UNIT 9 Introduction to Linux and Ubuntu

Working With Unix. Scott A. Handley* September 15, *Adapted from UNIX introduction material created by Dr. Julian Catchen

Chapter 2: Operating-System Structures

Operating Systems. Designed and Presented by Dr. Ayman Elshenawy Elsefy

Thank you for choosing ASAP s Remote QuickBooks hosting! The following will guide you through the set up of your new or updated user profile.

Introduction to Operating Systems. Note Packet # 1. CSN 115 Operating Systems. Genesee Community College. CSN Lab Overview

System information update for system board replacement events

History. Terminology. Opening a Terminal. Introduction to the Unix command line GNOME

Practical Session 0 Introduction to Linux

Introduction to Linux

Accounting Software. Collaboration Software

Migrate to Mac The Comprehensive Guide

License Server Administrator Guide How to configure and manage a license server for sharable licenses

1. Open VirtualBox and start your linux VM. Boot the machine and log in with the user account you created in Lab #1. Open the Terminal application.

How to install HDRestaurant CS(Client Server)?

Chapter 2 Operating-System Structures

Plasmon Diamond Library Manager

How To Install Rubygems On Windows Xp Sp3 Without Os Cd

UoW HPC Quick Start. Information Technology Services University of Wollongong. ( Last updated on October 10, 2011)

1. Navigate to in a browser.

Please choose the best answer. More than one answer might be true, but choose the one that is best.

TE100-P1P/TE100-P1U F.A.Q.

CS CS Tutorial 2 2 Winter 2018

Linux at the Command Line Don Johnson of BU IS&T

Hard Disk Organization. Vocabulary

14-Nov-11. Chapter 5: System Software: Operating Systems and Utility Programs. Learning Objectives. Learning Objectives. Overview

GET TO KNOW YOUR COMMAND PROMPT

UNIX File Systems. How UNIX Organizes and Accesses Files on Disk

Getting Started with UNIX

UNIX COMMANDS AND SHELLS. UNIX Programming 2015 Fall by Euiseong Seo

How to install HDSME Client Server?

Getting Started with Command Prompts

Introduction to Linux and Supercomputers

Chapter 2: Operating-System Structures. Operating System Concepts Essentials 8 th Edition

Transcription:

Fundamental 2 Lec#04 Shugofa Hassani

Session Objective To distinguish between commercial and non commercial operating system To understand Ms.- DOS operating system and it s type. To practice basic DOS operating system Commands.

Commercial Software Commercial software is any software or program that is designed and developed for licensing or sale to end users or that serves a commercial purpose. such as Microsoft product. Commercial software was once considered to be proprietary software, but now a number of free and open-source software applications are licensed or sold to end users but with the source code to allow customization. So there is commercial free software, and there is noncommercial non free software.

Con.. Mac OS _ The Operating System for the imac and other Apple computers. Sky OS_ is an operating system written from scratch for x86 PC's. As required for a modern operating system, it supports features such as multiprocessor support (SMP), 64-bit journal file system, virtual memory, memory protection, multitasking and threading etc. Additionally, Sky OS has a built-in GUI system named Sky GI.

DOS operating system Stands for "Disk Operating System." DOS was the first operating system used by IBM compatible computers. DOS is a 16 bit operating system that means it can save and process 16 bit of data at a single time. It is a single user and single tasking Operating system. It is NON-GUI(Graphical User Interface) It Works on CUI(Character User Interface)environment.

Con.. The DOS kernel provides various functions for programs (an application program interface), like character I/O, file management, memory management, program loading and termination. DOS uses a command line, or text-based interface, that allows the user to type commands. By typing simple instructions such as pwd (print working directory) and cd (change directory),these early operating systems did not multitask, as they were only able to run one program at a time.

Con.. The command line interface, in which a user has to type in commands, required the user to remember commands to run programs or do other operating system tasks, making it difficult for inexperienced person to use. which is why Microsoft later bundled the graphic-based Windows operating system with DOS. When Microsoft first introduced Windows as a graphical user interface (GUI) for MS-DOS, early users had to type "WIN" at the DOS prompt to launch the Windows program.

Con.. Windows has since evolved from being a GUI program running under DOS to a full operating system taking over as the default OS, though it was not until Windows XP that consumer versions of Windows stopped relying on the DOS program win.com to bootstrap the Windows kernel. The last retail version of MS-DOS was MS-DOS 6.22. After this release, MS-DOS was still bundled as part of Windows, but no longer required a separate license. It can still be run under Windows using the Command Prompt program. There is an open source version of DOS called FreeDOS which is based on and compatible with MS-DOS.

Con.. There are basically two versions of MS-DOS (DOS Operating System): a) Pc-DOS b) Ms.- DOS Above Both versions of DOS Operating System have been developed by Microsoft Corporation, here Pc-DOS was specially developed for IBM Personal computer and Ms.- DOS was developed and written for Personal computers or NON-IBM Personal Computers. As there are no such differences found in both versions of DOS Operating Systems.

DOS - file system DOS uses a file system which supports 8.3 filenames 8 characters for the filename and 3 characters for the extension. the maximum length of a fully qualified filename with is path that DOS supports is 80 characters using the format drive:\path\filename.ext. DOS uses the File Allocation Table (FAT) file system that the latest version of MS-DOS 7.1 could support hard drives up to 137 GB.

Con.. DOS use the tree structure to manages files and directories, which there is a root directory and all others directories and sub directories are under the root directory. DOS has three important parts : Booting files : To boot the system Management files : To mange files and folders Utility files : To mange, configure, repair system resource.

versions of MS-DOS MS-DOS 1.x Version 1.10 Version 1.11 Version 1.14 (OEM) Version 1.24 (OEM) Version 1.25 (OEM) MS-DOS 2.x Version 2.0 Version 2.1 Version 2.11 MS-DOS 3.x Version 3.0 Version 3.1 Version 3.2 Version 3.3 Version 3.21 Version 3.22 Version 3.25 Version 3.31 MS-DOS 4.x Version 4.00 Version 4.01 Version 4.01a MS-DOS 5.x Version 5.0 Version 5.0a Version 5.50 MS-DOS 6.x Version 6.0 Version 6.2 Version 6.21 Version 6.22

Free DOS Free DOS is a DOS-compatible operating system and package of separate programs made up of open source software. licensed under the GNU General Public License (GPL). Free DOS is designed for use on IBM PC compatible computers and supports older and the newer IBM hardware. The Free DOS project was started in 1994 after Microsoft stopped support of MS-DOS. The latest version of Free DOS (version 1.0) was released in 2006

MS. DOS basic commands There is two type of DOS operating system commands. Internal commands : The commands which carry to memory when DOS load and its running by commands.com file. External commands : The commands which do not carryout to memory when DOS load due needs of more memory and its running by exactable file which must locate on hard disk. C:, D:, E: To change the drive Cd.. Cd /users/shugofa cd /d C:\Windows Mkdir Md Mkdir /a/b Change to parent directory Change to specific directory Change the directory and drive in on command To make directory To make directory To make a series of directory

Con.. Dir Echo file content > filename Type Copy ren Rename Del Dr Date Time Cls To display the content of a directory To create a file To display the content of a file To copy a file To rename a file or a folder To rename a file or a folder To delete a file To delete a directory To show the current date and set new date To show the current time and set new time Clear screen

Exercise #4 Short Answers 1- What is a commercial software? 2- what is the concept of tree structured file system? 3-what are the mean parts of DOS operating system? 4- how to make and remove a directory in CMD? 5- what types are DOS commands? 6-What does DOS stand for? 7-What is the different between PC DOS and Ms. Dos? 8-what are the types of commercial software? 10- which interface DOS used? 12-what is an example of commercial operating system? 13- which type of file system DOS used and what is the file name size in DOS?

Assignment # 4 What is the different between these type of software: open source preparatory public domain Shareware Private software Commercial software

Thank You!