SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS
GCE Advanced Subsidiary Level and GCE Advanced Level




MARK SCHEME for the May/June 2009 question paper
for the guidance of teachers



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



This mark scheme is published as an aid to teachers and candidates, to indicate the requirements of
the examination. It shows the basis on which Examiners were instructed to award marks. It does not
indicate the details of the discussions that took place at an Examiners’ meeting before marking began,
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 May/June 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/AS LEVEL – May/June 2009               9691            01

1   (a)    (i) To allow the user to give the computer data/change data into computer understandable
               form

          (ii) To allow the computer to give information/communicate with the computer/to change
               information from computer into human understandable form

          (iii) To keep data while the computer is not using it
                (1 per dotty)                                                                      [3]


    (b) -Black and white laser
             -e.g. Use in office to produce letters
             -Produces high quality/speedy so does not develop large queue on a LAN
        -Colour laser
             -e.g. To produce reports for a meeting
             -High quality outputs/can produce large quantity quickly
        -Dot Matrix
             - e.g. Print receipts at checkout/tickets on railway
             -Produces more than one copy at a time, one for customer + one for shop
        -Inkjet
             -e.g. Doing homework at home
             -Relatively cheap and slowness does not matter
        -Plotter
             -e.g. Produce architect’s plans
             -Precision drawing tool
        -Braille printer
             -Producing documents/books for blind people
             -Outputs physical/3D form of data
        (3 per type, max 3 types, max 9)                                                           [9]


2   (a)    (i) Name: Text/String/alpha/alphanumeric
               Description: Text/String/alpha/alphanumeric
               Cost: Currency/integer/real/float
               Whether: Boolean
               Number: Integer
               (1 for first three, 1 for last 2)                                                   [2]

          (ii) Field Sizes:    10   – 50
                               50   – 250
                                4   – 8
                                1
                                1   – 4
              Total            66   – 313 bytes (1)

              (1) for showing that the field sizes should be added up
              Multiply Total by 1000 (1) = 66000 to 313000 bytes
              Add extra (10%) for overheads (1) = 72600 to 344300 bytes
              Convert to sensible unit (÷1024) (1) = 70.9Kb to 344.3Kb.
              (5 possible mark points, max 4)                                                      [4]




                                               © UCLES 2009


                                 www.xtremepapers.net
Page 3                   Mark Scheme: Teachers’ version                Syllabus        Paper
                            GCE A/AS LEVEL – May/June 2009                  9691            01

    (b) Advantage:
        -Processed/Searched more easily/quickly/Estimate of file size is easier
        -e.g. When a customer wants to know the availability of an item the record can be found
        quickly/makes selection of storage easier
        Disadvantage:
        -The size of fields must be determined before use so space is often wasted/not sufficient
        -e.g. The “description” field may not be large enough for a particular item.
        (1 per -, max 4)                                                                          [4]


3   -Working from home
         -Fewer journeys/more free time/less supervision…
    -Different types of jobs/jobs lost/job opportunities arising
         -Production line/manual jobs being lost/replaced by more technical jobs
    -Work done can be more visible to managers
         -All work/times working can be seen/leading to rewards where appropriate/sanctions when
         poor effort
    -Safety of workers is improved
         -Computers/robots do dangerous tasks/can be used to accurately monitor dangerous
         processes
    -Work time can be less rigid
         -Work can be fitted in round other commitments/leads to simpler ways of job sharing
    -The 24 hour job/office/commitment/world workforce
         -Workers may always be contactable/throughout the world/communications.
    (Up to 2 per group, max 3 groups, max 6)                                                  [6]


