CS(N5)16A Computing Science

Size: px
Start display at page:

Download "CS(N5)16A Computing Science"

Transcription

1 FOR OFFICIAL USE National Qualifications Mark CS(N5)16A Computing Science Duration 1 hour and 30 mins Fill in these boxes and read what is printed below. Full name of centre Town Forenames(s) Surname Number of seat Date of birth Day Month Year Scottish candidate number D D M M Y Y Total marks 90 SECTION 1 20 marks Attempt ALL questions in this section. SECTION 2 70 marks Attempt ALL questions in this section. Read all questions carefully before attempting. Write your answers in the spaces provided, using blue or black ink. Show all workings. Before leaving the examination room you must give this booklet to the invigilator. If you do not, you may lose all marks for this paper Perfect Papers All rights reserved

2 SECTION 1 20 marks Attempt ALL questions 1. Convert the decimal number 178 into the equivalent 8-bit binary number A computer program is created to store data about the total amount of money taken at a school raffle. State the most suitable data type for the total The pseudocode shown below uses a simple condition. IF pass = VIP THEN SEND Special Guest TO DISPLAY Create a complex condition that will display standard seating if a person has a Reserved pass or a Guest pass. 2 Page two

3 4. A web browser allows a user to add bookmarks to remember websites of interest. State one other feature of a web browser This pseudocode allows the user to set the temperature for his/her central heating in degrees centigrade. Line 1 RECEIVE temperature FROM (INTEGER) KEYBOARD Line 2 WHERE temperature < 10 OR temperature > 24 DO Line 3 Line 4 SEND Temperature outwith comfortable range, try again TO DISPLAY RECEIVE temperature FROM (INTEGER) KEYBOARD Line 5 END WHILE Complete the table below to show normal and exceptional test data for temperature. 2 Type of Test Data Test Data Normal Exceptional Page three

4 6. Charlie is designing a web page for a book store. Here is part of the page design. Give two improvements that could be made to make the page easier to use Explain the purpose of lines 6 to 9 in this pseudocode. Line 6 REPEAT Line 7 SEND Please enter your selection TO DISPLAY Line 8 RECEIVE choice FROM (STRING) KEYBOARD Line 9 UNTIL choice >=1 AND choice <=4 2 Page four

5 8. a) Explain why web data is often compressed by a server when it is transferred to a client. 1 b) Explain what has to be done to the data received at the client before it can be displayed State the data type of the variable found in the code below. 1 Line 24 SET found to FALSE Line 25 SET location TO 0 Line 26 REPEAT Line 27 IF haystack[location] = needle THEN Line 28 SET found = TRUE Line 29 END IF Line 30 SET location TO location + 1 Line 31 UNTIL found = TRUE OR location = Indentation of code is one method of improving the readability of program code. Describe two other methods of improving readability Paul has connected his games console to his next door neighbours Wi-Fi by guessing the password. State the law that he has broken. 1 Page five

6 12. Describe how phishing can be an online security risk All of the links in this information system have been tested. State one other type of testing that is used in this information system. 1 Page six

7 SECTION 2 70 Marks Attempt ALL questions 14. The Pseudocode for a program to calculate the payment due for a number of hours worked is shown below. Line 12 SET payrate TO 8.59 Line 13 RECEIVE hoursworked FROM (REAL) KEYBOARD Line 14 SET paydue TO payrate * hoursworked (a) Explain how the value in the variable paydue will be stored in the computer. 2 (b) The programmer writing the program, implements sections of code and then tests them. During one of these tests the program stops running after a few lines and an error is reported. (i) State the type of translator used by the programmer. 1 (ii) State one disadvantage of using this type of translator. 1 (c) At one point during implementation the programmer mis-types the word RECEIVE, typing RCEIVE instead. State the type of programming error that the programmer has introduced. 1 Page seven

8 14. (continued) (d) A diagram of a computer system is shown below. (i) Name the part of the processor labelled A above. 1 (ii) Name the part of the computer system labelled B above. 1 Page eight

9 14. (continued) (e) The following part of the program is executed. Line 14 SET paydue TO payrate * hoursworked Name the part of the computer system that will carry out each of the following tasks. (i) Performs the calculation. 1 (ii) Carries the location of paydue in main memory. 1 (iii) Carries the result of the calculation from the processor to the main memory. 1 (f) This line of the program receives a value from the keyboard. Line 13 RECEIVE hoursworked FROM (REAL) KEYBOARD This value should be restricted so that it is at least 1 and less than 42. (i) State the standard algorithm that is used to ensure that data entered is acceptable. 1 (ii) Using pseudocode or a programming language of your choice, write the code to ensure that only acceptable values for hoursworked are processed. 3 Page nine

10 15. Here is the Computing Science section of the Perfect Papers Web Site. (a) Describe one purpose of this section of the website. 1 (b) State the domain name of this webpage URL. 1 Page ten

11 15. (continued) (c) The HTML for the logo uses the img element shown below. <img src= /cdn-images/pplogo.png /> (i) Name the standard file format used to store the image. 1 (ii) The image could have been stored using the GIF image format. Identify two reasons why the format given in (i) above is more appropriate than GIF (d) The web page design includes several features to aid accessibility. (i) Identify one of these features. 1 (ii) Explain how this feature aids accessibility. 1 (e) John is a teacher and can download papers from the website. Describe one concern that a teacher may have when downloading a paper from the site. 1 Page eleven

12 15. (continued) (f) John uses the Advanced Search section of the site to show all the Computing Science papers. Circle one example on the webpage above that might make use of JavaScript. 1 (g) Describe how the list of papers above has been sorted. 2 (h) Clicking on the name of a paper opens the paper s page on the website in a new window. Explain why the HTML code for these links uses relative addressing. 1 Page twelve

