1. Outline 4 functions of a typical operating system of a PC(4) Resource management Operating systems organise how to: Load programs from backing storage.

Slides:



Advertisements
Similar presentations
AS ICT. Identify suitable uses of common storage media understand the types of access and access speeds required for each use (e.g. serial/sequential,
Advertisements

Ch 26.
Buffers & Spoolers J L Martin Think about it… All I/O is relatively slow. For most of us, input by typing is painfully slow. From the CPUs point.
including File Management
Chapter 2.7 Data management.
Higher Computing Computer Systems S. McCrossan Higher Grade Computing Studies 7. Systems Software 1 System Software This software is used to provide the.
Intermediate GNVQ ICT The human computer interface The human computer interface is what allows the user to communicate with the computer and is often called.
Information Processing Lecture 9B Criteria for File Organisation.
Databases and Processing Modes. Fundamental Data Storage Concepts and Definitions What is an entity? An entity is something about which information is.
METU Department of Computer Eng Ceng 302 Introduction to DBMS Disk Storage, Basic File Structures, and Hashing by Pinar Senkul resources: mostly froom.
11 3 / 12 CHAPTER Databases MIS105 Lec14 Irfan Ahmed Ilyas.
Physical design. Stage 6 - Physical Design Retrieve the target physical environment Create physical data design Create function component implementation.
Database Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
Chapter 5 System Software.
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
Database Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
Commercial Data Processing
Examine Quality Assurance/Quality Control Documentation
Software. Task Time (minutes)  1. Complete self assessment sheet Read through the chapter on software Work through the questions on the.
Systems Software Operating Systems.
Compare and contrast batch processing and online processing, outlining the meaning, advantages and disadvantages of the two. Which one would you recommend.
Direction: Read carefully and click the letter of the correct answer.
Utility Programs  A type of system software that is used to solve a particular problem is called utility program. Many operating system provides different.
WHAT Exam Practice WHY All MUST Most SHOULD Some COULD Be able to understand the requirements of the exam to achieve a grade D Be able to understand the.
Computer Systems Week 10: File Organisation Alma Whitfield.
SOFTWARE.
Database Systems COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
Systems Software & Operating systems
1. Define the term ‘database’(2) A database is a large and continuously updated collection of stored data structured to allow the various applications.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
Operating Systems. Operating System  A program running in a computer from the moment it is switched on.  Part of the Systems Software of the computer.
Standard Grade Computing System Software & Operating Systems.
Standard Grade Computing OPERATING SYSTEMS CHAPTER 20.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
System Development Lifecycle Verification and Validation.
Modes of Processing. Transactions  Transactions are events which need to be recorded with the production, sale and distribution of goods and services.
1 Components of a Computer System Lesson 17: Modes Of Use.
- Ahmad Al-Ghoul Data design. 2 learning Objectives Explain data design concepts and data structures Explain data design concepts and data structures.
Higher Systems Computer Software. Operating System (O/S) ► The O/S controls the computer. It controls communication with peripheral devices. It loads.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
Test and Review chapter State the differences between archive and back-up data. Answer: Archive data is a copy of data which is no longer in regular.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
A Level Computing for AQA Teacher’s Resource CD-ROM 42 CHAPTER: Operating systems Nick Sims Basic functions Classifying operating systems.
1 Software. 2 What is software ► Software is the term that we use for all the programs and data on a computer system. ► Two types of software ► Program.
INFORMATION TECHNOLOGY
CIS 250 Advanced Computer Applications Database Management Systems.
ENIAC was the first digital computer. It is easy to see how far we have come in the evolution of computers.
Chapter 3: Software Explain the difference between systems software and application software
FILE ORGANIZATION.
TYPES OF INFORMATION SYSTEMS 2 ND. AUGUST 2005 TUESDAY LOWER SIXTH COMPUTING LESSON Prepared by: T.Fina Next.
1. Real Time Transaction System As soon as they are booked they are removed from the available list. – No none else can book them An example of a real.
Ch 26 & 27 Operating Systems.  Understand the purpose of an operating system  Be able to describe the tasks performed by an operating system.
The concept of Data Processing. INPUT DESIGN Input Data Persistent Data Process Output.
Systems and User Interface Software. Types of Operating System  Single User  Multi User  Multi-tasking  Batch Processing  Interactive  Real Time.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
CHAPTER 2 COMPUTER SOFTWARE. LEARNING OUTCOMES At the end of this class, students should be able to:  Explain the significance of software  Define and.
( ) 1 Chapter # 8 How Data is stored DATABASE.
 At the end of the class students should:  distinguish between data and information.  explain the characteristics and forms of Information Processing.
Operating Systems c. define and explain the purpose of scheduling, job queues, priorities and how they are used to manage job throughput; d. explain how.
Transaction processing systems
Operating System Review
Operating System.
Operating System Review
FILE ORGANIZATION.
Operating System Review
Types of Software.
Spreadsheets, Modelling & Databases
The Main Features of Operating Systems
Function of Operating Systems
Database management systems
Presentation transcript:

1. Outline 4 functions of a typical operating system of a PC(4) Resource management Operating systems organise how to: Load programs from backing storage devices, Store them in memory and start them running Providing an Interface The user interface is the link between the computer and user. It is the job of the operating system to make this as easy as possible. Often these are GUI (Graphical User Interfaces) Good user interfaces are: Easy to use Intuitive Robust ( if correct settings applied) Consistent Backing Store / File Management Operating systems organise how and where files are located on hard disks./ DVDs / Often this Is in a hierarchical structure They also allow attributes to be added e.g. read only Disk Storage Operating systems are responsible for the efficient running of Disk storage including Defragmentation of the disk to speed up access times Compression to save storage space

2. A theatre used a real time transaction processing system to handle its bookings a) What is meant by a real time transaction system?(2) b) Explain how this system would operate when a person wishes to book a seat for a performance.(2) c) Give 2 benefits that this system gives. (2) An on-line system in which transactions are processed as they occur. In this situation 'Real-time' basically means that if you look at the state of the system at any instant it is up-to-date. In these systems a user will choose a seat for a performance As soon as they ‘takes hold’ of the seat everyone else is ‘locked out’ of that seat and cannot access it to book it. When the booking has taken place that the seat is immediately removed from the available list in order to another person the same seat, thus giving a double booking. No double bookings – explained above Bookings can be made from anywhere at anytime and get instant confirmation

