gcse computer science (9-1) … · web viewpupils work must be their own to show understanding and...

23
OCR Computer Systems LEARNING LOG Version 3 PAPER 1

Upload: others

Post on 19-Jul-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

OCR

Computer SystemsLEARNING LOG

Name……………………………………………………………………………

Form…………………

Target 1 2 3 4 5 6 7 8 9

Version 3

PAPER 1

Page 2: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

Policies Classwork will be monitored but not marked It is the student’s responsibility to track their progress

using this learning log. Feedback will be achieved in a variety of ways: Written,

Orally, Peer, Self and Teacher. Each unit will have an end of unit test, which will

manage your progress over time. When using the ICT suites, students must do so safely. Pupils work must be their own to show understanding

and not copy and pasted solely from the internet or other sources.

Grade Boundaries 2018 Paper 1Percentage 9-1 Grade

85% 976% 869% 760% 651% 543% 432% 321% 211% 1

0

Page 3: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

Example PLCHere the candidate did not know anything about the purpose of the CPU but after the lesson they did.

Using a Red, Amber, Green rating allows you to see where you need to improve and revise when you come to take the End of Topic Test.

Content Before AfterThe purpose of the CPU

What Went Well…..

I got the questions about [insert topic here] right

I got [insert score here] which allowed me to achieve/exceed my target grade.

I really understood [insert topic here].

What do I need to do to achieve/exceed target grade?

I must learn [insert topic here] as I got those questions wrong.

I must learn to apply my knowledge to the scenario in the question.

I must break down problems into smaller steps.

1 /tt/file_convert/5f5945875c4df2481d781c0d/document.docx

Page 4: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

HOW THE GCSE IS STRUCTURED

2 /tt/file_convert/5f5945875c4df2481d781c0d/document.docx

Page 5: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

Assessment ObjectivesAO1 Demonstrate knowledge and understanding of the key concepts

and principles of Computer Science.AO2 Apply knowledge and understanding of key concepts and

principles of Computer Science.AO3 Analyse problems in computational terms:

• To make reasoned judgements• To design, program, evaluate and refine solutions.

Relationship between AO and ComponentsComponent % of overall GCSE

AO1 AO2 AO3Computer systems

(J276/01) 15 22 3

Computational thinking, algorithms

and programming (J276/02)

14 14 12

Programming project (J276/03/04)

1 4 15

Total (%) 30% 40% 30%

Assessment Objectives Broken DownAssessment Objective

AO1 Demonstrate knowledge and understanding of the key concepts and principles of computer science.

AO1 1a Demonstrate knowledge of the key concepts and principles of computer science.

AO1 1b Demonstrate understanding of the key concepts and principles of computer science.

AO2 Apply knowledge and understanding of key concepts and principles of computer science.

AO2 1a Apply knowledge of key concepts and principles of computer science. AO2 1b Apply understanding of key concepts and principles of computer

science. AO3 Analyse problems in computational terms:

to make reasoned judgements to design, program, evaluate and refine solutions.

AO3 1 To make reasoned judgements (this strand is a single element). AO3 2a Design solutions. AO3 2b Program solutions. AO3 2c Evaluate and refine solutions.

Level of Response3 /tt/file_convert/5f5945875c4df2481d781c0d/document.docx

Page 6: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

Highest mark: If clear evidence of all the qualities in the band descriptors is shown, the HIGHEST Mark should be awarded

Middle mark: This mark should be used for candidates who are secure in the band. They are not ‘borderline’ but they have only achieved some of the

qualities in the band descriptors.Lowest mark: If the answer shows the candidate to be borderline (i.e. they have

achieved all the qualities of the bands below and show limited evidence of meeting the criteria of the band in question) the LOWEST mark should

be awarded.

AO2.1a AO2.1bHighest mark:

Precision in the use of terminology. Knowledge shown is consistent and well-

developed. Clear appreciation of the question from a range of different

perspectives making extensive use of acquired knowledge and principles of

computer science.

Understanding of concepts is consistently applied to context enabling a logical and

sustained argument to develop. Examples used enhance rather than detract from

response.

Middle mark:

Awareness of the meaning of the terms in the question. Knowledge is sound and effectively demonstrated. Demands of question understood although at times opportunities to make use of acquired

knowledge and concepts are not always taken.

Understanding of concepts is shown and is applied to context. There is clear evidence

that an argument builds and develops through the response but there are times when opportunities are missed to use an

example or relate an aspect of understanding to the context provided.

Lowest mark:

Confusion and inability to deconstruct terminology as used in the question.

Knowledge partial and superficial. Focus on question narrow and often one-dimensional.

Inability to apply understanding of key concepts in any sustained way to context

resulting in tenuous and unsupported statements being made. Examples if used are

for the most part irrelevant and unsubstantiated.

0 Marks No response or no response worthy of credit.

No response or no response worthy of credit.

4 /tt/file_convert/5f5945875c4df2481d781c0d/document.docx

Page 7: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

1.1 Systems ArchitectureContent Before After Revision

Guide RefMy Book Page

The purpose of the CPU Page 2Von Neumann architecture:

MAR (Memory Address Register) Page 3 MDR (Memory Data Register) Page 3 Program Counter Page 3 Accumulator Page 2

Common CPU components and their function:

ALU (Arithmetic Logic Unit) Page 2 CU (Control Unit) Page 2 Cache Page 2

The function of the CPU as fetch and execute instructions stored in memory

Page 2

How common characteristics of CPUs affect their performance:

clock speed Page 5 cache size Page 5 number of cores Page 5

Embedded systems: purpose of embedded systems Page 1 examples of embedded systems. Page 1

What Went Well…..

What do I need to do to achieve/exceed target grade?

