4341/01 S15-4341-01 COMPUTER SCIENCE

3y ago
61 Views
2 Downloads
672.00 KB
20 Pages
Last View : 2d ago
Last Download : 3m ago
Upload by : Victor Nelms
Transcription

CentreNumberSurnameCandidateNumber0Other NamesGCSE4341/01S15-4341-01COMPUTER SCIENCEUNIT 1: Understanding Computer ScienceA.M. WEDNESDAY, 3 June 20151 hour 30 minutesFor Examiner’s use only4 3 41010 0 01TotalINSTRUCTIONS TO CANDIDATESUse black ink or black ball-point pen. Do not use pencil or gel pen. Do not use correction fluid.Write your name, centre number and candidate number in the spaces at the top of this page.Answer all questions.Write your answers in the spaces provided in this booklet.If you run out of space, use the continuation pages at the back of the booklet, taking care to numberthe question(s) correctly.INFORMATION FOR CANDIDATESThe number of marks is given in brackets at the end of each question or part-question.Quality of written communication will be assessed in question 13.JUN1543410101 WJEC CBAC Ltd.SM*(S15-4341-01)

2ExamineronlyAnswer all questions.1.Tick ( ) the correct boxes below to show which four of the following items are usually found on[4]the Central Processing Unit (CPU) of a personal computer.Hard disk drive1Controller2RAM3Internal memory4Arithmetic Logic Unit (ALU)5BIOS6Registers7ROM82.(a)Complete the table below comparing the typical uses of different frequently used backingstorage.The first row has been completed for you.Backing storageTypical use (Suitability)Compact DiscStoring and transferring music files or photographsMoving small files from work to homeExternal hard driveBacking up a large commercial server02 WJEC CBAC Ltd.(4341-01)[3]

3(b)In the table below, put the different backing storage from 2(a) in order of access speeds.Put the fastest first.[1]FastestExamineronlySlowestBacking storage 2Backing storage 3Backing storage 44 3 41010 0 03Backing storage 103 WJEC CBAC Ltd.(4341-01)Turn over.

43.A large comprehensive school has over 500 computers connected to their Local Area Network(LAN) with a connection to the Internet.(a)Describe, in detail, four disadvantages for the school of having a network of computerscompared to stand alone computers.[8]Disadvantage 1.Disadvantage 2.Disadvantage 3.Disadvantage 4.(b)All staff and pupils have a unique username and a password to access the network.State three rules that should apply to users’ passwords to reduce the possibility ofsomeone guessing a password.[3]Rule 1.Rule 2.Rule 3.04 WJEC CBAC Ltd.(4341-01)Examineronly

5All pupil and staff files are stored on servers located in a secure server room.(i)Describe the user access levels pupils should be given for their own files.[1](ii)Describe the user access levels that should be given for files a teacher wants pupilsto view, such as a homework task.[1]4 3 41010 0 0 5(c)Examineronly05 WJEC CBAC Ltd.(4341-01)Turn over.

64.ExamineronlyBelow is an algorithm that uses global and local variables.Algorithm FindTotalNum1 is integerNum2 is integer{number input by user}{number input by user}declare subprocedure AddTwoNum {procedure to find the total of two integers}Total is integerstartend{used to store the answer}set Total Num1 Num2output “the total is”, Totalstartmainprogoutput “type in first number”input Num1output “type in second number”input Num2call AddTwoNumendmainprog(a)Write down an example of a global variable and a local variable from the algorithm above.Global variable.[1]Local variable.[1](b)06Explain the difference between global and local variables. WJEC CBAC Ltd.(4341-01)[2]

7Computer programs require translation to execute.(a)Compilers and interpreters translate high level programming languages into machinecode. Describe the main differences between a compiler and an interpreter.[4](b)State the main difference between an assembler and both a compiler and an interpreter.[1]4 3 41010 0 075.Examineronly07 WJEC CBAC Ltd.(4341-01)Turn over.

86.Below is a representation of a black and white bitmap image consisting of 10 rows and8 columns of pixels. The data for each pixel is stored as one bit with 0 representing white and1 representing black.The data about the pixels in each row is shown on the right hand side of each row.Row 10000 0000Row 2Row 30100 0000Row 4Row 5(a)Row 60100 0000Row 70100 0000Row 80100 0000Row 90100 0000Row 100000 0000Write down the data for Rows 2, 4 and 5.Row 2.[1]Row 4.[1]Row 5.[1](b)State the number of bytes required to store the data for one row.[1](c)State the number of bytes required to store the data for the whole picture.[1]08 WJEC CBAC Ltd.(4341-01)Examineronly

9(i)A different image uses colour and each pixel can be one of 256 colours. State the[1]number of bytes required to store the data for one pixel.(ii)Calculate the number of bytes required to store the data for the whole picture onpage 8 if it was a colour image with each pixel having 256 colours. You must showyour workings.[2]4 3 41010 0 0 9(d)Examineronly09 WJEC CBAC Ltd.(4341-01)Turn over.

107.(a)One facility of a Software Development Environment is to convert source code to machinecode.ExamineronlyName and briefly describe four other facilities commonly found in a Software DevelopmentEnvironment.[8]Facility 1.Facility 2.Facility 3.Facility 4.(b)Give two examples of private functions or subprograms commonly stored in a programminglibrary.[2]Example 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Example 210. WJEC CBAC Ltd.(4341-01)