13 16. Drop Design is a web design company. The company has a number of templates which they use with clients to quickly start new website projects. One of these templates is shown below. (a) The template shown above provides consistency of font, colour, style and size of text. Identify other features to aid good user interface design. 2 Page thirteen

14 Q16. (continued) (b) The completed web site is created using HTML. (i) State the feature of HTML code that allows the pages on the website to be formatted. 1 (ii) The images for the web site are held on a separate server as shown in the diagram below. State the type of addressing that should be used to include the file image1.jpg in the index.html page. 1 (iii) The server cdn.dropdesign.co.uk is part of a cloud storage service. Describe how cloud storage can be used to provide improved access to the images for the web site. 2 Page fourteen

15 16. (continued) (c) Image1.jpg, before editing, is 5 inch by 6 inch with a resolution of 300 dpi and 16-bit colour depth. Calculate the file size of the image and state your answer in appropriate units. Show all your working. 3 (d) The website contains a search engine. Explain how a search engine is used to produce a list of results. 2 Page fifteen

16 17. A program is written to calculate the cost of employing road crew for a rock band tour for a number of days. Each crew member is normally paid 150 per day but will earning twice that if the crew is working in stadiums. If there are more than 10 road crew then a tour manager is required and he/she is paid 1.5 times what the crew are paid. An incomplete design for the program is shown below. Line 1 SET crewpay TO 150 Line 2 SEND Enter the number of road crew and the type of tour TO DISPLAY Line 3 RECEIVE numberofcrew FROM ( ) KEYBOARD Line 4 RECEIVE numberofdays FROM ( ) KEYBOARD Line 5 SEND Is this a Statium Tour? TO DISPLAY Line 6 RECEIVE stadiumtour FROM ( ) KEYBOARD Line 7 IF statiumtour = True THEN Line 8 SET crewpay TO crewpay * 2 Line 9 END IF Line 10 SET totalcrewpay = numberofcrew * numberofdays * crewpay Line 11 IF numberofcrew > 10 THEN Line 12 totalcrewpay = totalcrewpay + (crewpay * numberofdays * 1.5) Line 13 SET numberofcrew = numberofcrew + 1 Line 14 END IF Line 15 SEND [ The total pay for & numberofcrew & road crew for & numberofdays & is & totalcrewpay] TO DISPLAY (a) The above design should show the type of data being entered from the keyboard in Lines 3, 4 and 6. State the most appropriate data types for the following variables. 3 numberofcrew numberofdays stadiumtour Page sixteen

17 17. (Continued) (b) (i) State the lines of pseudocode that contain conditional statements. 2 (ii) State the part of the processor that compares the values in a conditional statement. 1 (c) The program is later improved to store the totalcrewpay for ten different tours. (i) State the data structure that would be required to store the list of totalcrewpay values. 2 (ii) State the type of loop required to repeat the code in lines 1 to 12 for each of the ten tours. Explain why this type of loop would be used. 2 Type of Loop Explanation (d) A logo for one of the rock bands is shown below. Describe how the circle element of the logo would be saved as a vector graphic. 2 Page seventeen

18 18. GuitarStore are organising the catalogue of guitars and accessories that they sell. GuitarStore want to store the details of products and the companies who manufacture them. Some sample data is shown in the table below. Manu Manufacturer Code Name Sales ProdRef Product Name Price MU01 Fender 7627 TelecasterMX MU01 Fender 8762 Statocaster MU02 Gibson 4241 Flying V MU04 Rickenbacker sales@riclenbacker.net C Colorado MU04 Rickenbacker sales@riclenbacker.net / (a) To avoid data duplication, a database with two linked tables is proposed a MANUFACTURER table and a PRODUCT table. (i) List the fields/attributes that should be included in each table. 2 MANUFACTURER table PRODUCT table (ii) Identify the foreign key used to link the two tables. 1 (iii) Identify the primary key of the PRODUCT table. 1 Page eighteen

19 18. (continued) (b) GuitarStore have created a design for a possible mobile app for their business. (i) Identify one feature that makes this a suitable user interface for a mobile app. 1 (ii) It is intended that when a visitor selects Fender, a list of all Fender guitars will be displayed. Describe what happens within the database when this button is selected. 2 Page nineteen

20 19. Stephen has a business which creates image adverts for LCD digital signage displays in local shops, petrol stations and bus stops. Each digital signage display shows a number of digital images from a 128 Gigabyte memory card. (a) The memory cards used in the digital signage displays are examples of solid state storage. Explain why this is more suitable for the digital signage displays than magnetic storage. (b) If a digital image is 50 Megabytes in size, calculate how many digital images Stephen will be able to store on a memory card before it is full. Show your working. 2 2 Page twenty

21 19. (continued) (c) Stephen uses a laptop to create digital images with his clients for the digital signage displays. Describe two advantages of using a laptop rather than a tablet or smartphone for this task. 2 Advantage 1 Advantage 2 (d) Stephen is aware that he has environmental responsibilities as the owner of a business that uses computer equipment. He takes steps to reduce the carbon foot print of his business. (i) Explain what is meant by a carbon footprint. 1 (ii) Describe two ways that Stephen could change the operation of the digital signage displays to use less energy. 2 Page twenty-one