4   (a)
              Line        X           A           OUTPUT          CONDITION
              1           1
              3           1           1
              4           1           1           1,1
              5           2           1
              6           2           1                           FALSE
              3           2           4
              4           2           4           2,4
              5           3           4
              6           3           4                           TRUE
              7           3           4
              (1 for values of X and matching line numbers; 1 for values of A corresponding to values
              of X; 1 for giving correct outputs; 1 for giving 2 conditions)                       [4]


    (b)   (i) Change X = 3 to X = 11                                                               [1]

          (ii) -A first line to allow user to input value (N)
               -UNTIL X = (N + 1)                                                                  [2]




                                                © UCLES 2009


                                 www.xtremepapers.net
Page 4                   Mark Scheme: Teachers’ version                    Syllabus      Paper
                            GCE A/AS LEVEL – May/June 2009                      9691          01

    (c) e.g.
              X=5
              REPEAT
                 A=X*X
                 OUTPUT X, A
                 X=X+5
              UNTIL X = 25
              END
          Mark points:
          -Begins with 5 (as first output)
          -Loop with working condition
          -Counter correctly incremented                                                             [3]


5   (a)    (i) -Options appear on screen from which to select
               -Selection may lead to submenus
               -Menus arranged in a tree structure (from single root to many branches)
               Use: In a passive information system e.g. Tourist guide at a train station.
               (1 for use, + 2 other -, max 3)                                                       [3]

          (ii) -Follows a spoken language allowing user to input queries in normal vocabulary/syntax
               -Computer understands keywords/positions in sentence to get idea of syntax
               -Will then search database for keyword to provide output or responses.
               Use: e.g. On an expert system or search engine.
               (1 for use, + 2 other -, max 3)                                                      [3]


    (b) -Provides utility programs to allow user to carry out maintenance tasks (any 3)
        -Provides security measures like passwords and identifications.
        -Controls the hardware and the operations they allow.
        -Provides translators to convert software into a form useable by the computer.
        -Manages interrupts.
        -To provide a platform for the execution of software
        (1 per -, max 3)                                                                             [3]


6   (a)    (i) Data is transmitted along a single wire/one bit at a time.                            [1]

          (ii) Data is transmitted along a number of wires/one byte (or more) at a time.             [1]

          (iii) Data can only be transmitted in a single direction.                                  [1]

          (iv) Data can be transmitted in both directions but only one at a time.                    [1]


    (b)    (i) -Each byte contains an even number of 1’s
               -A special bit is set to 0 or 1 to ensure that total is even.
               -Byte is checked for even number of 1’s after transmission.
               (1 per -, max 2)                                                                      [2]

          (ii) -When two bits are in error the errors cancel each other out/10101001.                [1]




                                               © UCLES 2009


                                 www.xtremepapers.net
Page 5                Mark Scheme: Teachers’ version                   Syllabus       Paper
                         GCE A/AS LEVEL – May/June 2009                     9691           01

7   -Data collected on site/by drilling /observation/explosions
    -Data collected remotely/by satellite/by electronic means
    -Collected data input to system via HCI/automatically
    -Data input is compared to library of data to find matches…
    -by inference engine…
    -Using rules found in rule base
    -Decisions made about geologic structure reported through HCI.
    (1 per -, max 4)                                                                              [4]


8   (a) -Site map
             -a diagram showing the way the different screens fit together
             -shows the links between screens,
        -Gantt chart/progress chart
             -shows the different parts that need to be developed
             -shows which parts of the development are independent and which are reliant on each
             other.
        -Spider diagram
             -to show interaction between the different elements of the solution
             -and those parts which are independent of each other.
        -Flow diagram
             -to show the order of producing the parts of the solution
             -or to show the flow through the proposed site.
        (Up to 2 groups, up to 2 per group, max 4)                                               [4]


    (b) -Documentation for owner of site
            -will be paper based
            -will contain instructions for changing/maintaining site
        -Documentation for viewer/visitor to site
            -will be on-screen
            -giving detailed help on searches/use of facilities/communication with site owner…    [4]


