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




MARK SCHEME for the October/November 2009 question paper
for the guidance of teachers



                                9691 COMPUTING
        9691/31              Paper 31 (Written), 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,
which would have considered the acceptability of alternative answers.

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 2009 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: Teachers’ version                    Syllabus         Paper
                      GCE A LEVEL – October/November 2009                   9691             31

1   (a) Any sensible organisation e.g. supermarket.


    (b) e.g. for a supermarket:
        -Customer names and addresses from deliveries
             -valuable to advertisers/gives a breakdown of who the typical shopper is from their
              neighborhood
        -Amounts of goods sold in period of time
             -allows comparison between brands to ensure popular brand stocked/ to act as
              bargaining tool when setting costs of goods
        -Bank account details/credit card details linked to addresses
             -Mail order companies to know who to send expensive offers to
        -Goods bought by individual shoppers
             -to sell to mail order companies/aimed mailshots
        -Sales over different parts of the store
             -to help with designing layout to maximise profits
        -Individuals who respond to mailshots/offers
             -target offers at responsive customers.

        (1 per -, max 3 pairs, max 6)                                                               [6]


2   (a) -Intranet is a closed/private network rather than open/public network
        -More secure because access controlled by bank…
        -by use of IDs and passwords
        -level of access
        -cuts down on time wasted on junk mail/unsuitable material.
        -All important because the information is very sensitive.
        (1 per -, max 4)                                                                            [4]


    (b) Problems:
        -Hackers attack communications
        -Hackers attack customer data
        -Data being distributed leading to unsolicited communications
        Measures:
        -Encrypting data
        -Digital signatures to guarantee reliability of source
        -Passwords to enter user’s area/database
        -Use of firewall to block unwanted access
        -Workers subject to D.P. legislation
        -Portable storage devices not allowed.
        (1 per -, max 2 for concerns, max 4 for solutions, max 5)                                   [5]


3   (a) Marks points:
        -Address in instruction is decoded
        -Contents of that memory location contain an address
        -The address of the data to be used.                                                        [3]


    (b) -Some areas of memory cannot be addressed because size of memory address > space
        available in instruction
        -Memory address will fit in a memory location                                               [2]



                                            © UCLES 2009


                              www.xtremepapers.net
Page 3                Mark Scheme: Teachers’ version                       Syllabus   Paper
                       GCE A LEVEL – October/November 2009                      9691       31

4   (a) -Terminal (with small amount of processing power)
        -Normal peripherals of mouse/key board/screen/printer
        -Storage in form of hard drive (to store confidential documents)
        -Storage in form of flash memory/cartridge… (to allow portability of data)
        (1 per -, max 3)                                                                          [3]


    (b) -Cable
             -fixes position of machine
             -secure
        -Wireless
             -can move machine and yet remain in contact
             -insecure, subject to hacking/eavesdropping.
        -coax cable
             -cheap to install for school
        -fibre-optic connection
             -more secure/faster transmission of data
        (1 for two methods; 1 each for comparisons; 1 for general point. Max 3)                   [3]


    (c) (i) -Individual who can be covered for time off/Whole group who could be trained en masse
            if school admin did not function
            -Learning about system requirements/learning about the use of the software
            -Comparison between technical and user requirements
            (1 per -, max 2)                                                                    [2]

        (ii) -Can be done in own time
             -At own pace
             -No personality clashes with tutor
             -Can learn on actual software to be used
             -Done without affecting running of school/no down time
             -Electronic, so progress can be automatically monitored.
             (1 per -, max 4)                                                                     [4]


    (d) (i) Advantage: Searching is quicker because a binary search can be used.
            Disadvantage: When index needs changing many of the contents must be moved.           [2]

        (ii) -Insert details in file
             -Insert index entry in one of free space list
             -Start from head of list pointer
             Repeat
             -If points to value > new student
                  -Then alter pointers to insert new value here in list. End
                  -Else follow pointer to new value to compare
             -Until no more values in list
             -Insert new value and move null pointer. End
             (1 per -, max 6)                                                                     [6]




                                             © UCLES 2009


                               www.xtremepapers.net
Page 4               Mark Scheme: Teachers’ version                      Syllabus      Paper
                      GCE A LEVEL – October/November 2009                     9691          31

5   -Address of instruction copies from PC to MAR
    -PC incremented
    -Instruction at address stored in MAR copied to MDR/MBR
    -Instruction copied from MDR/MBR to CIR
    -Instruction code in CIR is decoded
    -Address in CIR copied to MAR
    -Because Jump instruction, address in MAR copied to PC
    (1 per -, max 6)                                                                               [6]