22 20. A local drone shop has a flat file database storing information on just under 10,000 products that it stocks. Part of the database is shown below. Section ID Section Section Product Stock ID Name Manager Type Product Name 7 Motors J. Mason Volt Dyno Blades W. Reith 2882 Plastic 6 StyleBlade 3 Assembled R. Simpson 3911 Mid-size 361 Skyfly 6 GPS M. Shaw 6598 Tracker Locate 920 GT 12 Accessories C. Chisholm 0726 Mount Gimbal Motors J. Mason Volt Honda Accessories C. Chisholm 9201 Remote Controller A12 (a) The design structure of the database looks like this. Field Name Field Type Field Size Validation Section ID Number 0> AND < 20 Section Name Text 12 Section Manager Text 20 Stock ID Number Product Type Text 20 Product Name Text 25 Name two types of validation that could be applied to the field Stock ID. 2 Validation 1 Validation 2 (b) The drone store decides to change the name of the Accessories section to Add-ons. Describe a potential problem when changing this data in a flat file database design. 1 Page twenty-two

23 [B Q20. (continued) (c) A change is required to the database to make it more useful. The fields: InStock and Item Price Section Section Section Stock Product Item Product Name InStock ID Name Manager ID Type Price 10 Blades W. Reith 2882 Plastic 6 StyleBlade False Motors J. Mason Volt Dyno 210 True Name a suitable field type for each of the new fields. 2 InStock Item Price [END OF QUESTION PAPER] Page twenty-three

24 ADDITIONAL SPACE FOR ANSWERS Page twenty-four

25 ADDITIONAL SPACE FOR ANSWERS Page twenty-five

NOT FOR USE AS AN EXAM SAMPLE COPY - CS(H)15A. National Qualifications. Computing Science D D M M Y Y. Mark. Total marks 90

NOT FOR USE AS AN EXAM SAMPLE COPY - CS(H)15A. National Qualifications. Computing Science D D M M Y Y. Mark. Total marks 90 FOR OFFICIAL USE National Qualifications Mark CS(H)15A Computing Science Duration 2 hours Fill in these boxes and read what is printed below. Full name of centre Town Forenames(s) Surname Number of seat

More information

CS(AH)17 Computing Science

CS(AH)17 Computing Science FOR OFFICIAL USE National Qualifications Mark CS(AH)17 Computing Science Duration 2 hours Fill in these boxes and read what is printed below. Full name of centre Town Forenames(s) Surname Number of seat

More information

Quali cations. Forename(s) Surname Number of seat

Quali cations. Forename(s) Surname Number of seat FOR OFFICIAL USE Quali cations N5National 05 X76/75/0 Mark Computing Science WEDNESDAY, 6 MAY 9:00 AM 0:30 AM *X76750* Fill in these boxes and read what is printed below. Full name of centre Town Forename(s)

More information

CS(AH)16 Computing Science

CS(AH)16 Computing Science FOR OFFICIAL USE National Qualifications Mark CS(AH)16 Computing Science Duration 2 hours Fill in these boxes and read what is printed below. Full name of centre Town Forenames(s) Surname Number of seat

More information

National Quali cations 2017

National Quali cations 2017 H FOR X716/76/01 OFFICIAL USE National Quali cations 017 Mark Computing Science TUESDAY, 16 MAY 1:00 PM 3:00 PM *X7167601* Fill in these boxes and read what is printed below. Full name of centre Town Forename(s)

More information

National Quali cations Date of birth Scottish candidate number

National Quali cations Date of birth Scottish candidate number N5FOR OFFICIAL USE X76/75/0 National Quali cations 07 Mark Computing Science TUESDAY, 6 MAY :00 PM :30 PM *X76750* Fill in these boxes and read what is printed below. Full name of centre Town Forename(s)

More information

SAMPLE RESOURCE. dotty share prices

SAMPLE RESOURCE. dotty share prices BUSINESS dotty share prices Overview This activity tests students knowledge of the factors that cause movements in share prices, in a way that learners should enjoy. It is probably best done after some

More information

National Quali cations 2018

National Quali cations 2018 H FOR X76/76/0 OFFICIAL USE National Quali cations 08 Mark Computing Science TUESDAY, MAY :00 PM 3:00 PM *X76760* Fill in these boxes and read what is printed below. Full name of centre Town Forename(s)

More information

Primary Source Verification. How to Apply

Primary Source Verification. How to Apply Primary Source Verification Dubai Corporation for Ambulance Services (DCAS) How to Apply A Step By Step Guide for Completing Your Application If you are a new applicant, follow the instructions from step

More information

National Quali cations 2016

National Quali cations 2016 H FOR X76/76/0 OFFICIAL USE National Quali cations 06 Mark Computing Science FRIDAY, 7 MAY :00 PM 3:00 PM *X76760* Fill in these boxes and read what is printed below. Full name of centre Town Forename(s)

More information

Hello! My name is PC and I am learning how to use a computer. Let s learn together! Unit1

Hello! My name is PC and I am learning how to use a computer. Let s learn together! Unit1 Hello! My name is PC and I am learning how to use a computer. Let s learn together! Unit1 The Computer Parts of a Computer The Mouse Disks What Can You Do? Programs Windows Parts of a Computer A computer

More information

N5 Computing Science - Revision

N5 Computing Science - Revision Revision 1 1. Convert the following decimal numbers to binary using the table below. 22 144 73 128 64 32 16 8 4 2 1 2. How does a computer represent characters in a computer system? 3. Calculate the backing

More information

Math. Common Core. Daily/Spiral Review. Math. Common Core. Daily/Spiral Review. Unit 4. Unit 3. 7 th Grade

Math. Common Core. Daily/Spiral Review. Math. Common Core. Daily/Spiral Review. Unit 4. Unit 3. 7 th Grade Math Math Unit 4 Common Core Common Core Daily/Spiral Review Daily/Spiral Review 7 th Grade Unit 3 Includes Daily Questions Aligned to: Number Systems Expressions and Equations Ratios and Proportional

More information

HIGHER PRELIM REVISION

HIGHER PRELIM REVISION Carter s Carriage is a transport company which operates a fleet of vans carrying goods between 25 depots throughout the country. Every trip follows one of a number of set routes between an origin depot

More information

Course Directive Degree Audit Exception

Course Directive Degree Audit Exception Course Directive Degree Audit Exception This guide will cover: How to add or remove a course from a requirement line in a student's degree audit. Step One Navigate to the following breadcrumb: Step Two

More information

National Quali cations

National Quali cations National Quali cations AH2017 X716/77/11 Computing Science TUESDAY, 16 MAY 1:00 PM 3:00 PM Total marks 60 Attempt ALL questions. Write your answers clearly in the answer booklet provided. In the answer

More information

17. [Exploring Numbers]

17. [Exploring Numbers] . [Exploring Numbers] Skill. Comparing whole numbers. Compare the size of the digits in the same place, one at a time. Work from left to right across each number. Q. Which number is the A ) 06 B ) 60 C

