A Floppy Disk Operating System for the 8080 and Z80

Total Page:16

File Type:pdf, Size:1020Kb

A Floppy Disk Operating System for the 8080 and Z80 Behavior Research Methods& Instrumentation 1978, VoL 10 (4),527-530 Hardware and Software A floppy disk operating system for the 8080 and Z80 KARL W. SCHOLZ AdvancedInteractive Systems, 8216 Pickering Street, Philadelphia, Pennsylvania 19150 Techniques for the design and implementation of a floppy disk operating system for the 8080A or ZSO microprocessors are described. Implementation details are illustrated through reference to 80S, a prototype Small Operating System which runs with a single IBM·format floppy drive on an 8080. Techniques for floppy disk communication, disk directory design, and system resource management are described and illustrated. For years, journals such as Behavior Research haps compiler(s) for higher level languages such as Methods & Instrumentation have presented count­ BASIC,PASCAL, or FORTRAN. less descriptions of the successes achieved by com­ The list of desirable features can be greatly extended, puterized research laboratories using equipment resulting in the specification of a complex but compre­ costing tens or hundreds of thousands of dollars. hensive system. However, for a small research laboratory However, as both federal and institutional funds such a system can well represent an unnecessary extrav­ become increasingly difficult to obtain, a growing agance. The following discussion will be restricted number of laboratories are forced to consider economic to the features listed above. alternatives to total computerization, such as pur­ The development of the floppy disk is the single chasing used equipment or microprocessor-based technological achievement which makes possible the systems. Those who choose the microprocessor route creation of a functional but truly inexpensive laboratory quickly learn that, although inexpensive hardware computer system. In view of this, the following dis­ is readily available, appropriate software is scarce and cussion centers primarily around techniques for orga­ difficult to obtain. In a sense, the microprocessor nizing and communicating with a floppy disk. user of today is in a position similar to that of the minicomputer user of a decade ago, in that both find rns FLOPPY DISK AS A SECONDARY the only practical source of appropriate software is STORAGE MEDIUM internal. The present paper summarizes techniques central to the design of disk-based system software A floppy disk is a disk of flexible Mylar 5~ or 8 in. in and illustrates these techniques using SOS, a Small I diameter which is coated with a magnetic emulsion sim­ Operating System, for the 8080 or Z80 micropro­ ilar to that on conventional recording tape. Disk drives cessor with at least 8K of memory and one floppy are available for both sizes which provide either a single disk. read-write head or multiple heads for double-sided re­ cording; data can be written using either a single- or SYSTEM REQUIREMENTS double-density format. Although double-density and double-sided formats are growing rapidly in popularity, A disk-based operating system should include as the most widely used is the 8-in. disk, single-density a minimum the following features. (1) A bootstrap and single-sided. This type disk will be used in the loader, often ROM resident, to permit fast loading following illustrations. of the system when the machine is powered up. (2) Disk The disk's surface is formatted into a number of I/O primitives (e.g., subroutines) that permit reading concentric "tracks," and each track is divided into a from and writing to the disk. (3) A disk directory number of "sectors." In order to permit disk transport­ ("table of contents") through which any information ability from system to system, many manufacturers stored on the disk can be located. (4) Utility functions conform to a standard commonly referred to as the for system and data file maintenance such as DIREC- "IBM 3740" format, which provides 26 sectors of 128 TORY (display the "table of contents"), DELETE bytes for each of 77 tracks. Disks formatted in this way (to remove an unwanted data file), COPY (to copy provide 2,002 sectors, or 256,256 bytes of usable an existing data file), RENAME (to alter the name storage. of an existing data file), GET (to load a data file to Disk drives are interfaced to the computer via a memory), and SAVE (to create or update information "controller" which attends to all the details of for­ on the disk from information in memory). (5) Utility matting, error detection, and parallel-serial conversion. programs such as a text editor, an assembler, and per- Programming, therefore, requires positioning the disk 527 528 SCHOLZ head to the desired track, locating the desired sector, sector and contains the correct track and sector address. and transferring one or more sectors of information On each transfer, the controller attempts to verify to or from the disk. head position by inspecting this header, and sets an error status bit if the attempt fails. THEDISKDRNER Figure 1 illustrates the code in 8080 assembly lan­ guage for a typical disk driver that includes error The read and write routines (frequently referred to recovery procedures. It can be entered at either the as the disk "driver") are central to the operation of READ or WRITE entry points, and expects to find any disk-based operating system. Since all disk I/O the desired sector address (between 1 and 2,002) in operations are mediated by the driver, it should be the BC register, the desired number of sectors to be coded to maximize ease of use and should include transferred in the DE register, and the memory facilities for error detection and recovery. Although address in the HL register. Although additional error the disk is accessed by both track number and sector processing can be included, this driver is entirely ade­ number, the sector/track distinction should be of quate for all but the most critical applications. concern only to the driver, not to the user. A user need only specify a sector relative to the start of the DISK ORGANIZATION disk or the start of a desired data file. The driver should calculate the correct track and sector within In the simplest case, disks serviced by a simple that track. operating system need to be divided into three distinct Dispite the extreme reliability of the floppy disk, sections: the system loader, the directory, and the user errors occasionally occur. The IBM format includes storage area. The term "system loader" refers to a several cyclic redundancy checks (CRCs, similar to simple routine stored in a known location on a disk a check sum) for each sector transfer. The controller (usually Track 0, Sector 1) which on execution loads generates a CRC when a sector is written and checks the monitor (the nucleus of the operating system). it when that sector is read. If the CRC check reveals If the disk contains only the three sections mentioned, an error, a status bit is set by the controller which the system loader is required to search the directory is accessible to the software. Furthermore, the IBM for the name of the me containing the system monitor format includes a sector header that precedes each and then load it. For SOS, the system loader is con- SIIIPLB DIlII: IIrUT/OUTPUT Diua 8PLIT - coa, Set ADDI TO SIC , Til ~LIT: D ;S"I DB (BU: CIIT) DC1 8 ;UloS 0 - 2001 . 1IllU1T&S: LII D.080Dll ;SIT 0.8 , E.13 UGO IQU 0'88 ; COIlIWID REG DIYLP: - 1.8 ;IS E .0T. 81 Ill' RIG2 IIllU OPlB ;SECTOI REG !D8 S ;SU8TRleT E 'ROIl 8 REG3 IQU 0'811 ;D1TA REG JC ROSU8 ;JUMP. C SIT. If IIOT REG_ IQU OPCS ; COITROL RIG Ill' 8,1 ;SU8T DYSR PROM D'ND AD BQU 0888 ; IIAD CCHUID IIOSUB: QIC ;COMPL Ie' (QUOTIEIIT) IR IQU OlBH ; IIITE COIlIWID Ill' I,C ; 'ITCH QUOTIEIIT 1II IQU 016H ;SIIl ClHWID IlL jSHIFT 111 'e' BIT ; lilY C,l ;lID RISTORE. RIllD 18THt POlIT lilY 1.8 ;'ITCH DIVISOR RIllD: CALL SPLIT ;SIT SEC. , TRI. UL ;SHIn II RElT 8IT C1LL SEll ; POSITIOR BIllD Ill' 8,1 ;lID RESTORE. BLUP1: SIU.J) USTH ;SlYE MEIl ADDR DCI 0 ; DEC l.OOP COUNT lilY 1.8 ;SEC. TO ICC JIZ DIYLP ;LOOP '01 cn 0' 8. OUT REG2 ;IMIT TO CnRLLEI III 8 ;SIT SICT RlIOE 1-26 HYI I.RD ;UAD COIIWID POP D ; RESTORE 8U: CNT OUT REGO ;START 1lEAD. RET ;lID RETURI BLUP2: 11 REG_ ;IUT FOR 8ITE RDt , SCIRC - IRC SEC CIT , TIST OONE ORI I ;Sir ,UOS SCllC: 11 RlGO ; RIllD STATUS RIG JP IlDOIIE ;JUMP If OORE. III OFDB ;1llS1 ERROR BITS II RIG3 ; ELSE Gil 8ITE JZ aOERR ; JUMP IF ALL 01. Ill' H.l ;STORE II BlK IJILI) USTB ;ELSE 81Cl UP tiL III B ; IICR MEIl lDDR RET ; liD RITRt RD/WR. JMP BLUP2 ; LOOP TIL SIC. DOli HOERI: DC1 D ; DIC SEC COURT RDOIIE: CALL SCIIC ; lIC SIC , DIC CIT Ill' I,D ; TIST\ FOR ZIRO JMP BLUPI ;l.OOP TIL CIIT • O. ou I ;8OTH 8ITIS JRZ HORI ; JUMP URLESS OOU , WRITE BIITRI POINT POP D ;DISClRD 1 RITURI WIITE: CALL SPLIT ;SIT SIC •• TRI. RET ; RETURI TO CALLER. CALL SEll ;POSITION BElD IIllRE: IRR 8 ; ON TO lilT SIC ILUP1: SHLD Ll5TB ;snl MEIl lDDR HOY 1.8 ;OET SIC lillY 1,8 ;SIC. TO ICC CPI 27 ;TUCI 00111 OUT RlG2 ;IMIT TO CRTBLLIR RC ;RITURR If lOT HVI A,WI ; WIITI COIII1ND MYI 8,1 ; ELSI IISIT TO 1 OUT RlGO ; START WRITI lIR C; liD lICR TUCI WLUP2: IR RIG_ ; WlIT 'OR 8ITE RDI , Sill - POSITIOR DISK BllD OU I ;SIT FL1GS SEll: HOY I,C ;OIT DlSlllED TRI JP IIDONE ;JUMP IF OOIE. CPI 78 ;resr OYIIlFLOW HO' I,H ; ELSE Gil 8ITI JNC ERROR ;IRROI I' SO OUT RIG3 ; WRITE IT TO DIlII OUT RlG3 ;IMIT TO CRTBLLER 181 B ; I1CR HEll lDDR MYI I,SE ;SBEI COIIWID JMP BLUP2 ;l.OOP TI~ SEC.
Recommended publications
  • Section 10 Flash Technology
    10 FLASH TECHNOLOGY Overview Flash memory technology is a mix of EPROM and EEPROM technologies. The term “flash” was chosen because a large chunk of memory could be erased at one time. The name, therefore, distinguishes flash devices from EEPROMs, where each byte is erased individually. Flash memory technology is today a mature technology. Flash memory is a strong com- petitor to other memories such as EPROMs, EEPROMs, and to some DRAM applications. Figure 10-1 shows the density comparison of a flash versus other memories. 64M 16M 4M DRAM/EPROM 1M SRAM/EEPROM Density 256K Flash 64K 1980 1982 1984 1986 1988 1990 1992 1994 1996 Year Source: Intel/ICE, "Memory 1996" 18613A Figure 10-1. Flash Density Versus Other Memory How the Device Works The elementary flash cell consists of one transistor with a floating gate, similar to an EPROM cell. However, technology and geometry differences between flash devices and EPROMs exist. In particular, the gate oxide between the silicon and the floating gate is thinner for flash technology. It is similar to the tunnel oxide of an EEPROM. Source and INTEGRATED CIRCUIT ENGINEERING CORPORATION 10-1 Flash Technology drain diffusions are also different. Figure 10-2 shows a comparison between a flash cell and an EPROM cell with the same technology complexity. Due to thinner gate oxide, the flash device will be more difficult to process. CMOS Flash Cell CMOS EPROM Cell Mag. 10,000x Mag. 10,000x Flash Memory Cell – Larger transistor – Thinner floating gate – Thinner oxide (100-200Å) Photos by ICE 17561A Figure 10-2.
    [Show full text]
  • Computer Peripheral Memory System Forecast
    OF NBS H^^LK,!,, STAND S. TECH PUBLICATIONS | COMPUTER SUici^CZ^i TECHNOLOGY: COMPUTER PERIPHERAL MEMORY SYSTEM FORECAST QC 100 U57 NBS Special Publication 500-45 #500-45 U.S. DEPARTMENT OF COMMERCE 1979 National Bureau of Standards NATIONAL BUREAU OF STANDARDS The National Bureau of Standards' was established by an act of Congress March 3, 1901 . The Bureau's overall goal is to strengthen and advance the Nation's science and technology and facilitate their effective application for public benefit. To this end, the Bureau conducts research and provides: (1) a basis for the Nation's physical measurement system, (2) scientific and technological services for industry and government, (3) a technical basis for equity in trade, and (4) technical services to promote public safety. The Bureau's technical work is performed by the National Measurement Laboratory, the National Engineering Laboratory, and the Institute for Computer Sciences and Technology. THE NATIONAL MEASUREMENT LABORATORY provides the national system of physical and chemical and materials measurement; coordinates the system with measurement systems of other nations and furnishes essential services leading to accurate and uniform physical and chemical measurement throughout the Nation's scientific community, industry, and commerce; conducts materials research leading to improved methods of measurement, standards, and data on the properties of materials needed by industry, commerce, educational institutions, and Government; provides advisory and research services to other Government Agencies; develops, produces, and distributes Standard Reference Materials; and provides calibration services. The Laboratory consists of the following centers: Absolute Physical Quantities^ — Radiation Research — Thermodynamics and Molecular Science — Analytical Chemistry — Materials Science.
    [Show full text]
  • Digital Preservation Guide: 3.5-Inch Floppy Disks Caralie Heinrichs And
    DIGITAL PRESERVATION GUIDE: 3.5-Inch Floppy Disks Digital Preservation Guide: 3.5-Inch Floppy Disks Caralie Heinrichs and Emilie Vandal ISI 6354 University of Ottawa Jada Watson Friday, December 13, 2019 DIGITAL PRESERVATION GUIDE 2 Table of Contents Introduction ................................................................................................................................................. 3 History of the Floppy Disk ......................................................................................................................... 3 Where, when, and by whom was it developed? 3 Why was it developed? 4 How Does a 3.5-inch Floppy Disk Work? ................................................................................................. 5 Major parts of a floppy disk 5 Writing data on a floppy disk 7 Preservation and Digitization Challenges ................................................................................................. 8 Physical damage and degradation 8 Hardware and software obsolescence 9 Best Practices ............................................................................................................................................. 10 Storage conditions 10 Description and documentation 10 Creating a disk image 11 Ensuring authenticity: Write blockers 11 Ensuring reliability: Sustainability of the disk image file format 12 Metadata 12 Virus scanning 13 Ensuring integrity: checksums 13 Identifying personal or sensitive information 13 Best practices: Use of hardware and software 14 Hardware
    [Show full text]
  • Unit 5: Memory Organizations
    Memory Organizations Unit 5: Memory Organizations Introduction This unit considers the organization of a computer's memory system. The characteristics of the most important storage technologies are described in detail. Basically memories are classified as main memory and secondary memory. Main memory with many different categories are described in Lesson 1. Lesson 2 focuses the secondary memory including the details of floppy disks and hard disks. Lesson 1: Main Memory 1.1 Learning Objectives On completion of this lesson you will be able to : • describe the memory organization • distinguish between ROM, RAM, PROM, EEPROM and • other primary memory elements. 1.2 Organization Computer systems combine binary digits to form groups called words. The size of the word varies from system to system. Table 5.1 illustrates the current word sizes most commonly used with the various computer systems. Two decades ago, IBM introduced their 8-bit PC. This was Memory Organization followed a few years later by the 16-bit PC AT microcomputer, and already it has been replaced with 32- and 64-bit systems. The machine with increased word size is generally faster because it can process more bits of information in the same time span. The current trend is in the direction of the larger word size. Microcomputer main memories are generally made up of many individual chips and perform different functions. The ROM, RAM, Several types of semi- PROM, and EEPROM memories are used in connection with the conductor memories. primary memory of a microcomputers. The main memory generally store computer words as multiple of bytes; each byte consisting of eight bits.
    [Show full text]
  • Quality Checking of Storage Devices Using Moore's
    International Journal of Scientific & Engineering Research Volume 3, Issue 5, May-2012 1 ISSN 2229-5518 Quality Checking of Storage Devices Using Moore’s Law S.Yuvarani, P.Manikandan. ABSTRACT and tape drives. In a computer, storage is the place Today the computer storage devices have where data is held in an electromagnetic or optical been product for different company and different form for access by a computer processor. Computer size. The products to be change the quality of data storage; often called storage or memory refer to product also change. As computer technology computer components, devices and recording media advances, computers became more powerful, while that retain digital data used for computing for some their size decreases of memory chips and increase interval of time. storage capacity. This is because the basic unit of the storage devices has decreased in size. This Likes and dislikes apart, in basic terms, Measurement consists of nano-scale measure for computer storage can be defined as “device or main memory, the secondary storage devices media stores data for later retrieval". From the including magnetic drums, magnetic tapes, definition, we can see that the storage device magnetic disks, and optical disks. These devices possess two features namely "storage" and vary with respect to their speed, memory and "retrieval". A storage facility without retrieval capacity. We have select different files to options seems to be of no use a storage device may interchange the storage devices and measures speed store application programs, Databases, Media files to count time, How to read, write and erase of etc...
    [Show full text]
  • Recovering Data from Failing Floppy Disks
    Chapter 3 RECOVERING DATA FROM FAILING FLOPPY DISKS Frederick Cohen and Charles Preston Abstract As floppy disks and other similar media age, they may lose data due to a reduction in the retention of electromagnetic fields over time, mainly due to environmental factors. However, the coding techniques used to write data can be exploited along with the fault mechanisms themselves to successfully read data from failing floppy disks. This paper discusses the problem of recovering data from failing floppy disks and describes a practical example involving a case of substantial legal value. Keywords: Floppy disks, field density loss, weak bits, data recovery 1. Introduction This paper discusses a method for recovering data from floppy disks that are failing due to “weak bits.” It describes a repetitive read tech- nique that has successfully recovered data in forensic cases and dis- cusses the analysis of the results of repetitive reads in terms of yielding forensically-sound data. This technique is not new; however, neither the technique nor the analysis necessary to support its use in legal matters have been published. The case discussed in this paper involved a fifteen-year-old floppy disk, which contained the only copy of the binary version of a software pro- gram that was subject to intellectual property claims of sufficient value to warrant recovery beyond the means normally used by commercial re- covery firms. After attempts to read the disk by these firms had failed, the disk was given to the authors to use more rigorous and possibly destructive data recovery methods, subject to court approval.
    [Show full text]
  • Computers Memory 4
    Computers (a) Four (b) Eight (c) One (d) Two (e) Memory 4 Three 1. Typical acronym of reuseable optical storage will 10. The part of computer in which data and programs be…………. are stored is called (a) Processor (b) Memory (c) Software (a) CD (b) CD–RW (c) DVD (d) Hardware (e) None of these (d) RPM (e) None of these 11. The storage device of computer is— 2. Storage which stores or retains data after power off (a) ALU (b) Control (c) RAM is called—(a) Volatile storage (b) Non- (d) Mouse (e) None of these volatile storage (c) Sequential storage (d) Direct storage 12. Main memory of computer is— (e) None of these (a) Internal (b) External (c) Volatile (d) Auxiliary (e) None of these 3. Data gathering in computer means, they allow to use……. data. (a) Present (b) Input 13. Floppy disc is— (c) Output (a) Internal (b) External (c) a and b both (d) Store (e) None of these (d) a and b both (e) None of these 4. A permanent memory, which halls data and 14. The contents of memory will not be lost, when the instruction for start-up the computer and does not power goes off in……………… erase data after power off. (a) ROM (b) EPROM (c) EEPROM (a) Network interface card (b) CPU (d) All of above (c) RAM (d) ROM (e) None of these 15. Which one is random access memory— (a) RAM (b) ROM (c) P- 5. The process to copy the software in hard disk from ROM secondary storage media is called— (d) All of these (e) None of these (a) Configuration (b) Download (c) 16.
    [Show full text]
  • History Timeline by Jeff Drobman (C) 2015 === 1889 - Punch Cards - Herman Hollerith (Of IBM Forerunner) Invented "IBM" Punch Cards to Be Used for the 1890 Census
    Computer Memory History Timeline by Jeff Drobman (C) 2015 === 1889 - Punch cards - Herman Hollerith (of IBM forerunner) invented "IBM" punch cards to be used for the 1890 census. 1932 - Drum memory 1947 - Delay line memory 1949 - Magnetic CORE memory 1950 - Magnetic TAPE memory 1955 - Magnetic DISK memory - IBM RAMAC was first one 1957 - Plated wire memory 1962 - Thin film memory 1968 (ca) - Paper tape - Had beginnings dating back to 1846, but became widely used with teletype machines such as the Teletype Model 33 ASR, which were adopted early on by minicomputers as a primitive terminal. 1970 - Bubble memory 1970 - DRAM - Invented by Intel, first device was the 1101, organized as 256x1, followed by the 4x larger (1024x1) 1103(A) -- regarded as the world's first commercial DRAM (intro in October 1970). 1971 - Bipolar SRAM - Fairchild 256x1 (note IBM made a 16-bit SRAM in late 1960s. AMD made a second source of a 64x1 SRAM by Fairchild in 1971.) 1971 - EPROM - Invented by Dov Frohman of Intel as the i1702, a 2K-bit (256x8) EPROM. 1971 - "Floppy" disks -- First were 8-inch, hence very flexible ("floppy"). The 8" became commercially available in 1971. 1973 (ca) - Magnetic TAPE CASSETTE memory 1976 - Shugart Associates introduced the first 5¼-inch floppy (flexible) disk drive 1977 - EEPROM - invented by Eli Harari at Hughes - a BYTE erasable device 1979 - CMOS SRAM (static RAM, 4T/6T cell, implemented as a latch) - first introduced by HP then its spinoff as Integrated Device Technology. I believe first devices were 1K (1024x1), and later organized as x4 then x8.
    [Show full text]
  • PROMDISK IV Disk Emulator User's Manual for MCSI PART NO
    PROMDISK IV Disk Emulator User's Manual For MCSI PART NO. 66700901 Solid State Disk Emulator Board For Industrial/Embedded System Applications MICRO COMPUTER SPECIALISTS, INC. "The Embedded PC Specialists" 2598 Fortune Way Vista, CA 92083 U.S.A. Voice (760) 598-2177 - Fax (760) 598-2450 Technical Support BBS (760) 598-2179 Sixth Edition (January 1997) Revision 2.3 Changes are made periodically to the information contained herein; these changes will be incorporated into new editions of this document. Requests for copies of this publication or the product(s) which it describes should be made to MCSI. While every effort has been made to insure that this document and its accompanying product(s) are free from defects, MCSI, its distributors, representatives, and employees shall not be responsible for any loss of profit or any other commercial damage including, but not limited to, special, incidental, consequential, or other damages occasioned by the use of this product(s). In the event of defect the buyer's sole recourse is to receive a refund or replacement unit at MCSI's discretion if notified within the time period covered by the product warranty. 1995 MCSI Micro Computer Specialists, Inc. All Rights Reserved. PROMDISK is a registered trademark of MCSI. IBM is a registered trademark of International Business Machines Corporation. PC/XT & PC/AT are registered trademarks of International Business Machines Corporation MS-DOS is a registered trademark of Microsoft Corporation. INTEL & FLASH are registered trademarks of Intel Corporation. All other trademarks are the properties of their respective holders. PREFACE This manual provides information about the MCSI PROMDISK IV Disk Emulator Board and related software utility programs.
    [Show full text]
  • A Study About Non-Volatile Memories
    Preprints (www.preprints.org) | NOT PEER-REVIEWED | Posted: 29 July 2016 doi:10.20944/preprints201607.0093.v1 1 Article 2 A Study about Non‐Volatile Memories 3 Dileep Kumar* 4 Department of Information Media, The University of Suwon, Hwaseong‐Si South Korea ; [email protected] 5 * Correspondence: [email protected] ; Tel.: +82‐31‐229‐8212 6 7 8 Abstract: This paper presents an upcoming nonvolatile memories (NVM) overview. Non‐volatile 9 memory devices are electrically programmable and erasable to store charge in a location within the 10 device and to retain that charge when voltage supply from the device is disconnected. The 11 non‐volatile memory is typically a semiconductor memory comprising thousands of individual 12 transistors configured on a substrate to form a matrix of rows and columns of memory cells. 13 Non‐volatile memories are used in digital computing devices for the storage of data. In this paper 14 we have given introduction including a brief survey on upcoming NVMʹs such as FeRAM, MRAM, 15 CBRAM, PRAM, SONOS, RRAM, Racetrack memory and NRAM. In future Non‐volatile memory 16 may eliminate the need for comparatively slow forms of secondary storage systems, which include 17 hard disks. 18 Keywords: Non‐volatile Memories; NAND Flash Memories; Storage Memories 19 PACS: J0101 20 21 22 1. Introduction 23 Memory is divided into two main parts: volatile and nonvolatile. Volatile memory loses any 24 data when the system is turned off; it requires constant power to remain viable. Most kinds of 25 random access memory (RAM) fall into this category.
    [Show full text]
  • Compare the Hard Disk with Floppy Disk Hard Disks Also Have Several
    Computer Fundamentals 1st stage Lec. (5 ) College of Computer Technology Dept.Information Networks Compare the hard disk with floppy disk 1- Hard disks store much more data per square inch of recording surface. 2- Because aluminum platters are less sensitive than floppy disks to variations in temperature and humidity and to mechanical stress, this allows the hard disks to have more tracks per radial inch and to write more bits per inch along each track. 3- Hard disks can transfer data faster than floppy disks. The transfer rate depends on the density of the stored data and the relational speed of disk. For floppy disks system the maximum transfer rate is typically between 30,000 and 150,000 characters per second. For hard disk system the maximum transfer rate between 200,000 and 2 million characters per second. 4- Access times are also faster for hard disks than floppy disks. The access time for a hard disk is about 25 to 70 msec, while the access time for floppy disks is about more than 100 msec. Whenever a computer is operating, its hard disk is spinning. Which means there is no need to wait for the disk to come up to its speed, while floppy disks cannot afford to turn constantly because their heads rub against the recording surface whenever the disk is turning, startup time needed to bring a floppy disk to operating speed is about 30 seconds. 5- Floppy disks are transportable while the hard disk is not transportable. Hard disks also have several disadvantages: 1) They tend to be noisier than floppy disk drives, because of their constant high-speed spinning.
    [Show full text]
  • Lecture Notes on Hard Disk
    Lecture Notes On Hard Disk Shlomo often polemizes unwatchfully when implicit Reynard infuscate salutarily and disrate her walk-ups. Is Derick always recitative and unapproachable when unswathing some flea very testily and prayerlessly? Is Emil neotenous or deft after unforetold Lin buncos so plump? Ssd would need to the bit on disk to be used for the grains strongly suggest that of particulate media substrates and tape This means very many rounds the platter took in this minute. An online for one on lecture. This lecture notes on your hard is important these technologies above table. Of hard notes on your next time and out which of system as replacements for note takers. This phenomenon and they make up and content and storage of indicators that your apple products and. Its next button is waiting for the command to find us on the platters is attempted to hard lecture notes that it? How do I charge the drivers on my computer? Separated from different universities are soft for the years of cookies on and perhaps, i you i have. It is a sense, says that is that is up fast mass, we use cookies on your hard lecture. These hard drive meant to one on an aluminium based alloys. The number and this would become one particular head with hard lecture notes schedule to chegg study. Queries for software should be concerned about to reverse in an intersection of flash drive listed above to! Sata hard lecture notes on one way to pay for a hard drive to. Bits and yet survive a lecture notes on hard disk and then link still lead us.
    [Show full text]