WIT11 01 Rms 20190822
WIT11 01 Rms 20190822
Summer 2019
Edexcel and BTEC qualifications are awarded by Pearson, the UK’s largest awarding body. We
provide a wide range of qualifications including academic, vocational, occupational and specific
programmes for employers. For further information visit our qualifications websites at
www.edexcel.com or www.btec.co.uk. Alternatively, you can get in touch with us using the
details on our contact us page at www.edexcel.com/contactus.
Pearson aspires to be the world’s leading learning company. Our aim is to help everyone
progress in their lives through education. We believe in every kind of learning, for all kinds of
people, wherever they are in the world. We’ve been involved in education for over 150 years,
and by working across 70 countries, in 100 languages, we have built an international reputation
for our commitment to high standards and raising achievement through innovation in
education. Find out more about how we can help you and your students at:
www.pearson.com/uk
Summer 2019
Publications Code WIT11_01_1906_MS
All the material in this publication is copyright
© Pearson Education Ltd 2019
General Marking Guidance
• All candidates must receive the same treatment. Examiners must mark the first candidate in
exactly the same way as they mark the last.
• Mark schemes should be applied positively. Candidates must be rewarded for what they
have shown they can do rather than penalised for omissions.
• Examiners should mark according to the mark scheme not according to their perception of
where the grade boundaries may lie.
• There is no ceiling on achievement. All marks on the mark scheme should be used
appropriately.
• All the marks on the mark scheme are designed to be awarded. Examiners should always
award full marks if deserved, i.e. if the answer matches the mark scheme. Examiners should
also be prepared to award zero marks if the candidate’s response is not worthy of credit
according to the mark scheme.
• Where some judgement is required, mark schemes will provide the principles by which
marks will be awarded and exemplification may be limited.
• When examiners are in doubt regarding the application of the mark scheme to a candidate’s
response, the team leader must be consulted.
• Crossed out work should be marked UNLESS the candidate has replaced it with an
alternative response.
Question Answer Additional Mark
number Guidance
1 (a) i The only correct answer is A 1
B is not correct because TVs are often not patched/updated after they are sold
C is not correct because the TV's code is usually written specifically for that device
D is not correct because not all TVs have email apps or suitable storage
A is not correct because an embedded system may use a range of different memory types
D is not correct because some embedded systems can be turned off and on
Question Answer Additional Mark
number Guidance
1 (b) i Award one mark for any of: Ignore any 1
spelling
• ROM (1) errors
• Read Only Memory (1) With
• EPROM (1) multiple
• EEPROM (1) answers
• flash memory (1) mark the
• Non-volatile memory (1) first one
• Solid state (1) Do not
allow RAM
1 (b) ii Award one mark for each function up to a maximum of two marks: 2
OR
Making devices easier to use for people with disabilities will increase the size of the market (1)
OR
Customer pressure to include people with disabilities (1) company responds to keep
customers satisfied (1)
• Find IP address:
o Browser checks cache for previously used connection information (1)
o Browser connects to Domain Name Service (server) / DNS (server) / Domain
Name Server (1)
o DNS server has database/tables of domain names and IP addresses (1)
o DNS server looks up IP/converts name to IP (1)
• IP address sent to browser (1)
• IP address used to connect to website (host) (1)
Responsive to users:
• pages are filled / sorted according to user actions
• interactive actions allow help user engagement
• able to respond to / accommodate different screen sizes / resolutions
Other:
• content can respond to:
o cookies
o time of day
o locational information
• better for SEO
Level Mark Descriptor
0 No rewardable material.
Level 1 1–2 • Demonstrates limited knowledge and understanding, some of which may be inaccurate.
• Applies understanding with limited coherence to produce a superficial and unbalanced discussion.
Level 2 3–4 • Demonstrates knowledge and understanding which is mostly relevant but may include some
inaccuracies.
• Applies understanding to make some coherent connections, leading to a discussion that shows some
development, but may be unbalanced.
Level 3 5–6 • Demonstrates accurate and relevant knowledge and understanding throughout.
• Applies understanding coherently to produce a balanced and fully developed discussion.
Total for question 2 12
Question Answer Additional Mark
number Guidance
3 (a) Accept 6
Label Name reasonable
A Invoice / receipt alternative
B Order part / process order names for
C Order(s) items
D (Stockroom) staff
E Create/raise/write reports
F Supplier / wholesaler / manufacturer
Question Answer Additional Mark
number Guidance
3 (b) i Award one mark for each correct part of the query up to a maximum of six marks. Award 6
marks with
• select required fields from the correct tables (1) minor
• only the required fields selected (1) errors in
• manufacturer = Lucas Electrical (1) syntax as
• stock > 0 (1) long as the
• use of LIKE/= with correct pattern for part number (1) intent is
• use of AND for multiple conditions (1) clear.
• join correct (1)
• ORDER BY name (1)
e.g.
SELECT name, telephone
FROM tbl_supplier, tbl_bulbs
WHERE manufacturer=’Lucas Electrical’
AND partnumber LIKE ‘LL_ _80 1157 BAY_ _D’ / =LL%80 1157 BAY%D
AND stocklevel > 0 / !=0 / <>0
AND tbl_supplier.supplierID=tbl_bulb.supplierID
ORDER BY name
Question Answer Additional Mark
number Guidance
3 (b) ii Award up to a maximum of three marks for a linked explanation. e.g. 3
Car dealer has access to rare / obsolete stock (information) (1) does not have to build / maintain
its own database / information is all in one place/does not have to call numerous suppliers (1)
saving time / resources (1)
Car dealer has access to rare / obsolete stock (information) (1) does not have hold wide variety
of stock (1) saving space / resources / money (1)
Car dealer can offer (better) service to customers (1) that it could not do without access (1)
giving better customer experience / satisfaction (1)
Car dealer can supply rare / obsolete items (1) that would take time / resources to find without
the database (1) giving increased sales / profit / customer satisfaction (1)
Total for question 3 15
Question Answer Additional Mark
number Guidance
4(a) Award one mark for each point up to a maximum of three marks for a linked description: Accept 3
reverse
• data moving into the stack/layers is given a header (1) arguments
• in each/all layers going down, data is encapsulated further / new header is added (1) for data
• the header plus data from previous layer becomes the data/package (1) passing up
• header contains addressing information / header makes data compatible with the next the stack
process (1)
• the header information is used to extract the data from the encapsulated package (1) Allow
information
instead of
header
Examples
• OSI is a generic model (1) used as a guide to building a network/communications system
(1) while TCP/IP is an implementation (1) that uses standard protocols for running a
(network/communications) system/the internet (1)
• TCP/IP is used to connect hosts over the internet. (1) It uses TCP and IP/standard
protocols (1) while OSI is about communications between a user and a network. (1) OSI
does not have standard protocols (1)
• TCP/IP uses TCP and IP/standard protocols (1) for communicating over a network (1)
while OSI can use these protocols but does not have to. (1) It is protocol independent (1)
4 (c) ii Award one mark for each point to a maximum of two marks. 2
• IPv4 is running/has run out of available addresses / IPv6 has many times more
addresses available (1)
• IPv6 removes need for address sharing / removes need to use NAT to share a (network)
address (1)
• IPv6 is more secure (than IPv4) (1) (allow Encrypted)
• IPv6 is more efficient (than IPv4) (1)
Total for question 4 15
Question Indicative Content Mark
number
5 Responses should be in relationship to the context, advantages and disadvantages to Sanjeev of the 12
digital footprints that he has generated.
Active footprint (generated when Sanjeev deliberately releases / shares personal data, e.g. on social
media).
Advantages:
• editors can more easily find Sanjeev to
o offer work
o see examples of his writing
o see what styles, genres etc. he can write in
• helps protect Sanjeev from:
o fraudulent activity
o plagiarism / claims of plagiarism
o other legal issues such as copyright
• allows companies to personalise Sanjeev’s visits to their sites, for e.g. special offers, suggested
products.
Disadvantages:
• adverts / offers may be based on Sanjeev’s research and not be wanted for his everyday life
• personal data can be monetised without Sanjeev’s knowledge / permission
• companies may ‘personalise’ by increasing prices based on a perception of Sanjeev’s wealth /
status
• analysis of an active footprint can reveal more information than Sanjeev had intended to share
• privacy problems
Passive footprint (generated when Sanjeev visits sites, performs transactions. e.g. cookies, logfiles).
Advantages:
• enhanced experience, e.g. search fill, location awareness
• helps protect Sanjeev from:
o credit card fraud
o attempts to log in to his accounts, e.g. email, shopping
Disadvantages:
• privacy problems
• no control over what is collected
• information may end up in wrong hands, e.g. credit card numbers, account numbers
• embarrassing / inconvenient material may be collected
• may impact on non-internet activities. Footprint may be used by companies dealing with e.g. credit
references, rental agreements.
Examples:
• government could use the system to track the movement of innocent people (1) and
therefore intrude on their right to privacy (1)
• government could create a profile of its citizens movements (1) for political purposes (1)
Total for question 6 14
Pearson Education Limited. Registered company number 872828
with its registered office at 80 Strand, London, WC2R 0RL, United Kingdom