9   -Sound
        -Music to accompany the pictures/speech to explain the pictures….
    -Video/animation
        -Moving pictures to better describe the object on the site
    -Automatic hard copy/saving
        -Automatic downloading of data to printer/hard drive for future reference.
    -Hyperlinks
        -Allowing access to different sites/parts of site
    (Up to 2 groups, up to 2 per group, max 4)                                                    [4]


10 Colour:
   -Contrast
   -Corporate schemes
   -Aggressive/passive/soothing colour schemes
   -Consistency over site to make site look cohesive
   -Use colour to provide emphasis
   -Accessability issues e.g. colour blindness




                                            © UCLES 2009


                              www.xtremepapers.net
Page 6                  Mark Scheme: Teachers’ version                      Syllabus   Paper
                           GCE A/AS LEVEL – May/June 2009                        9691       01

    Layout:
    -Consistent layout so user gets used to ‘what is where’.
    -Important things to top and left
    -Data spread out across whole screen
    -Tab order
    -Group similar data together

    Content:
    -Limit to amount of content on a page
    -Content on a page is cohesive
    -Content matches the published intentions of the site
    -Content is of sensible type and reading age for audience.
    (1 per -, max 2 per group, max 6)                                                              [6]


11 -The bit rate is a measure of the rate that data can be sent across the communication medium
   -Different communication media have different bit rates
   -For simple text/still pictures…a low bit rate connection is adequate
   -because volume of data per page is low and fixed
   -For (live) video/sound…bit rate needs to be high
   -because large volume of data which must be downloaded in real time because…
   -information is time sensitive.
   (1 per -, max 4)                                                                             [4]


12 (a)    (i) -Custom written software is especially written/according to the requirements of the
              customer
              -Off the shelf is readily available/needs tailoring to the needs of the customer [2]

          (ii) -no delay as it is ready immediately
               -No shortage of experienced users/ready trained/No learning curve
               -Software should be error free
               -Help available through Internet/colleagues/courses
               -Compatible with other users/software
               (1 per -, max 2)                                                                    [2]


    (b)   (i) -Check data input to ensure it matches source data
              -Typed in twice…
              -by different people/at different times
              -inputs checked against each other for errors
              -manual check by comparing…
              -screen output of input with original document.
              (1 for first -, + any 2 other -, max 3)                                              [3]

          (ii) -Check data input is sensible/follows set rules/are reasonable
               -Data type/should be numeric
               -Data format/should be in currency form/xxx.xx
               -Length check/input should be < x characters
               -Presence check/something has been input.
               -Range check/value between 0 and some upper limit
               (1 for first -, + any 2 other -, max 3)                                             [3]




                                             © UCLES 2009


                               www.xtremepapers.net

Más contenido relacionado

La actualidad más candente

June 10 P32
June 10 P32June 10 P32
June 10 P32Samimvez
 
Nov 09 P31
Nov 09 P31Nov 09 P31
Nov 09 P31Samimvez
 
June 10 P33
June 10 P33June 10 P33
June 10 P33Samimvez
 
June 02 MS2
June 02 MS2June 02 MS2
June 02 MS2Samimvez
 
June 05 P1
June 05 P1June 05 P1
June 05 P1Samimvez
 
June 04 P3
June 04 P3June 04 P3
June 04 P3Samimvez
 
Colfax-Winograd-Summary _final (1)
Colfax-Winograd-Summary _final (1)Colfax-Winograd-Summary _final (1)
Colfax-Winograd-Summary _final (1)Sangamesh Ragate
 
Block modeling using surpac
Block modeling using surpacBlock modeling using surpac
Block modeling using surpacSafdar Ali
 
June 04 P31
June 04 P31June 04 P31
June 04 P31Samimvez
 
International Journal of Image Processing (IJIP) Volume (3) Issue (4)
International Journal of Image Processing (IJIP) Volume (3) Issue (4)International Journal of Image Processing (IJIP) Volume (3) Issue (4)
International Journal of Image Processing (IJIP) Volume (3) Issue (4)CSCJournals
 

