SlideShare a Scribd company logo
1 of 4
Download to read offline
UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS
GCE Advanced Subsidiary Level and Advanced Level


MARK SCHEME for the November 2005 question paper




                                 9691 COMPUTING

     9691/02                 Paper 2 (Practical Tasks), maximum raw mark 60



This mark scheme is published as an aid to teachers and students, to indicate the
requirements of the examination. It shows the basis on which Examiners were initially
instructed to award marks. It does not indicate the details of the discussions that took place
at an Examiners’ meeting before marking began. Any substantial changes to the mark
scheme that arose from these discussions will be recorded in the published Report on the
Examination.

All Examiners are instructed that alternative correct answers and unexpected approaches in
candidates’ scripts must be given marks that fairly reflect the relevant knowledge and skills
demonstrated.

Mark schemes must be read in conjunction with the question papers and the Report on the
Examination.

The minimum marks in these components needed for various grades were previously
published with these mark schemes, but are now instead included in the Report on the
Examination for this session.


•       CIE will not enter into discussion or correspondence in connection with these mark
        schemes.

CIE is publishing the mark schemes for the November 2005 question papers for most IGCSE
and GCE Advanced Level and Advanced Subsidiary Level syllabuses and some Ordinary
Level syllabuses




                http://www.xtremepapers.net
Page 1                              Mark Scheme                                 Syllabus    Paper
                             GCE A/AS LEVEL – NOVEMBER 2005                          9691        2


The mark points indicated on the mark scheme are listed below. Indicate with a tick where each
mark has been awarded.
Please note that where a Maximum Mark is indicated, candidates cannot be awarded anything
greater than that amount, even if the number of ticks against mark points exceeds the maximum.
If the number of ticks is less than the maximum, then the number of ticks is the mark to be
awarded.
Please ensure that you attach this mark sheet to each candidate’s work.


                     Give 1 mark for each of the following attributes, providing it has been
  Question 1(a)      described and given an appropriate data type.
Maximum 11 Marks
                     Author Table maximum 4 marks
                     Author ID       • Appropriate data type
                                     • Uniquely identifies the Author
                     Author name       • Text/string type
                                       • Gives name of the Author
                     Address           • Text/string type
                                       • Gives the address of the Author
                     Phone             • Text/string type
                                       • 11-digit telephone number
                                       • Validation/mask for Phone
                     Book Table maximum 2 marks
                     Book ID         • Text/string type
                                     • Unique book identifier
                                     • Validation/mask for Book ID
                     Title             • Text/string type
                                       • Title of the book
                     Book/Author table maximum 2 marks
                     Book ID          • Text/string type
                                      • Unique book identifier
                                      • Validation/mask for Book ID
                     Author ID         • A uniquely identifies the Author
                                       • Appropriate data type
                       • 1 mark if key for Author table has been clearly specified
                       • 1 mark if key for Book table has been clearly specified
                       • 1 mark if key for BookAuthor table has been clearly specified
                         as a composite key (both attributes)
                                                                           Sub-Total 1(a)




                   © University of Cambridge International Examinations 2005
Page 2                        Mark Scheme                                Syllabus     Paper
                      GCE A/AS LEVEL – NOVEMBER 2005                        9691          1



 Question 1(b)(i)
Maximum 2 Marks         • The form has a clear heading and description of its purpose
                        • There are boxes for all the attributes need to be input
                                                                          Sub-Total 1(b)(i)

 Question 1(b)(ii)
Maximum 2 Marks         • The form has a clear heading and description of its purpose
                        • There are boxes for all the attributes need to be input
                                                                         Sub-Total 1(b)(ii)

Question 1(b)(iii)
Maximum 2 Marks         • The form has a clear heading and description of its purpose
                        • There are boxes for each attribute
                        • The values can be chosen from the list
                                                                      Sub-Total 1(b)(iii)

 Question 1(c)
Maximum 2 Marks         • The user is asked for a author’s ID
                        • This can be chosen from a list
                        • A correct list of books is produced
                                                                           Sub-Total 1(c)

 Question 1(d)
Maximum 3 Marks         •   There is a heading describing the purpose of the list
                        •   The report has a date
                        •   The page(s) are numbered
                        •   All the books are listed
                        •   In Book ID order
                        •   All the authors for each module are listed
                                                                            Sub-Total 1(d)

   Question 2         Give 1 mark for each sequence enclosed in parentheses and 1 mark
                      for the output
                      NB Candidates are not expected to include the parentheses; these
                      are for marking purposes only.
 Question 2 (i)
Maximum 4 Marks       (1,2,) (4,5,6,7,8,9,10,11,) (27,28,30,31,32,33,34)
                      Output: Invalid string
                                                                            Sub-Total 2(i)
 Question 2 (ii)
