SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS
                               General Certificate of Education Advanced Level




               COMPUTING                                                                                              9691/03
               Paper 3                                                                                       May/June 2008
                                                                                                                      2 hours
               Additional Materials:     Answer Booklet/Paper
*3447346103*




               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.

               IB08 06_9691_03/3RP
               © UCLES 2008                                                                                       [Turn over




                                               www.xtremepapers.net
2

1   (a) Explain what is meant by a flat file.                                                     [3]


    (b) Explain the advantages of using a relational database rather than flat files.             [6]


2   The medical notes of patients who attend a medical centre are kept on a computer system.

    (a) The centre has expanded and also taken on more complex work.
        The manager of the centre has commissioned a new computer system designed to
        accommodate this expansion.
        The manager has rejected a pilot as a method of implementing the system.

         (i) Describe three other methods of implementing the new system.                         [6]

        (ii) Select one of your methods of implementation which would be most appropriate. Justify
             your choice.                                                                     [2]

    (b) The computer systems of all the medical centres in the area are connected to the area
        hospital. This means that patients can attend any centre and the hospital can access any
        record in case of emergency.
        Explain why the administrators of the system chose to use an intranet for communication of
        data rather than the Internet.                                                         [4]


3   (a) A robot is designed to clean a floor.
        It has sensors to learn about its environment and actuators to control its actions.

         (i) Identify two sensors which would be used to give the robot sensible information and
             state how they would be used.                                                    [4]

        (ii) Explain why the processor which controls the robot must use a real-time operating
             system.                                                                        [2]


    (b) Apart from using a robot to clean floors, give two other applications for which a robot would
        be sensible, stating why it is better to use a robot than a human.                        [4]


4   (a) (i) Express the number 93 as an 8 bit binary number.                                      [2]

        (ii) Express the number 93 as a number in octal.                                          [2]

        (iii) Express the number 93 as a number in hexadecimal.                                   [2]


    (b) (i) Explain how to use the binary representation of a number to work out its value in
            octal.                                                                                [2]

        (ii) Describe the connection between binary representation and hexadecimal.               [2]




© UCLES 2008                                    9691/03/M/J/08



                               www.xtremepapers.net
3

5   (a) Explain why standardisation across computer systems is important.
        In your answer you should include comments about standardisation of hardware and
        software, file formats and communication protocols.                           [6]


    (b) State two reasons why standardisation may be considered undesirable.                         [2]


6   (a) (i) State what is held in the Program Counter (PC) during the fetch/execute cycle.           [1]

        (ii) Explain how the contents of the PC change during the fetch/execute cycle.               [4]


    (b) Describe the contents of the memory address register (MAR) during the fetch/execute cycle.
                                                                                                [4]


7   List A is  2,4,7,9
    List B is 15,3,8,10,1
    These two lists are to be merged into one list in numerical order, smallest first.

    (a) List B must first be sorted into order.
        Describe how an insertion sort can be used to do this.                                       [4]

    (b) After both lists have been sorted they are to be combined into a single list in numerical order.
        Describe how a merge sort can be used to do this.                                            [4]


8   One of the main features of an operating system is the ability to schedule job throughput.

    (a) Explain the purpose of scheduling job throughput.                                            [2]


    (b) Describe three scheduling policies which lead to different scheduling algorithms.            [6]


9   (a) Describe how a compiler recognises a syntax error.                                           [4]


    (b) Describe the code generation phase of compilation.                                           [4]




© UCLES 2008                                   9691/03/M/J/08                               [Turn over


                               www.xtremepapers.net
4

10 The following fish are all part of the same food chain

                                    guppy,            herring,          roach,           salmon,             shrimp.

      The following facts apply:

      fresh(guppy)
      fresh(roach)
      salt(shrimp)
      salt(herring)
      salt(salmon)
      eats(herring, shrimp)
      eats(salmon, herring)
      eats(guppy, roach)
      eats(salmon, roach)

      Where fresh(x) states that x is a fresh water fish
         salt(x) states that x is a salt water fish
         eats(x, y) states that x eats y

      By using examples from the facts given, explain what is meant by

             (i) instantiation,                                                                                                                          [2]

            (ii) a goal,                                                                                                                                 [2]

           (iii) backtracking.                                                                                                                           [4]




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 2008                                                         9691/03/M/J/08



                                              www.xtremepapers.net

Mais conteúdo relacionado

Mais procurados

Mais procurados (15)

Nov 04 P3
Nov 04 P3Nov 04 P3
Nov 04 P3
 
June 09 P1
June 09 P1June 09 P1
June 09 P1
 
June 05 P3
June 05 P3June 05 P3
June 05 P3
 
June 07 P3
June 07 P3June 07 P3
June 07 P3
 
June 05 P1
June 05 P1June 05 P1
June 05 P1
 
Nov 06 P1
Nov 06 P1Nov 06 P1
Nov 06 P1
 
Nov 04 MS3
Nov 04 MS3Nov 04 MS3
Nov 04 MS3
 
June 02 P1
June 02 P1June 02 P1
June 02 P1
 
Nov 03 P3
Nov 03 P3Nov 03 P3
Nov 03 P3
 
June 04 P31
June 04 P31June 04 P31
June 04 P31
 
June 03 P1
June 03 P1June 03 P1
June 03 P1
 
Nov 03 P1
Nov 03 P1Nov 03 P1
Nov 03 P1
 
Nov 06 MS3
Nov 06 MS3Nov 06 MS3
Nov 06 MS3
 
Nov 05 P1
Nov 05 P1Nov 05 P1
Nov 05 P1
 
Nov 09 MS32
Nov 09 MS32Nov 09 MS32
Nov 09 MS32
 

Destaque

Chữa Trật Khớp Cổ Tay
Chữa Trật Khớp Cổ TayChữa Trật Khớp Cổ Tay
Chữa Trật Khớp Cổ Taysara826
 
SEMIFINALE
SEMIFINALESEMIFINALE
SEMIFINALEannapex
 
Don harry
Don harryDon harry
Don harrystefyss
 
Seminar PPT - ICT Training - V.Balafas - Introduction Dec 2014
 Seminar PPT - ICT Training - V.Balafas - Introduction Dec 2014 Seminar PPT - ICT Training - V.Balafas - Introduction Dec 2014
Seminar PPT - ICT Training - V.Balafas - Introduction Dec 2014Vasileios Balafas
 
Reference Letter_Sophia Kincheva_Frank Jung
Reference Letter_Sophia Kincheva_Frank JungReference Letter_Sophia Kincheva_Frank Jung
Reference Letter_Sophia Kincheva_Frank JungSophia Dyakova, FCCA
 
2 Conference PSiR - Loutraki - V.Balafas - eParticipation
2 Conference PSiR - Loutraki - V.Balafas - eParticipation2 Conference PSiR - Loutraki - V.Balafas - eParticipation
2 Conference PSiR - Loutraki - V.Balafas - eParticipationVasileios Balafas
 
FINALE COPPA
FINALE COPPAFINALE COPPA
FINALE COPPAannapex
 
Evolucion del procesamiento de datos
Evolucion del procesamiento de datosEvolucion del procesamiento de datos
Evolucion del procesamiento de datosEsteban Conte
 
unofficial_transcript - Copy
unofficial_transcript - Copyunofficial_transcript - Copy
unofficial_transcript - CopyTito Galindo
 
5o e-GOVERNMENT FORUM 2015 : Done is the engine for more: Καλές πρακτικές – Μ...
5o e-GOVERNMENT FORUM 2015 : Done is the engine for more: Καλές πρακτικές – Μ...5o e-GOVERNMENT FORUM 2015 : Done is the engine for more: Καλές πρακτικές – Μ...
5o e-GOVERNMENT FORUM 2015 : Done is the engine for more: Καλές πρακτικές – Μ...Vasileios Balafas
 
Παρουσίαση για το Συνέδριο στο Λουτράκι, 6-8 Δεκ. 2013 - Β.Μπαλάφας
Παρουσίαση για το Συνέδριο στο Λουτράκι, 6-8 Δεκ. 2013 - Β.ΜπαλάφαςΠαρουσίαση για το Συνέδριο στο Λουτράκι, 6-8 Δεκ. 2013 - Β.Μπαλάφας
Παρουσίαση για το Συνέδριο στο Λουτράκι, 6-8 Δεκ. 2013 - Β.ΜπαλάφαςVasileios Balafas
 
Інтродукція та акліматизація тюльпана дібровного до умов миргородщини
Інтродукція та акліматизація тюльпана дібровного до умов миргородщиниІнтродукція та акліматизація тюльпана дібровного до умов миргородщини
Інтродукція та акліматизація тюльпана дібровного до умов миргородщиниШкола №7 Миргород
 
Proyecto energia eolica
Proyecto energia eolicaProyecto energia eolica
Proyecto energia eolicaedu2807
 
Promoting socially-inclusive-growth-oecd-economic-survey-korea-2016
Promoting socially-inclusive-growth-oecd-economic-survey-korea-2016Promoting socially-inclusive-growth-oecd-economic-survey-korea-2016
Promoting socially-inclusive-growth-oecd-economic-survey-korea-2016OECD, Economics Department
 
Internet development 04
Internet development 04Internet development 04
Internet development 04ihusain
 

Destaque (18)

Chữa Trật Khớp Cổ Tay
Chữa Trật Khớp Cổ TayChữa Trật Khớp Cổ Tay
Chữa Trật Khớp Cổ Tay
 
SEMIFINALE
SEMIFINALESEMIFINALE
SEMIFINALE
 
Don harry
Don harryDon harry
Don harry
 
Seminar PPT - ICT Training - V.Balafas - Introduction Dec 2014
 Seminar PPT - ICT Training - V.Balafas - Introduction Dec 2014 Seminar PPT - ICT Training - V.Balafas - Introduction Dec 2014
Seminar PPT - ICT Training - V.Balafas - Introduction Dec 2014
 
Reference Letter_Sophia Kincheva_Frank Jung
Reference Letter_Sophia Kincheva_Frank JungReference Letter_Sophia Kincheva_Frank Jung
Reference Letter_Sophia Kincheva_Frank Jung
 
2 Conference PSiR - Loutraki - V.Balafas - eParticipation
2 Conference PSiR - Loutraki - V.Balafas - eParticipation2 Conference PSiR - Loutraki - V.Balafas - eParticipation
2 Conference PSiR - Loutraki - V.Balafas - eParticipation
 
FINALE COPPA
FINALE COPPAFINALE COPPA
FINALE COPPA
 
Proyecto En Blog
Proyecto En BlogProyecto En Blog
Proyecto En Blog
 
Himanshiv resume
Himanshiv resumeHimanshiv resume
Himanshiv resume
 
Evolucion del procesamiento de datos
Evolucion del procesamiento de datosEvolucion del procesamiento de datos
Evolucion del procesamiento de datos
 
unofficial_transcript - Copy
unofficial_transcript - Copyunofficial_transcript - Copy
unofficial_transcript - Copy
 
5o e-GOVERNMENT FORUM 2015 : Done is the engine for more: Καλές πρακτικές – Μ...
5o e-GOVERNMENT FORUM 2015 : Done is the engine for more: Καλές πρακτικές – Μ...5o e-GOVERNMENT FORUM 2015 : Done is the engine for more: Καλές πρακτικές – Μ...
5o e-GOVERNMENT FORUM 2015 : Done is the engine for more: Καλές πρακτικές – Μ...
 
Παρουσίαση για το Συνέδριο στο Λουτράκι, 6-8 Δεκ. 2013 - Β.Μπαλάφας
Παρουσίαση για το Συνέδριο στο Λουτράκι, 6-8 Δεκ. 2013 - Β.ΜπαλάφαςΠαρουσίαση για το Συνέδριο στο Λουτράκι, 6-8 Δεκ. 2013 - Β.Μπαλάφας
Παρουσίαση για το Συνέδριο στο Λουτράκι, 6-8 Δεκ. 2013 - Β.Μπαλάφας
 
Інтродукція та акліматизація тюльпана дібровного до умов миргородщини
Інтродукція та акліматизація тюльпана дібровного до умов миргородщиниІнтродукція та акліматизація тюльпана дібровного до умов миргородщини
Інтродукція та акліматизація тюльпана дібровного до умов миргородщини
 
Proyecto energia eolica
Proyecto energia eolicaProyecto energia eolica
Proyecto energia eolica
 
Pharmacovigilance presentation Workshop - Adam Kwan, B.Sc, Amjad Atrash, B.Sc...
Pharmacovigilance presentation Workshop - Adam Kwan, B.Sc, Amjad Atrash, B.Sc...Pharmacovigilance presentation Workshop - Adam Kwan, B.Sc, Amjad Atrash, B.Sc...
Pharmacovigilance presentation Workshop - Adam Kwan, B.Sc, Amjad Atrash, B.Sc...
 
Promoting socially-inclusive-growth-oecd-economic-survey-korea-2016
Promoting socially-inclusive-growth-oecd-economic-survey-korea-2016Promoting socially-inclusive-growth-oecd-economic-survey-korea-2016
Promoting socially-inclusive-growth-oecd-economic-survey-korea-2016
 
Internet development 04
Internet development 04Internet development 04
Internet development 04
 

Semelhante a June 08 P3

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
 
Nov 09 P31
Nov 09 P31Nov 09 P31
Nov 09 P31Samimvez
 
June 09 P3
June 09 P3June 09 P3
June 09 P3Samimvez
 
June 06 P1
June 06 P1June 06 P1
June 06 P1Samimvez
 
Nov 09 P12
Nov 09 P12Nov 09 P12
Nov 09 P12Samimvez
 
Nov 09 P11
Nov 09 P11Nov 09 P11
Nov 09 P11Samimvez
 
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 07 P1
June 07 P1June 07 P1
June 07 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
 
June 03 P3
June 03 P3June 03 P3
June 03 P3Samimvez
 
June 08 P1
June 08 P1June 08 P1
June 08 P1Samimvez
 
June 10 P11
June 10 P11June 10 P11
June 10 P11Samimvez
 

Semelhante a June 08 P3 (19)

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...
 
Nov 04 P1
Nov 04 P1Nov 04 P1
Nov 04 P1
 
Nov 08 P3
Nov 08 P3Nov 08 P3
Nov 08 P3
 
Nov 09 P31
Nov 09 P31Nov 09 P31
Nov 09 P31
 
Nov 07 P1
Nov 07 P1Nov 07 P1
Nov 07 P1
 
June 09 P3
June 09 P3June 09 P3
June 09 P3
 
Nov 08 P1
Nov 08 P1Nov 08 P1
Nov 08 P1
 
June 06 P1
June 06 P1June 06 P1
June 06 P1
 
Nov 07 P3
Nov 07 P3Nov 07 P3
Nov 07 P3
 
Nov 09 P12
Nov 09 P12Nov 09 P12
Nov 09 P12
 
Nov 02 P1
Nov 02 P1Nov 02 P1
Nov 02 P1
 
Nov 09 P11
Nov 09 P11Nov 09 P11
Nov 09 P11
 
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 07 P1
June 07 P1June 07 P1
June 07 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...
 
June 03 P3
June 03 P3June 03 P3
June 03 P3
 
June 08 P1
June 08 P1June 08 P1
June 08 P1
 
June 10 P11
June 10 P11June 10 P11
June 10 P11
 

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

Último

Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 

Último (20)

Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 

June 08 P3

  • 1. UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Advanced Level COMPUTING 9691/03 Paper 3 May/June 2008 2 hours Additional Materials: Answer Booklet/Paper *3447346103* 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. IB08 06_9691_03/3RP © UCLES 2008 [Turn over www.xtremepapers.net
  • 2. 2 1 (a) Explain what is meant by a flat file. [3] (b) Explain the advantages of using a relational database rather than flat files. [6] 2 The medical notes of patients who attend a medical centre are kept on a computer system. (a) The centre has expanded and also taken on more complex work. The manager of the centre has commissioned a new computer system designed to accommodate this expansion. The manager has rejected a pilot as a method of implementing the system. (i) Describe three other methods of implementing the new system. [6] (ii) Select one of your methods of implementation which would be most appropriate. Justify your choice. [2] (b) The computer systems of all the medical centres in the area are connected to the area hospital. This means that patients can attend any centre and the hospital can access any record in case of emergency. Explain why the administrators of the system chose to use an intranet for communication of data rather than the Internet. [4] 3 (a) A robot is designed to clean a floor. It has sensors to learn about its environment and actuators to control its actions. (i) Identify two sensors which would be used to give the robot sensible information and state how they would be used. [4] (ii) Explain why the processor which controls the robot must use a real-time operating system. [2] (b) Apart from using a robot to clean floors, give two other applications for which a robot would be sensible, stating why it is better to use a robot than a human. [4] 4 (a) (i) Express the number 93 as an 8 bit binary number. [2] (ii) Express the number 93 as a number in octal. [2] (iii) Express the number 93 as a number in hexadecimal. [2] (b) (i) Explain how to use the binary representation of a number to work out its value in octal. [2] (ii) Describe the connection between binary representation and hexadecimal. [2] © UCLES 2008 9691/03/M/J/08 www.xtremepapers.net
  • 3. 3 5 (a) Explain why standardisation across computer systems is important. In your answer you should include comments about standardisation of hardware and software, file formats and communication protocols. [6] (b) State two reasons why standardisation may be considered undesirable. [2] 6 (a) (i) State what is held in the Program Counter (PC) during the fetch/execute cycle. [1] (ii) Explain how the contents of the PC change during the fetch/execute cycle. [4] (b) Describe the contents of the memory address register (MAR) during the fetch/execute cycle. [4] 7 List A is 2,4,7,9 List B is 15,3,8,10,1 These two lists are to be merged into one list in numerical order, smallest first. (a) List B must first be sorted into order. Describe how an insertion sort can be used to do this. [4] (b) After both lists have been sorted they are to be combined into a single list in numerical order. Describe how a merge sort can be used to do this. [4] 8 One of the main features of an operating system is the ability to schedule job throughput. (a) Explain the purpose of scheduling job throughput. [2] (b) Describe three scheduling policies which lead to different scheduling algorithms. [6] 9 (a) Describe how a compiler recognises a syntax error. [4] (b) Describe the code generation phase of compilation. [4] © UCLES 2008 9691/03/M/J/08 [Turn over www.xtremepapers.net
  • 4. 4 10 The following fish are all part of the same food chain guppy, herring, roach, salmon, shrimp. The following facts apply: fresh(guppy) fresh(roach) salt(shrimp) salt(herring) salt(salmon) eats(herring, shrimp) eats(salmon, herring) eats(guppy, roach) eats(salmon, roach) Where fresh(x) states that x is a fresh water fish salt(x) states that x is a salt water fish eats(x, y) states that x eats y By using examples from the facts given, explain what is meant by (i) instantiation, [2] (ii) a goal, [2] (iii) backtracking. [4] 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 2008 9691/03/M/J/08 www.xtremepapers.net