La actualidad más candente (13)

June 10 P32
June 10 P32June 10 P32
June 10 P32
 
Nov 09 P31
Nov 09 P31Nov 09 P31
Nov 09 P31
 
Nov 03 P3
Nov 03 P3Nov 03 P3
Nov 03 P3
 
June 10 P33
June 10 P33June 10 P33
June 10 P33
 
June 02 MS2
June 02 MS2June 02 MS2
June 02 MS2
 
Nov 08 P1
Nov 08 P1Nov 08 P1
Nov 08 P1
 
June 05 P1
June 05 P1June 05 P1
June 05 P1
 
June 04 P3
June 04 P3June 04 P3
June 04 P3
 
Colfax-Winograd-Summary _final (1)
Colfax-Winograd-Summary _final (1)Colfax-Winograd-Summary _final (1)
Colfax-Winograd-Summary _final (1)
 
Block modeling using surpac
Block modeling using surpacBlock modeling using surpac
Block modeling using surpac
 
June 04 P31
June 04 P31June 04 P31
June 04 P31
 
International Journal of Image Processing (IJIP) Volume (3) Issue (4)
International Journal of Image Processing (IJIP) Volume (3) Issue (4)International Journal of Image Processing (IJIP) Volume (3) Issue (4)
International Journal of Image Processing (IJIP) Volume (3) Issue (4)
 
C g.2010 supply
C g.2010 supplyC g.2010 supply
C g.2010 supply
 

Destacado

Reunião do Executivo da Câmara Municipal de Coimbra | 16.02.2015
Reunião do Executivo da Câmara Municipal de Coimbra | 16.02.2015Reunião do Executivo da Câmara Municipal de Coimbra | 16.02.2015
Reunião do Executivo da Câmara Municipal de Coimbra | 16.02.2015Câmara Municipal de Coimbra
 
sistem saraf
sistem sarafsistem saraf
sistem sarafnurdinz
 
Manual KangooSave
Manual KangooSaveManual KangooSave
Manual KangooSaveKangooSave
 
Welborn dd presentation
Welborn dd presentationWelborn dd presentation
Welborn dd presentationGreg Cooper
 
In Love and Death Analysis
In Love and Death AnalysisIn Love and Death Analysis
In Love and Death Analysisemily54889
 
Past Qatar Jobs Song
Past Qatar Jobs SongPast Qatar Jobs Song
Past Qatar Jobs Songdriftingsong
 
Influencia de los medios de comunicación
Influencia de los medios de comunicaciónInfluencia de los medios de comunicación
Influencia de los medios de comunicaciónGiean Up
 
Life and death of a pumpkin
Life and death of a pumpkinLife and death of a pumpkin
Life and death of a pumpkinkomedia
 
Instituto de educación superior tecnológico público
Instituto de educación superior tecnológico públicoInstituto de educación superior tecnológico público
Instituto de educación superior tecnológico públicoLa Razón Mas Grande
 
Horror movie conventions
Horror movie conventionsHorror movie conventions
Horror movie conventions811553
 
hablemos de historia
hablemos de historiahablemos de historia
hablemos de historiaTati07
 
Media questionnaire graphs
Media questionnaire graphsMedia questionnaire graphs
Media questionnaire graphscallumneilson08
 