3 a) Describe what is meant by batch processing.(2) b) Explain a situation where batch processing could be used.Say why it is suitable.(2) Data is gathered together over a period of time. The data is stored in a queue awaiting processing. At the end of the period of time or when a certain amount of data has been collected it is then processed all together as a batch. It is said to be a non – interactive process. The user does not get an immediate response from the system. Payroll - for a company. All the time-sheet details of the workers for that week (hours worked, overtime etc) are gathered together after the week is over. The processing can be done overnight as no interaction is needed. It is suitable because there is no need for immediate response needed All the system needs to do is meet the deadline set

4. a) What is meant by the term Spooling. Describe how the system might work. (2) b) What are 2 benefits of spooling(2)

5. Describe and draw the structure and give an example of what is meant by the following terms a) a serial file(2) b) a sequential file(2)

6. a) Describe using an example how records could be organized using Variable Length Records(2) b) What are 2 benefits of variable length records over fixed(2)

7. A particular system uses a sequential approach to storing its records a) Outline how the file may be updated with a batch of transactions(4) b) What back up features would a sequential system have in place(2)

8. a) What is meant by DBMS and describe 2 functions of a DBMS(2)

9. Describe what is meant by a) Validation(2) b) Verification(2)

11. a) Outline what a check digit is and how a it could be generated(2) b) Briefly describe 2 other validation checks(2)

12. A garage records all of its bookings for maintenance, services and MOTs in a diary. When a booking is made it is written in the diary. When the work is done the mechanic writes down a list of tasks, parts and time taken on a sheet of paper and places this sheet inside the diary. The owner takes out these sheets on a weekly basis and writes up bills. a) Describe 2 problems with the current system(4) b) The owner wants to buy a computer to help. What software would you recommend and why(4)