6   Lexical:
    -Instructions are tokenised
    -Some of characters must be combined to create token for keyword
    -If keyword does not exist in internal dictionary of keywords
    -check for valid variable name
    -against rules stated in BNF
    -Error is reported
    Syntax:
    -Each keyword has an associated syntax
    -Tokens are checked to ensure that they match the syntax for that keyword.
    - e.g. Do left and right brackets match?/Does punctuation for Print keyword match rules?/…
    -error is reported (only credit once)
    (1 per -, max 5)                                                                               [5]


7   (a) (i) An application where the output is produced quickly enough to affect the next input.   [1]

       (ii) -Any sensible example e.g. Check a PIN at an ATM machine
            -must be done before offering a service on the card proffered.                         [2]


    (b) -Touch sensor to ensure that window is not opened
        -Pressure sensor/pad by door to sense someone stepping on it
        -Infra-red sensor to pick up body heat of someone in room
        -Sound sensor to hear broken glass if window broken
        -Light sensor to detect when a light beam is broken
        (2 per -, 1 for sensor + 1 for use. N.B. uses are examples, max 3 sensors)                 [6]


8   (a) (i) -A table holding information about the database
            -Used by managers of the database, not users
            -Maps logical database to physical storage
            -Allows existence check on data to be carried out.
            (1 per -, max 2)                                                                       [2]

       (ii) -The language used to allow the manager to write the…
            -description of the data items to be stored in the database                            [2]
            -defines the structure of the tables.

       (iii) -Language used allow user to access data…
             -store data…
             -change data in a database
             -search for data in the database.
             (1 per -, max 2)                                                                      [2]



                                           © UCLES 2009


                             www.xtremepapers.net
Page 5               Mark Scheme: Teachers’ version                    Syllabus         Paper
                      GCE A LEVEL – October/November 2009                   9691             31

    (b) (i) -Most items of data only need to be stored once…
            -because tables are linked allowing the contents of all tables to be used via access to
            one.                                                                                    [2]

       (ii) -Access to areas of data can be easily controlled because…
            -users each have their own view of data
            -DBMS can control views using access rights.
            -Regular back ups of the data can be made…
            -automatically by the DBMS to alternative hardware.
            (1 per -, max 2)                                                                        [2]

       (iii) -less chance of contradictions being caused
             -as most information is only stored once.
             -data protected from misguided or malicious processing/alteration
             -leading user to trust in the correctness of the data
             (1 per -, max 2)                                                                       [2]


9   (a) (i) Only one user has access at a time.                                                     [1]

       (ii) -Application Programming Interface
                  -provides platform to run software
            -file management
                  -manipulation of files
            -memory management
                  -paging/virtual memory/scheduling
            -processor management
                  -interrupt handling/scheduling
            -I/O management / handles data transfers
                  -between areas of processor/between primary memory and secondary storage.
            -device drivers / handles data between processor and I/O peripherals
                  -using instructions in device drivers and control of buffers
            - user interface
                  -a method of communicating with computer/suitable example
            -Utility software
                  -offers series of software to carry out housekeeping/monitor and maintain and use
                  the hardware.
            -Security/privacy
                  -will protect data by copying to other media automatically/sets up passwords to
                  restrict access to files.
            (1 per -, max 2 components, max 4)                                                      [4]


    (b) (i) -O.S. hides the complexities of the system from users.
            -User believes that their computer is a stand-alone.
            -User is unaware of sharing resources.
            (1 per -, max 2)                                                                        [2]

       (ii) -Sets up files and directories for user.
            -Allows group access to some files.
            -Access to files dictated by user I.D.
            (1 per -, max 2)                                                                        [2]




                                            © UCLES 2009


                              www.xtremepapers.net
Page 6             Mark Scheme: Teachers’ version                     Syllabus   Paper
                     GCE A LEVEL – October/November 2009                    9691       31

10      (i) -Information must be collected before anything else is done.
            -Documentation is done alongside all other tasks
            -Information must be analysed before solution attempted.
            -Data files can be created alongside problem solution.
            -Design must be completed before software can be written.
            -Design and software can be done alongside data files.
            -Testing must be documented.
            -Project must be finished before implementation.
            (1 per -, max 6)                                                                  [6]

       (ii) -Critical Path: AGH or ABDFH.                                                     [1]

       (iii) -Least Time: 29 days.                                                            [1]




                                            © UCLES 2009


                             www.xtremepapers.net

