SlideShare a Scribd company logo
1 of 16
Download to read offline
This document consists of 16 printed pages.
DC (RW/SW) 93610/2
© UCLES 2015 [Turn over
Cambridge International Examinations
Cambridge International Advanced Subsidiary and Advanced Level
*5198201526*
COMPUTER SCIENCE 9608/11
Paper 1 Theory Fundamentals May/June 2015
1 hour 30 minutes
Candidates answer on the Question Paper.
No Additional Materials are required.
No calculators allowed.
READ THESE INSTRUCTIONS FIRST
Write your Centre number, candidate number and name in the spaces at the top of this page.
Write in dark blue or black pen.
You may use an HB pencil for any diagrams, graphs or rough working.
Do not use staples, paper clips, 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.
The maximum number of marks is 75.
w
w
w
.Xtrem
ePapers.com
2
9608/11/M/J/15© UCLES 2015
1 (i) Convert the following binary number into hexadecimal.
1 0 1 1 1 0 0 0
...............................................................................................................................................[1]
(ii) Convert the following denary number into BCD format.
9 7
...............................................................................................................................................[1]
(iii) Using two’s complement, show how the following denary numbers could be stored in an 8-bit
register:
114
- 93
[2]
3
9608/11/M/J/15© UCLES 2015 [Turn over
2 (a) Sound can be represented in a computer in a digital format.
(i) Give the definition of the term sampling.
...........................................................................................................................................
...........................................................................................................................................
.......................................................................................................................................[1]
(ii) Give one reason why 16-bit sampling is used in an audio compact disc (CD).
...........................................................................................................................................
.......................................................................................................................................[1]
(iii) Explain what is meant by the term sampling resolution.
...........................................................................................................................................
...........................................................................................................................................
...........................................................................................................................................
.......................................................................................................................................[2]
(iv) Give one benefit and one drawback of using a higher sampling resolution.
Benefit ...............................................................................................................................
...........................................................................................................................................
Drawback ..........................................................................................................................
.......................................................................................................................................[2]
(b) Describe two typical features found in software for editing sound files.
1 ................................................................................................................................................
...................................................................................................................................................
2 ................................................................................................................................................
...............................................................................................................................................[2]
4
9608/11/M/J/15© UCLES 2015
(c) Explain the difference between lossless and lossy data compression techniques.
...................................................................................................................................................
...................................................................................................................................................
...................................................................................................................................................
...................................................................................................................................................
...................................................................................................................................................
...............................................................................................................................................[3]
5
9608/11/M/J/15© UCLES 2015 [Turn over
3 Five modes of addressing and five descriptions are shown below.
Draw a line to connect each mode of addressing to its correct description.
Mode of addressing Description
direct
the operand is the address of the
address of the value to be used
immediate
the operand is the address of the value
to be used
indexed
the operand is the offset from the
current address where the value to be
used is stored
indirect
the operand plus the contents of the
index register is the address of the value
to be used
relative the operand is the value to be used
[4]
6
9608/11/M/J/15© UCLES 2015
4 (a) Sensors are one type of input device.
For each of the following situations, name a different sensor that could be used.
(i) air conditioning in an office building
.......................................................................................................................................[1]
(ii) maintaining correct growing conditions in a greenhouse
.......................................................................................................................................[1]
(iii) detecting an intruder in a building
.......................................................................................................................................[1]
(b) Sensors are used to monitor seismic activity. At the end of each day, all the data are
transmitted to a central computer. This is hundreds of kilometres away.
Describe one way of ensuring that the integrity of the data is retained during the transmission
stage.
...................................................................................................................................................
...................................................................................................................................................
...................................................................................................................................................
...................................................................................................................................................
...................................................................................................................................................
...................................................................................................................................................
...............................................................................................................................................[4]
7
9608/11/M/J/15© UCLES 2015 [Turn over
5 (a) Telephone calls can be made by using:
• conventional telephones (using the Public Service Telephone Network (PSTN) system)
over a wired network
• a computer, equipped with speakers and microphone, connected to the Internet
Put a tick () in the correct column to match each description to the appropriate communication
method.
Description
Conventional telephone
using PSTN
Internet-based system
connection only in use
whilst sound is being
transmitted
dedicated channel used
between two points for the
duration of the call
connection maintained
throughout the telephone
call
encoding schemes and
compression technology
used
lines remain active even
during a power outage
[5]
(b) Distinguish between the Internet and the World Wide Web (WWW).
...................................................................................................................................................
...................................................................................................................................................
...................................................................................................................................................
...................................................................................................................................................
...................................................................................................................................................
...............................................................................................................................................[3]
8
9608/11/M/J/15© UCLES 2015
(c) Name the hardware device that is being described:
(i) A device that transfers data from one network to another in an intelligent way. It has the
task of forwarding data packets to their destination by the most efficient route.
.......................................................................................................................................[1]
(ii) A device used between two dissimilar LANs. The device is required to convert data
packets from one protocol to another.
.......................................................................................................................................[1]
(iii) A device or software that provides a specific function for computers using a network. The
most common examples handle printing, file storage and the delivery of web pages.
.......................................................................................................................................[1]
9
9608/11/M/J/15© UCLES 2015 [Turn over
6 (a) Name the most suitable input or output device for each of the following uses.
Give a different device in each case.
Description of use Input or output device
input of credit card number into an online form
selection of an option at an airport information kiosk
output of a single high-quality photograph
output of several hundred high-quality leaflets
input of a hard copy image into a computer
[5]
(b) All of the uses in part (a) involve the input or output of data.
(i) Describe two methods of preventing accidental loss of data.
1 ........................................................................................................................................
...........................................................................................................................................
2 ........................................................................................................................................
.......................................................................................................................................[2]
(ii) Describe one way of ensuring the security of the data against malicious damage.
...........................................................................................................................................
.......................................................................................................................................[1]
10
9608/11/M/J/15© UCLES 2015
7 A system is monitored using sensors. The sensors output binary values corresponding to physical
conditions, as shown in the table:
Parameter
Description of
parameter
Binary
value
Description of condition
P oil pressure
1 pressure >= 3 bar
0 pressure < 3 bar
T temperature
1 temperature >= 200°C
0 temperature < 200°C
R rotation
1 rotation <= 1000 revs per minute (rpm)
0 rotation > 1000 revs per minute (rpm)
The outputs of the sensors form the inputs to a logic circuit. The output from the circuit, X, is 1 if
any of the following three conditions occur:
either oil pressure >= 3 bar and temperature >= 200°C
or oil pressure < 3 bar and rotation > 1000rpm
or temperature >= 200°C and rotation > 1000rpm
(a) Draw a logic circuit to represent the above system.
P
T X
R
[5]
11
9608/11/M/J/15© UCLES 2015 [Turn over
(b) Complete the truth table for this system.
P T R
Workspace
X
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
[4]
12
9608/11/M/J/15© UCLES 2015
8 (a) Explain how the width of the data bus and system clock speed affect the performance of a
computer system.
Width of the data bus ................................................................................................................
...................................................................................................................................................
...................................................................................................................................................
...................................................................................................................................................
Clock speed ..............................................................................................................................
...................................................................................................................................................
...................................................................................................................................................
...............................................................................................................................................[3]
(b) Most computers use Universal Serial Bus (USB) ports to allow the attachment of devices.
Describe two benefits of using USB ports.
1 ................................................................................................................................................
...................................................................................................................................................
2 ................................................................................................................................................
...............................................................................................................................................[2]
(c) The table shows six stages in the von Neumann fetch-execute cycle.
Put the stages into the correct sequence by writing the numbers 1 to 6 in the right hand
column.
Description of stage
Sequence
number
the instruction is copied from the Memory Data Register (MDR) and placed
in the Current Instruction Register (CIR)
the instruction is executed
the instruction is decoded
the address contained in the Program Counter (PC) is copied to the Memory
Address Register (MAR)
the value in the Program Counter (PC) is incremented so that it points to the
next instruction to be fetched
the instruction is copied from the memory location contained in the Memory
Address Register (MAR) and is placed in the Memory Data Register (MDR)
[6]
13
9608/11/M/J/15© UCLES 2015 [Turn over
Question 9 begins on page 14.
14
9608/11/M/J/15© UCLES 2015
9 A database has been designed to store data about salespersons and the products they have sold.
The following facts help to define the structure of the database:
• each salesperson works in a particular shop
• each salesperson has a unique first name
• each shop has one or more salespersons
• each product which is sold is manufactured by one company only
• each salesperson can sell any of the products
• the number of products that each salesperson has sold is recorded
The table ShopSales was the first attempt at designing the database.
FirstName Shop ProductName NoOfProducts Manufacturer
Nick TX television set
refrigerator
digital camera
3
2
6
SKC
WP
HKC
Sean BH hair dryer
electric shaver
1
8
WG
BG
John TX television set
mobile phone
digital camera
toaster
2
8
4
3
SKC
ARC
HKC
GK
(a) State why the table is not in First Normal Form (1NF).
...................................................................................................................................................
...............................................................................................................................................[1]
15
9608/11/M/J/15© UCLES 2015 [Turn over
(b) The database design is changed to:
SalesPerson (FirstName, Shop)
SalesProducts (FirstName, ProductName, NoOfProducts, Manufacturer)
Using the data given in the first attempt table (ShopSales), show how these data are now
stored in the revised table designs.
Table: SalesPerson
FirstName Shop
Table: SalesProducts
FirstName ProductName NoOfProducts Manufacturer
[3]
16
9608/11/M/J/15© UCLES 2015
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.
To avoid the issue of disclosure of answer-related information to candidates, all copyright acknowledgements are reproduced online in the Cambridge International
Examinations Copyright Acknowledgements Booklet. This is produced for each series of examinations and is freely available to download at www.cie.org.uk after
the live examination series.
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.
(c) (i) A relationship between the two tables has been implemented.
Explain how this has been done.
...........................................................................................................................................
...........................................................................................................................................
...........................................................................................................................................
...........................................................................................................................................
.......................................................................................................................................[2]
(ii) Explain why the SalesProducts table is not in Third Normal Form (3NF).
...........................................................................................................................................
...........................................................................................................................................
...........................................................................................................................................
.......................................................................................................................................[2]
(iii) Write the table definitions to give the database in 3NF.
...........................................................................................................................................
...........................................................................................................................................
...........................................................................................................................................
.......................................................................................................................................[2]

More Related Content

What's hot

5054_s14_qp_41
5054_s14_qp_415054_s14_qp_41
5054_s14_qp_41King Ali
 
Nov 2002 p.3
Nov 2002 p.3Nov 2002 p.3
Nov 2002 p.3King Ali
 
0620 m15 qp_32
0620 m15 qp_320620 m15 qp_32
0620 m15 qp_32Omniya Jay
 
5054_s14_qp_42
5054_s14_qp_425054_s14_qp_42
5054_s14_qp_42King Ali
 
0610_s02_qp_6
0610_s02_qp_60610_s02_qp_6
0610_s02_qp_6King Ali
 
0610 s16 qp_43
0610 s16 qp_430610 s16 qp_43
0610 s16 qp_43Omniya Jay
 
0620 w13 qp_63
0620 w13 qp_630620 w13 qp_63
0620 w13 qp_63King Ali
 
0620_s14_qp_31
0620_s14_qp_310620_s14_qp_31
0620_s14_qp_31King Ali
 
smurfit stone container 2006_AR
smurfit stone container  2006_ARsmurfit stone container  2006_AR
smurfit stone container 2006_ARfinance30
 
0620 s13 qp_62
0620 s13 qp_620620 s13 qp_62
0620 s13 qp_62King Ali
 
0620 w12 qp_33
0620 w12 qp_330620 w12 qp_33
0620 w12 qp_33King Ali
 
0610 s16 qp_41
0610 s16 qp_410610 s16 qp_41
0610 s16 qp_41Omniya Jay
 
0620_s13_qp_63
0620_s13_qp_630620_s13_qp_63
0620_s13_qp_63King Ali
 
0625_s14_qp_63
0625_s14_qp_630625_s14_qp_63
0625_s14_qp_63King Ali
 
0620 w10 qp_31
0620 w10 qp_310620 w10 qp_31
0620 w10 qp_31King Ali
 
Sap mm configuration document ramesh kamishetty
Sap mm  configuration document ramesh kamishettySap mm  configuration document ramesh kamishetty
Sap mm configuration document ramesh kamishettyRamesh Kamishetty
 
Java how to_program__7th_edition
Java how to_program__7th_editionJava how to_program__7th_edition
Java how to_program__7th_editionABDUmomo
 

What's hot (18)

5054_s14_qp_41
5054_s14_qp_415054_s14_qp_41
5054_s14_qp_41
 
Nov 2002 p.3
Nov 2002 p.3Nov 2002 p.3
Nov 2002 p.3
 
0620 m15 qp_32
0620 m15 qp_320620 m15 qp_32
0620 m15 qp_32
 
5054_s14_qp_42
5054_s14_qp_425054_s14_qp_42
5054_s14_qp_42
 
0610_s02_qp_6
0610_s02_qp_60610_s02_qp_6
0610_s02_qp_6
 
0610 s16 qp_43
0610 s16 qp_430610 s16 qp_43
0610 s16 qp_43
 
0620 w13 qp_63
0620 w13 qp_630620 w13 qp_63
0620 w13 qp_63
 
0620_s14_qp_31
0620_s14_qp_310620_s14_qp_31
0620_s14_qp_31
 
smurfit stone container 2006_AR
smurfit stone container  2006_ARsmurfit stone container  2006_AR
smurfit stone container 2006_AR
 
0620 s13 qp_62
0620 s13 qp_620620 s13 qp_62
0620 s13 qp_62
 
0620 w12 qp_33
0620 w12 qp_330620 w12 qp_33
0620 w12 qp_33
 
0610 s16 qp_41
0610 s16 qp_410610 s16 qp_41
0610 s16 qp_41
 
0620_s13_qp_63
0620_s13_qp_630620_s13_qp_63
0620_s13_qp_63
 
0625_s14_qp_63
0625_s14_qp_630625_s14_qp_63
0625_s14_qp_63
 
0620 w10 qp_31
0620 w10 qp_310620 w10 qp_31
0620 w10 qp_31
 
Sap
SapSap
Sap
 
Sap mm configuration document ramesh kamishetty
Sap mm  configuration document ramesh kamishettySap mm  configuration document ramesh kamishetty
Sap mm configuration document ramesh kamishetty
 
Java how to_program__7th_edition
Java how to_program__7th_editionJava how to_program__7th_edition
Java how to_program__7th_edition
 

Similar to Computer science (9608) 2015 summer qp 11 Cambridge Zimsec

5054_w14_qp_41
5054_w14_qp_415054_w14_qp_41
5054_w14_qp_41King Ali
 
0620_s14_qp_33
0620_s14_qp_330620_s14_qp_33
0620_s14_qp_33King Ali
 
0620 m15 qp_32
0620 m15 qp_320620 m15 qp_32
0620 m15 qp_32Omniya Jay
 
Encodo c# handbook_1_5_2
Encodo c# handbook_1_5_2Encodo c# handbook_1_5_2
Encodo c# handbook_1_5_2Centre D'appel
 
An Introduction to Embarcadero® C++Builder® 2010
An Introduction to Embarcadero® C++Builder® 2010An Introduction to Embarcadero® C++Builder® 2010
An Introduction to Embarcadero® C++Builder® 2010Embarcadero Technologies
 
Paul Ebbs (2011) - Can lean construction improve the irish construction industry
Paul Ebbs (2011) - Can lean construction improve the irish construction industryPaul Ebbs (2011) - Can lean construction improve the irish construction industry
Paul Ebbs (2011) - Can lean construction improve the irish construction industryPaul Ebbs
 
0625 s09 qp_6
0625 s09 qp_60625 s09 qp_6
0625 s09 qp_6King Ali
 
0625 s14 qp_21
0625 s14 qp_210625 s14 qp_21
0625 s14 qp_21King Ali
 
November 2012-question-paper-12
November 2012-question-paper-12November 2012-question-paper-12
November 2012-question-paper-12Maria Aragone
 
Physics 0625 - Paper 5 version 1 - Question Paper - May Jun 2014
Physics 0625 - Paper 5 version 1 - Question Paper - May Jun 2014Physics 0625 - Paper 5 version 1 - Question Paper - May Jun 2014
Physics 0625 - Paper 5 version 1 - Question Paper - May Jun 2014JakKy Kitmanacharounpong
 
0620 w16 qp_63
0620 w16 qp_630620 w16 qp_63
0620 w16 qp_63Omniya Jay
 
Administrative professional
Administrative professionalAdministrative professional
Administrative professionalclscott1
 
SSTRM - StrategicReviewGroup.ca - Workshop 2: Power/Energy and Sustainability...
SSTRM - StrategicReviewGroup.ca - Workshop 2: Power/Energy and Sustainability...SSTRM - StrategicReviewGroup.ca - Workshop 2: Power/Energy and Sustainability...
SSTRM - StrategicReviewGroup.ca - Workshop 2: Power/Energy and Sustainability...Phil Carr
 
Boardroom Lighting Design with LED Panel Light
Boardroom Lighting Design with LED Panel LightBoardroom Lighting Design with LED Panel Light
Boardroom Lighting Design with LED Panel LightRajeev Ranjan
 
1c ex02k gar13e
1c ex02k gar13e1c ex02k gar13e
1c ex02k gar13eDua Kanwal
 
Services Article Uc Apps Research Wp
Services Article Uc Apps Research WpServices Article Uc Apps Research Wp
Services Article Uc Apps Research Wpchgibbs7
 
0620_w11_qp_33
0620_w11_qp_330620_w11_qp_33
0620_w11_qp_33King Ali
 
software-eng.pdf
software-eng.pdfsoftware-eng.pdf
software-eng.pdffellahi1
 
ROOKIE 2012-13 competition-regulations-ver2
ROOKIE  2012-13 competition-regulations-ver2ROOKIE  2012-13 competition-regulations-ver2
ROOKIE 2012-13 competition-regulations-ver2sherryseif
 

Similar to Computer science (9608) 2015 summer qp 11 Cambridge Zimsec (20)

5054_w14_qp_41
5054_w14_qp_415054_w14_qp_41
5054_w14_qp_41
 
0620_s14_qp_33
0620_s14_qp_330620_s14_qp_33
0620_s14_qp_33
 
0620 m15 qp_32
0620 m15 qp_320620 m15 qp_32
0620 m15 qp_32
 
Encodo c# handbook_1_5_2
Encodo c# handbook_1_5_2Encodo c# handbook_1_5_2
Encodo c# handbook_1_5_2
 
An Introduction to Embarcadero® C++Builder® 2010
An Introduction to Embarcadero® C++Builder® 2010An Introduction to Embarcadero® C++Builder® 2010
An Introduction to Embarcadero® C++Builder® 2010
 
Paul Ebbs (2011) - Can lean construction improve the irish construction industry
Paul Ebbs (2011) - Can lean construction improve the irish construction industryPaul Ebbs (2011) - Can lean construction improve the irish construction industry
Paul Ebbs (2011) - Can lean construction improve the irish construction industry
 
0625 s09 qp_6
0625 s09 qp_60625 s09 qp_6
0625 s09 qp_6
 
0625 s14 qp_21
0625 s14 qp_210625 s14 qp_21
0625 s14 qp_21
 
November 2012-question-paper-12
November 2012-question-paper-12November 2012-question-paper-12
November 2012-question-paper-12
 
Cmd
CmdCmd
Cmd
 
Physics 0625 - Paper 5 version 1 - Question Paper - May Jun 2014
Physics 0625 - Paper 5 version 1 - Question Paper - May Jun 2014Physics 0625 - Paper 5 version 1 - Question Paper - May Jun 2014
Physics 0625 - Paper 5 version 1 - Question Paper - May Jun 2014
 
0620 w16 qp_63
0620 w16 qp_630620 w16 qp_63
0620 w16 qp_63
 
Administrative professional
Administrative professionalAdministrative professional
Administrative professional
 
SSTRM - StrategicReviewGroup.ca - Workshop 2: Power/Energy and Sustainability...
SSTRM - StrategicReviewGroup.ca - Workshop 2: Power/Energy and Sustainability...SSTRM - StrategicReviewGroup.ca - Workshop 2: Power/Energy and Sustainability...
SSTRM - StrategicReviewGroup.ca - Workshop 2: Power/Energy and Sustainability...
 
Boardroom Lighting Design with LED Panel Light
Boardroom Lighting Design with LED Panel LightBoardroom Lighting Design with LED Panel Light
Boardroom Lighting Design with LED Panel Light
 
1c ex02k gar13e
1c ex02k gar13e1c ex02k gar13e
1c ex02k gar13e
 
Services Article Uc Apps Research Wp
Services Article Uc Apps Research WpServices Article Uc Apps Research Wp
Services Article Uc Apps Research Wp
 
0620_w11_qp_33
0620_w11_qp_330620_w11_qp_33
0620_w11_qp_33
 
software-eng.pdf
software-eng.pdfsoftware-eng.pdf
software-eng.pdf
 
ROOKIE 2012-13 competition-regulations-ver2
ROOKIE  2012-13 competition-regulations-ver2ROOKIE  2012-13 competition-regulations-ver2
ROOKIE 2012-13 competition-regulations-ver2
 

More from Alpro

Accounting 970602 paper 2 structured questions october november 2008
Accounting 970602 paper 2 structured questions october november 2008 Accounting 970602 paper 2 structured questions october november 2008
Accounting 970602 paper 2 structured questions october november 2008 Alpro
 
Accounting 970602 paper 2 structured questions october november 2007
Accounting 970602 paper 2 structured questions october november 2007 Accounting 970602 paper 2 structured questions october november 2007
Accounting 970602 paper 2 structured questions october november 2007 Alpro
 
Accounting 970602 paper 2 structured questions october november 2006
Accounting 970602 paper 2 structured questions october november 2006 Accounting 970602 paper 2 structured questions october november 2006
Accounting 970602 paper 2 structured questions october november 2006 Alpro
 
Accounting 970602 paper 2 structured questions for examination from 2016 spec...
Accounting 970602 paper 2 structured questions for examination from 2016 spec...Accounting 970602 paper 2 structured questions for examination from 2016 spec...
Accounting 970602 paper 2 structured questions for examination from 2016 spec...Alpro
 
Accounting 970602 paper 2 core topics for examination from 2010 specimen paper
Accounting 970602 paper 2 core topics for examination from 2010 specimen paperAccounting 970602 paper 2 core topics for examination from 2010 specimen paper
Accounting 970602 paper 2 core topics for examination from 2010 specimen paperAlpro
 
Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...
Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...
Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...Alpro
 
Accounting 970601 paper 1 multiple choice october november 2008
Accounting 970601 paper 1 multiple choice october november 2008 Accounting 970601 paper 1 multiple choice october november 2008
Accounting 970601 paper 1 multiple choice october november 2008 Alpro
 
Accounting 970601 paper 1 multiple choice october november 2007
Accounting 970601 paper 1 multiple choice october november 2007 Accounting 970601 paper 1 multiple choice october november 2007
Accounting 970601 paper 1 multiple choice october november 2007 Alpro
 
Accounting 970601 paper 1 multiple choice october november 2006
Accounting 970601 paper 1 multiple choice october november 2006 Accounting 970601 paper 1 multiple choice october november 2006
Accounting 970601 paper 1 multiple choice october november 2006 Alpro
 
Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...
Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...
Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...Alpro
 
Accounting 97064 paper 4 problem solving (extension topics) may june session ...
Accounting 97064 paper 4 problem solving (extension topics) may june session ...Accounting 97064 paper 4 problem solving (extension topics) may june session ...
Accounting 97064 paper 4 problem solving (extension topics) may june session ...Alpro
 
Accounting 97062 paper 2 structured questions may june session 2002
Accounting 97062 paper 2 structured questions may june session 2002 Accounting 97062 paper 2 structured questions may june session 2002
Accounting 97062 paper 2 structured questions may june session 2002 Alpro
 
Accounting 97061 paper 1 multiple choice october november 201
Accounting 97061 paper 1 multiple choice october november 201 Accounting 97061 paper 1 multiple choice october november 201
Accounting 97061 paper 1 multiple choice october november 201 Alpro
 
Accounting 97061 paper 1 multiple choice may june session 2002
Accounting 97061 paper 1 multiple choice may june session 2002 Accounting 97061 paper 1 multiple choice may june session 2002
Accounting 97061 paper 1 multiple choice may june session 2002 Alpro
 
Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...
Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...
Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...Alpro
 
Accounting 9706 31 paper 3 multiple choice october november 2013
Accounting 9706 31 paper 3 multiple choice october november 2013 Accounting 9706 31 paper 3 multiple choice october november 2013
Accounting 9706 31 paper 3 multiple choice october november 2013 Alpro
 
Accounting 9706 11 paper 1 multiple choice october november 2014
Accounting 9706 11 paper 1 multiple choice october november 2014Accounting 9706 11 paper 1 multiple choice october november 2014
Accounting 9706 11 paper 1 multiple choice october november 2014Alpro
 
9706 accounting november 2012 principal examiner report for teachers 2012 ac...
9706 accounting november 2012 principal examiner report for teachers  2012 ac...9706 accounting november 2012 principal examiner report for teachers  2012 ac...
9706 accounting november 2012 principal examiner report for teachers 2012 ac...Alpro
 
9706 accounting november 2011 principal examiner report for teachers 2011 ac...
9706 accounting november 2011 principal examiner report for teachers  2011 ac...9706 accounting november 2011 principal examiner report for teachers  2011 ac...
9706 accounting november 2011 principal examiner report for teachers 2011 ac...Alpro
 
9706 accounting november 2011 grade thresholds university of cambridge intern...
9706 accounting november 2011 grade thresholds university of cambridge intern...9706 accounting november 2011 grade thresholds university of cambridge intern...
9706 accounting november 2011 grade thresholds university of cambridge intern...Alpro
 

More from Alpro (20)

Accounting 970602 paper 2 structured questions october november 2008
Accounting 970602 paper 2 structured questions october november 2008 Accounting 970602 paper 2 structured questions october november 2008
Accounting 970602 paper 2 structured questions october november 2008
 
Accounting 970602 paper 2 structured questions october november 2007
Accounting 970602 paper 2 structured questions october november 2007 Accounting 970602 paper 2 structured questions october november 2007
Accounting 970602 paper 2 structured questions october november 2007
 
Accounting 970602 paper 2 structured questions october november 2006
Accounting 970602 paper 2 structured questions october november 2006 Accounting 970602 paper 2 structured questions october november 2006
Accounting 970602 paper 2 structured questions october november 2006
 
Accounting 970602 paper 2 structured questions for examination from 2016 spec...
Accounting 970602 paper 2 structured questions for examination from 2016 spec...Accounting 970602 paper 2 structured questions for examination from 2016 spec...
Accounting 970602 paper 2 structured questions for examination from 2016 spec...
 
Accounting 970602 paper 2 core topics for examination from 2010 specimen paper
Accounting 970602 paper 2 core topics for examination from 2010 specimen paperAccounting 970602 paper 2 core topics for examination from 2010 specimen paper
Accounting 970602 paper 2 core topics for examination from 2010 specimen paper
 
Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...
Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...
Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...
 
Accounting 970601 paper 1 multiple choice october november 2008
Accounting 970601 paper 1 multiple choice october november 2008 Accounting 970601 paper 1 multiple choice october november 2008
Accounting 970601 paper 1 multiple choice october november 2008
 
Accounting 970601 paper 1 multiple choice october november 2007
Accounting 970601 paper 1 multiple choice october november 2007 Accounting 970601 paper 1 multiple choice october november 2007
Accounting 970601 paper 1 multiple choice october november 2007
 
Accounting 970601 paper 1 multiple choice october november 2006
Accounting 970601 paper 1 multiple choice october november 2006 Accounting 970601 paper 1 multiple choice october november 2006
Accounting 970601 paper 1 multiple choice october november 2006
 
Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...
Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...
Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...
 
Accounting 97064 paper 4 problem solving (extension topics) may june session ...
Accounting 97064 paper 4 problem solving (extension topics) may june session ...Accounting 97064 paper 4 problem solving (extension topics) may june session ...
Accounting 97064 paper 4 problem solving (extension topics) may june session ...
 
Accounting 97062 paper 2 structured questions may june session 2002
Accounting 97062 paper 2 structured questions may june session 2002 Accounting 97062 paper 2 structured questions may june session 2002
Accounting 97062 paper 2 structured questions may june session 2002
 
Accounting 97061 paper 1 multiple choice october november 201
Accounting 97061 paper 1 multiple choice october november 201 Accounting 97061 paper 1 multiple choice october november 201
Accounting 97061 paper 1 multiple choice october november 201
 
Accounting 97061 paper 1 multiple choice may june session 2002
Accounting 97061 paper 1 multiple choice may june session 2002 Accounting 97061 paper 1 multiple choice may june session 2002
Accounting 97061 paper 1 multiple choice may june session 2002
 
Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...
Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...
Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...
 
Accounting 9706 31 paper 3 multiple choice october november 2013
Accounting 9706 31 paper 3 multiple choice october november 2013 Accounting 9706 31 paper 3 multiple choice october november 2013
Accounting 9706 31 paper 3 multiple choice october november 2013
 
Accounting 9706 11 paper 1 multiple choice october november 2014
Accounting 9706 11 paper 1 multiple choice october november 2014Accounting 9706 11 paper 1 multiple choice october november 2014
Accounting 9706 11 paper 1 multiple choice october november 2014
 
9706 accounting november 2012 principal examiner report for teachers 2012 ac...
9706 accounting november 2012 principal examiner report for teachers  2012 ac...9706 accounting november 2012 principal examiner report for teachers  2012 ac...
9706 accounting november 2012 principal examiner report for teachers 2012 ac...
 
9706 accounting november 2011 principal examiner report for teachers 2011 ac...
9706 accounting november 2011 principal examiner report for teachers  2011 ac...9706 accounting november 2011 principal examiner report for teachers  2011 ac...
9706 accounting november 2011 principal examiner report for teachers 2011 ac...
 
9706 accounting november 2011 grade thresholds university of cambridge intern...
9706 accounting november 2011 grade thresholds university of cambridge intern...9706 accounting november 2011 grade thresholds university of cambridge intern...
9706 accounting november 2011 grade thresholds university of cambridge intern...
 

Recently uploaded

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 

Recently uploaded (20)

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 

Computer science (9608) 2015 summer qp 11 Cambridge Zimsec

  • 1. This document consists of 16 printed pages. DC (RW/SW) 93610/2 © UCLES 2015 [Turn over Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level *5198201526* COMPUTER SCIENCE 9608/11 Paper 1 Theory Fundamentals May/June 2015 1 hour 30 minutes Candidates answer on the Question Paper. No Additional Materials are required. No calculators allowed. READ THESE INSTRUCTIONS FIRST Write your Centre number, candidate number and name in the spaces at the top of this page. Write in dark blue or black pen. You may use an HB pencil for any diagrams, graphs or rough working. Do not use staples, paper clips, 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. The maximum number of marks is 75. w w w .Xtrem ePapers.com
  • 2. 2 9608/11/M/J/15© UCLES 2015 1 (i) Convert the following binary number into hexadecimal. 1 0 1 1 1 0 0 0 ...............................................................................................................................................[1] (ii) Convert the following denary number into BCD format. 9 7 ...............................................................................................................................................[1] (iii) Using two’s complement, show how the following denary numbers could be stored in an 8-bit register: 114 - 93 [2]
  • 3. 3 9608/11/M/J/15© UCLES 2015 [Turn over 2 (a) Sound can be represented in a computer in a digital format. (i) Give the definition of the term sampling. ........................................................................................................................................... ........................................................................................................................................... .......................................................................................................................................[1] (ii) Give one reason why 16-bit sampling is used in an audio compact disc (CD). ........................................................................................................................................... .......................................................................................................................................[1] (iii) Explain what is meant by the term sampling resolution. ........................................................................................................................................... ........................................................................................................................................... ........................................................................................................................................... .......................................................................................................................................[2] (iv) Give one benefit and one drawback of using a higher sampling resolution. Benefit ............................................................................................................................... ........................................................................................................................................... Drawback .......................................................................................................................... .......................................................................................................................................[2] (b) Describe two typical features found in software for editing sound files. 1 ................................................................................................................................................ ................................................................................................................................................... 2 ................................................................................................................................................ ...............................................................................................................................................[2]
  • 4. 4 9608/11/M/J/15© UCLES 2015 (c) Explain the difference between lossless and lossy data compression techniques. ................................................................................................................................................... ................................................................................................................................................... ................................................................................................................................................... ................................................................................................................................................... ................................................................................................................................................... ...............................................................................................................................................[3]
  • 5. 5 9608/11/M/J/15© UCLES 2015 [Turn over 3 Five modes of addressing and five descriptions are shown below. Draw a line to connect each mode of addressing to its correct description. Mode of addressing Description direct the operand is the address of the address of the value to be used immediate the operand is the address of the value to be used indexed the operand is the offset from the current address where the value to be used is stored indirect the operand plus the contents of the index register is the address of the value to be used relative the operand is the value to be used [4]
  • 6. 6 9608/11/M/J/15© UCLES 2015 4 (a) Sensors are one type of input device. For each of the following situations, name a different sensor that could be used. (i) air conditioning in an office building .......................................................................................................................................[1] (ii) maintaining correct growing conditions in a greenhouse .......................................................................................................................................[1] (iii) detecting an intruder in a building .......................................................................................................................................[1] (b) Sensors are used to monitor seismic activity. At the end of each day, all the data are transmitted to a central computer. This is hundreds of kilometres away. Describe one way of ensuring that the integrity of the data is retained during the transmission stage. ................................................................................................................................................... ................................................................................................................................................... ................................................................................................................................................... ................................................................................................................................................... ................................................................................................................................................... ................................................................................................................................................... ...............................................................................................................................................[4]
  • 7. 7 9608/11/M/J/15© UCLES 2015 [Turn over 5 (a) Telephone calls can be made by using: • conventional telephones (using the Public Service Telephone Network (PSTN) system) over a wired network • a computer, equipped with speakers and microphone, connected to the Internet Put a tick () in the correct column to match each description to the appropriate communication method. Description Conventional telephone using PSTN Internet-based system connection only in use whilst sound is being transmitted dedicated channel used between two points for the duration of the call connection maintained throughout the telephone call encoding schemes and compression technology used lines remain active even during a power outage [5] (b) Distinguish between the Internet and the World Wide Web (WWW). ................................................................................................................................................... ................................................................................................................................................... ................................................................................................................................................... ................................................................................................................................................... ................................................................................................................................................... ...............................................................................................................................................[3]
  • 8. 8 9608/11/M/J/15© UCLES 2015 (c) Name the hardware device that is being described: (i) A device that transfers data from one network to another in an intelligent way. It has the task of forwarding data packets to their destination by the most efficient route. .......................................................................................................................................[1] (ii) A device used between two dissimilar LANs. The device is required to convert data packets from one protocol to another. .......................................................................................................................................[1] (iii) A device or software that provides a specific function for computers using a network. The most common examples handle printing, file storage and the delivery of web pages. .......................................................................................................................................[1]
  • 9. 9 9608/11/M/J/15© UCLES 2015 [Turn over 6 (a) Name the most suitable input or output device for each of the following uses. Give a different device in each case. Description of use Input or output device input of credit card number into an online form selection of an option at an airport information kiosk output of a single high-quality photograph output of several hundred high-quality leaflets input of a hard copy image into a computer [5] (b) All of the uses in part (a) involve the input or output of data. (i) Describe two methods of preventing accidental loss of data. 1 ........................................................................................................................................ ........................................................................................................................................... 2 ........................................................................................................................................ .......................................................................................................................................[2] (ii) Describe one way of ensuring the security of the data against malicious damage. ........................................................................................................................................... .......................................................................................................................................[1]
  • 10. 10 9608/11/M/J/15© UCLES 2015 7 A system is monitored using sensors. The sensors output binary values corresponding to physical conditions, as shown in the table: Parameter Description of parameter Binary value Description of condition P oil pressure 1 pressure >= 3 bar 0 pressure < 3 bar T temperature 1 temperature >= 200°C 0 temperature < 200°C R rotation 1 rotation <= 1000 revs per minute (rpm) 0 rotation > 1000 revs per minute (rpm) The outputs of the sensors form the inputs to a logic circuit. The output from the circuit, X, is 1 if any of the following three conditions occur: either oil pressure >= 3 bar and temperature >= 200°C or oil pressure < 3 bar and rotation > 1000rpm or temperature >= 200°C and rotation > 1000rpm (a) Draw a logic circuit to represent the above system. P T X R [5]
  • 11. 11 9608/11/M/J/15© UCLES 2015 [Turn over (b) Complete the truth table for this system. P T R Workspace X 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 [4]
  • 12. 12 9608/11/M/J/15© UCLES 2015 8 (a) Explain how the width of the data bus and system clock speed affect the performance of a computer system. Width of the data bus ................................................................................................................ ................................................................................................................................................... ................................................................................................................................................... ................................................................................................................................................... Clock speed .............................................................................................................................. ................................................................................................................................................... ................................................................................................................................................... ...............................................................................................................................................[3] (b) Most computers use Universal Serial Bus (USB) ports to allow the attachment of devices. Describe two benefits of using USB ports. 1 ................................................................................................................................................ ................................................................................................................................................... 2 ................................................................................................................................................ ...............................................................................................................................................[2] (c) The table shows six stages in the von Neumann fetch-execute cycle. Put the stages into the correct sequence by writing the numbers 1 to 6 in the right hand column. Description of stage Sequence number the instruction is copied from the Memory Data Register (MDR) and placed in the Current Instruction Register (CIR) the instruction is executed the instruction is decoded the address contained in the Program Counter (PC) is copied to the Memory Address Register (MAR) the value in the Program Counter (PC) is incremented so that it points to the next instruction to be fetched the instruction is copied from the memory location contained in the Memory Address Register (MAR) and is placed in the Memory Data Register (MDR) [6]
  • 13. 13 9608/11/M/J/15© UCLES 2015 [Turn over Question 9 begins on page 14.
  • 14. 14 9608/11/M/J/15© UCLES 2015 9 A database has been designed to store data about salespersons and the products they have sold. The following facts help to define the structure of the database: • each salesperson works in a particular shop • each salesperson has a unique first name • each shop has one or more salespersons • each product which is sold is manufactured by one company only • each salesperson can sell any of the products • the number of products that each salesperson has sold is recorded The table ShopSales was the first attempt at designing the database. FirstName Shop ProductName NoOfProducts Manufacturer Nick TX television set refrigerator digital camera 3 2 6 SKC WP HKC Sean BH hair dryer electric shaver 1 8 WG BG John TX television set mobile phone digital camera toaster 2 8 4 3 SKC ARC HKC GK (a) State why the table is not in First Normal Form (1NF). ................................................................................................................................................... ...............................................................................................................................................[1]
  • 15. 15 9608/11/M/J/15© UCLES 2015 [Turn over (b) The database design is changed to: SalesPerson (FirstName, Shop) SalesProducts (FirstName, ProductName, NoOfProducts, Manufacturer) Using the data given in the first attempt table (ShopSales), show how these data are now stored in the revised table designs. Table: SalesPerson FirstName Shop Table: SalesProducts FirstName ProductName NoOfProducts Manufacturer [3]
  • 16. 16 9608/11/M/J/15© UCLES 2015 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. To avoid the issue of disclosure of answer-related information to candidates, all copyright acknowledgements are reproduced online in the Cambridge International Examinations Copyright Acknowledgements Booklet. This is produced for each series of examinations and is freely available to download at www.cie.org.uk after the live examination series. 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. (c) (i) A relationship between the two tables has been implemented. Explain how this has been done. ........................................................................................................................................... ........................................................................................................................................... ........................................................................................................................................... ........................................................................................................................................... .......................................................................................................................................[2] (ii) Explain why the SalesProducts table is not in Third Normal Form (3NF). ........................................................................................................................................... ........................................................................................................................................... ........................................................................................................................................... .......................................................................................................................................[2] (iii) Write the table definitions to give the database in 3NF. ........................................................................................................................................... ........................................................................................................................................... ........................................................................................................................................... .......................................................................................................................................[2]