1 3 Computing System Fundamentals 3.7 Utility Software.

Slides:



Advertisements
Similar presentations
DAT2343 File Storage and Access © Alan T. Pinck / Algonquin College; 2003.
Advertisements

Utility program + driver program Thomas Wat 4D (21)
Higher Computing Computer Systems S. McCrossan Higher Grade Computing Studies 7. Systems Software 1 System Software This software is used to provide the.
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall
File Management Chapter 3
Computing Fundamentals Module Lesson 5 — File Management with Windows Explorer Computer Literacy BASICS.
CS 104 Introduction to Computer Science and Graphics Problems Operating Systems (4) File Management & Input/Out Systems 10/14/2008 Yang Song (Prepared.
4.0 : File Management.
3.2 Software System utilities. Data can be transferred in various formats. For e.g. “A tab delimited text file” it is a especial kind of plain text file.
Format Scandisk Defragmentation Antivirus Compression Software
Hard Drive Formatting 1. Formatting Once a hard drive has been partitioned, there’s one more step you must perform before your OS can use that drive:
Software utilities Gladys Nzita-Mak. Disk defragmentation Disk defragmentation makes computers run efficiently. When you save, change or delete files.
Chapter 4: Operating Systems and File Management 1 Operating Systems and File Management Chapter 4.
COMPUTER FUNDAMENTALS David Samuel Bhatti
Utility Programs  A type of system software that is used to solve a particular problem is called utility program. Many operating system provides different.
Computing Fundamentals Module Lesson 5 — File Management with Windows Explorer Computer Literacy BASICS.
Operating Systems and File Management Chapter 4. 4 Chapter 4: Operating Systems and File Management2 Chapter Contents  Section A: Operating System Basics.
Chapter Three OPERATING SYSTEMS.
Objectives Learn what a file system does
LIS508 lecture 5: storage devices Thomas Krichel
Disk Fragmentation Refers to the condition of a disk in which files are divided into pieces scattered around the disk. Occurs naturally when frequently.
Rensselaer Polytechnic Institute CSCI-4210 – Operating Systems David Goldschmidt, Ph.D.
Outcome 2 – Computer Software The Range of Software Available The Different Categories of Software System Software Programming Languages Applications Software.
1 Chapter Overview Floppy Disk Drives Hard Disk Drives.
Software Utilities Pages 65 to 73 Looking After Your Computer Nick Sims.
Computing Higher - Unit 1 - Computer Systems: Topic 7: Computer Software 1 Systems Software System software controls the actual operation of the computer.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 4 Microsoft Windows XP.
Software.
Chapter 4 Test.  Drive Organize  Folder Name or Rename  File Move or Copy  Save As Delete  Extension s Save As or Copy  Shortcut.
Operating Systems TexPREP Summer Camp Computer Science.
Lecture No 11 Storage Devices
Component 4: Introduction to Information and Computer Science Unit 4: Application and System Software Lecture 3 This material was developed by Oregon Health.
Chapter 3 Managing Disk and File Systems. File Storage Basics Windows XP supports two types of storage Basic Dynamic Basic storage system Centers on partitioning.
Disk Fragmentation 1. Contents What is Disk Fragmentation Solution For Disk Fragmentation Key features of NTFS Comparing Between NTFS and FAT 2.
C HAPTER 7 Managing Disk and File System. I NTRODUCING DISK MANAGEMENT 2 types of hard disk storage supported by Windows XP are: basic hard disk & dynamic.
The disk surface is divided into tracks. into tracks. 1.
File System Interface. File Concept Access Methods Directory Structure File-System Mounting File Sharing (skip)‏ File Protection.
Computing Fundamentals Module Lesson 10 — File Management with Windows Explorer Computer Literacy BASICS.
Storing data on your computer & network. Storage devices Hardware Hard drive Flash drive Tape File server (HD) SAN NAS Software System software Windows.
The Functions of Operating Systems Desktop PC Operating Systems.
Chapter 4. Drive – The largest storage area. The C: Drive is usually the hard drive, but you can have other drives on your network or on a separate device.
IT-IDT-5 Understand, communicate, and adapt to a digital world. File Management.
CMPF124 Personal Productivity with Information Technology Chapter 2 – Part 3 Introduction To Windows Operating Systems Windows Accessories CMPF 112 : COMPUTING.
Slide 6-1 Chapter 6 System Software Considerations Introduction to Information Systems Judith C. Simon.
1 Maintaining the Windows O/S. 2 Introduction Virus protection Remove old and unused files Scan hard disk Defragment hard drive Back up and updated recovery.
2/24: Disk Optimization Roll Call Lecture: defragmentation, disk compression, file compression, drive arrays.
Candidates should be able to:  describe the purpose and use of common utility programs for:  computer security (antivirus, spyware protection and firewalls)
Chapter 8 File Systems FAT 12/16/32. Defragmentation Defrag a hard drive – Control Panel  System and Security  Administration tools  Defrag hard drive.
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.
File Systems : Hierarchical File System (HFS, for Mac OS) Prepared by : Mohammad Azzuri bin Zaidi UFH
GCSE Computing: A451 Computer Systems & Programming Topic 3 Software System Software (2) Utility Software.
FILE COMPRESSION Lossy vs Lossless. Why compress a file? To save storage space. To speed up data transmission.
DIT314 ~ Client Operating System & Administration CHAPTER 7 MANAGING DISKS AND FILE SYSTEM Prepared By : Suraya Alias.
Lesson 9: SOFTWARE ICT Fundamentals 2nd Semester SY
Unit 4 – Technology literacy
Lesson Objectives Aims You should be able to:
Computer Literacy BASICS
Advanced Technology Skills
TexPREP Summer Camp Computer Science
Chapter 4 The Power behind the Power
Drive formatting Jake + Jacob.
File Management.
Utility Programs.
File Managements.
Chapter 4 File Basics.
Chapter 4 The Power behind the Power
Operating Systems Tasks 17/02/2019.
Utility Software compression; defragmentation; backing up; encryption Revision YouTube clip:
LO2 – Understand Computer Software
WJEC GCSE Computer Science
Presentation transcript:

1 3 Computing System Fundamentals 3.7 Utility Software

3.7.1 File Managers

3 Utility software Software that performs general maintenance behind the scenes. Often sooner or later gets incorporated into the operating system (OS).

4 File managers Part of the OS necessary to maintain the computer’s file system in a logical and efficient manner. They are responsible for...

5 File managers ‣ copying files, ‣ deleting files, ‣ moving files between directories (folders), ‣ renaming files, ‣ formatting media such as hard disks and floppy disks (see formatting later), ‣ creating disk partitions...

6 File managers ‣ finding files by name, date, size, type, etc., ‣ sorting files by name, date, size, type, etc., ‣ creating directory structures, ‣ printing files (i.e. copying files to printing applications), ‣ creating back-ups of the file system or individual files (see section on Errors), ‣ restoring files from back-ups.

7 Formatting media All types of media need to be prepared in some way for use on a computer system by arranging the various sectors and tracks. Each OS will typically use a different media format e.g. FAT32 on Windows.

8 Data compression Used for two things: ‣ reducing the size of files and ‣ combining several files into one file. Both are useful when transferring data across (often slow) networks. Less relevant now we have broadband and large hard drives(?).

9 Data compression Compression is used with media files such as graphics (e.g. JPEG), music (e.g. MP3) and video files (e.g. MP4). If some quality is lost in the compression process it is called lossy compression, if not, lossless.

10 Data compression Short periods of silence in music files can be represented by a number simply saying how long they are. Areas of the same colour in graphics files by a token for the colour and a definition of the area it covers. Video compression formats e.g. MP4 only save parts of the frame that changes e.g. a speaker's mouth.

11 Data compression An example of how text compression might work: ‣ She sells seashells on the seashore. Certain combinations appear commonly (such as "she") and can be represented by a single token or symbol.

12 Defragmentation This is used to rearrange the parts of files on a file system so as to waste as little storage as possible, speed up access to the files and to move often used files to the front of the disk. A file on a fresh disk will be stored in a number of (initially consecutive) blocks.

13 Defragmentation Here’s part of a hard disk drive: Suppose the yellow file gets deleted: A new file (larger than 4 blocks) can be stored using its space, plus other sectors:

14 Defragmentation Although the OS has split up (fragmented) the green file, it can link its parts together when the file is required. If this continues with the addition and deletion of many files then a single large file can be split up over different parts (even different surfaces) of a disk and reading becomes less efficient.

15 Instantiating a student You can declare an array of students: ‣ Student [] register = new Student [30]; And place students in it: ‣ register [13] = new Student (“Polly”,14,86); Or use them in for loops etc.