Weitere ähnliche Inhalte

Was ist angesagt?

June 07 MS1
June 07 MS1June 07 MS1
June 07 MS1Samimvez
 
June 05 MS1
June 05 MS1June 05 MS1
June 05 MS1Samimvez
 
June 10 MS32
June 10 MS32June 10 MS32
June 10 MS32Samimvez
 
Nov 07 MS3
Nov 07 MS3Nov 07 MS3
Nov 07 MS3Samimvez
 
June 06 MS1
June 06 MS1June 06 MS1
June 06 MS1Samimvez
 
June 06 MS3
June 06 MS3June 06 MS3
June 06 MS3Samimvez
 
June 08 MS3
June 08 MS3June 08 MS3
June 08 MS3Samimvez
 
June 05 MS3
June 05 MS3June 05 MS3
June 05 MS3Samimvez
 
June 04 MS
June 04 MSJune 04 MS
June 04 MSSamimvez
 

Was ist angesagt? (10)

June 07 MS1
June 07 MS1June 07 MS1
June 07 MS1
 
June 05 MS1
June 05 MS1June 05 MS1
June 05 MS1
 
June 10 MS32
June 10 MS32June 10 MS32
June 10 MS32
 
Nov 07 MS3
Nov 07 MS3Nov 07 MS3
Nov 07 MS3
 
June 06 MS1
June 06 MS1June 06 MS1
June 06 MS1
 
June 06 MS3
June 06 MS3June 06 MS3
June 06 MS3
 
June 08 MS3
June 08 MS3June 08 MS3
June 08 MS3
 
June 05 MS3
June 05 MS3June 05 MS3
June 05 MS3
 
June 04 MS
June 04 MSJune 04 MS
June 04 MS
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 

Ähnlich wie Nov 09 MS31

Nov 09 MS32
Nov 09 MS32Nov 09 MS32
Nov 09 MS32Samimvez
 
June 10 MS11
June 10 MS11June 10 MS11
June 10 MS11Samimvez
 
June 10 MS12
June 10 MS12June 10 MS12
June 10 MS12Samimvez
 
Nov 07 MS1
Nov 07 MS1Nov 07 MS1
Nov 07 MS1Samimvez
 
Nov 06 MS3
Nov 06 MS3Nov 06 MS3
Nov 06 MS3Samimvez
 
Nov 08 MS1
Nov 08 MS1Nov 08 MS1
Nov 08 MS1Samimvez
 
June 10 MS13
June 10 MS13June 10 MS13
June 10 MS13Samimvez
 
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
 
Computing 9691 Mark Scheme for May / June 2007 Cambridge
Computing 9691 Mark Scheme for May / June 2007 CambridgeComputing 9691 Mark Scheme for May / June 2007 Cambridge
Computing 9691 Mark Scheme for May / June 2007 CambridgeAlpro
 
June 10 MS33
June 10 MS33June 10 MS33
June 10 MS33Samimvez
 
June 09 MS1
June 09 MS1June 09 MS1
June 09 MS1Samimvez
 
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
 
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
 
Nov 06 MS1
Nov 06 MS1Nov 06 MS1
Nov 06 MS1Samimvez
 
Nov 04 MS1
Nov 04 MS1Nov 04 MS1
Nov 04 MS1Samimvez
 
June 03 MS1
June 03 MS1June 03 MS1
June 03 MS1Samimvez
 
June 08 MS1
June 08 MS1June 08 MS1
June 08 MS1Samimvez
 
Nov 09 P31
Nov 09 P31Nov 09 P31
Nov 09 P31Samimvez
 
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
 

Ähnlich wie Nov 09 MS31 (20)

Nov 09 MS32
Nov 09 MS32Nov 09 MS32
Nov 09 MS32
 
June 10 MS11
June 10 MS11June 10 MS11
June 10 MS11
 
June 10 MS12
June 10 MS12June 10 MS12
June 10 MS12
 
Nov 07 MS1
Nov 07 MS1Nov 07 MS1
Nov 07 MS1
 
Nov 06 MS3
Nov 06 MS3Nov 06 MS3
Nov 06 MS3
 
Nov 08 MS1
Nov 08 MS1Nov 08 MS1
Nov 08 MS1
 
June 10 MS13
June 10 MS13June 10 MS13
June 10 MS13
 
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
 
