SlideShare uma empresa Scribd logo
1 de 6
Baixar para ler offline
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

Mais conteúdo relacionado

Mais procurados

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
 

Mais procurados (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
 

Semelhante a 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
 

Semelhante a 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
 

Mais de Samimvez

Mais de 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
 

Último

React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 

Último (20)

React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 

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