5 /tt/file_convert/5f5945875c4df2481d781c0d/document.docx

Page 8: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

1.2 Memory

Content Before After Revision Guide Ref

My Book Page

The difference between RAM and ROM

Page 4

The purpose of ROM in a computer system

Page 4

The purpose of RAM in a computer system

Page 4/5

The need for virtual memory Page 4Flash memory. Page 4

What Went Well…..

What do I need to do to achieve/exceed target grade?

6 /tt/file_convert/5f5945875c4df2481d781c0d/document.docx

Page 9: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

1.3 Storage

Content Before After Revision Guide Ref

My Book Page

The need for secondary storage Page 6Know the difference between, bit, byte, KB, MB, GB, TB etc.

Page 66

Common types of storage: Optical Page 6-7 Magnetic Page 6-7 Solid state Page 6-7

Suitable storage devices and storage media for a given application and the advantages and disadvantages of

these using characteristics: Capacity Page 6-7 Speed Page 6-7 Portability Page 6-7 Durability Page 6-7 Reliability Page 6-7 Cost Page 6-7

What Went Well…..

What do I need to do to achieve/exceed target grade?

7 /tt/file_convert/5f5945875c4df2481d781c0d/document.docx

Page 10: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

1.4 Wired and Wireless Networks

Content Before After Revision Guide Ref

My Book Page

Types of networks:LAN (Local Area Network) Page 13WAN (Wide Area Network) Page 13Factors that affect the performance of networks

Page 13

The different roles of computers in a client-server and a peer-to-peer network

Page 15

The hardware needed to connect stand-alone computers into a Local Area Network:

Wireless access points Page 14Routers/switches Page 14NIC (Network Interface Controller/Card)

Page 14

Transmission media Page 14The internet as a worldwide collection of computer networks:DNS (Domain Name Server) Page 20Hosting Page 20The cloud Page 20The concept of virtual networks. Page 20

What Went Well…..

What do I need to do to achieve/exceed target grade?

8 /tt/file_convert/5f5945875c4df2481d781c0d/document.docx

Page 11: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

1.5 Network topologies, protocols and layers

Content Before After Revision Guide Ref

My Book Page

Star and mesh network topologies

Page 16

WiFi: Frequency and channels Page 14Encryption Page

10/23Ethernet Page 18The uses of IP addressing, MAC addressing, and protocols including:

TCP/IP (Transmission Control Protocol/Internet Protocol)

Page 17 & 19

MAC (Media Access Control)

Page 17

HTTP (Hyper Text Transfer Protocol)

Page 19

HTTPS (Hyper Text Transfer Protocol Secure)

Page 19

FTP (File Transfer Protocol)

Page 19

POP (Post Office Protocol)

Page 19

IMAP (Internet Message Access Protocol)

Page 19

SMTP (Simple Mail Transfer Protocol)

Page 19

The concept of layers Page 19Packet Switching. Page 18

What Went Well…..

9 /tt/file_convert/5f5945875c4df2481d781c0d/document.docx

Page 12: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

What do I need to do to achieve/exceed target grade?

10 /tt/file_convert/5f5945875c4df2481d781c0d/document.docx

Page 13: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

1.6 System Security

Content Before After Revision Guide Ref

My Book Page

Forms of attack Page 21Threats posed to networks: Malware Page 21Phishing Page 22People as the ‘weak point’ in secure systems (social engineering)

Page 22

Brute force attacks Page 21Denial of service attacks DDOS Page 21Data interception and theft Page 22The concept of SQL injection Page 22Poor network policy Page 23Identifying and preventing vulnerabilities: Penetration testing Page 23Network forensics Page 23Network policies Page 23Anti-malware software Page 23Firewalls Page 23User access levels Page 23Passwords Page 23Encryption. Page 23

What Went Well…..

What do I need to do to achieve/exceed target grade?

11 /tt/file_convert/5f5945875c4df2481d781c0d/document.docx

Page 14: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

1.7 Systems Software

Content Before After Revision Guide Ref

My Book Page

The purpose and functionality of systems software

Page 8

Operating systems: User interface Page 8Memory management/ multitasking

Page 8

Peripheral management and drivers

Page 9

User management Page 9File management Page 10Utility system software: Page 10Encryption software Page 10Defragmentation Page 10Data compression Page 10The role and methods of backup: Full Page 10Incremental. Page 10

What Went Well…..

What do I need to do to achieve/exceed target grade?

12 /tt/file_convert/5f5945875c4df2481d781c0d/document.docx

Page 15: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

1.8 Ethical, legal, cultural and environmental concerns

Content Before After Revision Guide Ref

My Book Page

How to investigate and discuss Computer Science technologies while considering:

Ethical issues Page 25 Legal issues Page 25,

30 & 31 Cultural issues Pages

25-28 Environmental issues Page 25

& 29 Privacy issues. Page 29

How key stakeholders are affected by technologies

Page 25

Environmental impact of Computer Science

Page 29

Cultural implications of Computer Science

Pages 25-28

Open source vs proprietary software

Page 11

Legislation relevant to Computer Science: The Data Protection Act

1998 Page 30

Computer Misuse Act 1990

Page 30

Copyright Designs and Patents Act 1988

Page 31

Creative Commons Licensing

Page 31

Freedom of Information Act 2000

Page 30

.

What Went Well…..

What do I need to do to achieve/exceed target grade?

13 /tt/file_convert/5f5945875c4df2481d781c0d/document.docx

Page 16: GCSE COMPuter science (9-1) … · Web viewPupils work must be their own to show understanding and not copy and pasted solely from the internet or other sources. Here the candidate

14 /tt/file_convert/5f5945875c4df2481d781c0d/document.docx