SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS
GCE Advanced Subsidiary Level and GCE Advanced Level




MARK SCHEME for the October/November 2007 question paper




                                9691 COMPUTING
        9691/01              Paper 1 (Written Paper 1), maximum raw mark 90



This mark scheme is published as an aid to teachers and candidates, to indicate the requirements of
the examination. It shows the basis on which Examiners were instructed to award marks. It does not
indicate the details of the discussions that took place at an Examiners’ meeting before marking began.

All Examiners are instructed that alternative correct answers and unexpected approaches in
candidates’ scripts must be given marks that fairly reflect the relevant knowledge and skills
demonstrated.

Mark schemes must be read in conjunction with the question papers and the report on the
examination.



•   CIE will not enter into discussions or correspondence in connection with these mark schemes.



CIE is publishing the mark schemes for the October/November 2007 question papers for most IGCSE,
GCE Advanced Level and Advanced Subsidiary Level syllabuses and some Ordinary Level
syllabuses.




                            www.xtremepapers.net
Page 2                      Mark Scheme                                 Syllabus          Paper
                    GCE A/AS LEVEL – October/November 2007                    9691             01

1   (a) (i) Consists of
            - Windows
            - Icons
            - Menus
            - Pointer
            (1 per -, max 2)                                                                          [2]

        (ii) - (Questions and) spaces for answers shown on screen/insertion boxes
             - Input can be by radio buttons
             - Pop up menus/drop down lists
             - Insertion fields provided with validation checks
             - Mirrors a hardcopy form
             (1 per -, max 2)                                                                         [2]


    (b) (i) - School/children/inexperienced users/home computer (almost any application)
            - Ease of use                                                                             [2]

        (ii) - Any example where on screen input is necessary
             - Allows for instructions/ensures no data is missed/ease of set up of validation routines
                                                                                                      [2]

    (c) - Touch screen
        - Ease of use/restrict vandalism/can be weatherproof/acts as input and output
        - Menu based
        - Restricts choices/tree design of choices
        (1 per -, max 4)                                                                              [4]


2   (a) 01010011
        (1 per nibble)                                                                                [2]


    (b) - Barcodes read as goods arrive/leave
        - Number in stock is incremented if arriving
        - Number in stock is decremented when leaving
        - Software checks number in stock against reorder number…
        - after every transaction
        - When number in stock below reorder level then order created
        - Note that order made is stored as Boolean 1 until order delivered
        - Linked to supplier table for automatic ordering
        (1 per -, max 5)                                                                              [5]


3   (a) - Data on ROM cannot be changed/on RAM it can
        - ROM is not volatile/RAM is
        (1 per -, max 1)                                                                              [1]


    (b) - Operating system
        - Those parts of application software in use
        - User files
        Note: All other suggestions should fit into one of the three acceptable answer groups.        [3]




                                            © UCLES 2007


                               www.xtremepapers.net
Page 3                      Mark Scheme                                 Syllabus         Paper
                    GCE A/AS LEVEL – October/November 2007                    9691            01

    (c) (i) - Readily available when switched on/No need to ever alter software                      [1]

        (ii) - Processor can only access data held in RAM
             - Needs to be random access or access to data would be too slow                         [2]


4   (a) - Is solution technically possible?
        - Is the solution economic to produce?
        - Is the solution economic to run?
        - What will be social implications of change?
        - Is the skill level in the available workforce high enough?/training requirements
        - What will be the effect on the customer?
        - Will the introduction increase the profits?
        - Time constraints
        (1 per -, max 4)                                                                             [4]


    (b) - Information collection
             - Use of interview/questionnaire/document collection/observation/meetings
        - Analysis of information collected
             - Produces clear view of present system
             - Diagrams to show how present system works
        - Requirements specification
             - “Wish list” of requirements from user
             - Subjective list of requirements
             - Hardware and software requirements
        - Consideration of alternative solutions
             - Matching of alternative solutions to needs of requirements specification
             - Justify one solution against others.
        (1 per -, max 3 areas plus one expansion per area, max 6)                                    [6]


