SlideShare a Scribd company logo
1 of 20
Download to read offline
UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS
                               General Certificate of Education Ordinary Level
*6092681791*




               COMPUTER STUDIES                                                                                   7010/01
               Paper 1                                                                                      May/June 2008
                                                                                                        2 hours 30 minutes
               Candidates answer on the Question Paper.
               No Additional Materials are required.


               READ THESE INSTRUCTIONS FIRST

               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.
               DO NOT WRITE IN ANY BARCODES.

               Answer all questions.
               No marks will be awarded for using brand names of software packages or hardware.

               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.




                                                                                                      For Examiner's Use




                                      This document consists of 17 printed pages and 3 blank pages.

               IB08 06_7010_01/RP
               © UCLES 2008                                                                                     [Turn over
2

1   Explain, using examples where appropriate, the meaning of these computer terms.            For
                                                                                            Examiner's
                                                                                               Use
        (a) batch processing




                                                                                      [2]

        (b) interrupt




                                                                                      [2]

        (c) top down design




                                                                                      [2]

        (d) laptop computer




                                                                                      [2]

        (e) trackerball




                                                                                      [2]




© UCLES 2008                               7010/01/M/J/08
3

2   List two tasks carried out by an operating system.                                            For
                                                                                               Examiner's
                                                                                                  Use
     1




     2



                                                                                         [2]


3   A company has decided to set up call centres in different countries. Regular training
    sessions, using video conferencing, will be carried out.

    (a) Give one advantage of having call centres in different countries.



                                                                                         [1]


    (b) Give one disadvantage of having call centres in different countries.



                                                                                         [1]


    (c) Give one advantage of using video conferencing to carry out the training.



                                                                                         [1]


    (d) Give one disadvantage of using video conferencing to carry out the training.



                                                                                         [1]


    (e) Describe another method of training staff using modern computer technology.




                                                                                         [1]



© UCLES 2008                                 7010/01/M/J/08                            [Turn over
4

4   Name two types of automatic data capture and give one application for each type named.        For
                                                                                               Examiner's
                                                                                                  Use
     Type 1

     Application 1




     Type 2

     Application 2



                                                                                         [4]


5   Computer systems can be affected by viruses.

    (a) What is a virus?



                                                                                         [1]


    (b) Give one effect of a virus.



                                                                                         [1]


    (c) How can a system be protected from viruses?




                                                                                         [1]


    (d) Why would backing up data not guard against the effect of a virus?



                                                                                         [1]




© UCLES 2008                                7010/01/M/J/08
5

6   Students’ records are kept on a stand-alone computer (no network connections) in the              For
    principal's office.                                                                            Examiner's
                                                                                                      Use

    (a) It is sometimes necessary to alter students’ records. To do this efficiently, individual
        records need to be retrieved quickly.

         (i) What type of file access should be used?

                                                                                             [1]

        (ii) What type of magnetic medium allows this type of access?

                                                                                             [1]


    (b) Give two examples of when a student’s record would need to be altered.

         Example 1



         Example 2

                                                                                             [2]


    (c) Students are concerned that their personal data could be misused. Name two methods
        that could be used to ensure personal data is kept secure.

         Method 1



         Method 2

                                                                                             [2]


    (d) Examination results are stored in students’ records as marks out of 100. Give two
        different validation checks that could be performed on students’ marks.

         Check 1



         Check 2

                                                                                             [2]




© UCLES 2008                                 7010/01/M/J/08                               [Turn over
6

7   A floor turtle can use the following instructions:                                         For
                                                                                            Examiner's
                                                                                               Use
                Instruction                                      Meaning

     FORWARD n                                  Move n mm forward
     BACKWARD n                                 Move n mm backward
     LEFT d                                     Turn left d degrees
     RIGHT d                                    Turn right d degrees
     PENUP                                      Lift the pen
     PENDOWN                                    Lower the pen
                                                Repeat the following instructions
     REPEAT n
                                                n times
     ENDREPEAT                                  Finish the REPEAT loop

                                            50 mm




                      70 mm
                                                                      20 mm


                                                                              20 mm

                                        40 mm                         20 mm
                                                          Start Finish

    Complete the set of instructions to draw the above shape.


     PENDOWN

     LEFT 90

     FORWARD




                                                                                      [4]


© UCLES 2008                                    7010/01/M/J/08
7

8   A student decides to use an Internet search engine at home to help her work on her             For
    Geography project. She types in:                                                            Examiner's
                                                                                                   Use

                                    COUNTRIES EXPORTS 2007

    and gets over 11 million results.

    (a) She wanted to know which South American countries exported coffee in 2007. How
        could her search be refined to reduce the number of results?



                                                                                          [1]


    (b) Give one advantage of searching for information on the Internet rather than using
        books.



                                                                                          [1]


    (c) Many people have fears about searching for information on the Internet. Give two
        reasons for these fears.

         1



         2

                                                                                          [2]


    (d) The student wishes to use files stored on her home computer when she is back in class
        using one of the school’s computers. How could she do this?




                                                                                          [1]




© UCLES 2008                               7010/01/M/J/08                              [Turn over
8

9   The following flowchart inputs two numbers, carries out a calculation and then outputs the         For
    result.                                                                                         Examiner's
                                                                                                       Use


                            START




                          INPUT u, v




                            Is u + v              Yes          OUTPUT
                              = 0?                              “Error”

                                 No

                       f = (u * v)/(u + v)




                          OUTPUT f




    (a) Complete the following table for the three sets of input data.

                             INPUT
                                                                      OUTPUT
                u                             v
                5                             5
                6                            -6
                12                            4
                                                                                              [3]

    (b) The above algorithm has been placed in a library of routines. Give one advantage of
        doing this.




                                                                                              [1]




© UCLES 2008                                  7010/01/M/J/08
9

10 A computer system comes equipped with DVD writer/reader, hard disk drive and RAM.            For
                                                                                             Examiner's
                                                                                                Use
    (a) Give a different use for each of these forms of memory.

         DVD



         Hard Disk



         RAM

                                                                                       [3]


    (b) Give another example of a memory device and give one advantage of the named
        device.

         Example

         Advantage



                                                                                       [2]


11 Write down four requirements of a Data Protection Act.

     1




     2




     3




     4



                                                                                       [4]


© UCLES 2008                                7010/01/M/J/08                         [Turn over
10

12 Algorithms and programs use loops to control the number of times a particular procedure is      For
   used.                                                                                        Examiner's
                                                                                                   Use

    Two methods are repeat … until and for … to.

    (a) Write a procedure using both these loop methods to input 20 numbers into a variable
        called x.

         (i) repeat … until




                                                                                          [2]

        (ii) for … to




                                                                                          [2]


    (b) Name another loop structure.



                                                                                          [1]




© UCLES 2008                               7010/01/M/J/08
11

13 A media retail company has decided to sell CDs and DVDs using an Internet only shop.            For
                                                                                                Examiner's
                                                                                                   Use
    (a) Describe three features you might expect to see on the shop’s website.

         1




         2




         3



                                                                                          [3]


    (b) Give two advantages to customers of shopping using the Internet.

         1




         2



                                                                                          [2]




© UCLES 2008                                7010/01/M/J/08                            [Turn over
12

14 (a) Computer systems are widely used now in simulations such as crash testing new cars.      For
       Give two advantages of using simulations rather than carrying out actual testing.     Examiner's
                                                                                                Use

         1



         2

                                                                                       [2]


    (b) Virtual reality is often used in simulations. Describe two man-machine interface
        devices which allow communication with virtual reality systems.

         1



         2

                                                                                       [2]




© UCLES 2008                              7010/01/M/J/08
13

15 A systems analyst has designed a new computer system for a large company.                               For
                                                                                                        Examiner's
                                                                                                           Use
    (a) Name two methods of implementing this new system and describe one advantage of
        using each method. (Do not give the same advantage for Method 1 and Method 2.)

         Method 1:

         Advantage:




         Method 2:

         Advantage:



                                                                                            [4]


    (b) Before the system is implemented, it needs to be fully tested. One of the tests will be to
        check that the company does not pay a worker more than $800 per week.

         Use examples of a worker’s pay to explain what is meant by normal test data,
         abnormal test data and extreme test data.

         Normal




         Abnormal




         Extreme



                                                                                                  [3]




© UCLES 2008                                 7010/01/M/J/08                                 [Turn over
14

16 The washroom in a hotel uses lights controlled by a computer system. If the washroom is         For
   unoccupied for 10 minutes, the lights go out automatically. As soon as someone enters, the   Examiner's
                                                                                                   Use
   lights come on.


    (a) How can the system determine if anyone is in the washroom?




                                                                                          [2]


    (b) Write down a set of instructions which would enable the computer to decide when to
        turn out the lights.




                                                                                          [3]


    (c) Give one advantage of this automatic system.



                                                                                          [1]




© UCLES 2008                               7010/01/M/J/08
15

17 An expert system is to be written to identify chemical compounds.                                  For
                                                                                                   Examiner's
                                                                                                      Use
    (a) Describe how the expert system would be created.




                                                                                             [3]


    (b) How would a user be confident that the output from this expert system was correct?



                                                                                             [1]


    (c) Give one advantage of using an expert system to identify chemical compounds.




                                                                                             [1]




© UCLES 2008                                7010/01/M/J/08                              [Turn over
16

18 An entertainment company keeps monthly records on a spreadsheet of all its organised                    For
   rock music events. The information for May 2008 is shown below.                                      Examiner's
                                                                                                           Use

               A               B           C              D               E        F          G
                                                                     Total     Cost of
                           No. of     No. seats     Seat price                            Profit or
 1   Event                                                           money     event
                           seats      sold          ($)                                   Loss
                                                                     taken ($) ($)
 2   The Bugs                  4000        1700                 45       76500    85000      Loss
 3   Static Rocks              3000        3000                 50     150000    100000      Profit
 4   The Cold Apes             4000        2150                 35       75250    90000      Loss
 5   Monophonics               5000        4000                 35      140000   125000      Profit
 6   Human Senses              4000        4000                 60     240000    180000      Profit
 7   Ice Patrol                3000        1500                 50       75000    80000      Loss
 8   The Manual                2000        1650                 60       99000   115000      Loss
 9


     (a) (i) What formula is in cell E2 to work out the total money taken for The Bugs event?

                                                                                                  [1]

        (ii) Complete the following statement for cell G4:

               =IF (E4 >                              , “Profit”,                            )    [2]

        (iii) Total cost of all events is to be shown in cell F9. What formula needs to be placed
              in F9?

                                                                                                  [1]


     (b) If the value in C7 was changed to 2000, which cells would be automatically updated?

                                                                                                  [2]


     (c) Describe how to find the break even point for any given event (i.e. when cost of event =
         total money taken).




                                                                                                  [2]




© UCLES 2008                                   7010/01/M/J/08
17

19 Customers can withdraw cash from an Automatic Teller Machine (ATM).                             For
                                                                                                Examiner's
                                                                                                   Use
    •    withdrawal is refused if amount entered > current balance
    •    withdrawal is refused if amount entered > daily limit
    •    if current balance < $100, then a charge of 2% is made
    •    if current balance $100, no charge is made

    Write an algorithm which inputs a request for a sum of money, decides if a withdrawal can
    be made and calculates any charges. Appropriate output messages should be included.




                                                                                          [5]




© UCLES 2008                                 7010/01/M/J/08
18

BLANK PAGE




 7010/01/M/J/08
19

BLANK PAGE




 7010/01/M/J/08
20

                                                                  BLANK PAGE




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.

                                                                     7010/01/M/J/08

More Related Content

Viewers also liked

Revision week
Revision weekRevision week
Revision weekfizahPhd
 
Forms and design
Forms and designForms and design
Forms and designfizahPhd
 
努力排汗
努力排汗努力排汗
努力排汗文 許
 
Lesson plan-input-devices.docx
Lesson plan-input-devices.docxLesson plan-input-devices.docx
Lesson plan-input-devices.docxfizahPhd
 
Revision week 2
Revision week 2Revision week 2
Revision week 2fizahPhd
 
Kajian pembinaan-modul-untuk-mencegah-penyalahgunaan-dadah-dikalangan-generas...
Kajian pembinaan-modul-untuk-mencegah-penyalahgunaan-dadah-dikalangan-generas...Kajian pembinaan-modul-untuk-mencegah-penyalahgunaan-dadah-dikalangan-generas...
Kajian pembinaan-modul-untuk-mencegah-penyalahgunaan-dadah-dikalangan-generas...Acap Persie
 
HHME Group Presentation on Social Media, Marketing & Brand Promotion
HHME Group Presentation on Social Media, Marketing & Brand PromotionHHME Group Presentation on Social Media, Marketing & Brand Promotion
HHME Group Presentation on Social Media, Marketing & Brand PromotionHHMEGroup
 
穴道按摩 不花錢的養生
穴道按摩 不花錢的養生穴道按摩 不花錢的養生
穴道按摩 不花錢的養生文 許
 
L’archivage de la vidéo, Cours HEG, Lichtspiel Bern, 5.12.2012
L’archivage de la vidéo, Cours HEG, Lichtspiel Bern, 5.12.2012L’archivage de la vidéo, Cours HEG, Lichtspiel Bern, 5.12.2012
L’archivage de la vidéo, Cours HEG, Lichtspiel Bern, 5.12.2012yvesnie
 
L’archivage de la vidéo. HEG Préservation, Lichtspiel Bern, 29.4.2015
L’archivage de la vidéo. HEG Préservation, Lichtspiel Bern, 29.4.2015L’archivage de la vidéo. HEG Préservation, Lichtspiel Bern, 29.4.2015
L’archivage de la vidéo. HEG Préservation, Lichtspiel Bern, 29.4.2015yvesnie
 

Viewers also liked (12)

Revision week
Revision weekRevision week
Revision week
 
Forms and design
Forms and designForms and design
Forms and design
 
努力排汗
努力排汗努力排汗
努力排汗
 
Lesson plan-input-devices.docx
Lesson plan-input-devices.docxLesson plan-input-devices.docx
Lesson plan-input-devices.docx
 
Revision week 2
Revision week 2Revision week 2
Revision week 2
 
Kajian pembinaan-modul-untuk-mencegah-penyalahgunaan-dadah-dikalangan-generas...
Kajian pembinaan-modul-untuk-mencegah-penyalahgunaan-dadah-dikalangan-generas...Kajian pembinaan-modul-untuk-mencegah-penyalahgunaan-dadah-dikalangan-generas...
Kajian pembinaan-modul-untuk-mencegah-penyalahgunaan-dadah-dikalangan-generas...
 
HHME Group Presentation on Social Media, Marketing & Brand Promotion
HHME Group Presentation on Social Media, Marketing & Brand PromotionHHME Group Presentation on Social Media, Marketing & Brand Promotion
HHME Group Presentation on Social Media, Marketing & Brand Promotion
 
Lari berganti
Lari bergantiLari berganti
Lari berganti
 
Gimnastik
GimnastikGimnastik
Gimnastik
 
穴道按摩 不花錢的養生
穴道按摩 不花錢的養生穴道按摩 不花錢的養生
穴道按摩 不花錢的養生
 
L’archivage de la vidéo, Cours HEG, Lichtspiel Bern, 5.12.2012
L’archivage de la vidéo, Cours HEG, Lichtspiel Bern, 5.12.2012L’archivage de la vidéo, Cours HEG, Lichtspiel Bern, 5.12.2012
L’archivage de la vidéo, Cours HEG, Lichtspiel Bern, 5.12.2012
 
L’archivage de la vidéo. HEG Préservation, Lichtspiel Bern, 29.4.2015
L’archivage de la vidéo. HEG Préservation, Lichtspiel Bern, 29.4.2015L’archivage de la vidéo. HEG Préservation, Lichtspiel Bern, 29.4.2015
L’archivage de la vidéo. HEG Préservation, Lichtspiel Bern, 29.4.2015
 

Similar to Year 2008

Nov 09 P12
Nov 09 P12Nov 09 P12
Nov 09 P12Samimvez
 
June 09 P1
June 09 P1June 09 P1
June 09 P1Samimvez
 
June 10 P33
June 10 P33June 10 P33
June 10 P33Samimvez
 
Nov 09 P31
Nov 09 P31Nov 09 P31
Nov 09 P31Samimvez
 
June 03 P1
June 03 P1June 03 P1
June 03 P1Samimvez
 
June 04 P31
June 04 P31June 04 P31
June 04 P31Samimvez
 
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
 
Nov 09 P32
Nov 09 P32Nov 09 P32
Nov 09 P32Samimvez
 
June 10 P31
June 10 P31June 10 P31
June 10 P31Samimvez
 
June 05 P1
June 05 P1June 05 P1
June 05 P1Samimvez
 
June 10 P32
June 10 P32June 10 P32
June 10 P32Samimvez
 
June 04 P3
June 04 P3June 04 P3
June 04 P3Samimvez
 

Similar to Year 2008 (20)

Nov 09 P12
Nov 09 P12Nov 09 P12
Nov 09 P12
 
Nov 05 P1
Nov 05 P1Nov 05 P1
Nov 05 P1
 
Nov 07 P1
Nov 07 P1Nov 07 P1
Nov 07 P1
 
Nov 08 P1
Nov 08 P1Nov 08 P1
Nov 08 P1
 
June 09 P1
June 09 P1June 09 P1
June 09 P1
 
June 10 P33
June 10 P33June 10 P33
June 10 P33
 
Nov 03 P1
Nov 03 P1Nov 03 P1
Nov 03 P1
 
Nov 09 P31
Nov 09 P31Nov 09 P31
Nov 09 P31
 
June 03 P1
June 03 P1June 03 P1
June 03 P1
 
June 04 P31
June 04 P31June 04 P31
June 04 P31
 
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...
 
Nov 09 P32
Nov 09 P32Nov 09 P32
Nov 09 P32
 
June 10 P31
June 10 P31June 10 P31
June 10 P31
 
June 05 P1
June 05 P1June 05 P1
June 05 P1
 
Nov 04 P3
Nov 04 P3Nov 04 P3
Nov 04 P3
 
Nov 08 P3
Nov 08 P3Nov 08 P3
Nov 08 P3
 
Nov 06 P3
Nov 06 P3Nov 06 P3
Nov 06 P3
 
June 10 P32
June 10 P32June 10 P32
June 10 P32
 
Nov 07 P3
Nov 07 P3Nov 07 P3
Nov 07 P3
 
June 04 P3
June 04 P3June 04 P3
June 04 P3
 

More from fizahPhd

Revision week 2
Revision week 2Revision week 2
Revision week 2fizahPhd
 
Practical 5
Practical 5Practical 5
Practical 5fizahPhd
 
Exercise : Complex Query
 Exercise : Complex Query Exercise : Complex Query
Exercise : Complex QueryfizahPhd
 
Sketchup tutorial 1
Sketchup tutorial 1Sketchup tutorial 1
Sketchup tutorial 1fizahPhd
 
Practical 4
Practical 4Practical 4
Practical 4fizahPhd
 
Practical 3
Practical 3Practical 3
Practical 3fizahPhd
 
Forms and report
Forms and reportForms and report
Forms and reportfizahPhd
 
Validation rule, text and input masks
Validation rule, text and input masksValidation rule, text and input masks
Validation rule, text and input masksfizahPhd
 
Validation rule, validation text and input masks
Validation rule, validation text and input masksValidation rule, validation text and input masks
Validation rule, validation text and input masksfizahPhd
 
Logo abstract
Logo abstractLogo abstract
Logo abstractfizahPhd
 
Question of Geometry
Question of GeometryQuestion of Geometry
Question of GeometryfizahPhd
 
Concept map-3
Concept map-3Concept map-3
Concept map-3fizahPhd
 
Concept map of microorganism
Concept map of microorganismConcept map of microorganism
Concept map of microorganismfizahPhd
 
Electricity circuit
Electricity circuitElectricity circuit
Electricity circuitfizahPhd
 
Lesson plan storage devices(latest)
Lesson plan storage devices(latest)Lesson plan storage devices(latest)
Lesson plan storage devices(latest)fizahPhd
 
Computer studies year 7 exercise (medium)
Computer studies year 7 exercise (medium)Computer studies year 7 exercise (medium)
Computer studies year 7 exercise (medium)fizahPhd
 

More from fizahPhd (20)

Revision week 2
Revision week 2Revision week 2
Revision week 2
 
Practical 5
Practical 5Practical 5
Practical 5
 
Exercise : Complex Query
 Exercise : Complex Query Exercise : Complex Query
Exercise : Complex Query
 
Sketchup tutorial 1
Sketchup tutorial 1Sketchup tutorial 1
Sketchup tutorial 1
 
Practical 4
Practical 4Practical 4
Practical 4
 
Practical 3
Practical 3Practical 3
Practical 3
 
Query
QueryQuery
Query
 
Query
QueryQuery
Query
 
Forms and report
Forms and reportForms and report
Forms and report
 
Validation rule, text and input masks
Validation rule, text and input masksValidation rule, text and input masks
Validation rule, text and input masks
 
Validation rule, validation text and input masks
Validation rule, validation text and input masksValidation rule, validation text and input masks
Validation rule, validation text and input masks
 
Logo abstract
Logo abstractLogo abstract
Logo abstract
 
Question of Geometry
Question of GeometryQuestion of Geometry
Question of Geometry
 
ICT Maths
ICT MathsICT Maths
ICT Maths
 
Rotation
RotationRotation
Rotation
 
Concept map-3
Concept map-3Concept map-3
Concept map-3
 
Concept map of microorganism
Concept map of microorganismConcept map of microorganism
Concept map of microorganism
 
Electricity circuit
Electricity circuitElectricity circuit
Electricity circuit
 
Lesson plan storage devices(latest)
Lesson plan storage devices(latest)Lesson plan storage devices(latest)
Lesson plan storage devices(latest)
 
Computer studies year 7 exercise (medium)
Computer studies year 7 exercise (medium)Computer studies year 7 exercise (medium)
Computer studies year 7 exercise (medium)
 

Recently uploaded

Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Karmanjay Verma
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
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
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...BookNet Canada
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
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
 
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
 
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
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...Karmanjay Verma
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFMichael Gough
 
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
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 

Recently uploaded (20)

Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
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
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
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
 
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
 
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...
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDF
 
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
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 

Year 2008

  • 1. UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Ordinary Level *6092681791* COMPUTER STUDIES 7010/01 Paper 1 May/June 2008 2 hours 30 minutes Candidates answer on the Question Paper. No Additional Materials are required. READ THESE INSTRUCTIONS FIRST 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. DO NOT WRITE IN ANY BARCODES. Answer all questions. No marks will be awarded for using brand names of software packages or hardware. 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. For Examiner's Use This document consists of 17 printed pages and 3 blank pages. IB08 06_7010_01/RP © UCLES 2008 [Turn over
  • 2. 2 1 Explain, using examples where appropriate, the meaning of these computer terms. For Examiner's Use (a) batch processing [2] (b) interrupt [2] (c) top down design [2] (d) laptop computer [2] (e) trackerball [2] © UCLES 2008 7010/01/M/J/08
  • 3. 3 2 List two tasks carried out by an operating system. For Examiner's Use 1 2 [2] 3 A company has decided to set up call centres in different countries. Regular training sessions, using video conferencing, will be carried out. (a) Give one advantage of having call centres in different countries. [1] (b) Give one disadvantage of having call centres in different countries. [1] (c) Give one advantage of using video conferencing to carry out the training. [1] (d) Give one disadvantage of using video conferencing to carry out the training. [1] (e) Describe another method of training staff using modern computer technology. [1] © UCLES 2008 7010/01/M/J/08 [Turn over
  • 4. 4 4 Name two types of automatic data capture and give one application for each type named. For Examiner's Use Type 1 Application 1 Type 2 Application 2 [4] 5 Computer systems can be affected by viruses. (a) What is a virus? [1] (b) Give one effect of a virus. [1] (c) How can a system be protected from viruses? [1] (d) Why would backing up data not guard against the effect of a virus? [1] © UCLES 2008 7010/01/M/J/08
  • 5. 5 6 Students’ records are kept on a stand-alone computer (no network connections) in the For principal's office. Examiner's Use (a) It is sometimes necessary to alter students’ records. To do this efficiently, individual records need to be retrieved quickly. (i) What type of file access should be used? [1] (ii) What type of magnetic medium allows this type of access? [1] (b) Give two examples of when a student’s record would need to be altered. Example 1 Example 2 [2] (c) Students are concerned that their personal data could be misused. Name two methods that could be used to ensure personal data is kept secure. Method 1 Method 2 [2] (d) Examination results are stored in students’ records as marks out of 100. Give two different validation checks that could be performed on students’ marks. Check 1 Check 2 [2] © UCLES 2008 7010/01/M/J/08 [Turn over
  • 6. 6 7 A floor turtle can use the following instructions: For Examiner's Use Instruction Meaning FORWARD n Move n mm forward BACKWARD n Move n mm backward LEFT d Turn left d degrees RIGHT d Turn right d degrees PENUP Lift the pen PENDOWN Lower the pen Repeat the following instructions REPEAT n n times ENDREPEAT Finish the REPEAT loop 50 mm 70 mm 20 mm 20 mm 40 mm 20 mm Start Finish Complete the set of instructions to draw the above shape. PENDOWN LEFT 90 FORWARD [4] © UCLES 2008 7010/01/M/J/08
  • 7. 7 8 A student decides to use an Internet search engine at home to help her work on her For Geography project. She types in: Examiner's Use COUNTRIES EXPORTS 2007 and gets over 11 million results. (a) She wanted to know which South American countries exported coffee in 2007. How could her search be refined to reduce the number of results? [1] (b) Give one advantage of searching for information on the Internet rather than using books. [1] (c) Many people have fears about searching for information on the Internet. Give two reasons for these fears. 1 2 [2] (d) The student wishes to use files stored on her home computer when she is back in class using one of the school’s computers. How could she do this? [1] © UCLES 2008 7010/01/M/J/08 [Turn over
  • 8. 8 9 The following flowchart inputs two numbers, carries out a calculation and then outputs the For result. Examiner's Use START INPUT u, v Is u + v Yes OUTPUT = 0? “Error” No f = (u * v)/(u + v) OUTPUT f (a) Complete the following table for the three sets of input data. INPUT OUTPUT u v 5 5 6 -6 12 4 [3] (b) The above algorithm has been placed in a library of routines. Give one advantage of doing this. [1] © UCLES 2008 7010/01/M/J/08
  • 9. 9 10 A computer system comes equipped with DVD writer/reader, hard disk drive and RAM. For Examiner's Use (a) Give a different use for each of these forms of memory. DVD Hard Disk RAM [3] (b) Give another example of a memory device and give one advantage of the named device. Example Advantage [2] 11 Write down four requirements of a Data Protection Act. 1 2 3 4 [4] © UCLES 2008 7010/01/M/J/08 [Turn over
  • 10. 10 12 Algorithms and programs use loops to control the number of times a particular procedure is For used. Examiner's Use Two methods are repeat … until and for … to. (a) Write a procedure using both these loop methods to input 20 numbers into a variable called x. (i) repeat … until [2] (ii) for … to [2] (b) Name another loop structure. [1] © UCLES 2008 7010/01/M/J/08
  • 11. 11 13 A media retail company has decided to sell CDs and DVDs using an Internet only shop. For Examiner's Use (a) Describe three features you might expect to see on the shop’s website. 1 2 3 [3] (b) Give two advantages to customers of shopping using the Internet. 1 2 [2] © UCLES 2008 7010/01/M/J/08 [Turn over
  • 12. 12 14 (a) Computer systems are widely used now in simulations such as crash testing new cars. For Give two advantages of using simulations rather than carrying out actual testing. Examiner's Use 1 2 [2] (b) Virtual reality is often used in simulations. Describe two man-machine interface devices which allow communication with virtual reality systems. 1 2 [2] © UCLES 2008 7010/01/M/J/08
  • 13. 13 15 A systems analyst has designed a new computer system for a large company. For Examiner's Use (a) Name two methods of implementing this new system and describe one advantage of using each method. (Do not give the same advantage for Method 1 and Method 2.) Method 1: Advantage: Method 2: Advantage: [4] (b) Before the system is implemented, it needs to be fully tested. One of the tests will be to check that the company does not pay a worker more than $800 per week. Use examples of a worker’s pay to explain what is meant by normal test data, abnormal test data and extreme test data. Normal Abnormal Extreme [3] © UCLES 2008 7010/01/M/J/08 [Turn over
  • 14. 14 16 The washroom in a hotel uses lights controlled by a computer system. If the washroom is For unoccupied for 10 minutes, the lights go out automatically. As soon as someone enters, the Examiner's Use lights come on. (a) How can the system determine if anyone is in the washroom? [2] (b) Write down a set of instructions which would enable the computer to decide when to turn out the lights. [3] (c) Give one advantage of this automatic system. [1] © UCLES 2008 7010/01/M/J/08
  • 15. 15 17 An expert system is to be written to identify chemical compounds. For Examiner's Use (a) Describe how the expert system would be created. [3] (b) How would a user be confident that the output from this expert system was correct? [1] (c) Give one advantage of using an expert system to identify chemical compounds. [1] © UCLES 2008 7010/01/M/J/08 [Turn over
  • 16. 16 18 An entertainment company keeps monthly records on a spreadsheet of all its organised For rock music events. The information for May 2008 is shown below. Examiner's Use A B C D E F G Total Cost of No. of No. seats Seat price Profit or 1 Event money event seats sold ($) Loss taken ($) ($) 2 The Bugs 4000 1700 45 76500 85000 Loss 3 Static Rocks 3000 3000 50 150000 100000 Profit 4 The Cold Apes 4000 2150 35 75250 90000 Loss 5 Monophonics 5000 4000 35 140000 125000 Profit 6 Human Senses 4000 4000 60 240000 180000 Profit 7 Ice Patrol 3000 1500 50 75000 80000 Loss 8 The Manual 2000 1650 60 99000 115000 Loss 9 (a) (i) What formula is in cell E2 to work out the total money taken for The Bugs event? [1] (ii) Complete the following statement for cell G4: =IF (E4 > , “Profit”, ) [2] (iii) Total cost of all events is to be shown in cell F9. What formula needs to be placed in F9? [1] (b) If the value in C7 was changed to 2000, which cells would be automatically updated? [2] (c) Describe how to find the break even point for any given event (i.e. when cost of event = total money taken). [2] © UCLES 2008 7010/01/M/J/08
  • 17. 17 19 Customers can withdraw cash from an Automatic Teller Machine (ATM). For Examiner's Use • withdrawal is refused if amount entered > current balance • withdrawal is refused if amount entered > daily limit • if current balance < $100, then a charge of 2% is made • if current balance $100, no charge is made Write an algorithm which inputs a request for a sum of money, decides if a withdrawal can be made and calculates any charges. Appropriate output messages should be included. [5] © UCLES 2008 7010/01/M/J/08
  • 20. 20 BLANK PAGE 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. 7010/01/M/J/08