SlideShare a Scribd company logo
LAB WEEK # 1 – LECTURE 1
PREPARED BY: DR. SYED AQEEL HAIDER
COURSE CODE: CS-113
COURSE TITLE: INTRODUCTION TO COMPUTING
TO BE COVERED
 Disk Operating System (DOS)
 Windows 7 Computer Management
DISK OPERATING SYSTEM (DOS)
 Command-line Interface for interacting with personal computer
 Commands for accessing and manipulation of information on disk
DOS - COMMANDS
 DOS Commands
 Internal commands (built into command.com)
 External commands (located from file loaded by command.com)
 CHANGE DRIVE
C:> D:
D:>
DOS - COMMANDS
 WORKING WITH DIRECTORIES
 dir /p /w
 cd
 md
 rd
 Wild cards: DOS recognizes two wild cards
1. ?
2. *
DOS - COMMANDS
DOS - COMMANDS
 WORKING WITH DIRECTORIES
 dir /p /w
 cd
 md
 rd
 Wild cards: DOS recognizes two wild cards
1. ?
2. *
 WORKING WITH FILES
 copy
 ren
 del
 type
DOS - COMMANDS
 DISK MANAGEMENT
 ver
 CONFIGURATION COMMANDS
 cls
 exit
DOS - COMMANDS
 MAKING BATCH FILES
 echo
 call
 pause
 rem
 goto
DOS - COMMANDS
one.bat:
dir/p
rem Directory displayed
Pause
second.bat:
call one.bat
echo off
help
pause
goto here
rem this is a comment
:here
pause
 MAKING BATCH FILES
 echo
 call
 pause
 rem
 goto
DOS - COMMANDS
WINDOWS 7
 Control Panel
 System and Security
 Administrative Tools
 Computer Management
 System Tools
 Storage
 Services and Applications
WINDOWS 7
 System Tools
 Task Scheduler
 Event Viewer
 Shared Folders
 Local Users and Groups
 Performance (Logs and Alerts)
 Device Manager
WINDOWS 7
 Storage
 Disk Management
 Manage Basic Volumes
 Disk Fragmenter
PLEASE GO THROUGH SLIDES CONTENT AND
BE PREPARED TO PARTICIPATE IN ONLINE
LECTURE
THANK YOU

More Related Content

PPTX
OSOA Unit-1 Introduction to DOS and Windows.pptx
PPT
disk-operating-system.ppt c sdsommands cd
PPT
PDF
ICPS operating system and services Unit 3 Notes .pdf
PPTX
DOS - Disk Operating System
PPTX
DOS commands
PDF
lab2.pptx.pdf
PPT
Dos_Commands.ppt
OSOA Unit-1 Introduction to DOS and Windows.pptx
disk-operating-system.ppt c sdsommands cd
ICPS operating system and services Unit 3 Notes .pdf
DOS - Disk Operating System
DOS commands
lab2.pptx.pdf
Dos_Commands.ppt

Similar to WEEK 1 - LECTURE 1 ITC LAB.pptx (20)

PPT
p_ms-dos-new.ppt
PPTX
Dos%20commands(1)
PDF
CMD Command prompts
PPTX
Ms DOS
PPSX
LEARNING MS DOS BASIC
PPT
disk-operating-system.ppt
DOCX
Comp practical
PPT
Lab1-1.ppt
PPTX
Disk Operating System.pptx
DOCX
Windows 7 command prompt commands
PPSX
ch6.ppsx
DOC
PC Software - Computer Application - Office Automation Tools
PPT
Linux komputer coding line command infor
PDF
Special Edition Using Msdos 622 3rd Ed Jim Cooper
PPTX
Ms dos commands for Multimedia Students and Facultyes
PPTX
DOS PRESENTATION FROM INFORMATION AND TECNOLOGY PACKAGES SPECIALLY FOR COMPUT...
PPTX
MANTAINING OPERATING SYSTEM._022056.pptx
p_ms-dos-new.ppt
Dos%20commands(1)
CMD Command prompts
Ms DOS
LEARNING MS DOS BASIC
disk-operating-system.ppt
Comp practical
Lab1-1.ppt
Disk Operating System.pptx
Windows 7 command prompt commands
ch6.ppsx
PC Software - Computer Application - Office Automation Tools
Linux komputer coding line command infor
Special Edition Using Msdos 622 3rd Ed Jim Cooper
Ms dos commands for Multimedia Students and Facultyes
DOS PRESENTATION FROM INFORMATION AND TECNOLOGY PACKAGES SPECIALLY FOR COMPUT...
MANTAINING OPERATING SYSTEM._022056.pptx
Ad