Computing 9691 Mark Scheme for May / June 2007 Cambridge
Computing 9691 Mark Scheme for May / June 2007 CambridgeComputing 9691 Mark Scheme for May / June 2007 Cambridge
Computing 9691 Mark Scheme for May / June 2007 Cambridge
 
June 10 MS33
June 10 MS33June 10 MS33
June 10 MS33
 
June 09 MS1
June 09 MS1June 09 MS1
June 09 MS1
 
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
 
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
 
Nov 06 MS1
Nov 06 MS1Nov 06 MS1
Nov 06 MS1
 
Nov 04 MS1
Nov 04 MS1Nov 04 MS1
Nov 04 MS1
 
June 03 MS1
June 03 MS1June 03 MS1
June 03 MS1
 
June 08 MS1
June 08 MS1June 08 MS1
June 08 MS1
 
Nov 09 P31
Nov 09 P31Nov 09 P31
Nov 09 P31
 
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 / ...
 
Lab onedesignwriteup
Lab onedesignwriteupLab onedesignwriteup
Lab onedesignwriteup
 

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
 

Kürzlich hochgeladen

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 

Kürzlich hochgeladen (20)

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

Nov 09 MS31

  • 1. UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS GCE Advanced Level MARK SCHEME for the October/November 2009 question paper for the guidance of teachers 9691 COMPUTING 9691/31 Paper 31 (Written), 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, which would have considered the acceptability of alternative answers. 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 2009 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: Teachers’ version Syllabus Paper GCE A LEVEL – October/November 2009 9691 31 1 (a) Any sensible organisation e.g. supermarket. (b) e.g. for a supermarket: -Customer names and addresses from deliveries -valuable to advertisers/gives a breakdown of who the typical shopper is from their neighborhood -Amounts of goods sold in period of time -allows comparison between brands to ensure popular brand stocked/ to act as bargaining tool when setting costs of goods -Bank account details/credit card details linked to addresses -Mail order companies to know who to send expensive offers to -Goods bought by individual shoppers -to sell to mail order companies/aimed mailshots -Sales over different parts of the store -to help with designing layout to maximise profits -Individuals who respond to mailshots/offers -target offers at responsive customers. (1 per -, max 3 pairs, max 6) [6] 2 (a) -Intranet is a closed/private network rather than open/public network -More secure because access controlled by bank… -by use of IDs and passwords -level of access -cuts down on time wasted on junk mail/unsuitable material. -All important because the information is very sensitive. (1 per -, max 4) [4] (b) Problems: -Hackers attack communications -Hackers attack customer data -Data being distributed leading to unsolicited communications Measures: -Encrypting data -Digital signatures to guarantee reliability of source -Passwords to enter user’s area/database -Use of firewall to block unwanted access -Workers subject to D.P. legislation -Portable storage devices not allowed. (1 per -, max 2 for concerns, max 4 for solutions, max 5) [5] 3 (a) Marks points: -Address in instruction is decoded -Contents of that memory location contain an address -The address of the data to be used. [3] (b) -Some areas of memory cannot be addressed because size of memory address > space available in instruction -Memory address will fit in a memory location [2] © UCLES 2009 www.xtremepapers.net
  • 3. Page 3 Mark Scheme: Teachers’ version Syllabus Paper GCE A LEVEL – October/November 2009 9691 31 4 (a) -Terminal (with small amount of processing power) -Normal peripherals of mouse/key board/screen/printer -Storage in form of hard drive (to store confidential documents) -Storage in form of flash memory/cartridge… (to allow portability of data) (1 per -, max 3) [3] (b) -Cable -fixes position of machine -secure -Wireless -can move machine and yet remain in contact -insecure, subject to hacking/eavesdropping. -coax cable -cheap to install for school -fibre-optic connection -more secure/faster transmission of data (1 for two methods; 1 each for comparisons; 1 for general point. Max 3) [3] (c) (i) -Individual who can be covered for time off/Whole group who could be trained en masse if school admin did not function -Learning about system requirements/learning about the use of the software -Comparison between technical and user requirements (1 per -, max 2) [2] (ii) -Can be done in own time -At own pace -No personality clashes with tutor -Can learn on actual software to be used -Done without affecting running of school/no down time -Electronic, so progress can be automatically monitored. (1 per -, max 4) [4] (d) (i) Advantage: Searching is quicker because a binary search can be used. Disadvantage: When index needs changing many of the contents must be moved. [2] (ii) -Insert details in file -Insert index entry in one of free space list -Start from head of list pointer Repeat -If points to value > new student -Then alter pointers to insert new value here in list. End -Else follow pointer to new value to compare -Until no more values in list -Insert new value and move null pointer. End (1 per -, max 6) [6] © UCLES 2009 www.xtremepapers.net
  • 4. Page 4 Mark Scheme: Teachers’ version Syllabus Paper GCE A LEVEL – October/November 2009 9691 31 5 -Address of instruction copies from PC to MAR -PC incremented -Instruction at address stored in MAR copied to MDR/MBR -Instruction copied from MDR/MBR to CIR -Instruction code in CIR is decoded -Address in CIR copied to MAR -Because Jump instruction, address in MAR copied to PC (1 per -, max 6) [6] 6 Lexical: -Instructions are tokenised -Some of characters must be combined to create token for keyword -If keyword does not exist in internal dictionary of keywords -check for valid variable name -against rules stated in BNF -Error is reported Syntax: -Each keyword has an associated syntax -Tokens are checked to ensure that they match the syntax for that keyword. - e.g. Do left and right brackets match?/Does punctuation for Print keyword match rules?/… -error is reported (only credit once) (1 per -, max 5) [5] 7 (a) (i) An application where the output is produced quickly enough to affect the next input. [1] (ii) -Any sensible example e.g. Check a PIN at an ATM machine -must be done before offering a service on the card proffered. [2] (b) -Touch sensor to ensure that window is not opened -Pressure sensor/pad by door to sense someone stepping on it -Infra-red sensor to pick up body heat of someone in room -Sound sensor to hear broken glass if window broken -Light sensor to detect when a light beam is broken (2 per -, 1 for sensor + 1 for use. N.B. uses are examples, max 3 sensors) [6] 8 (a) (i) -A table holding information about the database -Used by managers of the database, not users -Maps logical database to physical storage -Allows existence check on data to be carried out. (1 per -, max 2) [2] (ii) -The language used to allow the manager to write the… -description of the data items to be stored in the database [2] -defines the structure of the tables. (iii) -Language used allow user to access data… -store data… -change data in a database -search for data in the database. (1 per -, max 2) [2] © UCLES 2009 www.xtremepapers.net
  • 5. Page 5 Mark Scheme: Teachers’ version Syllabus Paper GCE A LEVEL – October/November 2009 9691 31 (b) (i) -Most items of data only need to be stored once… -because tables are linked allowing the contents of all tables to be used via access to one. [2] (ii) -Access to areas of data can be easily controlled because… -users each have their own view of data -DBMS can control views using access rights. -Regular back ups of the data can be made… -automatically by the DBMS to alternative hardware. (1 per -, max 2) [2] (iii) -less chance of contradictions being caused -as most information is only stored once. -data protected from misguided or malicious processing/alteration -leading user to trust in the correctness of the data (1 per -, max 2) [2] 9 (a) (i) Only one user has access at a time. [1] (ii) -Application Programming Interface -provides platform to run software -file management -manipulation of files -memory management -paging/virtual memory/scheduling -processor management -interrupt handling/scheduling -I/O management / handles data transfers -between areas of processor/between primary memory and secondary storage. -device drivers / handles data between processor and I/O peripherals -using instructions in device drivers and control of buffers - user interface -a method of communicating with computer/suitable example -Utility software -offers series of software to carry out housekeeping/monitor and maintain and use the hardware. -Security/privacy -will protect data by copying to other media automatically/sets up passwords to restrict access to files. (1 per -, max 2 components, max 4) [4] (b) (i) -O.S. hides the complexities of the system from users. -User believes that their computer is a stand-alone. -User is unaware of sharing resources. (1 per -, max 2) [2] (ii) -Sets up files and directories for user. -Allows group access to some files. -Access to files dictated by user I.D. (1 per -, max 2) [2] © UCLES 2009 www.xtremepapers.net
  • 6. Page 6 Mark Scheme: Teachers’ version Syllabus Paper GCE A LEVEL – October/November 2009 9691 31 10 (i) -Information must be collected before anything else is done. -Documentation is done alongside all other tasks -Information must be analysed before solution attempted. -Data files can be created alongside problem solution. -Design must be completed before software can be written. -Design and software can be done alongside data files. -Testing must be documented. -Project must be finished before implementation. (1 per -, max 6) [6] (ii) -Critical Path: AGH or ABDFH. [1] (iii) -Least Time: 29 days. [1] © UCLES 2009 www.xtremepapers.net