5   - Loss of data can disrupt services to members of public
    - Loss of data can be serious problem for company/organisation
    - Taking regular back-ups of data
    - Unauthorised access…
    - may lead to wrong people learning personal information/misuse of data
    - Use passwords/firewalls/… (to protect data from unauthorised access)
    - Access rights
    - To give confidence to people that their data is safe
    - List those people who have access to it
    - Data must not be passed on without consent
    - Data can be inspected on request
    (1 per -, max 6)                                                                                 [6]




                                            © UCLES 2007


                              www.xtremepapers.net
Page 4                      Mark Scheme                                Syllabus   Paper
                    GCE A/AS LEVEL – October/November 2007                   9691      01

6   WHILE DOOR NOT SHUT
            SHUT DOOR
    END WHILE
    IF HOT WASH THEN T = 80
                  ELSE T = 40
    END IF
    HEATER ON
    REPEAT
    UNTIL WATER TEMP = T
    HEATER OFF
    TURN M ON
    FOR TIME = 1 TO 20 STEP 5
        IF WATERTEMP < T
            THEN SUSPEND TIMER, REPEAT
               TURN HEATER ON
            UNTIL WATERTEMP = T, HEATER OFF
            RESTART TIMER
        ENDIF
    NEXT TIME
    TURN OFF M
    SOUND BUZZER

    Mark points:
    *- Condition door is shut with action to shut door/loop to shut door
    *- Condition hot or cool to set parameter
    - Turn on heater H
    - Loop until temperature met
    - Turn M on
    *- For loop with correct count…
    *- and correct step
    - Check for temperature in loop and correct action
    *- Sound buzzer
    (1 per *-, and any 2 other -, max 7)                                                      [7]




                                             © UCLES 2007


                              www.xtremepapers.net
Page 5                      Mark Scheme                                 Syllabus          Paper
                    GCE A/AS LEVEL – October/November 2007                    9691             01

7   (a) - Knowledge base
        - all the information about the particular study/about different formations and what they mean
        - Rule base
        - a set of definitions/algorithms to apply to the knowledge base/rules about interpreting the
          collected data
        - Inference engine
        - does the searching of the knowledge base using rules from the rule base
        - Human Computer Interface
        - to allow data/enquiries to be input and results to be output
        (1 per -, max 3 pairs, max 6)                                                                 [6]


    (b) Set up:
        - The knowledge of a number of experts is collected…
        - and collated/edited
        - Knowledge is stored in system
        - Algorithms developed/to use rules collected from experts
        - HCI developed (to suit users)
        Used:
        - System matches patterns/data from survey with
        - patterns/data in knowledge base
        - Uses rules (in rule base) to interpret (meanings of) patterns/data found
        - Produces probabilities of successful drilling
        (1 per -, max 3 per section, max 5)                                                           [5]


8   (a) - Computer/Processor on site
        - Some form of data logging/collect data on storage over period of time
        - Modem and phone line/satellite transmitter/mobile phone
        - Modem/satellite receiver/computer at head office
        (1 per -, max 3)                                                                              [3]


    (b) (i) - Hard copy output
            - Larger scale printout
            - Graphical output
            - High level of accuracy
            (1 per -, max 2)                                                                          [2]

        (ii) - Sound/beeper/emergency or urgent information/to draw attention to new radar data…
             - (Hard copy) tabular/numeric/to study the data in detail/to search for anomaly in
             geology…
             - On screen/graphical/to show snapshot of situation/to show result of one radar
             sweep/comparison of data
             (2 per pair of points, max 2 points, max 4)                                        [4]




                                            © UCLES 2007


                              www.xtremepapers.net
Page 6                       Mark Scheme                                Syllabus       Paper
                     GCE A/AS LEVEL – October/November 2007                   9691          01