How To Be Cool (Im On The
How To Be Cool (Im On TheHow To Be Cool (Im On The
How To Be Cool (Im On Therosekrans13
 

Destacado (20)

Reunião do Executivo da Câmara Municipal de Coimbra | 16.02.2015
Reunião do Executivo da Câmara Municipal de Coimbra | 16.02.2015Reunião do Executivo da Câmara Municipal de Coimbra | 16.02.2015
Reunião do Executivo da Câmara Municipal de Coimbra | 16.02.2015
 
sistem saraf
sistem sarafsistem saraf
sistem saraf
 
Iss
IssIss
Iss
 
Manual KangooSave
Manual KangooSaveManual KangooSave
Manual KangooSave
 
Welborn dd presentation
Welborn dd presentationWelborn dd presentation
Welborn dd presentation
 
In Love and Death Analysis
In Love and Death AnalysisIn Love and Death Analysis
In Love and Death Analysis
 
Resultados taller texto multimodal
Resultados taller texto multimodalResultados taller texto multimodal
Resultados taller texto multimodal
 
Ser un amigo!!!
Ser un amigo!!!Ser un amigo!!!
Ser un amigo!!!
 
Past Qatar Jobs Song
Past Qatar Jobs SongPast Qatar Jobs Song
Past Qatar Jobs Song
 
Influencia de los medios de comunicación
Influencia de los medios de comunicaciónInfluencia de los medios de comunicación
Influencia de los medios de comunicación
 
Life and death of a pumpkin
Life and death of a pumpkinLife and death of a pumpkin
Life and death of a pumpkin
 
Agenda
AgendaAgenda
Agenda
 
Las 10 reglas básicas de la netiqueta
Las 10 reglas básicas de la netiquetaLas 10 reglas básicas de la netiqueta
Las 10 reglas básicas de la netiqueta
 
Instituto de educación superior tecnológico público
Instituto de educación superior tecnológico públicoInstituto de educación superior tecnológico público
Instituto de educación superior tecnológico público
 
Horror movie conventions
Horror movie conventionsHorror movie conventions
Horror movie conventions
 
2015 MEDA Annual Conference Jack Andraka
2015 MEDA Annual Conference Jack Andraka 2015 MEDA Annual Conference Jack Andraka
2015 MEDA Annual Conference Jack Andraka
 
hablemos de historia
hablemos de historiahablemos de historia
hablemos de historia
 
Media questionnaire graphs
Media questionnaire graphsMedia questionnaire graphs
Media questionnaire graphs
 
Lighting plan
Lighting planLighting plan
Lighting plan
 
How To Be Cool (Im On The
How To Be Cool (Im On TheHow To Be Cool (Im On The
How To Be Cool (Im On The
 

Similar a June 09 MS1

Nov 07 MS3
Nov 07 MS3Nov 07 MS3
Nov 07 MS3Samimvez
 
Nov 09 MS32
Nov 09 MS32Nov 09 MS32
Nov 09 MS32Samimvez
 
Nov 09 MS12
Nov 09 MS12Nov 09 MS12
Nov 09 MS12Samimvez
 
June 10 MS33
June 10 MS33June 10 MS33
June 10 MS33Samimvez
 
June 08 MS3
June 08 MS3June 08 MS3
June 08 MS3Samimvez
 
June 05 MS1
June 05 MS1June 05 MS1
June 05 MS1Samimvez
 
June 06 MS1
June 06 MS1June 06 MS1
June 06 MS1Samimvez
 
June 05 MS3
June 05 MS3June 05 MS3
June 05 MS3Samimvez
 
June 09 MS3
June 09 MS3June 09 MS3
June 09 MS3Samimvez
 
Nov 08 MS1
Nov 08 MS1Nov 08 MS1
Nov 08 MS1Samimvez
 
Nov 05 MS1
Nov 05 MS1Nov 05 MS1
Nov 05 MS1Samimvez
 
June 10 MS32
June 10 MS32June 10 MS32
June 10 MS32Samimvez
 
June 07 MS1
June 07 MS1June 07 MS1
June 07 MS1Samimvez
 
Nov 05 MS3
Nov 05 MS3Nov 05 MS3
Nov 05 MS3Samimvez
 
Nov 09 MS31
Nov 09 MS31Nov 09 MS31
Nov 09 MS31Samimvez
 
Nov 06 MS3
Nov 06 MS3Nov 06 MS3
Nov 06 MS3Samimvez
 
June 10 MS11
June 10 MS11June 10 MS11
June 10 MS11Samimvez
 
June 10 MS12
June 10 MS12June 10 MS12
June 10 MS12Samimvez
 
Nov 04 MS3
Nov 04 MS3Nov 04 MS3
Nov 04 MS3Samimvez
 
Nov 08 MS3
Nov 08 MS3Nov 08 MS3
Nov 08 MS3Samimvez
 

Similar a June 09 MS1 (20)

Nov 07 MS3
Nov 07 MS3Nov 07 MS3
Nov 07 MS3
 
Nov 09 MS32
Nov 09 MS32Nov 09 MS32
Nov 09 MS32
 
Nov 09 MS12
Nov 09 MS12Nov 09 MS12
Nov 09 MS12
 
June 10 MS33
June 10 MS33June 10 MS33
June 10 MS33
 
June 08 MS3
June 08 MS3June 08 MS3
June 08 MS3
 
June 05 MS1
June 05 MS1June 05 MS1
June 05 MS1
 
June 06 MS1
June 06 MS1June 06 MS1
June 06 MS1
 
June 05 MS3
June 05 MS3June 05 MS3
June 05 MS3
 
June 09 MS3
June 09 MS3June 09 MS3
June 09 MS3
 
Nov 08 MS1
Nov 08 MS1Nov 08 MS1
Nov 08 MS1
 
Nov 05 MS1
Nov 05 MS1Nov 05 MS1
Nov 05 MS1
 
June 10 MS32
June 10 MS32June 10 MS32
June 10 MS32
 
June 07 MS1
June 07 MS1June 07 MS1
June 07 MS1
 
Nov 05 MS3
Nov 05 MS3Nov 05 MS3
Nov 05 MS3
 
Nov 09 MS31
Nov 09 MS31Nov 09 MS31
Nov 09 MS31
 
Nov 06 MS3
Nov 06 MS3Nov 06 MS3
Nov 06 MS3
 
June 10 MS11
June 10 MS11June 10 MS11
June 10 MS11
 
June 10 MS12
June 10 MS12June 10 MS12
June 10 MS12
 
Nov 04 MS3
Nov 04 MS3Nov 04 MS3
Nov 04 MS3
 
Nov 08 MS3
Nov 08 MS3Nov 08 MS3
Nov 08 MS3
 

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
 
Nov 05 P3
Nov 05 P3Nov 05 P3
Nov 05 P3
 

Último

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
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
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
 
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
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
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
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
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
 
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
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
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
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
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
 
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
 

Último (20)

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
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
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
 
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
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
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
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
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...
 
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
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
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
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
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
 
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...
 

June 09 MS1

  • 1. UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS GCE Advanced Subsidiary Level and GCE Advanced Level MARK SCHEME for the May/June 2009 question paper for the guidance of teachers 9691 COMPUTING 9691/01 Paper 1 (Written Paper 1), maximum raw mark 90 This mark scheme is published as an aid to teachers and candidates, to indicate the requirements of the examination. It shows the basis on which Examiners were instructed to award marks. It does not indicate the details of the discussions that took place at an Examiners’ meeting before marking began, 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 May/June 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/AS LEVEL – May/June 2009 9691 01 1 (a) (i) To allow the user to give the computer data/change data into computer understandable form (ii) To allow the computer to give information/communicate with the computer/to change information from computer into human understandable form (iii) To keep data while the computer is not using it (1 per dotty) [3] (b) -Black and white laser -e.g. Use in office to produce letters -Produces high quality/speedy so does not develop large queue on a LAN -Colour laser -e.g. To produce reports for a meeting -High quality outputs/can produce large quantity quickly -Dot Matrix - e.g. Print receipts at checkout/tickets on railway -Produces more than one copy at a time, one for customer + one for shop -Inkjet -e.g. Doing homework at home -Relatively cheap and slowness does not matter -Plotter -e.g. Produce architect’s plans -Precision drawing tool -Braille printer -Producing documents/books for blind people -Outputs physical/3D form of data (3 per type, max 3 types, max 9) [9] 2 (a) (i) Name: Text/String/alpha/alphanumeric Description: Text/String/alpha/alphanumeric Cost: Currency/integer/real/float Whether: Boolean Number: Integer (1 for first three, 1 for last 2) [2] (ii) Field Sizes: 10 – 50 50 – 250 4 – 8 1 1 – 4 Total 66 – 313 bytes (1) (1) for showing that the field sizes should be added up Multiply Total by 1000 (1) = 66000 to 313000 bytes Add extra (10%) for overheads (1) = 72600 to 344300 bytes Convert to sensible unit (÷1024) (1) = 70.9Kb to 344.3Kb. (5 possible mark points, max 4) [4] © UCLES 2009 www.xtremepapers.net
  • 3. Page 3 Mark Scheme: Teachers’ version Syllabus Paper GCE A/AS LEVEL – May/June 2009 9691 01 (b) Advantage: -Processed/Searched more easily/quickly/Estimate of file size is easier -e.g. When a customer wants to know the availability of an item the record can be found quickly/makes selection of storage easier Disadvantage: -The size of fields must be determined before use so space is often wasted/not sufficient -e.g. The “description” field may not be large enough for a particular item. (1 per -, max 4) [4] 3 -Working from home -Fewer journeys/more free time/less supervision… -Different types of jobs/jobs lost/job opportunities arising -Production line/manual jobs being lost/replaced by more technical jobs -Work done can be more visible to managers -All work/times working can be seen/leading to rewards where appropriate/sanctions when poor effort -Safety of workers is improved -Computers/robots do dangerous tasks/can be used to accurately monitor dangerous processes -Work time can be less rigid -Work can be fitted in round other commitments/leads to simpler ways of job sharing -The 24 hour job/office/commitment/world workforce -Workers may always be contactable/throughout the world/communications. (Up to 2 per group, max 3 groups, max 6) [6] 4 (a) Line X A OUTPUT CONDITION 1 1 3 1 1 4 1 1 1,1 5 2 1 6 2 1 FALSE 3 2 4 4 2 4 2,4 5 3 4 6 3 4 TRUE 7 3 4 (1 for values of X and matching line numbers; 1 for values of A corresponding to values of X; 1 for giving correct outputs; 1 for giving 2 conditions) [4] (b) (i) Change X = 3 to X = 11 [1] (ii) -A first line to allow user to input value (N) -UNTIL X = (N + 1) [2] © UCLES 2009 www.xtremepapers.net
  • 4. Page 4 Mark Scheme: Teachers’ version Syllabus Paper GCE A/AS LEVEL – May/June 2009 9691 01 (c) e.g. X=5 REPEAT A=X*X OUTPUT X, A X=X+5 UNTIL X = 25 END Mark points: -Begins with 5 (as first output) -Loop with working condition -Counter correctly incremented [3] 5 (a) (i) -Options appear on screen from which to select -Selection may lead to submenus -Menus arranged in a tree structure (from single root to many branches) Use: In a passive information system e.g. Tourist guide at a train station. (1 for use, + 2 other -, max 3) [3] (ii) -Follows a spoken language allowing user to input queries in normal vocabulary/syntax -Computer understands keywords/positions in sentence to get idea of syntax -Will then search database for keyword to provide output or responses. Use: e.g. On an expert system or search engine. (1 for use, + 2 other -, max 3) [3] (b) -Provides utility programs to allow user to carry out maintenance tasks (any 3) -Provides security measures like passwords and identifications. -Controls the hardware and the operations they allow. -Provides translators to convert software into a form useable by the computer. -Manages interrupts. -To provide a platform for the execution of software (1 per -, max 3) [3] 6 (a) (i) Data is transmitted along a single wire/one bit at a time. [1] (ii) Data is transmitted along a number of wires/one byte (or more) at a time. [1] (iii) Data can only be transmitted in a single direction. [1] (iv) Data can be transmitted in both directions but only one at a time. [1] (b) (i) -Each byte contains an even number of 1’s -A special bit is set to 0 or 1 to ensure that total is even. -Byte is checked for even number of 1’s after transmission. (1 per -, max 2) [2] (ii) -When two bits are in error the errors cancel each other out/10101001. [1] © UCLES 2009 www.xtremepapers.net
  • 5. Page 5 Mark Scheme: Teachers’ version Syllabus Paper GCE A/AS LEVEL – May/June 2009 9691 01 7 -Data collected on site/by drilling /observation/explosions -Data collected remotely/by satellite/by electronic means -Collected data input to system via HCI/automatically -Data input is compared to library of data to find matches… -by inference engine… -Using rules found in rule base -Decisions made about geologic structure reported through HCI. (1 per -, max 4) [4] 8 (a) -Site map -a diagram showing the way the different screens fit together -shows the links between screens, -Gantt chart/progress chart -shows the different parts that need to be developed -shows which parts of the development are independent and which are reliant on each other. -Spider diagram -to show interaction between the different elements of the solution -and those parts which are independent of each other. -Flow diagram -to show the order of producing the parts of the solution -or to show the flow through the proposed site. (Up to 2 groups, up to 2 per group, max 4) [4] (b) -Documentation for owner of site -will be paper based -will contain instructions for changing/maintaining site -Documentation for viewer/visitor to site -will be on-screen -giving detailed help on searches/use of facilities/communication with site owner… [4] 9 -Sound -Music to accompany the pictures/speech to explain the pictures…. -Video/animation -Moving pictures to better describe the object on the site -Automatic hard copy/saving -Automatic downloading of data to printer/hard drive for future reference. -Hyperlinks -Allowing access to different sites/parts of site (Up to 2 groups, up to 2 per group, max 4) [4] 10 Colour: -Contrast -Corporate schemes -Aggressive/passive/soothing colour schemes -Consistency over site to make site look cohesive -Use colour to provide emphasis -Accessability issues e.g. colour blindness © UCLES 2009 www.xtremepapers.net
  • 6. Page 6 Mark Scheme: Teachers’ version Syllabus Paper GCE A/AS LEVEL – May/June 2009 9691 01 Layout: -Consistent layout so user gets used to ‘what is where’. -Important things to top and left -Data spread out across whole screen -Tab order -Group similar data together Content: -Limit to amount of content on a page -Content on a page is cohesive -Content matches the published intentions of the site -Content is of sensible type and reading age for audience. (1 per -, max 2 per group, max 6) [6] 11 -The bit rate is a measure of the rate that data can be sent across the communication medium -Different communication media have different bit rates -For simple text/still pictures…a low bit rate connection is adequate -because volume of data per page is low and fixed -For (live) video/sound…bit rate needs to be high -because large volume of data which must be downloaded in real time because… -information is time sensitive. (1 per -, max 4) [4] 12 (a) (i) -Custom written software is especially written/according to the requirements of the customer -Off the shelf is readily available/needs tailoring to the needs of the customer [2] (ii) -no delay as it is ready immediately -No shortage of experienced users/ready trained/No learning curve -Software should be error free -Help available through Internet/colleagues/courses -Compatible with other users/software (1 per -, max 2) [2] (b) (i) -Check data input to ensure it matches source data -Typed in twice… -by different people/at different times -inputs checked against each other for errors -manual check by comparing… -screen output of input with original document. (1 for first -, + any 2 other -, max 3) [3] (ii) -Check data input is sensible/follows set rules/are reasonable -Data type/should be numeric -Data format/should be in currency form/xxx.xx -Length check/input should be < x characters -Presence check/something has been input. -Range check/value between 0 and some upper limit (1 for first -, + any 2 other -, max 3) [3] © UCLES 2009 www.xtremepapers.net