SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS
                               General Certificate of Education Advanced Level




               COMPUTING                                                                                              9691/32
               Paper 3                                                                             October/November 2009
                                                                                                                      2 hours
               Additional Materials:     Answer Booklet/Paper
*7476573579*




               READ THESE INSTRUCTIONS FIRST

               If you have been given an Answer Booklet, follow the instructions on the front cover of the Booklet.
               Write your Centre number, candidate number and name on all the work you hand in.
               Write in dark blue or black pen.
               You may use a soft pencil for any diagrams, graphs or rough working.
               Do not use staples, paper clips, highlighters, glue or correction fluid.

               Answer all questions.

               At the end of the examination, fasten all your work securely together.
               The number of marks is given in brackets [ ] at the end of each question or part question.




                                                This document consists of 4 printed pages.

               IB09 11_9691_32/2RP
               © UCLES 2009                                                                                       [Turn over




                                               www.xtremepapers.net
2

1   A new computerised checkout system has been developed for a large food store.

    Explain to the manager of the store the implications of using each of the following implementation
    approaches:

    (a) direct implementation,                                                                           [3]

    (b) phased implementation,                                                                           [3]

    (c) pilot implementation.                                                                            [3]


2   Parallel processing is necessary to provide long term weather forecasts. Describe two types of
    parallel processor that could be used.                                                         [4]


3   This question is about sorting data in files into order.

    File A:    CHO,     SYG,     DAN,     ROG,     BRI
    File B:    ADA,     COU,     LAC,     LOV
    File C:    HEL,     SAR,     PAU,     GRA,     CHR, STE

    (a) By using file A to illustrate your answer, describe how an insertion sort can be used to sort
        data into alphabetical order.                                                                 [3]

    (b) By using your sorted file A and file B to illustrate your answer, describe how a merge sort can
        be used to sort two files into one file in alphabetical order.                               [3]

    (c) (i) Draw a binary tree using the data in file C and HEL as the root node.

         (ii) Explain the rules which you used to draw the tree.

         (iii) Describe how your tree can be used to output the file in alphabetical order.              [7]


4   (a) Describe the characteristics of low level programming languages and their instructions.          [5]

    (b) (i) Describe what is meant by a procedure.                                                       [2]

         (ii) Describe the purpose of linkers and loaders.                                               [3]

    (c) (i) Explain the difference between a local variable and a global variable.                       [2]

         (ii) Explain the difference between passing a parameter by value and by reference.              [2]

    (d) A procedure is created to calculate a student’s average mark in three examinations.

         The examination marks for the student are added together to give the total mark, which is
         then divided by three to give the average.

         State which of the four types of variable in part (c) are appropriate for the following uses,
         justifying your choices:

         (i) variables to hold the three examination marks,                                              [2]

         (ii) total mark.                                                                                [2]


© UCLES 2009                                   9691/32/O/N/09



                                www.xtremepapers.net
3

5   A large sports stadium is being designed. The architect has to decide how many entrances there
    should be.

    Entrances are of two types:

    1.   Automatic, which are used by ticket holders. The ticket has a magnetic stripe which is read,
         allowing access to the stadium for one person per ticket.

    2.   Manned, which are used by non-ticket holders. These entrances have cashiers present to
         take money and allow access to the stadium.

    It is decided to produce a simulation of the stadium entrances in order to help the architect to
    make decisions.

    (a) Explain why the architect needs to use a simulation to study the situation.                    [3]

    (b) State four values which will be important to the success of the simulation.                    [4]


6   (a) Describe the purpose of hypertext linking and how it works.                                    [3]

    (b) Describe three features of a mark-up language other than page links.                           [6]


7   A library uses a computer system to store data in a database.

    There are a large number of members of the library whose details are stored in the MEMBER
    table.

    There are a large number of books, details of which are stored in the BOOK table.

    Members can borrow books. Each member can borrow more than one book and each book can
    be borrowed by many members.

    (a) (i) State the type of relationship between the MEMBER and BOOK tables.                         [1]

         (ii) Draw the relationship between the MEMBER and BOOK tables in third normal form as
              an E-R diagram.                                                                  [2]

    (b) Use examples of attributes in the MEMBER table to explain what is meant by:

         (i) primary key,                                                                              [2]

         (ii) foreign key,                                                                             [2]

         (iii) secondary key.                                                                          [2]


8   Explain how scheduling, job queues and priorities are used to manage job throughput.               [6]




© UCLES 2009                                  9691/32/O/N/09                                 [Turn over


                                www.xtremepapers.net
4

9     (a) Express the denary number 94 as:

             (i) a BCD value,                                                                                                                            [2]

             (ii) an octal value,                                                                                                                        [2]

             (iii) a hexadecimal value.                                                                                                                  [2]

      (b) (i) Work out the answer to the following binary addition sum. (All values are given in two's
              complement form. You should show your working.)

                    01001101
                    00101011
                    01000101 +
                    __________                                                                                                                           [2]

             (ii) Explain why the binary result does not give the correct answer.                                                                        [1]


10 Explain the importance of standardisation when developing computer solutions.                                                                         [6]




Permission to reproduce items where third-party owned material protected by copyright is included has been sought and cleared where possible. Every
reasonable effort has been made by the publisher (UCLES) to trace copyright holders, but if any items requiring clearance have unwittingly been included, the
publisher will be pleased to make amends at the earliest possible opportunity.

University of Cambridge International Examinations is part of the Cambridge Assessment Group. Cambridge Assessment is the brand name of University of
Cambridge Local Examinations Syndicate (UCLES), which is itself a department of the University of Cambridge.

© UCLES 2009                                                         9691/32/O/N/09



                                              www.xtremepapers.net

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

June 04 P3
June 04 P3June 04 P3
June 04 P3
 
Nov 06 P3
Nov 06 P3Nov 06 P3
Nov 06 P3
 
June 05 P3
June 05 P3June 05 P3
June 05 P3
 
Nov 03 P3
Nov 03 P3Nov 03 P3
Nov 03 P3
 
Nov 05 P3
Nov 05 P3Nov 05 P3
Nov 05 P3
 
June 09 MS1
June 09 MS1June 09 MS1
June 09 MS1
 
June 03 P1
June 03 P1June 03 P1
June 03 P1
 
June 02 P1
June 02 P1June 02 P1
June 02 P1
 
June 05 P1
June 05 P1June 05 P1
June 05 P1
 
June 06 P3
June 06 P3June 06 P3
June 06 P3
 
June 04 P31
June 04 P31June 04 P31
June 04 P31
 
Nov 07 P3
Nov 07 P3Nov 07 P3
Nov 07 P3
 
Nov 04 MS3
Nov 04 MS3Nov 04 MS3
Nov 04 MS3
 
Nov 06 P1
Nov 06 P1Nov 06 P1
Nov 06 P1
 
Nov 08 P1
Nov 08 P1Nov 08 P1
Nov 08 P1
 
Nov 03 P1
Nov 03 P1Nov 03 P1
Nov 03 P1
 
Nov 04 P1
Nov 04 P1Nov 04 P1
Nov 04 P1
 
January 2008
January 2008January 2008
January 2008
 
Nov 05 P1
Nov 05 P1Nov 05 P1
Nov 05 P1
 
June 2006
June 2006June 2006
June 2006
 

Similar a Nov 09 P32

Nov 09 P11
Nov 09 P11Nov 09 P11
Nov 09 P11Samimvez
 
Nov 09 P12
Nov 09 P12Nov 09 P12
Nov 09 P12Samimvez
 
June 08 P1
June 08 P1June 08 P1
June 08 P1Samimvez
 
June 07 P1
June 07 P1June 07 P1
June 07 P1Samimvez
 
Computer paper 3 may june 2008 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2008 9691 cambridge General Certificate of educatio...Computer paper 3 may june 2008 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2008 9691 cambridge General Certificate of educatio...Alpro
 
June 06 P1
June 06 P1June 06 P1
June 06 P1Samimvez
 
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...Alpro
 
Computing paper 1 may june 2008 computers cambridge test paper zimsec zimbabw...
Computing paper 1 may june 2008 computers cambridge test paper zimsec zimbabw...Computing paper 1 may june 2008 computers cambridge test paper zimsec zimbabw...
Computing paper 1 may june 2008 computers cambridge test paper zimsec zimbabw...Alpro
 
Computing 9691 Test Paper Paper 3 for May / June 2007 Cambridge
Computing 9691 Test Paper Paper 3 for May / June 2007 CambridgeComputing 9691 Test Paper Paper 3 for May / June 2007 Cambridge
Computing 9691 Test Paper Paper 3 for May / June 2007 CambridgeAlpro
 
Computing 9195 Zimbabwe Zimsec syllabus Cambridge Computers may June 2007 pap...
Computing 9195 Zimbabwe Zimsec syllabus Cambridge Computers may June 2007 pap...Computing 9195 Zimbabwe Zimsec syllabus Cambridge Computers may June 2007 pap...
Computing 9195 Zimbabwe Zimsec syllabus Cambridge Computers may June 2007 pap...Alpro
 
June 03 P3
June 03 P3June 03 P3
June 03 P3Samimvez
 

Similar a Nov 09 P32 (15)

Nov 08 P3
Nov 08 P3Nov 08 P3
Nov 08 P3
 
Nov 04 P3
Nov 04 P3Nov 04 P3
Nov 04 P3
 
Nov 09 P11
Nov 09 P11Nov 09 P11
Nov 09 P11
 
Nov 02 P1
Nov 02 P1Nov 02 P1
Nov 02 P1
 
Nov 07 P1
Nov 07 P1Nov 07 P1
Nov 07 P1
 
Nov 09 P12
Nov 09 P12Nov 09 P12
Nov 09 P12
 
June 08 P1
June 08 P1June 08 P1
June 08 P1
 
June 07 P1
June 07 P1June 07 P1
June 07 P1
 
Computer paper 3 may june 2008 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2008 9691 cambridge General Certificate of educatio...Computer paper 3 may june 2008 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2008 9691 cambridge General Certificate of educatio...
 
June 06 P1
June 06 P1June 06 P1
June 06 P1
 
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
 
Computing paper 1 may june 2008 computers cambridge test paper zimsec zimbabw...
Computing paper 1 may june 2008 computers cambridge test paper zimsec zimbabw...Computing paper 1 may june 2008 computers cambridge test paper zimsec zimbabw...
Computing paper 1 may june 2008 computers cambridge test paper zimsec zimbabw...
 
Computing 9691 Test Paper Paper 3 for May / June 2007 Cambridge
Computing 9691 Test Paper Paper 3 for May / June 2007 CambridgeComputing 9691 Test Paper Paper 3 for May / June 2007 Cambridge
Computing 9691 Test Paper Paper 3 for May / June 2007 Cambridge
 
Computing 9195 Zimbabwe Zimsec syllabus Cambridge Computers may June 2007 pap...
Computing 9195 Zimbabwe Zimsec syllabus Cambridge Computers may June 2007 pap...Computing 9195 Zimbabwe Zimsec syllabus Cambridge Computers may June 2007 pap...
Computing 9195 Zimbabwe Zimsec syllabus Cambridge Computers may June 2007 pap...
 
June 03 P3
June 03 P3June 03 P3
June 03 P3
 

Más de Samimvez

Más 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
 
June 02 MS2
June 02 MS2June 02 MS2
June 02 MS2
 

Último

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
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
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
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 

Último (20)

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
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
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
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 

Nov 09 P32

  • 1. UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Advanced Level COMPUTING 9691/32 Paper 3 October/November 2009 2 hours Additional Materials: Answer Booklet/Paper *7476573579* READ THESE INSTRUCTIONS FIRST If you have been given an Answer Booklet, follow the instructions on the front cover of the Booklet. Write your Centre number, candidate number and name on all the work you hand in. Write in dark blue or black pen. You may use a soft pencil for any diagrams, graphs or rough working. Do not use staples, paper clips, highlighters, glue or correction fluid. Answer all questions. At the end of the examination, fasten all your work securely together. The number of marks is given in brackets [ ] at the end of each question or part question. This document consists of 4 printed pages. IB09 11_9691_32/2RP © UCLES 2009 [Turn over www.xtremepapers.net
  • 2. 2 1 A new computerised checkout system has been developed for a large food store. Explain to the manager of the store the implications of using each of the following implementation approaches: (a) direct implementation, [3] (b) phased implementation, [3] (c) pilot implementation. [3] 2 Parallel processing is necessary to provide long term weather forecasts. Describe two types of parallel processor that could be used. [4] 3 This question is about sorting data in files into order. File A: CHO, SYG, DAN, ROG, BRI File B: ADA, COU, LAC, LOV File C: HEL, SAR, PAU, GRA, CHR, STE (a) By using file A to illustrate your answer, describe how an insertion sort can be used to sort data into alphabetical order. [3] (b) By using your sorted file A and file B to illustrate your answer, describe how a merge sort can be used to sort two files into one file in alphabetical order. [3] (c) (i) Draw a binary tree using the data in file C and HEL as the root node. (ii) Explain the rules which you used to draw the tree. (iii) Describe how your tree can be used to output the file in alphabetical order. [7] 4 (a) Describe the characteristics of low level programming languages and their instructions. [5] (b) (i) Describe what is meant by a procedure. [2] (ii) Describe the purpose of linkers and loaders. [3] (c) (i) Explain the difference between a local variable and a global variable. [2] (ii) Explain the difference between passing a parameter by value and by reference. [2] (d) A procedure is created to calculate a student’s average mark in three examinations. The examination marks for the student are added together to give the total mark, which is then divided by three to give the average. State which of the four types of variable in part (c) are appropriate for the following uses, justifying your choices: (i) variables to hold the three examination marks, [2] (ii) total mark. [2] © UCLES 2009 9691/32/O/N/09 www.xtremepapers.net
  • 3. 3 5 A large sports stadium is being designed. The architect has to decide how many entrances there should be. Entrances are of two types: 1. Automatic, which are used by ticket holders. The ticket has a magnetic stripe which is read, allowing access to the stadium for one person per ticket. 2. Manned, which are used by non-ticket holders. These entrances have cashiers present to take money and allow access to the stadium. It is decided to produce a simulation of the stadium entrances in order to help the architect to make decisions. (a) Explain why the architect needs to use a simulation to study the situation. [3] (b) State four values which will be important to the success of the simulation. [4] 6 (a) Describe the purpose of hypertext linking and how it works. [3] (b) Describe three features of a mark-up language other than page links. [6] 7 A library uses a computer system to store data in a database. There are a large number of members of the library whose details are stored in the MEMBER table. There are a large number of books, details of which are stored in the BOOK table. Members can borrow books. Each member can borrow more than one book and each book can be borrowed by many members. (a) (i) State the type of relationship between the MEMBER and BOOK tables. [1] (ii) Draw the relationship between the MEMBER and BOOK tables in third normal form as an E-R diagram. [2] (b) Use examples of attributes in the MEMBER table to explain what is meant by: (i) primary key, [2] (ii) foreign key, [2] (iii) secondary key. [2] 8 Explain how scheduling, job queues and priorities are used to manage job throughput. [6] © UCLES 2009 9691/32/O/N/09 [Turn over www.xtremepapers.net
  • 4. 4 9 (a) Express the denary number 94 as: (i) a BCD value, [2] (ii) an octal value, [2] (iii) a hexadecimal value. [2] (b) (i) Work out the answer to the following binary addition sum. (All values are given in two's complement form. You should show your working.) 01001101 00101011 01000101 + __________ [2] (ii) Explain why the binary result does not give the correct answer. [1] 10 Explain the importance of standardisation when developing computer solutions. [6] Permission to reproduce items where third-party owned material protected by copyright is included has been sought and cleared where possible. Every reasonable effort has been made by the publisher (UCLES) to trace copyright holders, but if any items requiring clearance have unwittingly been included, the publisher will be pleased to make amends at the earliest possible opportunity. University of Cambridge International Examinations is part of the Cambridge Assessment Group. Cambridge Assessment is the brand name of University of Cambridge Local Examinations Syndicate (UCLES), which is itself a department of the University of Cambridge. © UCLES 2009 9691/32/O/N/09 www.xtremepapers.net