9   (a) (i) - A copy of data being stored on the system
            - stored away from the original
            - taken at regular intervals
            - includes the structure of the data
            (1 per -, max 2)                                                                       [2]

        (ii) - A copy of some data being stored on the system
             - for long term storage
             - taken when data is no longer active
             - not necessary to store structure, only data
             (1 per -, max 2)                                                                      [2]


    (b) (i) - Expensive to collect the data
            - (Do not want to repeat either in the event of) data corruption or data loss because…
            - time consuming to re-process the data
            (1 per -, max 2)                                                                       [2]

        (ii) - To compare with new material taken at a later date
             - To reuse if other company wants survey of same area
             - To reuse if circumstances change e.g. price of oil goes up making difficult area
             economically viable
             - Allows data storage media to be freed up increasing the speed of processing
             (1 per -, max 2)                                                                [2]


10 (a) - Data is numerical
       - Allows for predictions to be made
       - Formulae to be applied to the data/ease of calculation
       - Tabular/graphical representation of data/for ease of understanding
       (1 per -, max 3)                                                                            [3]


    (b) - Animation to maintain interest
        - Use of video to show sites
        - Sound to explain decisions
        - Ability to present to a large audience all at once.
        (1 per -, max 2)                                                                           [2]


11 (a) (i) 10111100/the second one                                                                 [1]

        (ii) - This has an odd number of ones
             - The others all have an even number of ones
             - Even parity is being used
             (1 per -, max 2)                                                                      [2]

       (iii) - There may be two (or an even number of) errors in one byte                          [1]


    (b) - data bytes are added together

        - MOD 256
        - Result (Check Sum) is sent with data
        - Calculation redone at receiving end
        - Results compared
        (1 per -,1st +conditional 3, max 4)                                                        [4]

                                             © UCLES 2007


                               www.xtremepapers.net

Weitere ähnliche Inhalte

Andere mochten auch

Turnos vacaiones 2014 carrefour gv2
Turnos vacaiones 2014 carrefour gv2Turnos vacaiones 2014 carrefour gv2
Turnos vacaiones 2014 carrefour gv2Ugt Gran Via Dos
 
Notes de tall univesirtat 2
Notes de tall univesirtat 2Notes de tall univesirtat 2
Notes de tall univesirtat 2Orientacio
 
¿A qué aspiramos? Marco Estratégico Aspiracional
¿A qué aspiramos? Marco Estratégico Aspiracional¿A qué aspiramos? Marco Estratégico Aspiracional
¿A qué aspiramos? Marco Estratégico AspiracionalAinhoa Apaolaza
 
Ayudantia sia 1
Ayudantia sia 1Ayudantia sia 1
Ayudantia sia 1Marion
 
Vr sa Si - TW - LUD 102
Vr sa Si - TW - LUD 102Vr sa Si - TW - LUD 102
Vr sa Si - TW - LUD 102Stripovi Klub
 
Uz u tv - KM - PO 09
Uz u tv - KM - PO 09Uz u tv - KM - PO 09
Uz u tv - KM - PO 09Stripovi Klub
 
U Ka Go - KM - ZS 468
U Ka Go - KM - ZS 468U Ka Go - KM - ZS 468
U Ka Go - KM - ZS 468Stripovi Klub
 

Andere mochten auch (12)

Turnos vacaiones 2014 carrefour gv2
Turnos vacaiones 2014 carrefour gv2Turnos vacaiones 2014 carrefour gv2
Turnos vacaiones 2014 carrefour gv2
 
Notes de tall univesirtat 2
Notes de tall univesirtat 2Notes de tall univesirtat 2
Notes de tall univesirtat 2
 
Trabajo ayudantía
Trabajo ayudantíaTrabajo ayudantía
Trabajo ayudantía
 
¿A qué aspiramos? Marco Estratégico Aspiracional
¿A qué aspiramos? Marco Estratégico Aspiracional¿A qué aspiramos? Marco Estratégico Aspiracional
¿A qué aspiramos? Marco Estratégico Aspiracional
 