More information

[CS(SG)06FMS] NATIONAL QUALIFICATIONS. COMPUTING STUDIES STANDARD GRADE Foundation Level. Marking Guidelines

[CS(SG)06FMS] NATIONAL QUALIFICATIONS. COMPUTING STUDIES STANDARD GRADE Foundation Level. Marking Guidelines F [CS(SG)06FMS] NATIONAL QUALIFICATIONS Marking Guidelines COMPUTING STUDIES STANDARD GRADE Foundation Level This paper must be withdrawn from candidates after any follow-up discussion of marks/grades

More information

N5 Computing Science - Solutions

N5 Computing Science - Solutions Revision 1 1. Convert the following decimal numbers to binary using the table below. 128 64 32 16 8 4 2 1 22 0 0 0 1 0 1 1 0 144 1 0 0 1 0 0 0 0 73 0 1 0 0 1 0 0 1 2. How does a computer represent characters

More information

*X206/11/01* X206/11/01 COMPUTING INTERMEDIATE 2 NATIONAL QUALIFICATIONS 2015 WEDNESDAY, 6 MAY 9.00 AM AM

*X206/11/01* X206/11/01 COMPUTING INTERMEDIATE 2 NATIONAL QUALIFICATIONS 2015 WEDNESDAY, 6 MAY 9.00 AM AM X06//0 NATIONAL QUALIFICATIONS 05 WEDNESDAY, 6 MAY 9.00 AM 0.30 AM COMPUTING INTERMEDIATE Attempt Section I and Section II and one Part of Section III. Section I Attempt all questions. Section II Attempt

More information

MTK smartphone Multiple downloading tool operating instructions

MTK smartphone Multiple downloading tool operating instructions MTK smartphone Multiple downloading tool operating instructions Note: 6.0 upgrade, first power off the phone and plug the data cable directly; 7.0 upgrade(the same way to upgrade from 6.0 to 7.0), first

More information

Monday 27 June 2016 Afternoon

Monday 27 June 2016 Afternoon Oxford Cambridge and RSA Monday 27 June 2016 Afternoon GCSE BUSINESS AND COMMUNICATION SYSTEMS A265/01 Businesses and their Communication Systems *5127450039* Candidates answer on the Question Paper. OCR

More information

TRIAX Hospitality Solutions. June 2017

TRIAX Hospitality Solutions. June 2017 TRIAX Hospitality Solutions June 2017 The solution we will deliver TRIAX already provides a range of TV and wifi solutions 31/05/2017 2017, TRIAX A/S 3 These solutions are well-established and proven More

More information

Parent s Guide to GO Math! Technology Correlation

Parent s Guide to GO Math! Technology Correlation hmhco.com Parent s Guide to GO Math! Technology Correlation Grade K Not sure how to help your child with homework? Looking for extra practice to help your child succeed? GO Math! Grade K has a variety

More information

24 Week Marketing & Selling System

24 Week Marketing & Selling System 24 Week Marketing & Selling System Property Address: Seller Name/s: Seller Phone #: Listing Price: Lockbox # Listing Dates: Shackle Code: Listing Online Marketing Listing packet completed Pictures taken.

More information

User manual CCV Mini (Android)

User manual CCV Mini (Android) TABLE OF CONTENTS 1. PREPARING THE CCV MINI FOR USE... 4 1.1. List of items supplied... 4 1.2. Environmental factors that may affect the equipment s operation... 4 1.3. Step 1 - Charge the card reader...

More information

X206/201 COMPUTING INTERMEDIATE 2

X206/201 COMPUTING INTERMEDIATE 2 X06/0 NATIONAL QUALIFICATIONS 009 THURSDAY, 4 JUNE 9.00 AM 0.30 AM COMPUTING INTERMEDIATE Attempt Section I and Section II and one Part of Section III. Section I Attempt all questions. Section II Attempt

More information

2018 Computing Science. National 5. Finalised Marking Instructions

2018 Computing Science. National 5. Finalised Marking Instructions National Qualifications 208 208 Computing Science National 5 Finalised Marking Instructions Scottish Qualifications Authority 208 The information in this publication may be reproduced to support SQA qualifications

More information

FRIDAY, 3 JUNE 9.00 AM AM

FRIDAY, 3 JUNE 9.00 AM AM X06/30 NATIONAL QUALIFICATIONS 0 FRIDAY, 3 JUNE 9.00 AM.30 AM COMPUTING HIGHER Attempt all questions in Section I. Attempt all questions in Section II. Attempt one sub-section of Section III. Part A Artificial

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION TECHNOLOGY Paper 2 Candidates answer on the Question Paper. No Additional Materials

More information

CS(SG)11FMS NATIONAL QUALIFICATIONS. COMPUTING STUDIES STANDARD GRADE Foundation Level. Marking Guidelines

