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

Size: px
Start display at page:

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

Transcription

1 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 all questions. Section III This section has three parts: Part A Artificial Intelligence Part B Computer Networking Part C Multimedia Technology Choose one part and answer all of the questions in that part. Read each question carefully. Write your answers in the answer book provided. Do not write on the question paper. Write as neatly as possible. Answer in sentences wherever possible. HTP *X06//0*

2 SECTION I Attempt ALL questions in this section.. Below is a list of memory capacity units in order of size: bit X Kilobyte Megabyte Y (a) State the memory capacity unit at X. (b) State the memory capacity unit at Y.. Convert the binary number 00 into a decimal number. 3. Explain why floppy disks are not a suitable medium for storing photographs. 4. State one type of server that could be used within a computer network. 5. Explain one possible reason why your computer would unexpectedly shut itself down. 6. State one benefit of networking computers. 7. Name the part of the processor that temporarily stores data. 8. A program has been written to calculate the average of five percentages. State two suitable examples of extreme data that you could use to test this program. 9. Describe one method of improving the readability of a computer program. 0. Explain why most computer programs are written in high-level languages rather than machine code. [X06//0] Page two

3 . Describe what is meant by a nested loop.. Describe the purpose of the Input validation standard algorithm. 3. Name the first stage of the Software Development Process. (5) [end of section i] [Turn over [X06//0] Page three

4 SECTION II Attempt ALL questions in this section. 4. Customers at Caffé Italia are given one credit on their Coffee Club Card when they buy two or more drinks. Customers with nine credits are entitled to a free coffee. Customer Code Free! (a) From the Coffee Club Card, identify one object and one operation that may have been carried out on the object. (b) The images of the coffee cups are stored as bitmaps. Explain how black and white bitmapped graphics are stored in a computer s memory. [X06//0] Page four

5 4. (continued) (c) The tills in Caffé Italia are programmed to record sales data. Part of the design for one of the programs is shown below.. ask for the number of drinks. get the number of drinks.3 if drinks >= then.4 add one to total credits.5 end if (i) Using a high level language with which you are familiar, write program code for step.4 of the design. (ii) State the variable type that should be used to store the total credits. (iii) A complex condition is used to decide if a customer is to be given a free coffee. Customers must have at least nine credits. The offer is not available on Sundays. Complete the following complex condition. IF (d) Regular customers receive news of special offers by . THEN display Free Coffee. State the most efficient way for Caffé Italia to send news by to all its customers. 3 (0) [Turn over [X06//0] Page five

6 5. CodeKing has launched an online programming course. (a) Students can download course information from the website. This file is saved using a standard file format. Explain why a standard file format is used for this file. (b) Students must install anti-virus software before starting the course. Describe one function of anti-virus software. (c) The website gives details about the computer system needed for the course. (i) Explain what is meant by a 3.3 GHz processor. (ii) The MAXIX 7.0 operating system provides the Human Computer Interface for the user. State one other function of the operating system. (iii) Explain why the computer system requires both RAM and backing storage. (d) Name the legislation that requires CodeKing to keep students details private. [X06//0] Page six

7 5. (continued) (e) The first lesson introduces students to program design. One design notation is shown below. Software Development Unit Design Notations The way of representing the program design is called the design notation. The programmer has a choice of design notations. Design Notation Process rainfall data Input and store rainfall data Calculate total and average rainfall Display total and average rainfall (i) Name the design notation shown. (ii) State one other design notation. (f) Students make use of an interpreter rather than a compiler for translating the program code. State one reason why an interpreter would be a better option for the students. (g) Students make use of a text editor. State one use of a text editor at the maintenance stage of the software development process. (0) [Turn over [X06//0] Page seven

8 6. CycleSaver is an application for palmtop computer systems that allows cyclists to record their track performance at the velodrome..48 PM yclesaver Lap Number: Average Speed: (km/hour) Fastest Lap: (km/hour) Dmitry Yashkin/Shutterstock My Profile (a) A program calculates the average speed for cyclists that complete 0 laps. Part of the design for this program is shown below.. loop 0 times. get lap time.3 add lap time to total time.4 end loop.5 calculate average speed.6 display average speed Steps. and.4 are the beginning and the end of a fixed loop. Explain why a fixed loop is used here. (b) The program displays the speed of the cyclist s fastest lap. Name the standard algorithm that is used to work out the cyclists fastest lap speed. (c) The average speed is displayed as km/hour. Describe how a real number like is stored in the computer. (d) State the data structure that is used to store the speed for each lap. [X06//0] Page eight

9 6. (continued) (e) A pre-defined function could be used to calculate the cyclist s average speed. Explain what is meant by the term pre-defined function. (f) The cycling data on the palmtop computer system is transferred to a desktop computer system. (i) State one reason why an interface is needed for this task. (ii) State one optical storage medium that would be suitable for storing a back up copy of the cycling data. (g) The CycleSaver application includes a heart rate monitor. Cyclists check that the heart rate monitor works as expected. Name the stage of the software development process that is being carried out. (h) The software takes up 8.6 Mb of memory. Name the item of documentation that will contain this information. (0) [END OF SECTION II] [Turn over [X06//0] Page nine

10 SECTION III Attempt ONE part of Section III Part A Artificial Intelligence Page Questions 7 to 9 Part B Computer Networking Page 4 Questions 0 to Part C Multimedia Technology Page 7 Questions 3 to 5 Choose one part and answer all of the questions in that part. [X06//0] Page ten

11 SECTION III Part A Artificial Intelligence Attempt ALL questions in this section. 7. A computer game and an expert system can be accessed from the BrainTrain website. (a) The BrainTrain computer game makes use of artificial intelligence. (i) Name one example of an early computer game that demonstrates artificial intelligence. (ii) Describe one way in which artificial intelligence has helped to improve computer games like the BrainTrain game. (iii) Name the legislation that makes it illegal to make copies of BrainTrain. (b) The Turing Test can be used to determine if a computer program is intelligent. Describe the Turing Test. (c) The website s expert system gives advice on healthy eating and exercise. (i) State two advantages of using this expert system rather than a human expert. (ii) State one legal issue to the company of providing access to this expert system. (8) [X06//0] Page eleven [Turn over

12 8. RoboRescue is an intelligent robot that has been developed for use in areas hit by earthquakes. (a) RoboRescue is able to locate survivors trapped in collapsed buildings. (i) Explain why an intelligent robot is used for this task. (ii) Suggest one appropriate sensor that could be used by this robot. (b) RoboRescue interprets images of the disaster area. State the area of artificial intelligence that is being used for this task. (c) RoboRescue can respond to instructions given in English. (i) State one task that will need to be carried out before the speech recognition software can operate. (ii) Name one problem that could affect the accuracy of the speech recognition software. (d) An artificial neural system can be used to predict when earthquakes are likely to occur. Explain why an artificial neural system would be suitable for this task. (6) [X06//0] Page twelve

13 9. SmartApps allows users to select applications for their smartphones. The knowledge base contains facts and rules about applications on offer. is_a(eatme, healthapp) (Eatme is a health application) is_a(runsaver, healthapp) 3 is_a(takeoff, travelapp) 4 new_release(runsaver) (Runsaver is a new release) 5 new_release(takeoff) 6 rating(eatme,4) (Eatme has a rating of 4) 7 rating(runsaver,8) 8 rating(takeoff,9) 9 free_download(x) if new_release(x) (X is a free download if X is a new release) 0 recommend(x) if rating(x,y) and Y>7 (X is recommended if the rating of X is Y and Y is greater than 7) (a) (i) State the result of the following query:?is_a(takeoff,healthapp) (ii) State the first result of the following query:?free_download(x) (b) Using the numbering system to help you, trace how the system will evaluate the query:?recommend(x) as far as the first solution. (c) SmartApps updates the knowledge base to include the facts below about a new application. News47 is a news application that has a rating of 8. (i) Write the two facts that should be added to the knowledge base. (ii) Name the stage of the software development process at which the knowledge base will be updated. (d) The knowledge base was written in a declarative language that uses depth-first search. Describe what is meant by a depth-first search. You may use a diagram to illustrate your answer. 4 () [END OF SECTION III PART A ARTIFICIAL INTELLIGENCE] [X06//0] Page thirteen [Turn over

14 SECTION III Part B Computer Networking Attempt ALL questions in this section. 0. Jamie and Delia run a successful cake business. They have decided to start selling their cakes online. (a) Explain why they need an Internet Service Provider (ISP). (b) They have been advised to set up an ADSL connection. (i) State the type of connection ADSL uses. (ii) State one advantage of using ADSL compared to ISDN. Jamie is very excited about their online business and s his friend: Tony At last we are online! Our website is Regards Jamie The Internet business is great! My password is XTve334! Check us out. (c) State two rules from the code of conduct Jamie has broken in his . Delia uses a desktop computer to create a video to demonstrate baking techniques. (d) State one other hardware device Delia would require to create the video. (e) Explain how a new customer might find Jamie and Delia s web-site. (7) [X06//0] Page fourteen

15 . A detective agency advertises its services online: Hyperlinks are used in the web page above. (a) State the function of a hyperlink. (b) Name the type of software that customers would use to access the website. (c) The detective agency wanted to use a different URL but was informed that they could not use this URL. Explain why the company was refused permission to use this URL. (d) The detectives need to send updated reports of investigations to their boss electronically. State one way in which they could send these reports securely. (e) The detective agency has been given permission to monitor phone, web and content for a particular investigation. (i) Name the legislation that allows monitoring of phone, web and content. (ii) State one other feature of this legislation. (f) The detective agency use multicast or unicast transmission between employees. Explain why the use of broadcast would not be appropriate for the detective agency. (g) Each detective uses a remote digital microphone which can send data to their mobile phones. Name the communication method used by these devices. (8) [X06//0] Page fifteen [Turn over

16 . An energy company logs phone calls made by employees. An example is shown below: Employee Number 34 Date 08/04/5 Start time 0:03:07 (a) State the most appropriate application package that could be used to log all phone calls. (b) The energy company make use of e-commerce to provide customers with a 4 hour service. (i) State what is meant by e-commerce. (ii) State one service that could be provided by this company through e-commerce. (iii) Apart from the 4 hour service, state one other advantage to the customer of using e-commerce. (c) State why each employee is given a username and password. (d) Explain how the company could stop employees from accessing social networking sites. (e) Explain how the company could back-up their customer data. (f) State one example of a hardware failure that may cause the company s network to crash. (0) [END OF SECTION III PART B COMPUTER NETWORKING] [X06//0] Page sixteen

17 SECTION III Part C Multimedia Technology Attempt ALL questions in this section. 3. A graphic novel company creates a new character for its comic: (a) The graphic designer uses a D vector graphics package to ensure resolution independence. (i) Explain what is meant by the term resolution independence. (ii) State one other feature of a vector graphic. (iii) Name a suitable D vector graphic format. (b) The graphic is ready to be displayed on a computer system with a LCD monitor. State the hardware required to display this graphic. (c) A 3D image of the character is produced for an advertising campaign. (i) Name a suitable 3D vector graphic format. (ii) State one disadvantage of using a 3D vector graphic compared to a D vector graphic. (d) The graphic designer used macros when creating the D graphic. State one benefit of using macros. (7) [Turn over [X06//0] Page seventeen

18 4. A photographer has set up a business to produce high quality photo albums and videos. The photographer uses bitmap editing software to edit parts of photographs such as red eye. (a) Explain why bitmap editing software is suitable for removing red eye from photographs. (b) The photographs are saved in bitmap format. However, the file sizes are large. (i) Name one file format that could be used to solve this problem. (ii) Explain how this file format solves this problem. (c) After changing the file format, the photographer has noticed that the file sizes are still too large. Name one other technique the photographer could use to reduce the file size. (d) When recording video, the photographer has selected a frame rate of 5 fps rather than 5 fps. (i) State one advantage of capturing the video using 5 fps. (ii) State one disadvantage of capturing the video using 5 fps. (e) The video can be saved as a standard file format. Name a standard file format for video. (f) The photographer uses authoring software rather than a text editor to create multimedia applications. (i) State one benefit to the photographer of using authoring software. (ii) Explain why using a text editor could be a problem for the photographer. (g) The photographer wants to upgrade to a digital video camera with WiFi. State one advantage of having WiFi available on a digital video camera. (0) [X06//0] Page eighteen

19 5. A recording of an open air concert is saved for online release. (a) Name one item of hardware that could be used to capture sound. (b) State one reason why the file would be saved as an MP3 rather than WAV. (c) Part of a drum sound file is shown below: Describe what is happening in the sound file above. (d) Some musicians use MIDI keyboards during the concert. (i) State one attribute of a note that could be edited using MIDI. (ii) State one reason, apart from editing notes, why a musician would use a MIDI keyboard at a live concert. (iii) State one disadvantage of using a MIDI keyboard at a live concert. (e) One fan downloads the music onto his computer system but cannot hear the music. State two hardware reasons why the music cannot be heard. (8) [END OF SECTION III PART C MULTIMEDIA TECHNOLOGY] [END OF QUESTION PAPER] [X06//0] Page nineteen

20 ACKNOWLEDGEMENTS Question 5 Olaru Radian-Alexandru/shutterstock.com Question 6 Dmitry Yashkin/shutterstock.com Question 7 Arcady/shutterstock.com Question Poul Carlsen/shutterstock.com Question 3 Pushkin/shutterstock.com Question 5 Noel Powell/shutterstock.com

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

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

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

Total Mark out of 35

Total Mark out of 35 University of Bahrain College of Information Technology Department of Information Systems ITBIS105 Test 1 Version 1 (35 points) 30 Oct 2013 @ 8:00-9:00 AM Student Name: Section: ID Number: Serial Number:

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

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

3 Data Storage 3.1. Foundations of Computer Science Cengage Learning

3 Data Storage 3.1. Foundations of Computer Science Cengage Learning 3 Data Storage 3.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: List five different data types used in a computer. Describe how

More information

*X206/12/01* X206/12/01 COMPUTING HIGHER NATIONAL QUALIFICATIONS AM AM

*X206/12/01* X206/12/01 COMPUTING HIGHER NATIONAL QUALIFICATIONS AM AM X06//0 NATIONAL QUALIFICATIONS 04 friday, 3 MAY 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

MathWorks MATLAB download & installation instructions

MathWorks MATLAB download & installation instructions MathWorks MATLAB download & installation instructions 1. Get the software from http://sts.fullerton.edu/software/matlab by clicking on the Get MATLAB Software link. Login with your CSUF Portal username

More information

Which one of the following terms describes the physical components of a computer system?

Which one of the following terms describes the physical components of a computer system? Which one of the following terms describes the physical components of a computer system? a. Hardware. b. Freeware. c. Software. d. Courseware. Which one of the following can slow down the computers performance?

More information

CS(N5)16A Computing Science

CS(N5)16A Computing Science 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

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *330870059* COMPUTER STUDIES 040/ Paper May/June 0 hours 30 minutes Candidates answer on the

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

MINI MOCK (MIMO) Computer Science 2210

MINI MOCK (MIMO) Computer Science 2210 MINI MOCK (MIMO) Computer Science 2210 For Class 9th Abstract The Mini Mock examination paper for Final Term 2016-17 INSTRUCTIONS This Mini Mock paper is designed to test your preparation for Final-Term

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

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

Oklahoma State University Institute of Technology Online Common Syllabus Fall 2018

Oklahoma State University Institute of Technology Online Common Syllabus Fall 2018 Oklahoma State University Institute of Technology Online Common Syllabus Fall 2018 ITD 1213 Hardware Systems Support Focuses on the management and maintenance of hardware and operating system environments.

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

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

GRADE 11 NOVEMBER 2012 COMPUTER APPLICATIONS TECHNOLOGY P2

GRADE 11 NOVEMBER 2012 COMPUTER APPLICATIONS TECHNOLOGY P2 Province of the EASTERN CAPE EDUCATION NATIONAL SENIOR CERTIFICATE GRADE 11 NOVEMBER 2012 COMPUTER APPLICATIONS TECHNOLOGY P2 MARKS: 150 TIME: 3 hours *CATDM2* This question paper consists of 11 pages.

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

Which one of the following terms describes the physical components of a computer system?

Which one of the following terms describes the physical components of a computer system? Exercise 23 1.1.1 Which one of the following terms describes the physical components of a computer system? a. Hardware. b. Freeware. c. Software. d. Courseware. 1.1.2 Which one of the following is a portable

More information

TUESDAY, 28 MAY 9.00 AM AM

TUESDAY, 28 MAY 9.00 AM AM X06//0 NATIONAL QUALIFICATIONS 03 TUESDAY, 8 MAY 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

CHAPTER 1 TYPES & COMPONENTS OF COMPUTER SYSTEM

CHAPTER 1 TYPES & COMPONENTS OF COMPUTER SYSTEM CHAPTER 1 TYPES & COMPONENTS OF COMPUTER SYSTEM 1.1 Hardware and Software Q.1) Define hardware and software: a) Hardware Hardware is a general term used for the physical components (parts) that make up

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

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

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

Have the students look at the editor on their computers. Refer to overhead projector as necessary.

Have the students look at the editor on their computers. Refer to overhead projector as necessary. Intro to Programming (Time 15 minutes) Open the programming tool of your choice: If you ve installed, DrRacket, double-click the application to launch it. If you are using the online-tool, click here to

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

*X206/301* X206/301 COMPUTING HIGHER. Attempt all questions in Section I. Attempt all questions in Section II.

*X206/301* X206/301 COMPUTING HIGHER. Attempt all questions in Section I. Attempt all questions in Section II. X06/30 NATIONAL QUALIFICATIONS 008 MONDAY, 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

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

Flying Start AS Computer Science. September 2015

Flying Start AS Computer Science. September 2015 Flying Start AS Computer Science September 2015 Name: To your first AS Computing lesson, you will need to bring: 1. A folder with dividers An A4 ring binder with labelled A4 dividers would be ideal. The

More information

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop Mark HALF YEARLY EXAMINATION 2016/2017 Year 8 ICT TIME: 1h 30min Question 1 2 3 4 5 6 7 8 9 Global Mark Max. Mark 6 15 8 9 16 14 16 7 9 100 Mark DO NOT WRITE

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

TIME: 2 HOURS 30 MINUTES

TIME: 2 HOURS 30 MINUTES NATIONAL QUALIFICATIONS 2010 Estimate Examination Paper TIME: 2 HOURS 30 MINUTES COMPUTING HIGHER Attempt all questions in Section I. Attempt all questions in Section II. Attempt one sub-section in Section

More information

Voice Response System (VRS)

Voice Response System (VRS) UNIVERGE SV8100 Issue 8.01 Voice Response System (VRS) Enhancements With Version 3000 or higher system software, if an outside caller dials an invalid extension number when connected to the VRS Automated

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

N04/5/COMSC/SP1/ENG/TZ0/XX COMPUTER SCIENCE STANDARD LEVEL PAPER 1. Monday 15 November 2004 (afternoon) 1 hour 15 minutes INSTRUCTIONS TO CANDIDATES

N04/5/COMSC/SP1/ENG/TZ0/XX COMPUTER SCIENCE STANDARD LEVEL PAPER 1. Monday 15 November 2004 (afternoon) 1 hour 15 minutes INSTRUCTIONS TO CANDIDATES c IB COMPUTER SCIENCE STANDARD LEVEL PAPER 1 DIPLOMA PROGRAMME PROGRAMME DU DIPLÔME DU BI PROGRAMA DEL DIPLOMA DEL BI N04/5/COMSC/SP1/ENG/TZ0/XX 88047013 Monday 15 November 2004 (afternoon) 1 hour 15 minutes

More information

MRIEHEL SECONDARY SCHOOL HALF-YEARLY EXAMINATIONS 2016~17. Year 9 Computing Time: 1hr 30mins

MRIEHEL SECONDARY SCHOOL HALF-YEARLY EXAMINATIONS 2016~17. Year 9 Computing Time: 1hr 30mins MRIEHEL SECONDARY SCHOOL HALF-YEARLY EXAMINATIONS 2016~17 Year 9 Computing Time: 1hr 30mins Name: Class: Please read the following instructions carefully: 1. Answer ALL the questions in the space provided

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *8150800277* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/11 Paper 1 Theory October/November 2017

More information

Information and Communication Technology Paper 1: Written Paper

Information and Communication Technology Paper 1: Written Paper Write your name here Surname Other names Pearson Edexcel International GSE entre Number andidate Number Information and ommunication Technology Paper 1: Written Paper Monday 14 May 2018 Morning Time: 1

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

Technologies 1ºESO. Unit 2. Hardware and software. Name Nº Class. After having explained page 26 of your book:

Technologies 1ºESO. Unit 2. Hardware and software. Name Nº Class. After having explained page 26 of your book: After having explained page 26 of your book: Make sure you get this concepts right: 1. What is computer science? A computer system collects data, processes it and transmits the information. Computer science

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

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

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

Fundamentals of Information Systems, Seventh Edition

Fundamentals of Information Systems, Seventh Edition Fundamentals of Information Systems, Seventh Edition Chapter 4 Telecommunications, the Internet, Intranets, and Extranets Fundamentals of Information Systems, Seventh Edition 1 An Overview of Telecommunications

More information

ICT Glossary. NCTE Advice Sheet ICT Glossary Advice Sheet 30

ICT Glossary. NCTE Advice Sheet ICT Glossary Advice Sheet 30 ICT Glossary ADSL Application Anti-virus software Attachment Backup Bandwidth Bit BPS Broadband Buffer Bug Bus Byte Cache CAD Cards CAT-5 (Asymmetric Digital Subscriber Line) A high-speed technology that

More information

GCSE ICT AQA Specification A (Full Course) Summary

GCSE ICT AQA Specification A (Full Course) Summary GCSE ICT AQA Specification A (Full Course) Summary Areas not covered by the short course are shown in red. 9.1 The general Understand that information systems may be 1 structure of information systems

More information

Emergency Management Program Letters of Recognition

Emergency Management Program Letters of Recognition Disaster Construction Issues Module 5 Provides students with knowledge concerning construction issues that occur prior to and during recovery from a disaster. Includes basic structure and non-structural

More information

Preview from Notesale.co.uk Page 2 of 88

Preview from Notesale.co.uk Page 2 of 88 Contents About this Guide Information for Students... Be Revise-Wise How to Use this Guide to Do Well in Your Exams... Revision Checklist... 4 1 Data and Quality of Data... 5 1.1 Encoding and Storing Data...7

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

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

What is the typical configuration of a computer sold today? 1-1

What is the typical configuration of a computer sold today? 1-1 What is the typical configuration of a computer sold today? 1-1 Computer Hardware Components In this chapter: How did the computer become known as the stored-program computer? Do they all have the same

More information

COMPUTER SCIENCE UNIT 1: Understanding Computer Science

COMPUTER SCIENCE UNIT 1: Understanding Computer Science Surname Centre Number Candidate Number Other Names 0 GCSE 4341/01 S15-4341-01 COMPUTER SCIENCE UNIT 1: Understanding Computer Science A.M. WEDNESDAY, 3 June 2015 1 hour 30 minutes For s use Total 4341

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

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

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 4 Certificate in IT SOFTWARE DEVELOPMENT

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 4 Certificate in IT SOFTWARE DEVELOPMENT BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 4 Certificate in IT SOFTWARE DEVELOPMENT Wednesday 28 th September 2016 - Morning Time: TWO hours Section A and Section

More information

elc International School

elc International School Subject: COMPUTER SCIENCE (0478) Syllabus 2016 Topics to be covered Section 1: Theory of Computer Science Theory: At the end of the section candidates should be able to Practical: At the end of the section

More information

Primary Source Verification Oman Medical Specialty Board (OMSB) - Oman Health practitioners with more than two years of most recent experience in Oman

Primary Source Verification Oman Medical Specialty Board (OMSB) - Oman Health practitioners with more than two years of most recent experience in Oman Primary Source Verification Oman Medical Specialty Board (OMSB) - Oman Health practitioners with more than two years of most recent experience in Oman How to Apply A Step By Step Guide for Completing Your

More information

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

b A bit is the basic unit for storing electronic data, for example an MP3 file. The term bit is a

b A bit is the basic unit for storing electronic data, for example an MP3 file. The term bit is a Digital download and file storage Syllabus: FSCo2 Focus Study: Mathematics and Communication Digital Storage b A bit is the basic unit for storing electronic data, for example an MP3 file. The term bit

More information

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 4 Certificate in IT SOFTWARE DEVELOPMENT

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 4 Certificate in IT SOFTWARE DEVELOPMENT BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 4 Certificate in IT SOFTWARE DEVELOPMENT Thursday 24 th March 2016 - Afternoon Time: TWO hours Section A and Section B each

More information

GCSE Computing. Revision Pack TWO. Data Representation Questions. Name: /113. Attempt One % Attempt Two % Attempt Three %

GCSE Computing. Revision Pack TWO. Data Representation Questions. Name: /113. Attempt One % Attempt Two % Attempt Three % GCSE Computing Revision Pack TWO Data Representation Questions Name: /113 Attempt One % Attempt Two % Attempt Three % Areas of Strength Areas for Development 1. Explain how ASCII is used to represent text

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

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

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop HALF YEARLY EXAMINATION 2016/2017 MARKING SCHEME Year 9 ICT TIME: 1h 30min Question 1 2 3 4 5 6 7 8 9 Global Mark Max. Mark 10 12 26 8 16 6 13 5 4 100 Mark

More information

Software license agreement

Software license agreement Manual 10/2008 Software license agreement Please install the program only after you have carefully read through this software license agreement. By installing the software, you agree to the terms and conditions

More information

Digital codes. Resources and methods for learning about these subjects (list a few here, in preparation for your research):

Digital codes. Resources and methods for learning about these subjects (list a few here, in preparation for your research): Digital codes This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

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

Gwinnett County Amateur Radio Emergency Service

Gwinnett County Amateur Radio Emergency Service Gwinnett County Amateur Radio Emergency Service Message Handling Prepared by Stan Edwards, WA4DYD, CEM Assistant Emergency Coordinator for Training ARES Logo used by permission Life of a Message ORIGINATOR

More information

9/8/2016. Characteristics of multimedia Various media types

9/8/2016. Characteristics of multimedia Various media types Chapter 1 Introduction to Multimedia Networking CLO1: Define fundamentals of multimedia networking Upon completion of this chapter students should be able to define: 1- Multimedia 2- Multimedia types and

More information

Computers Are Your Future Prentice-Hall, Inc.

Computers Are Your Future Prentice-Hall, Inc. Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 5 Application Software: Tools for Productivity 2006 Prentice-Hall, Inc Slide 2 You Will Learn... ü How system software

More information

Computer networks 2013

Computer networks 2013 Chapter 4 EXERCISE 1 1 Describe what is meant by each of the following: a Router b Bridge c Proxy server Answers: see the Glossary. 2 Many small businesses have computer networks. a List three advantages

More information

Introduction to Computers. Joslyn A. Smith

Introduction to Computers. Joslyn A. Smith Introduction to Computers Joslyn A. Smith March 9, 2010 5/18/2011 1 What is a Computer? An electronic device that has the capability of performing the following tasks: Responds to input. Processes the

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

[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

B. In recent years Teleworking became more popular. Briefly explain the meaning of Teleworking. Working from home (accept similar answer)

B. In recent years Teleworking became more popular. Briefly explain the meaning of Teleworking. Working from home (accept similar answer) KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop HALF YEARLY EXAMINATION 2016/2017 MARKING SCHEME Year 8 ICT TIME: 1h 30min Question 1 2 3 4 5 6 7 8 9 Global Mark Max. Mark 6 15 8 9 16 14 16 7 9 100 Mark

More information

National 5 Computing Science Software Design & Development

National 5 Computing Science Software Design & Development National 5 Computing Science Software Design & Development 1 Stages of Development 2 Analysis 3 Design 4 Implementation 5 Testing 6 Documentation 7 Evaluation 8 Maintenance 9 Data Types & Structures 10

More information

Version 2.8. Installation Guide

Version 2.8. Installation Guide Version 2.8 Installation Guide Copyright 2010 Pearson Education, Inc. or its affiliate(s). All rights reserved. ELLIS is a registered trademark, in the U.S. and/or other countries, of Pearson Education,

More information

Module 1 Concepts of Information and Communication Technology (ICT)

Module 1 Concepts of Information and Communication Technology (ICT) Module 1 Concepts of Information and Communication Technology (ICT) The following is the Syllabus for Module 1, Concepts of Information and Communication Technology (ICT), which provides the basis for

More information

Backing Storage Media

Backing Storage Media Backing Storage Media Key Words The following words will crop up as part of the following presentation. You should use your notes sheet to log information about them when it is covered. You will be quizzed

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

But before we dig into the good stuff, there are two things you need to know

But before we dig into the good stuff, there are two things you need to know The Scoop on Periscope & My Favorite Video Tools for Social Media Are you on Periscope yet? If nothing else, you probably keep hearing about it, and you ve probably heard me talking about how much I love

More information

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti SECTION 2 (Part B) Types And Components Of Computer Systems 2 Hardware & Software Hardware: is the physical parts of the computer system the part that you can touch and see. Hardware can be either external

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

11_Mitchell_indexFinal.qxd 8/25/06 10:18 AM Page 195 Index

11_Mitchell_indexFinal.qxd 8/25/06 10:18 AM Page 195 Index Index 196 CREATE YOUR OWN WEBSITE A Account Overview screen (PayPal), 71 Account tab (SnapFish photo sharing service), 138 Add a Border option (SnapFish photo sharing service), 145 Add to Cart button,

More information

SwansTV LIVE FAQ s. When can you watch games?

SwansTV LIVE FAQ s. When can you watch games? SwansTV LIVE FAQ s When can you watch games? *unless scheduled for domestic and international transmission (Saturday 2.45-5.15pm KO s cannot be watched in the UK regardless). Isle of Man and the Channel

More information

VETS FIRST CHOICE PRIVACY POLICY FOR PARTICIPATING VETERINARY PRACTICES

VETS FIRST CHOICE PRIVACY POLICY FOR PARTICIPATING VETERINARY PRACTICES VETS FIRST CHOICE PRIVACY POLICY FOR PARTICIPATING VETERINARY PRACTICES PLEASE READ THIS PRIVACY POLICY CAREFULLY BEFORE USING THIS SITE. Last Updated: January 01, 2015 Direct Vet Marketing, Inc. (hereinafter,

More information

Children Aged 5-8. For. A Velsoft Computer Manual for Kids. Entertaining Activities Especially for Children...

Children Aged 5-8. For. A Velsoft Computer Manual for Kids. Entertaining Activities Especially for Children... For Children Aged 5-8 A Velsoft Computer Manual for Kids Entertaining Activities Especially for Children... Builds Learning, Use and Enjoyment of Computers Coloring Activities Learning Easy Reader The

More information

COMPUTING SUBJECT KNOWLEDGE AUDIT

COMPUTING SUBJECT KNOWLEDGE AUDIT COMPUTING SUBJECT KNOWLEDGE AUDIT Use this needs analysis to help self-assess and track your computing subject knowledge. Topic Area 1 Computational thinking Define, explain and use these concepts with

More information

Course Title: Introduction to Information Technology Course no: CSC-101 Full Marks: Credit hours: 3 Pass Marks:

Course Title: Introduction to Information Technology Course no: CSC-101 Full Marks: Credit hours: 3 Pass Marks: Course Title: Introduction to Information Technology Course no: CSC-101 Full Marks: 60+20+20 Credit hours: 3 Pass Marks: 24+8+8 Nature of course: Theory (3 Hrs) + Lab (3 Hrs) Course synopsis: Fundamental

More information

Paper 1 Theory For Examination from 2016 SPECIMEN PAPER 1 hour 45 minutes

Paper 1 Theory For Examination from 2016 SPECIMEN PAPER 1 hour 45 minutes Cambridge International Examinations Cambridge Ordinary Level *0123456789* COMPUTER SCIENCE 2210/01 Paper 1 Theory For Examination from 2016 SPECIMEN PAPER 1 hour 45 minutes Candidates answer on the Question

More information

AP Computer Science A Syllabus

AP Computer Science A Syllabus This syllabus #1829769v1 was reviewed and approved by the College Board in Nov, 2016.. AP Computer Science A Syllabus Last updated November, 2016 Course Overview This AP Computer Science A class uses the

More information

The City School Liaquat Campus Worksheet Module 3 Class 7 Name Class/Sec Date

The City School Liaquat Campus Worksheet Module 3 Class 7 Name Class/Sec Date The City School Liaquat Campus Worksheet Module 3 Class 7 Name Class/Sec Date 1. A Network consists of 2. A Point-to-Point Topology 3. The Internet is 1. Select the correct answer one computer computers

More information

Tennessee. Business Technology Course Code Web Design Essentials. HTML Essentials, Second Edition 2010

Tennessee. Business Technology Course Code Web Design Essentials. HTML Essentials, Second Edition 2010 Tennessee Business Technology Course Code 6501240 Web Design Essentials HTML Essentials, Second Edition 2010 Notation Key SE Student Edition LE Learning Expectation Standard 1.0 Demonstrate knowledge of

More information

CSC 170 Fall 2017 Dr. R. M. Siegfried. Study Guide for Final Exam

CSC 170 Fall 2017 Dr. R. M. Siegfried. Study Guide for Final Exam CSC 170 Fall 2017 Dr. R. M. Siegfried Study Guide for Final Exam Definitions to know: Lecture #1 1. Data 2. Digitization 3. Bit 4. Byte 5. Binary Numbers 6. How Are Characters Stored? a. ASCII b. Unicode

More information

Chapter 4 The Components of the System Unit

Chapter 4 The Components of the System Unit Chapter 4 The Components of the System Unit Chapter 4 Objectives Differentiate among various styles of of system units Differentiate among the the various types of of memory Identify chips, adapter cards,

More information

PowerPoint Creating Presentations 25

PowerPoint Creating Presentations 25 Contents Contents 3 PowerPoint 00 7 What is PowerPoint? 8 PowerPoint Requirements 9 New and Improved Features 0 Installing PowerPoint 00 Starting PowerPoint 00 3 Exploring the Ribbon 4 003 Commands in

More information

Edexcel GCSE in Computer Science Microsoft IT Academy Mapping

Edexcel GCSE in Computer Science Microsoft IT Academy Mapping Edexcel GCSE in Computer Science Microsoft IT Academy Mapping Topic 1: Problem solving Subject Content: 1.1 Algorithms MOAC course and lesson(s) MVA course and module(s) : 1.1.1 Understand what an algorithm

More information