Maximum 7 Marks       (1,2) (4,5,6,7,8,9,) (11,12,13,14,15,16,18,19,20,21,) (25,26,)
                      (12,13,14,15,21,22,24,25,26,) (12,26,27,28,29,30,32,33,34)
                      Output: Valid string
                                                                            Sub-Total 2(ii)
 Question 2 (iii)
Maximum 7 Marks       (1,2,4,5,6,7,8,9) (11,12,13,14,15,16,18,19,20,21,)
                      (25,26,12,13,14,15,) (21,22,24,25,26,12,13,14,15,16,17,18,20,21,)
                      (25,26,12,) (26,27,28,30,31,32,33,34)
                      Output: Invalid string
                                                                         Sub-Total 2(iii)




                     © University of Cambridge International Examinations 2004
Page 3                     Mark Scheme                                Syllabus      Paper
                   GCE A/AS LEVEL – NOVEMBER 2005                        9691           1



 Question 3(a)
Maximum 4 Marks      •   User can only enter digits 0 to 7
                     •   User can choose one of the four operators (+ , - , * , / )
                     •   There are three boxes, two for data entry and one for output
                     •   There is a clear button
                                                                          Sub-Total 3(a)

 Question 3(b)
Maximum 4 Marks      •  The code is well annotated
                     •  Meaningful names have been used throughout
                     •  The function will accept an octal number (or string of octal
                       digits)
                     • The function correctly returns the decimal equivalent
                                                                         Sub-Total 3(b)

 Question 3(c)
Maximum 4 Marks      •   The code is well annotated
                     •   Meaningful names have been used throughout
                     •   The function will accept a decimal number
                     •   The function correctly returns the octal equivalent
                                                                           Sub-Total 3(c)

 Question 3(d)
Maximum 3 Marks      • The code is well annotated
                     • Meaningful names have been used throughout
                     • There is correct code for all four functions
                                                                         Sub-Total 3(d)

 Question 3(e)
Maximum 5 Marks      • There is a set of test data for each operation
                     • The code correctly adds two octal numbers
                     • The code correctly subtracts two octal numbers with a positive
                       result
                     • The code correctly subtracts two octal numbers with a negative
                       result
                     • The code correctly multiplies two octal numbers
                     • The code correctly divides two octal numbers
                                                                       Sub-Total 3(e)

                                                                         Total (max 60)




                  © University of Cambridge International Examinations 2004

More Related Content

More from Samimvez (20)

Example3
Example3Example3
Example3
 
Coms1010 exam paper - nov10
Coms1010   exam paper - nov10Coms1010   exam paper - nov10
Coms1010 exam paper - nov10
 
Coms1010 exam paper - may 08
Coms1010   exam paper - may 08Coms1010   exam paper - may 08
Coms1010 exam paper - may 08
 
Example2
Example2Example2
Example2
 
Labsheet 3
Labsheet 3Labsheet 3
Labsheet 3
 
Labsheet 3,5
Labsheet 3,5Labsheet 3,5
Labsheet 3,5
 
EQ V3x
EQ V3xEQ V3x
EQ V3x
 
Eq v2
Eq v2Eq v2
Eq v2
 
3.6
3.63.6
3.6
 
3.2
3.23.2
3.2
 
3.10
3.103.10
3.10
 
3.1
3.13.1
3.1
 
3.3
3.33.3
3.3
 
3.8
3.83.8
3.8
 
3.4
3.43.4
3.4
 
3.7
3.73.7
3.7
 
3.5
3.53.5
3.5
 
3.9
3.93.9
3.9
 
Nov 05 P3
Nov 05 P3Nov 05 P3
Nov 05 P3
 
June 02 MS2
June 02 MS2June 02 MS2
June 02 MS2
 

Recently uploaded

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 

Recently uploaded (20)

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 