CS(SG)11FMS NATIONAL QUALIFICATIONS. COMPUTING STUDIES STANDARD GRADE Foundation Level. Marking Guidelines F NATIONAL QUALIFICATIONS Marking Guidelines COMPUTING STUDIES STANDARD GRADE Foundation Level The security of this examination paper requires that it is withdrawn from candidates after the examination

More information

Reports 9i. Section Title Page

Reports 9i. Section Title Page One Introduction to 2 What is? 3 Destinations 5 Report Extensions in 6 Running Reports 7 Creating Dynamic Reports 8 Two Builder 9 Starting 10 Object Navigator 13 Object Navigator (Reports) 15 Object Navigator

More information

Tuesday 24 June 2014 Morning

Tuesday 24 June 2014 Morning Tuesday 24 June 2014 Morning GCSE BUSINESS AND COMMUNICATION SYSTEMS A265/01 Businesses and their Communication Systems *3103037101* Candidates answer on the Question Paper. OCR supplied materials: None

More information

INSTRUCTIONS TO CANDIDATES

INSTRUCTIONS TO CANDIDATES Computer Science (A Level) H046/01, Computing Principles, June 2016 Learning Computer Science OCR ExamBuilder process constraints mean you may see slight differences between this paper and the original.

More information

DUMBARTON ACADEMY NATIONAL 5 COMPUTING SCIENCE REVISION

DUMBARTON ACADEMY NATIONAL 5 COMPUTING SCIENCE REVISION DUMBARTON ACADEMY NATIONAL 5 COMPUTING SCIENCE REVISION NAME Data Representation Keypoints - binary numbers, floating point notation, mantissa, exponent, ASCII, unicode, character set, bit-mapped graphics,

More information

Math in Focus Vocabulary. Kindergarten

Math in Focus Vocabulary. Kindergarten Math in Focus Vocabulary Kindergarten Chapter Word Definition 1 one 1 * 1 two 2 * * 1 three 3 * * * 1 four 4 * * * * 1 five 5 * * * * * 1 same things that have a common property 1 different things that

More information

Cambridge Technicals IT. Mark Scheme for January Unit 2: Global information