Programacion neurolinguistica
Programacion neurolinguisticaProgramacion neurolinguistica
Programacion neurolinguistica
 
Clase 19
Clase 19Clase 19
Clase 19
 
Ayudantia sia 1
Ayudantia sia 1Ayudantia sia 1
Ayudantia sia 1
 
Plantilla act14 2014_i (1)
Plantilla act14 2014_i (1)Plantilla act14 2014_i (1)
Plantilla act14 2014_i (1)
 
Vr sa Si - TW - LUD 102
Vr sa Si - TW - LUD 102Vr sa Si - TW - LUD 102
Vr sa Si - TW - LUD 102
 
Uz u tv - KM - PO 09
Uz u tv - KM - PO 09Uz u tv - KM - PO 09
Uz u tv - KM - PO 09
 
U Ka Go - KM - ZS 468
U Ka Go - KM - ZS 468U Ka Go - KM - ZS 468
U Ka Go - KM - ZS 468
 
D i L - Kl - ZG
D i L - Kl - ZGD i L - Kl - ZG
D i L - Kl - ZG
 

Ähnlich wie GCE Computing Mark Scheme

Nov 05 MS1
Nov 05 MS1Nov 05 MS1
Nov 05 MS1Samimvez
 
June 07 MS3
June 07 MS3June 07 MS3
June 07 MS3Samimvez
 
Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 3
Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 3Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 3
Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 3Alpro
 
Nov 09 MS12
Nov 09 MS12Nov 09 MS12
Nov 09 MS12Samimvez
 
Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 1
Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 1Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 1
Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 1Alpro
 
June 08 MS3
June 08 MS3June 08 MS3
June 08 MS3Samimvez
 
Nov 08 MS1
Nov 08 MS1Nov 08 MS1
Nov 08 MS1Samimvez
 
June 06 MS3
June 06 MS3June 06 MS3
June 06 MS3Samimvez
 
June 10 MS32
June 10 MS32June 10 MS32
June 10 MS32Samimvez
 
June 05 MS1
June 05 MS1June 05 MS1
June 05 MS1Samimvez
 
Nov 09 MS31
Nov 09 MS31Nov 09 MS31
Nov 09 MS31Samimvez
 
June 10 MS13
June 10 MS13June 10 MS13
June 10 MS13Samimvez
 
Mark Scheme for May June 2008 Question Paper Computing 9691 Computers Zimbabwe
Mark Scheme for May June 2008 Question Paper Computing 9691 Computers ZimbabweMark Scheme for May June 2008 Question Paper Computing 9691 Computers Zimbabwe
Mark Scheme for May June 2008 Question Paper Computing 9691 Computers ZimbabweAlpro
 
June 08 MS1
June 08 MS1June 08 MS1
June 08 MS1Samimvez
 
Nov 08 MS3
Nov 08 MS3Nov 08 MS3
Nov 08 MS3Samimvez
 
Nov 07 MS3
Nov 07 MS3Nov 07 MS3
Nov 07 MS3Samimvez
 
Nov 06 MS1
Nov 06 MS1Nov 06 MS1
Nov 06 MS1Samimvez
 
Computing 9691 Test Paper Question Paper Paper 3 (Written paper 3) for May / ...
Computing 9691 Test Paper Question Paper Paper 3 (Written paper 3) for May / ...Computing 9691 Test Paper Question Paper Paper 3 (Written paper 3) for May / ...
Computing 9691 Test Paper Question Paper Paper 3 (Written paper 3) for May / ...Alpro
 
Nov 05 MS3
Nov 05 MS3Nov 05 MS3
Nov 05 MS3Samimvez
 
June 10 MS33
June 10 MS33June 10 MS33
June 10 MS33Samimvez
 

Ähnlich wie GCE Computing Mark Scheme (20)

Nov 05 MS1
Nov 05 MS1Nov 05 MS1
Nov 05 MS1
 
June 07 MS3
June 07 MS3June 07 MS3
June 07 MS3
 
Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 3
Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 3Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 3
Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 3
 
