TIME: 2 HOURS 30 MINUTES

Size: px
Start display at page:

Download "TIME: 2 HOURS 30 MINUTES"

Transcription

1 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 III Part A Artificial Intelligence Page 9 Questions Part B Computer Networking Page 12 Questions Part C Multimedia Technology Page 16 Questions For the sub-section chosen, attempt all questions. Read all questions carefully. Do not write on the question paper. Write as neatly as possible. The security of this examination paper requires that it is withdrawn from candidates after the examination and also after any discussion of the candidates results. This will ensure that the paper continues to be secure for your centre and others during presentation year 2009/2010. Any appeals made based on this paper will assume that these security precautions are in place Perfect Papers All rights reserved. Page one

2 SECTION I Attempt all questions in this section. 1. A company logo has been created using a painting package. The graphic is stored in a bitmapped graphics format. (a) Explain how bit-mapped graphics are stored. 1 One factor which can affect the quality of the above graphic is the bit depth. Explain what is meant by this term What is the 8 bit two s complement representation of the number A computer has a 24-bit data bus, 32 bit address bus and 16 control lines. (a) The read and write lines are two control lines. Describe the function of one other control line. 1 Calculate the maximum amount of memory that can be addressed by this computer. Show all your working and express your answer in appropriate units Describe how spooling operates as part of the printing process (a) Describe the effect that the use of cache memory would have on system performance. 2 Explain why applications based tests could be described as the best measure of system performance A school intranet allows pupils to have access to the internet through a web server on the intranet. Apart from allowing shared Internet access, state two functions that the web server is likely to provide Name one different type of utility software The software development process can be described as iterative. State what is meant by this term At the end of a swim event, all competitor data is entered into a file. Name a standard algorithm that would be used to find the slowest swimmer in the event Program design should aim to produce software that is reliable and robust. State what is meant by each of these terms. 2 Page two

3 SECTION I (continued) 11. The first stage of the software development process is analysis. Describe two techniques used by software development staff at the analysis stage Programmers can make use of a module library. Each module should be clearly documented describing the parameters required. (a) Describe two reasons why a programmer may use a module library. 2 The parameters may be passed by reference or by value. Describe one difference between passing parameters by reference and by value. 2 Indentation and white space are two factors which make a programs code maintainable. Describe one other factor which increases the maintainability of a program Numeric data can be stored as integer or real numbers. If there is a limited amount of memory available, which data type would be more easily stored? Explain your answer Suggest a suitable set of test data for a program that will be used to convert the number of a month into the name of that month. For example, if 6 was entered the word June would be output. 2 [END OF SECTION 1] (30) Page three

4 SECTION II Attempt all questions in this section. 15. A group of music students have been given the task of creating the programme for the school concert to be held in June. They have been given a digital camera, with a 1GB memory card, to take photographs of the main performers. The camera is set to a bit depth of 24 with resolution of 3500 x 2500 pixels. (a) Calculate the file size of a single image. Your answer should show all working and be expressed in appropriate units. 3 What is the maximum number of images of this size that can be stored on the memory card? 2 State two reasons why digital images are stored as JPEGs. 2 The camera is connected to the computer. Two functions of the operating system that are involved when transferring files are file management and input/output functions. Describe a task that each of these functions would perform in this situation. 2 The music department have recently purchased new photo editing software to allow the pupils to alter the digital images before importing into a desktop publishing program. Before purchasing the software, the department had to ensure that it was compatible with the computer system they had. State two compatibility issues that would have been considered before purchasing new software. 2 (f) The students have decided to backup all their photographs from the hard disk of the computer. A solid-state storage device or rewritable DVD could be used. Recommend one of these devices and give a reason to justify your choice. 1 Page four