Cambridge Technicals IT. Mark Scheme for January Unit 2: Global information Cambridge Technicals IT Unit 2: Global information Level 3 Cambridge Technical Certificate/Diploma in IT 05838-05842, 05877 Mark Scheme for January 2017 Oxford Cambridge and RSA Examinations OCR (Oxford

More information

CDYNE Demographics Web Service

CDYNE Demographics Web Service CDYNE Demographics Web Service Version 2.1 WSDL: http://ws.cdyne.com/demographixws/demographixquery.asmx?wsdl Testing URL: http://ws.cdyne.com/demographixws/demographixquery.asmx Developer Resources: http://wiki.cdyne.com/index.php/demographics

More information

COMPUTER APPLICATIONS TECHNOLOGY: PAPER II

COMPUTER APPLICATIONS TECHNOLOGY: PAPER II NATIONAL SENIOR CERTIFICATE EXAMINATION NOVEMBER 2015 COMPUTER APPLICATIONS TECHNOLOGY: PAPER II Time: 3 hours 180 marks PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY 1. This question paper consists

More information

Fundamental principles of computing

Fundamental principles of computing SPECIMEN MATERIAL FUNDAMENTAL PRINCIPLES OF COMPUTING AQA Level 3 Technical Level IT Fundamental principles of computing Unit Number: Y/507/6424 Specimen Question Paper Time allowed: 2 hours Instructions

More information

Web Design Course Syllabus and Planner

Web Design Course Syllabus and Planner Web Design Course Syllabus and Planner Updated May, 2018 Course Overview The Web Design curriculum is a one-year (two-semester) course covering required topics in most introductory Web Design settings.

More information

Information and Communication Technology

Information and Communication Technology Write your name here Surname Other names entre Number andidate Number Edexcel IGSE Information and ommunication Technology Paper 1: Written paper Thursday 16 June 2011 - fternoon Time: 1 hour 30 minutes

More information

National 5 Computing Science Assignment Assessment task

National 5 Computing Science Assignment Assessment task National 5 Computing Science Assignment Assessment task Specimen valid from session 2017 18 and until further notice. This edition: August 2017 (version 1.0) The information in this publication may be

More information

COMP2 (JAN10COMP201) General Certificate of Education Advanced Subsidiary Examination January 2010

COMP2 (JAN10COMP201) General Certificate of Education Advanced Subsidiary Examination January 2010 Centre Number Surname Candidate Number For Examiner s Use Other Names Candidate Signature Examiner s Initials Computing General Certificate of Education Advanced Subsidiary Examination January 2010 COMP2

More information

INSTRUCTIONS TO CANDIDATES

INSTRUCTIONS TO CANDIDATES Computer Science (A Level) H446/01, Computer Systems, Practice set 2 Learning Computer Science OCR ExamBuilder process constraints mean you may see slight differences between this paper and the original.

More information

National Quali cations Date of birth Scottish candidate number

National Quali cations Date of birth Scottish candidate number N5FOR OFFICIAL USE X76/75/0 National Quali cations 06 Mark Computing Science FRIDAY, 7 MAY :00 PM :30 PM *X76750* Fill in these boxes and read what is printed below. Full name of centre Town Forename(s)

More information

National Quali cations

National Quali cations National Quali cations AH07 X76/77/ Computing Science TUESDAY, 6 MAY :00 PM :00 PM Total marks 60 Attempt ALL questions. Write your answers clearly in the answer booklet provided. In the answer booklet

More information

Primary Source Verification. How to Apply

Primary Source Verification. How to Apply Primary Source Verification NASBA International Evaluation Services How to Apply A Step By Step Guide for Completing Your Application Step One Visit the National Association of State Boards of Accountancy

More information

Mathematics (JUN10MD0101) General Certificate of Education Advanced Subsidiary Examination June Unit Decision TOTAL

Mathematics (JUN10MD0101) General Certificate of Education Advanced Subsidiary Examination June Unit Decision TOTAL Centre Number Candidate Number For Examiner s Use Surname Other Names Candidate Signature Examiner s Initials Mathematics Unit Decision 1 Wednesday 9 June 2010 General Certificate of Education Advanced

More information

Installation. 9mm. Rear view showing cable header pins

Installation. 9mm. Rear view showing cable header pins Installation Remove the cap that s covering the locking mechanism, this is located on the bottom of the VoiceNav. With the cap removed you now have access to the locking mechanism that secures your VoiceNav

More information

CISC2000/ of 6

CISC2000/ of 6 CISC2000/2010 1 of 6 Lecture 3 Fall 2018 Prof. Zhang Last week: 1. Three aspects of programming: a) programming language (syntax and semantics) b) problem solving skills (divide and conquer, step-wise

More information

A451. COMPUTING Computer Systems and Programming GENERAL CERTIFICATE OF SECONDARY EDUCATION. Monday 23 May 2011 Morning

A451. COMPUTING Computer Systems and Programming GENERAL CERTIFICATE OF SECONDARY EDUCATION. Monday 23 May 2011 Morning GENERAL CERTIFICATE OF SECONDARY EDUCATION COMPUTING Computer Systems and Programming A451 *OCE/26572* Candidates answer on the question paper. OCR supplied materials: None Other materials required: None

More information

How to convert a numeric value into English words in Excel

How to convert a numeric value into English words in Excel How to convert a numeric value into English words in Excel (Microsoft Office Excel 2003, Microsoft Office Excel 2007, Microsoft Excel 2010, Excel 2016, Microsoft Excel 2013) Summary This article contains

More information

Foundation Computer Studies. Book 1. for Primary Schools. UBE Edition

Foundation Computer Studies. Book 1. for Primary Schools. UBE Edition Foundation Computer Studies for Primary Schools Book 1 UBE Edition i ii Foundation Computer Studies for Primary Schools Book 1 Revised Edition E. O. Adegbeyeni Ph. D. Faculty of Administration University

More information

London Examinations IGCSE

London Examinations IGCSE Centre No. Candidate No. Surname Signature Initial(s) Paper Reference(s) 4385/1F London Examinations IGCSE Information and Communication Technology Paper 1F Foundation Tier Monday 14 May 2007 Morning Time:

More information

UoK MIS USER MANUAL: STUDENTS

UoK MIS USER MANUAL: STUDENTS UoK MIS USER MANUAL: STUDENTS PART I: REGISTRATION I.I EDITING AND CONFIRMING INFORMATION (UNDERGRADUATE CONTINUING STUDENT) 1. Step one: Go to UoK website (www.uok.ac.rw) / click Online system/uok MIS

More information

INFORMATION AND COMMUNICATION TECHNOLOGY UNIT 3: ICT in Organisations

INFORMATION AND COMMUNICATION TECHNOLOGY UNIT 3: ICT in Organisations Surname Centre Number Candidate Number Other Names 0 GCSE 4333/01 S15-4333-01 INFORMATION AND COMMUNICATION TECHNOLOGY UNIT 3: ICT in Organisations P.M. THURSDAY, 21 May 2015 1 hour 30 minutes For s use

More information

CS(SG)09GMS. COMPUTING STUDIES STANDARD GRADE General Level NATIONAL QUALIFICATIONS. Marking Guidelines Perfect Papers All rights reserved

CS(SG)09GMS. COMPUTING STUDIES STANDARD GRADE General Level NATIONAL QUALIFICATIONS. Marking Guidelines Perfect Papers All rights reserved G NATIONAL QUALIFICATIONS Marking Guidelines COMPUTING STUDIES STANDARD GRADE General Level This paper must be withdrawn from candidates any follow-up discussion of marks/grades awarded. This is to ensure

More information

Monday 9 June 2014 Afternoon

Monday 9 June 2014 Afternoon Monday 9 June 2014 Afternoon GCE COMPUTING F452/01 Programming Techniques and Logical Methods *1087975375* Candidates answer on the Question Paper. OCR supplied materials: None Other materials required:

More information

GCE A level 1103/01 COMPUTING CG3

GCE A level 1103/01 COMPUTING CG3 GCE A level 1103/01 COMPUTING CG3 A.M. TUESDAY, 17 June 2014 3 hours 1103 010001 ADDITIONAL MATERIALS You will need a WJEC 20 page answer booklet (pink), which has been specifically designed for the examination

More information

CCGPS Accelerated Pre-Calculus Unit Five Assignment Packet

CCGPS Accelerated Pre-Calculus Unit Five Assignment Packet Page 1 Name: Block: CCGPS Accelerated Pre-Calculus Unit Five Assignment Packet Note: This packet is to be completed and turned in no later than. Please be sure to write your last name in ink at the top

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education. Paper 1 October/November hours

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education. Paper 1 October/November hours *8036979042* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/11 Paper 1 October/November 2013 2

More information

2017 HSC Information and Digital Technology Web and Software Applications Marking Guidelines

2017 HSC Information and Digital Technology Web and Software Applications Marking Guidelines 2017 HSC Information and Digital Technology Web and Software Applications Marking Guidelines Section I Multiple-choice Answer Key Question Answer 1 B 2 A 3 B 4 D 5 C 6 B 7 D 8 D 9 C 10 A 11 A 12 B 13 D

More information

IT Skills. May Examination Paper. Time: 2 hours

IT Skills. May Examination Paper. Time: 2 hours IT Skills May 206 Examination Paper Answer ALL questions. All answers should be produced on your PC and printed as directed in the paper. Time: 2 hours The maximum mark for this paper is 00. Any reference

More information

REVIEW FOR BASIC MATH SKILLS FINAL EXAM (December 2008) (Basic 4-Function, 10-Key Calculator Allowed No Scientific or Graphing Calculators)

REVIEW FOR BASIC MATH SKILLS FINAL EXAM (December 2008) (Basic 4-Function, 10-Key Calculator Allowed No Scientific or Graphing Calculators) REVIEW FOR BASIC MATH SKILLS FINAL EXAM (December 008) (Basic 4-Function, 0-Key Calculator Allowed No Scientific or Graphing Calculators) In order to be prepared for the final exam, students should be

More information

Monday 23 January 2012 Morning

Monday 23 January 2012 Morning Monday 23 January 2012 Morning AS GCE MATHEMATICS 4736 Decision Mathematics 1 QUESTION PAPER *4733020112* Candidates answer on the Printed Answer Book. OCR supplied materials: Printed Answer Book 4736

More information

NATIONAL SPORTS SCHOOL ST BENEDICT COLLEGE

NATIONAL SPORTS SCHOOL ST BENEDICT COLLEGE NATIONAL SPORTS SCHOOL ST BENEDICT COLLEGE Mark HALF-YEARLY EXAMINATION 2013/14 Levels 5-6-7-8 FORM 2 ICT TIME: 1h 30min Question 1 2 3 4 5 6 7 8 9 10 11 12 Global Mark Max. Mark 8 6 13 3 5 3 26 9 5 7

More information

Mathematics 504 CST. Mid-Year Examination January Question/Answer Booklet. Student's Name FOR TEACHER USE ONLY. Part A /24.

Mathematics 504 CST. Mid-Year Examination January Question/Answer Booklet. Student's Name FOR TEACHER USE ONLY. Part A /24. 563-504 Mathematics 504 CST Mid-Year Examination January 2011 Question/Answer Booklet Student's Name Group Date FOR TEACHER USE ONLY Part A /24 Part B /16 Part C /60 Total /100 Question/Answer Booklet

More information

Wise Technologies Ltd.,

Wise Technologies Ltd., User manual Wise Timetable online system Wise Technologies Ltd., In front of you is a short document for all the users and administrators of Wise Timetable, describing the important part of the whole system:

More information

Layers (Just the Basics) By Jerry Koons

Layers (Just the Basics) By Jerry Koons and their applications are always a topic of concern and confusion, especially to those that are new to the Photoshop and Elements programs. will become one of your best tools after you understand their

More information

The School District of Palm Beach County Kindergarten Mathematics Scope st Trimester

The School District of Palm Beach County Kindergarten Mathematics Scope st Trimester 1 st Trimester Counting and Cardinality (CC) Know number names and the count sequence. CC.1.3 CC.2.4 CC.2.5 Read and write numerals from 0 to 20. Represent a number of objects with a written numeral 0-20

More information

Applied Business BS12 (JUN14BS1201) General Certificate of Education Advanced Level Examination June Wednesday 18 June am to 10.

Applied Business BS12 (JUN14BS1201) General Certificate of Education Advanced Level Examination June Wednesday 18 June am to 10. Centre Number Surname Candidate Number For Examiner s Use Other Names Candidate Signature Examiner s Initials Question Mark Applied Business Unit 12 Managing People General Certificate of Education Advanced

More information

Section 1.1 Patterns in Division

Section 1.1 Patterns in Division Section 1.1 Patterns in Division Divisibility refers to whether or not a number is divisible by another number. If a number divides evenly into another number (no remainder), then it is divisible by that

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *833595* INFORMATION AND COMMUNICATION TECHNOLOGY 047/3 Paper October/November 00 hours Candidates

More information

Online Digital Transformation Courses COB Certified E-Commerce & E-Business Manager E-Learning Options

Online Digital Transformation Courses COB Certified E-Commerce & E-Business Manager E-Learning Options Online Digital Transformation Courses COB Certified E-Commerce & E-Business Manager E-Learning Options Course Information GBP Edition The Institute for Business Advancement www.iba.insitute August 2017

More information

The Essential Extranet User Guide. Module 1: Editing your product information

The Essential Extranet User Guide. Module 1: Editing your product information The Essential Extranet User Guide Module 1: Editing your product information The Essential Extranet User Guide Contents Introduction 3 Getting Started 4 Select Product 4 Product Details 4 Edit Details

More information

Guide for candidates

Guide for candidates Guide for candidates 2 APMP Guide for candidates Introduction 3 Applying for an examination 3 Completing your application form 3 Taking the examination 4 Examination rules 4 Examination materials 4 Examination

More information

COB Certified E-Commerce & E-Business Manager E-Learning Options

COB Certified E-Commerce & E-Business Manager E-Learning Options COB Certified E-Commerce & E-Business Manager E-Learning Options Course Information USD Edition The Certificate in Online Business www.cobcertified.com August 2017 Edition V.5 1 Table of Contents INTRODUCTION...

More information

Building a website. Should you build your own website?

Building a website. Should you build your own website? Building a website As discussed in the previous module, your website is the online shop window for your business and you will only get one chance to make a good first impression. It is worthwhile investing

More information

Access Hoover s Setup Instructions. March

Access Hoover s Setup Instructions. March Access Hoover s Setup Instructions March 2009 www.crm.hoovers.com/salesforce Table of Contents For customers who have installed an earlier version of Access Hoover s: Uninstalling Access Hoover s V1.0...

More information

Unit 2: Technology Systems

Unit 2: Technology Systems Unit 2: Technology Systems Level: 1 and 2 Unit type: Core Guided learning hours: 30 Assessment type: External Unit introduction Technology systems are involved in many of the objects we use every day,

More information

Charge Conference Preparation Instructions

Charge Conference Preparation Instructions Charge Conference Preparation Instructions Section 1 Required Forms Section 2 Step by Step Data Entry Guide Section 3 List of Hard Copy Forms You Need To Bring To Charge Conference Section 4 Items Requiring

More information

Level 3 Cambridge Technical in IT 05838/05839/05840/05841/05842/05877 Unit 1: Fundamentals of IT

Level 3 Cambridge Technical in IT 05838/05839/05840/05841/05842/05877 Unit 1: Fundamentals of IT Level 3 Cambridge Technical in IT 05838/05839/05840/05841/05842/05877 Unit 1: Fundamentals of IT Monday 9 January 2017 Morning Time allowed: 1 hour 30 minutes You may use: a calculator INSTRUCTIONS Use

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

More information

3.2 Pseudocode. Introduction. Definition. 1 Common pseudo code terms

3.2 Pseudocode. Introduction. Definition. 1 Common pseudo code terms 3.2 Introduction This section covers the use of pseudo code in the production of algorithms. Candidates should use standard computing text books to find out information on the features of programming languages

More information

CLASS QUESTIONS STANDARD ALGORITHMS

CLASS QUESTIONS STANDARD ALGORITHMS HIGHER COMPUTING SOFTWARE DEVELOPMENT CLASS QUESTIONS STANDARD ALGORITHMS 1. Scientists are interested in studying the possible effects of global warming. Devices are placed at various locations to record

More information

Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level

Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level *3413631885* COMPUTER SCIENCE 9608/13 Paper 1 Theory Fundamentals October/November 2018 1 hour 30 minutes

More information

Figure 1 - The password is 'Smith'

Figure 1 - The password is 'Smith' Using the Puppy School Booking system Setting up... 1 Your profile... 3 Add New... 4 New Venue... 6 New Course... 7 New Booking... 7 View & Edit... 8 View Venues... 10 Edit Venue... 10 View Courses...

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *0458775703* INFORMATION AND COMMUNICATION TECHNOLOGY 047/ Paper October/November 00 hours Candidates

More information

Mastering Binary Math

Mastering Binary Math Cisco certification candidates, from the CCNA to the CCIE, must master binary math. This includes basic conversions, such as binary-to-decimal and decimal-to-binary, as well as more advanced scenarios

More information

nce GCSE Com mputer Scien Past Name

nce GCSE Com mputer Scien Past Name GCSE Com mputer Scien nce May 2014 Past Papers Name The following sheets are the past papers from the OCR board and amended to reflect the topics that you study. The grade boundaries for each exam have

More information

Homeschool Programming, Inc.

Homeschool Programming, Inc. Online Course Overview Course Title: TeenCoder: Java Programming TeenCoder: Java Programming Online Course Syllabus and Planner Updated November, 2015 Online ISBN: 978-0-9887070-2-3, published 2015 by

More information

0478 COMPUTER SCIENCE

0478 COMPUTER SCIENCE CAMBRIDGE INTERNATIONAL EXAMINATIONS Cambridge International General Certificate of Secondary Education MARK SCHEME for the October/vember 2015 series 0478 COMPUTER SCIENCE 0478/13 Paper 1, maximum raw

More information

Condensed. Mathematics. General Certificate of Education Advanced Subsidiary Examination June Unit Decision 1. Time allowed * 1 hour 30 minutes

Condensed. Mathematics. General Certificate of Education Advanced Subsidiary Examination June Unit Decision 1. Time allowed * 1 hour 30 minutes General Certificate of Education Advanced Subsidiary Examination June 2010 Mathematics MD01 Unit Decision 1 Wednesday 9 June 2010 1.30 pm to 3.00 pm For this paper you must have: the blue AQA booklet of

More information

Java Programming with Eclipse

Java Programming with Eclipse One Introduction to Java 2 Usage of Java 3 Structure of Java 4 Flexibility of Java Programming 5 Using the Eclipse Software 6 Two Running Java in Eclipse 7 Introduction 8 Using Eclipse 9 Workspace Launcher

More information

RezStream Booking Engine Quick Start Guide. February 12, 2007

RezStream Booking Engine Quick Start Guide. February 12, 2007 REZSTREAM BOOKING ENGINE QUICK START GUIDE February 12, 2007 RezStream www.rezstream.com Page #1 TABLE OF CONTENTS CONTACT US... 4 ABOUT THIS GUIDE... 4 1. PREPARE TO UPLOAD REZSTREAM PROFESSIONAL DATA...

More information

AQA GCSE Computer Science PLC

AQA GCSE Computer Science PLC 1 - Fundamentals of Algorithms Useful Websites BBC Bite Size Cambridge GCSE Exam Dates https://www.bbc.co.uk/education/subjects/z34k7ty Paper 1 14/05/2018 am https://www.cambridgegcsecomputing.org/ Paper

More information

2001 HIGHER SCHOOL CERTIFICATE HALF YEARY EXAMINATION

2001 HIGHER SCHOOL CERTIFICATE HALF YEARY EXAMINATION CECIL HILLS HIGH SCHOOL Student name: Student number: 2001 HIGHER SCHOOL CERTIFICATE HALF YEARY EXAMINATION Time allowed Two hours (Plus 5 minutes reading time) Section I Pages 2 7 Total marks (20) Attempt

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *9978698* INFORMATION AND COMMUNICATION TECHNOLOGY 047/ Paper May/June 00 hours Candidates answer

More information

Word processor policy 2016/17. Approved by. Name: Title:

Word processor policy 2016/17. Approved by. Name: Title: Word processor policy 2016/17 Approved by Name: Title: Date of next review January 2018 Contents Introduction... 3 Principles for using a word processor... 3 The use of a word processor... 4 Word processors

More information