118.(a)(b)Complete the following truth table, for the logical AND operation, by writing 0 or 1 in the[3]last column. The first row has been completed for you.ABA AND B000011011Below are three 8-bit registers labelled A, B and C.Carry out a logical AND operation on the bits in the registers A and B and write the result[2]in register C.A0001101B0000001C(c)11Describe the result produced in register C of performing a logical AND operation using[2]the bit pattern in register B on any bit pattern in register A. WJEC CBAC Ltd.(4341-01)Turn over.Examineronly

129.Identify and describe four roles of the operating system when managing the resources of apersonal computer.[8]Role 1.Role 2.Role 3.Role 4.12 WJEC CBAC Ltd.(4341-01)Examineronly

13Examineronly10. Below is an algorithm.Total is integerMean is reali is integer{stores the total of the numbers input}{stores the mean of the numbers input}{stores the loop control value}startmainprogset Total 0{initialise variable}for i 1 to 5set Total Total ioutput “Total is ”, Totalnext iset Mean Total / 5output “Mean is ”, MeanendmainprogWrite down all the outputs in the correct order produced by the algorithm.13 WJEC CBAC Ltd.(4341-01)[3]Turn over.

1411. Computer programs sometimes contain errors.Name three different types of error that could occur in a computer program. Give an example[6]of each type of error.Error 1.ExampleError 2.ExampleError 3.Example14. WJEC CBAC Ltd.(4341-01)Examineronly

1512.(a)Convert the denary number 212 to a binary number with 8 bits.[2](b)Convert the denary number 212 to hexadecimal.[2](c)Convert the hexadecimal number 2F to denary.[2]TURN OVER FOR QUESTION 1315 WJEC CBAC Ltd.(4341-01)Turn over.Examineronly

16Examineronly13. Below is a diagram of a Wide Area Network (WAN) such as the internet.The nodes labelledAtoH are managed by routers.ABGFCHEDData is transmitted on this WAN using packet switching.Describe how data might be transmitted on this network, explaining: how packet switching and routing operates; the contents of a packet; the benefits of transmitting packets using routers.Quality of written communication will be assessed in this question.16 WJEC CBAC Ltd.(4341-01)[12]

17ExamineronlyEND OF PAPER17 WJEC CBAC Ltd.(4341-01)Turn over.

18BLANK PAGEPLEASE DO NOT WRITEON THIS PAGE18 WJEC CBAC Ltd.(4341-01)

19Questionnumber19Additional page, if required.Write the question number(s) in the left-hand margin. WJEC CBAC Ltd.(4341-01)ExamineronlyTurn over.

20Questionnumber20Additional page, if required.Write the question number(s) in the left-hand margin. WJEC CBAC Ltd.(4341-01)Examineronly

of pixels. The data for each pixel is stored as one bit with 0 representing white and 1 representing black. The data about the pixels in each row is shown on the right hand side of each row. 0000 0000 0100 0000 0100 0000 0100 0000 0100 0000 0100 0000 0000 0000

Related Documents:

COMPUTER SCIENCE UNIT 1: Understanding Computer Science A.M. WEDNESDAY, 8 June 2016 1 hour 30 minutes S16-4341-01 For Examiner’s use only Total. 2 02 (4341-01) Examiner only Answer all questions. 1. Tick ( ) to show which four of the following

Thank you for purchasing TOSVERT VF-S15 inverter. VF-S15 can connect with open field network CANopen network and data communications with the VF-S15 CANopen option supports up to 64 nodes for one segment. By using CANopen function, the monitor o

The VF-S15 can be used the constant torque and variable torque applications by dual rating operation. For example, if variable application (fan and pump) required 15kW drives, it can be operated by 11kW rated of VF-S15. Communication Built-in RS-485 communications: Modbus-RTU protocol/TOSHIBA protocol. Network options CC-Link PROFIBUS-DP .

CHEVROLET S10 Pickup 1982-85 / S10 Blazer 1982-85 GMC S15 Pickup 1982-85 / S15 Jimmy 1982-85 2 Cut and remove all mounting tabs on Bracket Set #5 EXCEPT tabs "B". The mounting tabs can be identified by the stamped letter on the back of each tab. Skip to the Installation Instructions for ALL VEHICLES on Page #11. "B" "B" "B" "B"

215013 5” IMPORT/COMPACT Chevy Astro (86-85), Chevette (87-76), S10 Blazer (84-83), S10 Pickup (85-83); GMC S15 Jimmy (84-83), S15 Pickup (85-83), Safari (86-85); Pontiac T1000 (87-81) 328 215014 5” IMPORT/COMPACT BMW (99-80) 328 215015 6” IMPORT/COMPACT Ford Ranger (01-98); Mazda Pickup (01-98) 328 215018 7” THERMAL HEAVY DUTY Jaguar .

Rubber Joints are excluded from the Pressure Equipment Directive PED 97/23/CE, according to its article 1.3-15. TORAFLEX TYPE S10-S15-S20 Main Features Precision injection molded of synthetic rubber and nylon Outer layer protects the bellows surfa-ce form eventual ozone attack, strikes and other environmental aggressions

Page 6 of 10 Mal Hamilton’s 'August Titbit' Check out this informative how-to book about painting watercolours on can

November 2014 HR: Getting smart about agile working WORK WORKFORCE WORKPLACE in association with . Championing better work and working lives The CIPD’s purpose is to champion better work and working lives by improving practices in people and organisation development, for the benefit of individuals, businesses, economies and society. Our research work plays a critical role – providing the .