5 SECTION II (continued) 16. A family have four standalone desktop computers in their home which they want to connect to form a small local area network. (a) The network could be set up as a peer-to-peer or client-server network. Describe two main differences between these networks. 2 What specific hardware and software will need to be present in the desktop computers in order for them to be connected to the network? 2 The children in the family want to play computer games across the network but they feel that the system performance could be better. Suggest, with reasons, two hardware improvements that could be made to increase performance. 2 A computer connected to the network may be more liable to virus infections than others. Name and describe one class of virus that an anti-virus utility might detect when installed. 2 The family have an ink jet printer that can be connected to a computer using a parallel interface. The printer was inexpensive and has a very small buffer. (i) State one function of an interface. 1 Explain how a larger printer buffer might be an advantage in this scenario The fetch-execute cycle contains a number of stages which result in the execution of an instruction by the processor. (a) Complete the missing steps of the fetch-execute cycle activate the Read line on the Control Bus Decode and execute instruction 3 Clock speed is a measure of computer performance. Explain why clock speed is a potentially unreliable measure of computer performance when comparing different processors. 2 Describe one reason why FLOPS is a more reliable measure of computer performance than clock speed. 1 [Turn over Page five

6 SECTION II (continued) 18. An on-line clothing company requires a piece of software to be developed to store and process customer details and orders efficiently and to record and reorder stock when required. The software development team decide to use a high level language to create the package required. (a) A procedural or event-driven language could be used. Compare the suitability of each type of language for the clothing company s purpose. 4 The programmers use both a compiler and interpreter when developing a software product. (i) Why would an interpreter be used when developing software? 2 Explain in terms of efficiency the difference between using a compiler compared to an interpreter when translating the pseudocode below. 1. loop 100 times 2. ask for customer ID 3. store ID in array 4. end loop Your answer should mention both memory usage and processor time for each type of translator. 2 Customers are given a unique ID number when the register with the clothing company. Customer ID s are created using the first 3 letters of the customers surname and the last 3 letters of their postcode. This ID is stored in a 1-D array. For example: Mr J Brown with a postcode of EH15 6NW has a customer ID of BRO6NW (i) What is meant by a 1-D array? 2 (iii) Using code from a programming environment with which you are familiar, show how to create this ID. 3 Using a design notation with which you are familiar, write an algorithm that would find a particular customer ID from the array. 4 Explain why a programmer might want to limit the scope of a variable. 2 A section of code from the system is shown below: Reorder = calculate_reorder(stock_number, reorder_level) Which feature of a high level has been implemented as calculate_reorder? 1 Page six

7 SECTION II (continued) 19. A software house has been approached by a client and asked to create a program which will construct detailed reports for its customers. (a) The software house appoints a project manager. Describe two aspects of the role of the project manager. 2 Name and describe a document that the systems analyst will produce as a result of the analysis stage of the project. 2 The testing stage involves both the software house and the client. Explain why both parties are required at this stage. 2 The software is tested using a comprehensive set of test data. State two other methods of testing comprehensively. 2 After the reporting software has been in place for a couple of weeks the client asks the software house to carry out adaptive maintenance. (i) Describe one situation where the program may require adaptive maintenance. 1 Who is most likely to meet the cost of the adaptive maintenance? Justify your answer. 2 (60) [END OF SECTION II] [Turn over Page seven

8 SECTION III Attempt ONE sub-section of Section III Part A Artificial Intelligence Page 9 Questions Part B Computer Networking Page 12 Questions Part C Multimedia Technology Page 16 Questions For the sub-section chosen, attempt all questions. Page eight

9 SECTION III Part A Artificial Intelligence Attempt all questions. 20. An ornithology group want to create an expert system about birds to help quick identification. Here is some information that they would like included in the knowledge base. Birds are warm-blooded vertebrate animals that lay eggs. Birds can be grouped into those that fly and those that cannot. Examples of birds that cannot fly are the Cassowary, Emu and Penguin. Flying birds include the House Wren and Kingfisher. The House Wren is approximately 12cm in size and a dark brown colour who prefer to be located near human houses. The Kingfisher has a bright blue back and tail and is around 17cm in length. They are often located near water. (a) Create a semantic net to display the information given above. 6 Describe two advantages of using an expert system to identify birds. 2 Knowledge bases can be searched using either a depth-first or breadth-first search algorithm. (i) Describe what is meant by each of these search methods. You may use a diagram to illustrate your answer. 2 Explain why depth first would be more efficient than breadth first in the searching of large trees. 2 The developed bird identification expert system includes justification of reasoning. (i) Explain what justification facilities do. 2 Explain why these facilities are useful for users of the system. 2 (iii) Explain how heuristics could be used in this system. 2 The birds system could be implemented using a functional programming language. Name a functional language. 1 [Turn over Page nine

10 SECTION III Part A Artificial Intelligence (Continued) 21. GardenGlory are a company that produce garden ornaments made out of metal. The company are investigating the use of an intelligent robot to examine ornaments that have been identified as imperfect on the production line. Slight damage could be fixed while badly damaged ornaments would have to be scraped. Two areas of artificial intelligence are computer vision and pattern recognition. (a) How would pattern matching be used to identify a slightly damaged ornament? 2 Describe one problem that could occur when computer vision is used to select ornaments to fix. 2 Hardware developments have allowed these areas of AI research to become more successful over the last 20 years. Describe one such hardware development and explain how it has contributed to the success of vision systems Some of the earliest research into the field of artificial intelligence relates to rule-based systems for playing strategic games. Early computers were programmed to play games such as noughts and crosses. (a) Describe two difficulties in developing a rule-based system for playing chess. 2 Give one reason why a human player may not be able to decide whether they were playing against a computer opponent or another human. 2 Simple rule-based systems are not really classed as being intelligent. Describe a feature of such a system that, if included, would justify it being considered intelligent. 2 A rule-based system could be implemented using a procedural language or a declarative language. Describe one advantage and one disadvantage of choosing a declarative language as a development environment. 2 It would be an advantage if a computer game could recognise and respond to various commands spoken by the player. In speech recognition software, there are four main stages of natural language processing. (i) Speech recognition is the first stage of NLP. State the next two stages of NLP. 2 Describe two difficulties, related to voice recognition, which would need to be overcome in a successful implementation of NLP in a game playing environment. 2 Page ten

11 SECTION III - Part A Artificial Intelligence (continued) 23. The Kennel Club have created a knowledge base to describe breeds of dog. An extract from this knowledge base is shown below. 1 type(pointer, gundog). A pointer is a type of gundog. 2 type(flushing, gundog). 3 type(retriever, gundog). 4 is_a(labrador,retriever). A labrador is an example of a retrieving dog. 5 is_a(newfoundland,retriever). 6 is_a(cocker_spaniel,flushing). 7 is_a(springer_spaniel,flushing ). 8 is_a(king_charles,flushing). 9 is_a(english_setter,pointer). 9 is_a(irish_setter,pointer). 10 fav_game(pointer,grouse). The favourite game bird of a pointing dog is grouse. 11 fav_game(flushing,pheasant). 12 fav_game(retriever,waterfowl). 13 type(x,y):- is_a(x,z), X is type Y if type(z,y). X is classed as Z and Z is type Y. (a) What would be the output from the following query??fav_game(pointer,x). 1 (i) What would be the solution(s) to the following query? 1? is_a(x,flushing). Assuming that a depth-first search is used, trace the first solution to the query:? type(springer_spaniel,x). You must include the correct use of each of the following words in your trace. sub-goal and instantiation (or instantiated). 4 (i) What is the solution to the query?? NOT(is_a(labrador, pointer). 1 Explain how the program arrived at this solution. 1 (i) Line 13 makes use of inheritance. Describe what inheritance means in this context. 2 Create a new inheritance rule to allow the following question to be answered. What is the favourite game bird of an Irish Setter? 2 (50) Page eleven

12 SECTION III Part B Computer Networking Attempt all questions. 24. The ScotBank has three offices each office is connected to the company network as detailed in this diagram. (a) (i) State the class of the ScotBank network. Justify your answer. 2 Certain IP addresses are reserved. Give one example of a reserved IP address and state its purpose. 2 (iii) What is the maximum number of nodes which can be added to this network? Justify your answer. 3 Channel A connects the Glasgow office to the Aberdeen office. Which type of connection would provide a suitable secure high speed link between the two offices? 1 Page twelve

13 24. (continued) SECTION III - Part B Computer Networking (Continued) Bank records are regularly uploaded from the Inverness office to the Glasgow office. (i) Name the protocol that would be used to upload files to the Glasgow office. 1 Paul is working from home and tries to upload some data to the Glasgow office from his home computer but the upload is blocked by the firewall. Explain how the firewall may have blocked this upload. 2 When Paul gets to the Inverness office he uploads some data to the Glasgow office but the message Error: Bad CRC... resend data appears on his computer screen. (i) Explain, in detail, why this message has been displayed. 3 Describe one possible cause of this error. 1 TCP/IP is used for communication between offices and stations on the network. (i) Describe two operations carried out by TCP. 2 Describe one operation carried out by IP. 1 (f) The offices are connected by switches. Explain why a switch would be considered more secure than a hub? 2 (g) Hackers have somehow gained unauthorised access to the computer systems in the Glasgow office. Give one reason why the staff are concerned about data integrity as a result of this unauthorised access? 1 [Turn over Page thirteen

14 SECTION III - Part B Computer Networking (Continued) 25. Webster online is a web site which sells CDs, DVDs and other entertainment related goods. (a) Every page of the website includes the following HTML code: <meta name= description content= Webster specialise in CDs, DVDs, Games and other entertainment media at bargain prices. Always a good deal at Webster. > What is the purpose of this code? 1 The webmaster for Webster looks at the log of visits to the site and finds that on IP address visits many times each day. A sample from the web site visitors log for this IP address is show below: Time of visit IP Browser Message 04:36: YouSearchBot 200 OK (i) What kind of program is generating these log entries? 1 Describe how this program uses the line of code in part (a) above? 2 An is received from a customer who claims that the Webster site is blocked by her ISP. (i) Describe two reasons why a site which was not intended to be blocked may be blocked by Internet filtering software. 2 The ISP uses a walled garden system. What would have to be done to allow access to the Webster site? 1 Meta Search Engines always provide better search results Do you agree with this statement? Justify your answer. 2 Webster use both disaster avoidance and disaster recover strategies to protect their server. (i) Describe two disaster avoidance techniques with which you are familiar. 2 Regular backups of the server are part of the disaster recovery strategy. Describe how mirror disks can be used to back up the Webster server. 2 Page fourteen

15 SECTION III - Part B Computer Networking (Continued) 26. ParentHelper is a child tracking and locating system which parents can use. It consists of a GPS receiver which links to a mobile transmitter. (a) The GPS receiver is connected to the transmitter using wireless technology to form a wireless personal area network (WPAN). (i) The manufacturer of ParentHelper would like to add additional functions to the system by allowing other devices to connect to the WPAN. Suggest two additional devices which could make use of the WPAN. 2 For each of your chosen devices, describe how it could be used as part of the WPAN? 2 Each device on the WPAN has a MAC Address. (i) What does MAC stand for? 1 Explain why it is necessary for a device on the network to have a MAC address? 1 Parents can receive updates on their child s location via WAP, via HTTP or sent in an encrypted . (i) (iii) Give two advantages of using WAP rather than HTTP for viewing information on a mobile device? 2 Describe two differences between web pages created using WML tags and web pages created using HTML tags. 2 State the law which makes it a legal requirement to make an encrypted readable if instructed to by the police. 1 A VoIP (Voice over IP) service is added to the ParentHelper transmitter. This allows parents to listen to their child. VoIP data is sent over a packet-switched network. (i) (iii) Some parents complain that the audio they receive stutters or has sections missing. Describe why the packet switched network may be causing this problem. 2 Describe one advantage of a circuit-switched network over a packet-switched network. 1 Which type of maintenance would be required to fix the problem with the VoIP service described above? 1 The ParentHelper transmitter saves data to a solid state storage device when no connection available to transmit. Identify one reason why a solid state device is used rather than any other storage device. 1 [END OF SECTION III PART B] (50) Page fifteen

16 SECTION III Part C Multimedia Technology Attempt all questions. 27. David is developing a website for his local church. He must decide whether to use a WYSIWYG editor or a text editor. (a) Recommend the type of software that he should use, giving two clear reasons for your choice. 2 David creates the logo shown using vector graphics software and saves it using the SVG file format. Describe two advantages of using SVG rather than GIF to store this logo. 2 The Youth section of the website contains video footage of a recent camping trip. (i) The clip lasts for 30 seconds and was captured using the following settings: 25 frames per second 160 x 120 pixels true colour Calculate the uncompressed file size of the video clip. Show all working and express your answer in appropriate units. 3 Describe the term bit-rate as it refers to video data. 1 (iii) Explain the role of DSP during playback of video data. 1 The website contains the following images: Image 1 Image 2 Image 1 above is stored as an interlaced GIF. (i) Explain how Image 1 would be displayed by browser software. 2 Give one advantage of interlacing images in this way. 1 Image 2 above is compressed using RLE. Describe how RLE compression reduces the file size of Image 2. 2 (f) Background music for the website is saved as MIDI data. (i) Describe the purpose of the pitch and tempo attributes of MIDI data. 2 Give one disadvantage of using MIDI data to store the background music. 1 (g) Before the website is made live, systematic testing must be carried out. State two ways in which the website should be tested. 2 Page sixteen

17 SECTION III - Part C Multimedia Technology (Continued) 28. Laura is creating a multimedia application to teach primary pupils about animals and their habitats. (a) The application will include a number of 2D graphical images. Describe one task carried out by the GPU when displaying 2D images. 1 Laura decides to embed the images within the application rather than create links to the images. (i) Explain what is meant by the term 'embed'. 1 Describe one benefit of this decision. 1 An image of a parrot is used in the application. The image is stored using indexed colour. The image and its matching colour palette are shown below: (i) Name one file format that makes use of indexed colour. 1 Explain how the use of indexed colour is a more efficient way of storing colour information than RGB. 2 (iii) Explain the need for dithering with indexed colour images. 2 The application includes several voice recordings. The recordings are captured in stereo at 44.1 KHz using 16-bit sound. (i) Calculate the uncompressed file size of a recording that lasts for 45 seconds. Show all working and express your answer in appropriate units. 3 The voice recordings are stored as RIFF files. RIFF is an example of a container file. Explain what is meant by the term 'container file'. 1 (iii) After capturing, Laura used sound editing software to adjust the voice recordings. Original recording After adjustment Name the feature of the sound editing software used to make this adjustment and explain how this feature improves playback of the recordings. 2 [Turn over Page seventeen

18 SECTION III - Part C Multimedia Technology (Continued) 29. Pranav is developing a VR simulation that will be used to train helicopter pilots. (a) VRML is used to produce the 3D graphics that form part of the simulation. Describe two features of VRML that make it an appropriate choice of file format for a training simulation. 2 The following VRML code is used to create a 3D object that is part of the simulation: #VRML V1.0 ascii Texture2 { filename "metallic.jpg"} Cube { width 1 height 2 depth 0.15 } Translation { translation } Rotation { rotation } Identify three attributes of the 3D object that are described by this code. 1 The simulation makes use of surround sound. (i) Explain what is meant by the term surround sound. 1 Explain one benefit of using surround sound in this situation. 1 Page eighteen

19 SECTION III - Part C Multimedia Technology (Continued) 30. Graeme uses his mobile phone to capture a video clip at a Give This concert. He later uses the video editing software on his mobile phone to arrange multiple clips on the timeline. mmm/.jm ;ol (a) Describe the use made of the timeline feature of video editing software. 1 Graeme decides to improve how the individual clips are linked together. Name one feature of video editing software that could be used for this purpose. 1 The video sequence is saved using the MPEG codec. (i) Explain the need to use a codec in this situation. 1 Describe one feature of the MPEG codec. 1 Graeme can transfer the video sequence to his laptop using either WiFi or Bluetooth connectivity. (i) Give one advantage of using WiFi over Bluetooth for this purpose. 1 Give one advantage of using Bluetooth over WiFi for this purpose. 1 Graeme can use his mobile phone to watch live TV and listen to Internet radio. Each of these will be played using streaming. (i) Explain what is meant by the term 'streaming'. 2 The ability of the mobile phone to cope with the demands of streaming will depend on the technological features of the device. (1) Explain how the development of storage technologies will benefit the performance of the mobile phone when streaming data. 2 (2) Name one development in the area of communications and explain how it benefits the performance of the mobile phone when streaming data. 2 (50) [END OF SECTION III PART C] [END OF QUESTION PAPER] Page nineteen

20 [BLANK PAGE] Page twenty

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

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

*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

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

Multimedia Technology

Multimedia Technology Multimedia Application An (usually) interactive piece of software which communicates to the user using several media e.g Text, graphics (illustrations, photos), audio (music, sounds), animation and video.

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

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

*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

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

GRAPHIC FILE FORMATS / SOFTWARE SELECTION / SOFTWARE COMPATIBILITY

GRAPHIC FILE FORMATS / SOFTWARE SELECTION / SOFTWARE COMPATIBILITY HIGHER COMPUTING COMPUTER SYSTEMS COMPUTER SOFTWARE GRAPHIC FILE FORMATS / SOFTWARE SELECTION / SOFTWARE COMPATIBILITY SUCCESS CRITERIA I can describe the standard file formats for graphics files: Jpeg

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

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

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

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

ICT 1. June Advanced level

ICT 1. June Advanced level 2 1. Software that allows a team to have an electronic face-to face meetings when members are geographically dispersed is ICT 1 A E-mail software 796 B Chat room software C E-messaging software June 2013

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

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

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

OCR GCSE Computing Learning Grids H/W

OCR GCSE Computing Learning Grids H/W COMPUTING GCSE OCR J275 OCR GCSE Computing Learning Grids H/W Unit A451: Computer Systems and Programming This learning grid H/W belongs to: Name: Form: Mr. Ahmed A451 - ATTENTION! Please read! These learning

More information

LATIHAN Identify the use of multimedia in various fields.

LATIHAN Identify the use of multimedia in various fields. LATIHAN 4.1 1. Define multimedia. Multimedia is the presentation of information by using a combination of text, audio, graphic, video and animation. Multimedia has played an important role in other fields,

More information

Switching to AQA from OCR

Switching to AQA from OCR Switching to AQA from OCR This resource compares our new GCSE Computer Science specification (8520) with the new OCR Computer Science specification (J276). If you are thinking of switching from OCR to

More information

Advanced High Graphics

Advanced High Graphics VISUAL MEDIA FILE TYPES JPG/JPEG: (Joint photographic expert group) The JPEG is one of the most common raster file formats. It s a format often used by digital cameras as it was designed primarily for

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

Switching to AQA from Edexcel

Switching to AQA from Edexcel Switching to AQA from Edexcel This resource compares our new GCSE Computer Science specification (8520) with the new Edexcel Computer Science specification (1CP1). If you are thinking of switching from

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

TIME: 2 HOURS 30 MINUTES

TIME: 2 HOURS 30 MINUTES NATIONAL QUALIFICATIONS 2007 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

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

GCSE Computer Science for OCR Overview Scheme of Work

GCSE Computer Science for OCR Overview Scheme of Work GCSE Computer Science for OCR Overview Scheme of Work The following assumes a two-year model. During the course, the final challenges can be used for practice in computational thinking, algorithm design

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

Computing at Cox Green Curriculum Plan. Key Stage 3 Year 7

Computing at Cox Green Curriculum Plan. Key Stage 3 Year 7 Computing at Cox Green Curriculum Plan Key Stage 3 Year 7 Term 1 Term 2 Term 3 Term 4 Term 5 Term 6 E-safety Database Programming Spreadsheet and modelling Web design How data is represented in s? How

More information

Technical and Functional Standards for Digital Court Recording

Technical and Functional Standards for Digital Court Recording Technical and Functional Standards for Digital Court Recording As of February 2015 Overview This document provides detailed specifications for Digital Court Recording (DCR) systems which meet the court

More information

Prentice Hall. Learning Microsoft PowerPoint , (Weixel et al.) Arkansas Multimedia Applications I - Curriculum Content Frameworks

Prentice Hall. Learning Microsoft PowerPoint , (Weixel et al.) Arkansas Multimedia Applications I - Curriculum Content Frameworks Prentice Hall Learning Microsoft PowerPoint 2007 2008, (Weixel et al.) C O R R E L A T E D T O Arkansas Multimedia s I - Curriculum Content Frameworks Arkansas Multimedia s I - Curriculum Content Frameworks

More information

Industrial Technology

Industrial Technology 2014 HIGHER SCHOOL CERTIFICATE EXAMINATION Industrial Technology Multimedia Technologies Total marks 40 General Instructions Reading time 5 minutes Working time 1 1 hours 2 Write using black or blue pen

More information

Introduction to LAN/WAN. Application Layer 4

Introduction to LAN/WAN. Application Layer 4 Introduction to LAN/WAN Application Layer 4 Multimedia Multimedia: Audio + video Human ear: 20Hz 20kHz, Dogs hear higher freqs DAC converts audio waves to digital E.g PCM uses 8-bit samples 8000 times

More information

Computing Science: National 5 and Higher skills, knowledge and understanding

Computing Science: National 5 and Higher skills, knowledge and understanding Software design and development Development methodologies Analysis Design Describe and implement the phases of an iterative development process: analysis, design, implementation, testing, documentation,

More information

Applied Information and Communication Technology

Applied Information and Communication Technology Edexcel GCE Applied Information and Communication Technology Unit 9: Communications and Networks 10 28 May 2010 Assessment window 3 weeks Time: 10 hours You must have: Short treasury tag, cover sheet Paper

More information

Stratford School Academy Schemes of Work

Stratford School Academy Schemes of Work Number of weeks (between 6&8) Content of the unit Assumed prior learning (tested at the beginning of the unit) 6 This is a theoretical unit covering the basic principles and architecture of local and wide

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

A the speed at which data can be downloaded. B the countries in which the phone can be used. C the data services the phone supports

A the speed at which data can be downloaded. B the countries in which the phone can be used. C the data services the phone supports Q1. The phones in Figure 1 use different network bands. The network band of a mobile phone limits: (1) A the speed at which data can be downloaded B the countries in which the phone can be used C the data

More information

National Unit Specification: general information. Applied Multimedia (Higher) NUMBER DM4D 12. Information Systems (Higher)

National Unit Specification: general information. Applied Multimedia (Higher) NUMBER DM4D 12. Information Systems (Higher) National Unit Specification: general information NUMBER DM4D 12 COURSE Information Systems () SUMMARY This Unit is designed to develop knowledge and understanding of the principles of multimedia applications

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

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

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

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

Compression and File Formats

Compression and File Formats Compression and File Formats 1 Compressing Moving Images Methods: Motion JPEG, Cinepak, Indeo, MPEG Known as CODECs compression / decompression algorithms hardware and software implementations symmetrical

More information

1. What is a network protocol and why are protocols needed when two machines communicate? 2 marks

1. What is a network protocol and why are protocols needed when two machines communicate? 2 marks Topic1: Common Network Protocols 1. What is a network protocol and why are protocols needed when two machines communicate? 2. Describe the function of each of the following protocols: a. SMTP b. HTTP c.

More information

ICT Skills Policy. 1. Learning about ICT: teachers and children develop skills and knowledge in the potential uses of ICT to support learning.

ICT Skills Policy. 1. Learning about ICT: teachers and children develop skills and knowledge in the potential uses of ICT to support learning. ICT Skills Policy The Information and Communication Technology (ICT) in the Classroom Guidelines for Teachers states three basic aims in the integration of technology in the curriculum. These are: 1. Learning

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

Cisco WebEx Meetings Server Release 1.5MR2. CWMS 1.5MR2 Extended Branding

Cisco WebEx Meetings Server Release 1.5MR2. CWMS 1.5MR2 Extended Branding Cisco WebEx Meetings Server Release 1.5MR2 CWMS 1.5MR2 Extended Branding Table of Contents Before You Begin... 2 Overall user interface... 3 Audio Prompts... 4 Logo... 5 Copyright Statement... 6 Reverting

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

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

OCR GCSE (9-1) Computer Science J276 Accompanying Instructional Document

OCR GCSE (9-1) Computer Science J276 Accompanying Instructional Document OCR GCSE (9-1) Computer Science J276 Accompanying Instructional Document Curriculum area Non-coding theory* 1.1 Systems Architecture Content The purpose of the CPU Von Neumann architecture: MAR (Memory

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

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

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

Multiple-Choice Questions

Multiple-Choice Questions Longman ICT Exam Series Multiple-Choice Questions FOR 2016 HKDSE EXAM & AFTER 4 Multimedia Elements and Digitization Digital Multimedia Elements 1. The following shows some BMP images which have the same

More information

255, 255, 0 0, 255, 255 XHTML:

255, 255, 0 0, 255, 255 XHTML: Colour Concepts How Colours are Displayed FIG-5.1 Have you looked closely at your television screen recently? It's in full colour, showing every colour and shade that your eye is capable of seeing. And

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

C H A P T E R 1. Introduction to Computers and Programming

C H A P T E R 1. Introduction to Computers and Programming C H A P T E R 1 Introduction to Computers and Programming Topics Introduction Hardware and Software How Computers Store Data How a Program Works Using Python Computer Uses What do students use computers

More information

M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) DURATION: 03 Hrs

M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) DURATION: 03 Hrs M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) Max Marks: 100 DURATION: 03 Hrs M1-R4-01-19 1.3 Which of the following tag pair is used to list the text? (a) and (b) and (c)

More information

Higher Software Development - Section 1a

Higher Software Development - Section 1a Higher Software Development - Section 1a _ 1. List the stages involved in the development of a program in the correct order? (7) 2. In the software development process, what happens at the analysis stage?

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

ClipArt and Image Files

ClipArt and Image Files ClipArt and Image Files Chapter 4 Adding pictures and graphics to our document not only breaks the monotony of text it can help convey the message quickly. Objectives In this section you will learn how

More information

Tema 0: Transmisión de Datos Multimedia

Tema 0: Transmisión de Datos Multimedia Tema 0: Transmisión de Datos Multimedia Clases de aplicaciones multimedia Redes basadas en IP y QoS Computer Networking: A Top Down Approach Featuring the Internet, 3 rd edition. Jim Kurose, Keith Ross

More information

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations.

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations. 3.01C Multimedia Elements and Guidelines 3.01 Explore multimedia systems, elements and presentations. Multimedia Fair Use Guidelines Guidelines for using copyrighted multimedia elements include: Text Motion

More information

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

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education. Paper 1 May/June hours *9118532402* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/12 Paper 1 May/June 2013 2 hours Candidates

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

Multimedia on the Web

Multimedia on the Web Multimedia on the Web Graphics in web pages Downloading software & media Digital photography JPEG & GIF Streaming media Macromedia Flash Graphics in web pages Graphics are very popular in web pages Graphics

More information

M4.2-R4: INTRODUCTION TO MULTIMEDIA

M4.2-R4: INTRODUCTION TO MULTIMEDIA M4.2-R4: INTRODUCTION TO MULTIMEDIA NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the TEAR-OFF

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 *0991986021* COMPUTER SCIENCE 9608/11 Paper 1 Theory Fundamentals May/June 2016 1 hour 30 minutes Candidates

More information

Higher Grade Computing Homework Answers Units 1 & 2

Higher Grade Computing Homework Answers Units 1 & 2 Higher Grade Computing Homework Answers Units & UNIT : COMPUTER SYSTEMS Data Representation Answers and Marking Scheme Q Q Give two reasons why computers use the binary number system Binary arithmetic

More information

Computing 1: Computer Systems

Computing 1: Computer Systems U1 U2 U3 1 2 3 Computing 1: Computer Systems G: I know how to create strong passwords G: I know how to stay safe online and how to alert an adult if I am worried about anything G: I can list a range of

More information

HASTINGS HIGH SCHOOL

HASTINGS HIGH SCHOOL HASTINGS HIGH SCHOOL EXAMINATION GUIDE 2017-19 Subject Course code Website address Provisional examination dates Computer Science Computer Science (9-1) - J276 https://www.ocr.org.uk/qualifications/gcse/computerscience-j276-from-2016/

More information

Table of Contents Chapter Nine: Database Display Chapter two: Install and Uninstall... 2

Table of Contents Chapter Nine: Database Display Chapter two: Install and Uninstall... 2 Table of Contents Chapter One: Overview... 1 1.1 Features... 1 1.2 Operating environment... 1 Chapter two: Install and Uninstall... 2 2.1 Install... 2 2.2 Uninstall... 3 Chapter Three: Use details... 4

More information

Thursday 17 May 2012 Afternoon

Thursday 17 May 2012 Afternoon Thursday 17 May 2012 Afternoon GCSE COMPUTING A451/01 Computer Systems and Programming *A426270612* Candidates answer on the Question Paper. OCR supplied materials: None Other materials required: None

More information

ST VENERA BOYS SECONDARY SCHOOL HALF-YEARLY EXAMINATIONS 2014~15 Information and Communication Technology

ST VENERA BOYS SECONDARY SCHOOL HALF-YEARLY EXAMINATIONS 2014~15 Information and Communication Technology Form 4 ST VENERA BOYS SECONDARY SCHOOL HALF-YEARLY EXAMINATIONS 2014~15 Information and Communication Technology Time: 1hr 30mins Name: Class: Please read the following instructions carefully: 1. Answer

More information

Unit 11: Computer Networks

Unit 11: Computer Networks Unit 11: Computer Networks Level: 1 and 2 Unit type: Mandatory or Optional specialist Guided learning hours: 60 Assessment type: Internal Unit introduction Computer networking is an important part of our

More information

INFORMATION TECHNOLOGY CONCEPTS (391) OPEN EVENT

INFORMATION TECHNOLOGY CONCEPTS (391) OPEN EVENT INFORMATION TECHNOLOGY CONCEPTS-OPEN- REGIONAL 2017 Page 1 of 10 INFORMATION TECHNOLOGY CONCEPTS (391) OPEN EVENT REGIONAL 2017 DO NOT WRITE ON TEST BOOKLET TOTAL POINTS (100 points) Failure to adhere

More information

Core Syllabus. Version 2.6 C OPERATE KNOWLEDGE AREA: OPERATION AND SUPPORT OF INFORMATION SYSTEMS. June 2006

Core Syllabus. Version 2.6 C OPERATE KNOWLEDGE AREA: OPERATION AND SUPPORT OF INFORMATION SYSTEMS. June 2006 Core Syllabus C OPERATE KNOWLEDGE AREA: OPERATION AND SUPPORT OF INFORMATION SYSTEMS Version 2.6 June 2006 EUCIP CORE Version 2.6 Syllabus. The following is the Syllabus for EUCIP CORE Version 2.6, which

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 *7096069405* COMPUTER SCIENCE 9608/13 Paper 1 Theory Fundamentals May/June 2017 1 hour 30 minutes Candidates

More information

Chapter 3 Computer Software

Chapter 3 Computer Software Chapter 3 Computer Software Learning Objectives LO3.1: Explain system software and operating systems LO3.2: Identify operating systems for desktop PCs LO3.3: Identify operating systems for handheld PCs

More information

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM SMK SEKSYEN 5,WANGSAMAJU 53300 KUALA LUMPUR FORM 5 LEARNING AREA 4 MULTIMEDIA Ramadan, SMK Pekan 2007 MULTIMEDIA LESSON 21 MULTIMEDIA CONCEPTS DEFINITION OF MULTIMEDIA Multimedia has been used in many

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

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

Net-Log Network Audio Logger

Net-Log Network Audio Logger Net-Log Network Audio Logger August 2008 www.sonifex.co.uk t: +44 (0)1933 650 700 f: +44 (0)1933 650 726 sales@sonifex.co.uk Net-log - Network Audio Logger The Net-Log is a new way to record and play audio.

More information

NATIONAL SENIOR CERTIFICATE GRADE 12

NATIONAL SENIOR CERTIFICATE GRADE 12 NATIONAL SENIOR CERTIFICATE GRADE 12 INFORMATION TECHNOLOGY P2 NOVEMBER 2013 MARKS: 180 TIME: 3 hours This question paper consists of 17 pages. Information Technology/P2 2 DBE/November 2013 INSTRUCTIONS

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

Overview. Importance of Design. Lost in hyperspace. Site Organisation. Designing Structure. Lecture 14 Web Usability

Overview. Importance of Design. Lost in hyperspace. Site Organisation. Designing Structure. Lecture 14 Web Usability Overview Lecture 14 Web Usability Boriana Koleva Room: C54 Email: bnk@cs.nott.ac.uk Website design Information structure Navigation Webpage design Text Graphics Audio Video Aesthetics Usability Importance

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

Working with Images and Multimedia

Working with Images and Multimedia CHAPTER Working with Images and Multimedia You can make your web page more interesting by adding multimedia elements. You can download the files featured in this chapter from www.digitalfamily.com/tyv.

More information

COMP2 (JUN15COMP201) General Certificate of Education Advanced Subsidiary Examination June 2015

COMP2 (JUN15COMP201) General Certificate of Education Advanced Subsidiary Examination June 2015 Centre Number Surname Candidate Number For Examiner s Use Other Names Candidate Signature Examiner s Initials Question Mark Computing General Certificate of Education Advanced Subsidiary Examination June

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

CONTENTS. 1.0 Overview. 2.0 Outline Functionality. 3.0 Minimum system requirements. 4.0 Programme Installation. 5.0 Starting PC DVR Disk Replay Client

CONTENTS. 1.0 Overview. 2.0 Outline Functionality. 3.0 Minimum system requirements. 4.0 Programme Installation. 5.0 Starting PC DVR Disk Replay Client PC DVR Disk Replay Client For use with the DMB-X Mobile Series DVRs V1.5 24 nd October 2007 CONTENTS 1.0 Overview 2.0 Outline Functionality 3.0 Minimum system requirements 4.0 Programme Installation 5.0

More information

MULTIMEDIA AND CODING

MULTIMEDIA AND CODING 07 MULTIMEDIA AND CODING WHAT MEDIA TYPES WE KNOW? TEXTS IMAGES SOUNDS MUSIC VIDEO INTERACTIVE CONTENT Games Virtual reality EXAMPLES OF MULTIMEDIA MOVIE audio + video COMPUTER GAME audio + video + interactive

More information

TUESDAY, 28 MAY 9.00 AM AM

TUESDAY, 28 MAY 9.00 AM AM X06/3/0 NATIONAL QUALIFICATIONS 03 TUESDAY, 8 MAY 9.00 AM.30 AM COMPUTING ADVANCED HIGHER Attempt all questions in Section I. Attempt one sub-section of Section II. Part A Artificial Intelligence Page

More information

High definition wireless network media player NMP-580w Playback TV programs with in-store promotion content

High definition wireless network media player NMP-580w Playback TV programs with in-store promotion content High definition wireless network media player NMP-580w The ViewSonic NMP-580w network media player delivers reliable and stunning 1080p multimedia playback on large format displays and digital signage

More information

Computer Networks. Cables Radio signals (wireless/wifi) Telephone lines Satellite links (Long distance)

Computer Networks. Cables Radio signals (wireless/wifi) Telephone lines Satellite links (Long distance) COMPUTER NETWORKS Computer Networks A network is two or more computers connected together to allow them to share information and resources. Network connections are created by Cables Radio signals (wireless/wifi)

More information

Streaming video. Video on internet. Streaming video, live or on demand (VOD)

Streaming video. Video on internet. Streaming video, live or on demand (VOD) Streaming video 1 Video on internet. There are two different basic ways of presenting video on internet: The receiver downloads the entire video file and than plays it using some kind of media player The

More information

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special.

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special. This section describes how to add content to your pages including text, Microsoft Office documents, images, Flash, and other media content. Inserting Text To add text to your document, you can type the

More information

Elementary Computing CSC 100. M. Cheng, Computer Science

Elementary Computing CSC 100. M. Cheng, Computer Science Elementary Computing CSC 100 1 Graphics & Media Scalable Outline & Bit- mapped Fonts Binary Number Representation & Text Pixels, Colors and Resolution Sound & Digital Audio Film & Digital Video Data Compression

More information