Nov 09 MS12
Nov 09 MS12Nov 09 MS12
Nov 09 MS12
 
Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 1
Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 1Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 1
Computing 9691 Mark Scheme for May / June 2007 Cambridge Paper 1
 
June 08 MS3
June 08 MS3June 08 MS3
June 08 MS3
 
Nov 08 MS1
Nov 08 MS1Nov 08 MS1
Nov 08 MS1
 
June 06 MS3
June 06 MS3June 06 MS3
June 06 MS3
 
June 10 MS32
June 10 MS32June 10 MS32
June 10 MS32
 
June 05 MS1
June 05 MS1June 05 MS1
June 05 MS1
 
Nov 09 MS31
Nov 09 MS31Nov 09 MS31
Nov 09 MS31
 
June 10 MS13
June 10 MS13June 10 MS13
June 10 MS13
 
Mark Scheme for May June 2008 Question Paper Computing 9691 Computers Zimbabwe
Mark Scheme for May June 2008 Question Paper Computing 9691 Computers ZimbabweMark Scheme for May June 2008 Question Paper Computing 9691 Computers Zimbabwe
Mark Scheme for May June 2008 Question Paper Computing 9691 Computers Zimbabwe
 
June 08 MS1
June 08 MS1June 08 MS1
June 08 MS1
 
Nov 08 MS3
Nov 08 MS3Nov 08 MS3
Nov 08 MS3
 
Nov 07 MS3
Nov 07 MS3Nov 07 MS3
Nov 07 MS3
 
Nov 06 MS1
Nov 06 MS1Nov 06 MS1
Nov 06 MS1
 
Computing 9691 Test Paper Question Paper Paper 3 (Written paper 3) for May / ...
Computing 9691 Test Paper Question Paper Paper 3 (Written paper 3) for May / ...Computing 9691 Test Paper Question Paper Paper 3 (Written paper 3) for May / ...
Computing 9691 Test Paper Question Paper Paper 3 (Written paper 3) for May / ...
 
Nov 05 MS3
Nov 05 MS3Nov 05 MS3
Nov 05 MS3
 
June 10 MS33
June 10 MS33June 10 MS33
June 10 MS33
 

Mehr von Samimvez

Mehr von Samimvez (20)

Sql installation tutorial
Sql installation tutorialSql installation tutorial
Sql installation tutorial
 
Example3
Example3Example3
Example3
 
Coms1010 exam paper - nov10
Coms1010   exam paper - nov10Coms1010   exam paper - nov10
Coms1010 exam paper - nov10
 
Coms1010 exam paper - may 08
Coms1010   exam paper - may 08Coms1010   exam paper - may 08
Coms1010 exam paper - may 08
 
Example2
Example2Example2
Example2
 
Labsheet 3
Labsheet 3Labsheet 3
Labsheet 3
 
Labsheet 3,5
Labsheet 3,5Labsheet 3,5
Labsheet 3,5
 
EQ V3x
EQ V3xEQ V3x
EQ V3x
 
Eq v2
Eq v2Eq v2
Eq v2
 
3.6
3.63.6
3.6
 
3.2
3.23.2
3.2
 
3.10
3.103.10
3.10
 
3.1
3.13.1
3.1
 
3.3
3.33.3
3.3
 
3.8
3.83.8
3.8
 
3.4
3.43.4
3.4
 
3.7
3.73.7
3.7
 
3.5
3.53.5
3.5
 
3.9
3.93.9
3.9
 
Nov 05 P3
Nov 05 P3Nov 05 P3
Nov 05 P3
 