Recently uploaded (20)

PDF
Abrasive, erosive and cavitation wear.pdf
PDF
Soil Improvement Techniques Note - Rabbi
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PDF
Analyzing Impact of Pakistan Economic Corridor on Import and Export in Pakist...
PPTX
CURRICULAM DESIGN engineering FOR CSE 2025.pptx
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
Information Storage and Retrieval Techniques Unit III
PDF
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
PPTX
Artificial Intelligence
PDF
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PPTX
introduction to high performance computing
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PDF
86236642-Electric-Loco-Shed.pdf jfkduklg
PPTX
UNIT - 3 Total quality Management .pptx
Abrasive, erosive and cavitation wear.pdf
Soil Improvement Techniques Note - Rabbi
R24 SURVEYING LAB MANUAL for civil enggi
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
Analyzing Impact of Pakistan Economic Corridor on Import and Export in Pakist...
CURRICULAM DESIGN engineering FOR CSE 2025.pptx
Automation-in-Manufacturing-Chapter-Introduction.pdf
Information Storage and Retrieval Techniques Unit III
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
Artificial Intelligence
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
III.4.1.2_The_Space_Environment.p pdffdf
introduction to high performance computing
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
86236642-Electric-Loco-Shed.pdf jfkduklg
UNIT - 3 Total quality Management .pptx
Ad

WEEK 1 - LECTURE 1 ITC LAB.pptx

  • 1. LAB WEEK # 1 – LECTURE 1 PREPARED BY: DR. SYED AQEEL HAIDER COURSE CODE: CS-113 COURSE TITLE: INTRODUCTION TO COMPUTING
  • 2. TO BE COVERED  Disk Operating System (DOS)  Windows 7 Computer Management
  • 3. DISK OPERATING SYSTEM (DOS)  Command-line Interface for interacting with personal computer  Commands for accessing and manipulation of information on disk
  • 4. DOS - COMMANDS  DOS Commands  Internal commands (built into command.com)  External commands (located from file loaded by command.com)
  • 5.  CHANGE DRIVE C:> D: D:> DOS - COMMANDS
  • 6.  WORKING WITH DIRECTORIES  dir /p /w  cd  md  rd  Wild cards: DOS recognizes two wild cards 1. ? 2. * DOS - COMMANDS
  • 7. DOS - COMMANDS  WORKING WITH DIRECTORIES  dir /p /w  cd  md  rd  Wild cards: DOS recognizes two wild cards 1. ? 2. *
  • 8.  WORKING WITH FILES  copy  ren  del  type DOS - COMMANDS
  • 9.  DISK MANAGEMENT  ver  CONFIGURATION COMMANDS  cls  exit DOS - COMMANDS
  • 10.  MAKING BATCH FILES  echo  call  pause  rem  goto DOS - COMMANDS one.bat: dir/p rem Directory displayed Pause second.bat: call one.bat echo off help pause goto here rem this is a comment :here pause
  • 11.  MAKING BATCH FILES  echo  call  pause  rem  goto DOS - COMMANDS
  • 12. WINDOWS 7  Control Panel  System and Security  Administrative Tools  Computer Management  System Tools  Storage  Services and Applications
  • 13. WINDOWS 7  System Tools  Task Scheduler  Event Viewer  Shared Folders  Local Users and Groups  Performance (Logs and Alerts)  Device Manager
  • 14. WINDOWS 7  Storage  Disk Management  Manage Basic Volumes  Disk Fragmenter
  • 15. PLEASE GO THROUGH SLIDES CONTENT AND BE PREPARED TO PARTICIPATE IN ONLINE LECTURE THANK YOU