Nov 05 MS2

  • 1. UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS GCE Advanced Subsidiary Level and Advanced Level MARK SCHEME for the November 2005 question paper 9691 COMPUTING 9691/02 Paper 2 (Practical Tasks), maximum raw mark 60 This mark scheme is published as an aid to teachers and students, to indicate the requirements of the examination. It shows the basis on which Examiners were initially instructed to award marks. It does not indicate the details of the discussions that took place at an Examiners’ meeting before marking began. Any substantial changes to the mark scheme that arose from these discussions will be recorded in the published Report on the Examination. All Examiners are instructed that alternative correct answers and unexpected approaches in candidates’ scripts must be given marks that fairly reflect the relevant knowledge and skills demonstrated. Mark schemes must be read in conjunction with the question papers and the Report on the Examination. The minimum marks in these components needed for various grades were previously published with these mark schemes, but are now instead included in the Report on the Examination for this session. • CIE will not enter into discussion or correspondence in connection with these mark schemes. CIE is publishing the mark schemes for the November 2005 question papers for most IGCSE and GCE Advanced Level and Advanced Subsidiary Level syllabuses and some Ordinary Level syllabuses http://www.xtremepapers.net
  • 2. Page 1 Mark Scheme Syllabus Paper GCE A/AS LEVEL – NOVEMBER 2005 9691 2 The mark points indicated on the mark scheme are listed below. Indicate with a tick where each mark has been awarded. Please note that where a Maximum Mark is indicated, candidates cannot be awarded anything greater than that amount, even if the number of ticks against mark points exceeds the maximum. If the number of ticks is less than the maximum, then the number of ticks is the mark to be awarded. Please ensure that you attach this mark sheet to each candidate’s work. Give 1 mark for each of the following attributes, providing it has been Question 1(a) described and given an appropriate data type. Maximum 11 Marks Author Table maximum 4 marks Author ID • Appropriate data type • Uniquely identifies the Author Author name • Text/string type • Gives name of the Author Address • Text/string type • Gives the address of the Author Phone • Text/string type • 11-digit telephone number • Validation/mask for Phone Book Table maximum 2 marks Book ID • Text/string type • Unique book identifier • Validation/mask for Book ID Title • Text/string type • Title of the book Book/Author table maximum 2 marks Book ID • Text/string type • Unique book identifier • Validation/mask for Book ID Author ID • A uniquely identifies the Author • Appropriate data type • 1 mark if key for Author table has been clearly specified • 1 mark if key for Book table has been clearly specified • 1 mark if key for BookAuthor table has been clearly specified as a composite key (both attributes) Sub-Total 1(a) © University of Cambridge International Examinations 2005
  • 3. Page 2 Mark Scheme Syllabus Paper GCE A/AS LEVEL – NOVEMBER 2005 9691 1 Question 1(b)(i) Maximum 2 Marks • The form has a clear heading and description of its purpose • There are boxes for all the attributes need to be input Sub-Total 1(b)(i) Question 1(b)(ii) Maximum 2 Marks • The form has a clear heading and description of its purpose • There are boxes for all the attributes need to be input Sub-Total 1(b)(ii) Question 1(b)(iii) Maximum 2 Marks • The form has a clear heading and description of its purpose • There are boxes for each attribute • The values can be chosen from the list Sub-Total 1(b)(iii) Question 1(c) Maximum 2 Marks • The user is asked for a author’s ID • This can be chosen from a list • A correct list of books is produced Sub-Total 1(c) Question 1(d) Maximum 3 Marks • There is a heading describing the purpose of the list • The report has a date • The page(s) are numbered • All the books are listed • In Book ID order • All the authors for each module are listed Sub-Total 1(d) Question 2 Give 1 mark for each sequence enclosed in parentheses and 1 mark for the output NB Candidates are not expected to include the parentheses; these are for marking purposes only. Question 2 (i) Maximum 4 Marks (1,2,) (4,5,6,7,8,9,10,11,) (27,28,30,31,32,33,34) Output: Invalid string Sub-Total 2(i) Question 2 (ii) Maximum 7 Marks (1,2) (4,5,6,7,8,9,) (11,12,13,14,15,16,18,19,20,21,) (25,26,) (12,13,14,15,21,22,24,25,26,) (12,26,27,28,29,30,32,33,34) Output: Valid string Sub-Total 2(ii) Question 2 (iii) Maximum 7 Marks (1,2,4,5,6,7,8,9) (11,12,13,14,15,16,18,19,20,21,) (25,26,12,13,14,15,) (21,22,24,25,26,12,13,14,15,16,17,18,20,21,) (25,26,12,) (26,27,28,30,31,32,33,34) Output: Invalid string Sub-Total 2(iii) © University of Cambridge International Examinations 2004
  • 4. Page 3 Mark Scheme Syllabus Paper GCE A/AS LEVEL – NOVEMBER 2005 9691 1 Question 3(a) Maximum 4 Marks • User can only enter digits 0 to 7 • User can choose one of the four operators (+ , - , * , / ) • There are three boxes, two for data entry and one for output • There is a clear button Sub-Total 3(a) Question 3(b) Maximum 4 Marks • The code is well annotated • Meaningful names have been used throughout • The function will accept an octal number (or string of octal digits) • The function correctly returns the decimal equivalent Sub-Total 3(b) Question 3(c) Maximum 4 Marks • The code is well annotated • Meaningful names have been used throughout • The function will accept a decimal number • The function correctly returns the octal equivalent Sub-Total 3(c) Question 3(d) Maximum 3 Marks • The code is well annotated • Meaningful names have been used throughout • There is correct code for all four functions Sub-Total 3(d) Question 3(e) Maximum 5 Marks • There is a set of test data for each operation • The code correctly adds two octal numbers • The code correctly subtracts two octal numbers with a positive result • The code correctly subtracts two octal numbers with a negative result • The code correctly multiplies two octal numbers • The code correctly divides two octal numbers Sub-Total 3(e) Total (max 60) © University of Cambridge International Examinations 2004