GCE Computing Mark Scheme

  • 1. UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS GCE Advanced Subsidiary Level and GCE Advanced Level MARK SCHEME for the October/November 2007 question paper 9691 COMPUTING 9691/01 Paper 1 (Written Paper 1), maximum raw mark 90 This mark scheme is published as an aid to teachers and candidates, to indicate the requirements of the examination. It shows the basis on which Examiners were instructed to award marks. It does not indicate the details of the discussions that took place at an Examiners’ meeting before marking began. All Examiners are instructed that alternative correct answers and unexpected approaches in candidates’ scripts must be given marks that fairly reflect the relevant knowledge and skills demonstrated. Mark schemes must be read in conjunction with the question papers and the report on the examination. • CIE will not enter into discussions or correspondence in connection with these mark schemes. CIE is publishing the mark schemes for the October/November 2007 question papers for most IGCSE, GCE Advanced Level and Advanced Subsidiary Level syllabuses and some Ordinary Level syllabuses. www.xtremepapers.net
  • 2. Page 2 Mark Scheme Syllabus Paper GCE A/AS LEVEL – October/November 2007 9691 01 1 (a) (i) Consists of - Windows - Icons - Menus - Pointer (1 per -, max 2) [2] (ii) - (Questions and) spaces for answers shown on screen/insertion boxes - Input can be by radio buttons - Pop up menus/drop down lists - Insertion fields provided with validation checks - Mirrors a hardcopy form (1 per -, max 2) [2] (b) (i) - School/children/inexperienced users/home computer (almost any application) - Ease of use [2] (ii) - Any example where on screen input is necessary - Allows for instructions/ensures no data is missed/ease of set up of validation routines [2] (c) - Touch screen - Ease of use/restrict vandalism/can be weatherproof/acts as input and output - Menu based - Restricts choices/tree design of choices (1 per -, max 4) [4] 2 (a) 01010011 (1 per nibble) [2] (b) - Barcodes read as goods arrive/leave - Number in stock is incremented if arriving - Number in stock is decremented when leaving - Software checks number in stock against reorder number… - after every transaction - When number in stock below reorder level then order created - Note that order made is stored as Boolean 1 until order delivered - Linked to supplier table for automatic ordering (1 per -, max 5) [5] 3 (a) - Data on ROM cannot be changed/on RAM it can - ROM is not volatile/RAM is (1 per -, max 1) [1] (b) - Operating system - Those parts of application software in use - User files Note: All other suggestions should fit into one of the three acceptable answer groups. [3] © UCLES 2007 www.xtremepapers.net
  • 3. Page 3 Mark Scheme Syllabus Paper GCE A/AS LEVEL – October/November 2007 9691 01 (c) (i) - Readily available when switched on/No need to ever alter software [1] (ii) - Processor can only access data held in RAM - Needs to be random access or access to data would be too slow [2] 4 (a) - Is solution technically possible? - Is the solution economic to produce? - Is the solution economic to run? - What will be social implications of change? - Is the skill level in the available workforce high enough?/training requirements - What will be the effect on the customer? - Will the introduction increase the profits? - Time constraints (1 per -, max 4) [4] (b) - Information collection - Use of interview/questionnaire/document collection/observation/meetings - Analysis of information collected - Produces clear view of present system - Diagrams to show how present system works - Requirements specification - “Wish list” of requirements from user - Subjective list of requirements - Hardware and software requirements - Consideration of alternative solutions - Matching of alternative solutions to needs of requirements specification - Justify one solution against others. (1 per -, max 3 areas plus one expansion per area, max 6) [6] 5 - Loss of data can disrupt services to members of public - Loss of data can be serious problem for company/organisation - Taking regular back-ups of data - Unauthorised access… - may lead to wrong people learning personal information/misuse of data - Use passwords/firewalls/… (to protect data from unauthorised access) - Access rights - To give confidence to people that their data is safe - List those people who have access to it - Data must not be passed on without consent - Data can be inspected on request (1 per -, max 6) [6] © UCLES 2007 www.xtremepapers.net
  • 4. Page 4 Mark Scheme Syllabus Paper GCE A/AS LEVEL – October/November 2007 9691 01 6 WHILE DOOR NOT SHUT SHUT DOOR END WHILE IF HOT WASH THEN T = 80 ELSE T = 40 END IF HEATER ON REPEAT UNTIL WATER TEMP = T HEATER OFF TURN M ON FOR TIME = 1 TO 20 STEP 5 IF WATERTEMP < T THEN SUSPEND TIMER, REPEAT TURN HEATER ON UNTIL WATERTEMP = T, HEATER OFF RESTART TIMER ENDIF NEXT TIME TURN OFF M SOUND BUZZER Mark points: *- Condition door is shut with action to shut door/loop to shut door *- Condition hot or cool to set parameter - Turn on heater H - Loop until temperature met - Turn M on *- For loop with correct count… *- and correct step - Check for temperature in loop and correct action *- Sound buzzer (1 per *-, and any 2 other -, max 7) [7] © UCLES 2007 www.xtremepapers.net
  • 5. Page 5 Mark Scheme Syllabus Paper GCE A/AS LEVEL – October/November 2007 9691 01 7 (a) - Knowledge base - all the information about the particular study/about different formations and what they mean - Rule base - a set of definitions/algorithms to apply to the knowledge base/rules about interpreting the collected data - Inference engine - does the searching of the knowledge base using rules from the rule base - Human Computer Interface - to allow data/enquiries to be input and results to be output (1 per -, max 3 pairs, max 6) [6] (b) Set up: - The knowledge of a number of experts is collected… - and collated/edited - Knowledge is stored in system - Algorithms developed/to use rules collected from experts - HCI developed (to suit users) Used: - System matches patterns/data from survey with - patterns/data in knowledge base - Uses rules (in rule base) to interpret (meanings of) patterns/data found - Produces probabilities of successful drilling (1 per -, max 3 per section, max 5) [5] 8 (a) - Computer/Processor on site - Some form of data logging/collect data on storage over period of time - Modem and phone line/satellite transmitter/mobile phone - Modem/satellite receiver/computer at head office (1 per -, max 3) [3] (b) (i) - Hard copy output - Larger scale printout - Graphical output - High level of accuracy (1 per -, max 2) [2] (ii) - Sound/beeper/emergency or urgent information/to draw attention to new radar data… - (Hard copy) tabular/numeric/to study the data in detail/to search for anomaly in geology… - On screen/graphical/to show snapshot of situation/to show result of one radar sweep/comparison of data (2 per pair of points, max 2 points, max 4) [4] © UCLES 2007 www.xtremepapers.net
  • 6. Page 6 Mark Scheme Syllabus Paper GCE A/AS LEVEL – October/November 2007 9691 01 9 (a) (i) - A copy of data being stored on the system - stored away from the original - taken at regular intervals - includes the structure of the data (1 per -, max 2) [2] (ii) - A copy of some data being stored on the system - for long term storage - taken when data is no longer active - not necessary to store structure, only data (1 per -, max 2) [2] (b) (i) - Expensive to collect the data - (Do not want to repeat either in the event of) data corruption or data loss because… - time consuming to re-process the data (1 per -, max 2) [2] (ii) - To compare with new material taken at a later date - To reuse if other company wants survey of same area - To reuse if circumstances change e.g. price of oil goes up making difficult area economically viable - Allows data storage media to be freed up increasing the speed of processing (1 per -, max 2) [2] 10 (a) - Data is numerical - Allows for predictions to be made - Formulae to be applied to the data/ease of calculation - Tabular/graphical representation of data/for ease of understanding (1 per -, max 3) [3] (b) - Animation to maintain interest - Use of video to show sites - Sound to explain decisions - Ability to present to a large audience all at once. (1 per -, max 2) [2] 11 (a) (i) 10111100/the second one [1] (ii) - This has an odd number of ones - The others all have an even number of ones - Even parity is being used (1 per -, max 2) [2] (iii) - There may be two (or an even number of) errors in one byte [1] (b) - data bytes are added together - MOD 256 - Result (Check Sum) is sent with data - Calculation redone at receiving end - Results compared (1 per -,1st +conditional 3, max 4) [4] © UCLES 2007 www.xtremepapers.net