Presentation is loading. Please wait.

Presentation is loading. Please wait.

Can you think of 2 purposes of the operating system?

Similar presentations


Presentation on theme: "Can you think of 2 purposes of the operating system?"— Presentation transcript:

1 Can you think of 2 purposes of the operating system?
Providing a user interface  Providing a platform for applications  Memory management  File/disk management

2 Prepare for the mid term exam
Learning AIM Prepare for the mid term exam

3 Learning objectives Identify three areas that you need to revise for the exam Watch revision videos for the areas you have identified Complete the tests after each video to test your understanding

4 Instructions stored as binary
Link to LMC Operator code (op code) - the instruction (from given instruction set) Operand - the data to be operated on Both stored as bit patterns

5

6 Data ARRAY A data structure that contains a group of elements
50 100 10 A data structure that contains a group of elements These should be the same data type round(1) = 50, what is the value of round(3) NOTE this is written in pseudo code and therefore the array is starting with position 1, in many coding languages including Python arrays start at position 0

7 until loop i = 1 REPEAT round(i) = 0 i = i + 1 UNTIL i = 5
This algorithm is used to reset the value of a points score of each round of an interactive quiz. There are 5 rounds. Can you identify the logic error? i = 1 REPEAT round(i) = 0 i = i + 1 UNTIL i = 5 This is

8 until loop Write an algorithm that calculates the total value of the points gained in each round of the quiz using the array round. This can be written in pseudocode This is

9 until loop i = 1 total = 0 REPEAT total = total + round(i) i = i + 1
UNTIL i>5 or round(i) = 0 This is

10 cambridgegcsecomputing.org 10aSURFIR@arkwilliamparker.org
Start by selecting COURSE from the tabs We have covered the following sections: Computing Hardware Representation of data in computer systems Programming (apart from the section on machine code)

11 cambridgegcsecomputing.org Once you have identified the relevant section, find the video(s) you need to watch – complete the test section after each video If you complete any on the worksheets print them off and bring them to me for marking

12 By the end of this lesson you will be able to ....
Learning outcomes By the end of this lesson you will be able to .... ALL (C) Demonstrate an improvement in your understanding through the completion of tests after watching each video. MOST (B) Go back over the end of term exam papers and identify where you went wrong – using the videos and tests to assist you SOME (A) Write full answers for questions that you previously got part marks on – using the videos and tests to assist you


Download ppt "Can you think of 2 purposes of the operating system?"

Similar presentations


Ads by Google