OCR GCSE Computing Learning Grids H/W

Size: px
Start display at page:

Download "OCR GCSE Computing Learning Grids H/W"

Transcription

1 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

2 A451 - ATTENTION! Please read! These learning grids cover the key theory content of the OCR GCSE Computing specification. Learn them and you will pass the exam! The grids closely follow the content and order of unit A451: Computer Systems and Programming. Complete each section for homework once they are covered in your lessons! All sections must be fully completed! Once you have completed a section hand it in to your teacher. To help you find the information you need, the grids contain page references to the corresponding sections of GCSE computing book: HODDER OCR Computing for GCSE published by Hodder Education (ISBN: ).

3 Contents Blank Grids... Error! Bookmark not defined. 1 Fundamentals of Computer Systems Computing Hardware Software Representation of Data in Computer Systems Databases Computer Communications and Networking Programming Talk to Us! Love it as it is? Let the author and other teachers know what you think Got a suggestion? If your improvement leads to an update we will send you a new copy for free Found a problem? We will fix it and send you a free updated copy OCR GCSE Computing Learning Grids Page 1 of 28

4 L 1 Fund ament als of Comput er Syst ems 1 FUNDAMENTALS OF COMPUTER SYSTEMS HODDER: 7-16 COMPUTER SYSTEMS What is a computer system? What is the name for the interconnections between systems? What are the three main stages in any system? 3. What is a system boundary? Why can they be difficult to define? What is the difference between generalpurpose and dedicated systems? Give an example of each. Difference: Examples: What is an embedded system? Explain what is meant by the kernel in operating systems. Why is reliability important in computer systems? Give an example of a situation in which reliability is essential. OCR GCSE Computing Learning Grids Page 2 of 28

5 1 Fundamentals of Computer Systems COMPUTER SYSTEMS (CONTINUED) How can the reliability of a system be assessed? Why is it useful to develop systems to standards? Explain the difference between proprietary and open standards. What name is given to a standard which develops simply through common usage? Give an example of a computing industry standard. What is meant by ethics in regard to computer use? How has the Internet affected people's right to privacy? Describe two ways in which the use and disposal of computer systems can have a negative effect on the environment. State two UK legal acts relating to computer use, and explain the purpose of each. OCR GCSE Computing Learning Grids Page 3 of 28

6 L 2 Co mputing H ardwar e 2 COMPUTING HARDWARE HODDER: CENTRAL PROCESSING UNIT (CPU) HODDER: What is the purpose of the CPU? What are the two main components of the CPU? What cycle does the CPU carry out continuously to process instructions? What is meant by clock speed? What component controls the clock speed? Who is credited with the idea of storing data and programs in the same place in the computer architecture? What is a dual-core CPU? In computing, what is a bus? MEMORY HODDER: What does the ROM usually store? What is virtual memory, and why is it used? What is a disadvantage of having to use virtual memory? OCR GCSE Computing Learning Grids Page 4 of 28

7 2 Computing Hardware MEMORY (CONTINUED) What is flash memory? Using an example for each, explain the difference between primary and secondary storage. What is the purpose of cache memory? What it the purpose of RAM? How could the addition of extra RAM speed up a computer? Why might this not always be effective? BINARY LOGIC HODDER: ZIGZAG: Why do computers operate in binary? What is a logic gate? Name three types of logic gate. What are truth tables used for? What logic gate does this symbol represent? OCR GCSE Computing Learning Grids Page 5 of 28

8 2 Computing Hardware BINARY LOGIC (CONTINUED) What logic gate does this symbol represent? What logic gate does this symbol represent? Draw a truth table for the following circuit. A B R=A OR B P What name is given to the branch of algebra used in logic circuits? INPUT AND OUTPUT DEVICES HODDER: Name three input devices. 3. Name three output devices. 3. Give an example of a device which has both input and output functionality. State a common application of the device given in the previous question. OCR GCSE Computing Learning Grids Page 6 of 28

9 2 Computing Hardware INPUT AND OUTPUT DEVICES (CONTINUED) State and describe a suitable input device for a user with a visual impairment. State and describe a suitable input device for a user with severely limited physical mobility. Device: Description: Device: Description: What is a sensor? What is an actuator? Name two input devices typically found on a smartphone. Name two output devices typically found on a smartphone. State and describe a suitable output device for a user with a visual impairment. Device: Description: State and describe a suitable output device for a user who is unable to communicate verbally. Device: Description: State three applications of RFID tags. 3. Describe two types of printer and suggest what applications they might have. OCR GCSE Computing Learning Grids Page 7 of 28

10 2 Computing Hardware SECONDARY STORAGE HODDER: Why is secondary storage necessary? Name the three main categories of secondary storage device. State three common secondary storage devices and describe a purpose for which each might be used Briefly describe how data is physically written to a hard-disk. Briefly describe how data is physically written to a CD or DVD. Name the five factors that are necessary to consider when choosing an appropriate secondary storage device. What is the most common secondary storage device used as the main storage for desktops and laptops? OCR GCSE Computing Learning Grids Page 8 of 28

11 L 3 Softwar e 3 SOFTWARE HODDER: SOFTWARE HODDER: Define the term software. What is a user interface? Describe two different types of user interface that could be used to operate a computer. Explain the difference between system software and application software. How can an operating system multitask? What is meant by memory and peripheral management? Give three examples of common security features in operating systems. 3. What is meant by utility software? OCR GCSE Computing Learning Grids Page 9 of 28

12 3 Software SOFTWARE (CONTINUED) Name and describe two types of disk organisation utility. Name and describe two types of system maintenance utility. Name and describe two types of security utility. Explain the difference between customwritten and off-the-shelf software. Describe one advantage to a business of using custom-written software. Describe one disadvantage to a business of using custom-written software. Explain the difference between proprietary and open-source software. Describe one advantage of using open-source software. Describe one disadvantage of using open-source software. OCR GCSE Computing Learning Grids Page 10 of 28

13 L 4 R epresent ation of Dat a in Computer Syst ems 4 REPRESENTATION OF DATA IN COMPUTER SYSTEMS UNITS HODDER: 70 What name is given for the number system in base 10 that humans use? What name is given to the number system in base 2 that computers must use to store and process data? HODDER: Why must all data be converted into this form before it can be processed by the computer? Fill in the gaps in the sequence to order the binary units from smallest (top) to largest (bottom). bit byte kilobyte gigabyte How many bits are there in a byte? How many bytes are there in a kilobyte? How many bits are there in a kilobyte? What name is given to the unit made up of approximately a billion bytes? What name is given to the unit made up of 1,024 gigabytes? Consider a five-digit binary number. What is the highest number that can be stored? OCR GCSE Computing Learning Grids Page 11 of 28

14 4 Representation of Data in Computer Systems NUMBERS HODDER: Convert these binary numbers into denary Convert these denary numbers into binary Convert these hexadecimal numbers into denary. 37 C4 Convert these hexadecimal numbers into binary. Hint: convert each hex digit into four binary digits and concatenate. 41 5D Why is hexadecimal number representation often used in computing? Add these two binary numbers together Explain a problem that can arise when adding two 8-bit binary integers to get an 8-bit answer. OCR GCSE Computing Learning Grids Page 12 of 28

15 4 Representation of Data in Computer Systems CHARACTERS HODDER: How are individual characters represented by a computer? What is meant by the term character set? What does ASCII stand for? How many different characters can the ASCII set represent? How many bits does this use per character? Explain the limitations of using ASCII for global communication. Suggest a different character set that would be more useful for global communication. How many bits does this character set use per character? Explain one possible disadvantage to using this character set instead of ASCII. Do you think that this is a significant problem or not? OCR GCSE Computing Learning Grids Page 13 of 28

16 4 Representation of Data in Computer Systems IMAGES HODDER: What is a pixel? Describe how a simple black and white bitmap image can be stored by the computer. The binary numbers below represent a simple black and white bitmap image. On the 8 8 grid, fill in the appropriate spaces to create the image. A 1 represents black and a 0 represents white. Fill in each 8-bit string of digits in regular reading order How is the storage of a colour images different from that of black and white images? What is colour depth? What is metadata? What information might typically be stored in image metadata? OCR GCSE Computing Learning Grids Page 14 of 28

17 4 Representation of Data in Computer Systems IMAGES (CONTINUED) What is resolution? What are the effects of colour depth and resolution on the file size of the image? How do vector graphics differ from bitmap images? What is a possible advantage of using vector graphics instead of bitmaps? SOUND HODDER: Explain the difference between analogue and digital signals. Describe the process of converting an analogue sound signal to digital. What is meant by the sample rate of an audio recording? What effect does the bit rate have on the audio quality? What effect do the bit rate and sample rate have on the file size of the recording? OCR GCSE Computing Learning Grids Page 15 of 28

18 4 Representation of Data in Computer Systems INSTRUCTIONS HODDER: Explain how the CPU distinguishes between instructions and data. What are the two parts of each program instruction called? What are registers? What is the name of the register which keeps the address of the next instruction to be processed? What is the name of the register that stores data currently in use? What is an address? OCR GCSE Computing Learning Grids Page 16 of 28

19 L 5 D atabases 5 DATABASES HODDER: THE DATABASE CONCEPT HODDER: Define database. Explain the difference between a serial file and a sequential file. What is an indexed sequential file? What is a flat file database made up of? How many tables does a flat file database have? What is meant by data redundancy? Why is this undesirable? Explain the difference between data validation and data verification. State three types of data validation check. 3. DATA MODELS HODDER: What is a relational database? State two other database models. What name is given to a subject about which data is stored? What is a meant by a one-to-many relationship? OCR GCSE Computing Learning Grids Page 17 of 28

20 5 Databases DATA MODELS (CONTINUED) Draw a diagram which represents a one-to-many relationship, using an example of your choice. What are attributes? How are attributes stored in a data table? What are records? How are records stored in a data table? DATABASE DESIGN HODDER: What a schema? What data structure stores schemata? What are primary keys used for? What quality must primary keys have to make them useful? What is meant by mission critical databases? State four decisions which must be made about each field in the database What is a foreign key? OCR GCSE Computing Learning Grids Page 18 of 28

21 5 Databases DATABASE MANAGEMENT SYSTEMS (DBMS) HODDER: What is a DBMS? What is the purpose of using a DBMS? Give three examples of ways in which the DBMS enables protection and security. Name and describe three different ways in which a database can be viewed How does the DBMS deal with concurrency problems? What does the acronym ACID stand for? A: C: I: D: What is the purpose of ACID? What is a query and what are they used for? What does SQL stand for? Explain what is meant by the term data mining. Suggest one reason why many highstreet chains of shops issue electronic loyalty/reward cards to customers. OCR GCSE Computing Learning Grids Page 19 of 28

22 L 6 Co mputer Communic ations and Networ king 6 COMPUTER COMMUNICATIONS AND NETWORKING NETWORKS HODDER: What is a network? Describe three ways in which computer networks have improved productivity in the workplace. HODDER: Describe two potential issues that can arise from the use of networks. What is the function of the network interface card? Where can network interface cards usually be found in the computer? What device can be used to prevent signal bouncing in bus networks? What name is given to the process of signals losing integrity as they travel through a network medium? What device can be used to counter the above issue? How does it work? Explain the purpose of a hub. Why may using several hubs potentially slow down a network? What device can be used to connect different network media and segments? OCR GCSE Computing Learning Grids Page 20 of 28

23 6 Computer Communications and Networking NETWORKS (CONTINUED) What is a switch? Why are switches able to operate at such high speeds? Explain the difference between a level 2 and a level 3 switch? What is the purpose of a router? Describe the features of a peer-topeer network. Explain the workings of the client server network model. Give two advantages of using client server networks over peer-to-peer. Give two disadvantages of using client server networks over peer-to-peer. Outline the main features of the bus, ring and star network topologies. Bus: Ring: Star: OCR GCSE Computing Learning Grids Page 21 of 28

24 6 Computer Communications and Networking NETWORKS (CONTINUED) Draw a simple diagram to represent each network topology. Bus: Ring: Star: What do the acronyms LAN and WAN stand for? Explain the primary difference between a LAN and a WAN. What is the function of a metropolitan area network (MAN)? What is a VPN? LAN: WAN: Describe one reason why an organisation might use a VPN. State three mediums for transmitting data over a network. For each medium above, state one potential advantage and disadvantage of using that medium. Medium Advantage Disadvantage OCR GCSE Computing Learning Grids Page 22 of 28

25 6 Computer Communications and Networking NETWORKS (CONTINUED) What is a protocol? Name and describe three common network protocols. What is a MAC address? 3. What is an IP address? Explain how IP addresses can be static or dynamic. Describe how the process of packet switching is used to carry data across a network. What is meant by bandwidth? There are likely to be several network policies in place on your school network. Can you identify three of these? What is meant by acceptable use? 3. Explain the difference between back-up and archiving. Explain what is meant by a network disaster recovery policy. OCR GCSE Computing Learning Grids Page 23 of 28

26 6 Computer Communications and Networking THE INTERNET HODDER: Fundamentally, what is the Internet? State two of items of hardware that are required to connect to the Internet. Describe, in simple terms, the function of each of these hardware items. What is the difference between the World Wide Web and the Internet? What is a hyperlink? Explain the role of DNS servers and how this relates to IP addresses. What standard language is used to write web pages? Describe two other standards which can be applied to web pages. State a common Internet file standard for images. State a common Internet file standard for sound files. OCR GCSE Computing Learning Grids Page 24 of 28

27 6 Computer Communications and Networking THE INTERNET (CONTINUED) State a common Internet file standard for storing documents. What is compression? Why is it important when sending files over the Internet? Explain the difference between lossy and lossless compression. Surely lossless compression always a better choice than lossy compression? Justify your answer. Give an example of a type of file for which lossy compression should not be used. OCR GCSE Computing Learning Grids Page 25 of 28

28 L 7 Progr amming 7 PROGRAMMING HODDER: ALGORITHMS HODDER: What is an algorithm? Who is regarded as the first ever computer programmer? What was the name of the first ever general-purpose, high-level programming language? State and describe two different ways in which an algorithm can be represented. What shape on a flow chart is used to represent a selection (decision or choice)? What shape on a flow chart is used to represent an input or output? What does this flow chart symbol represent? What is meant by tracing an algorithm? OCR GCSE Computing Learning Grids Page 26 of 28 ZigZag Education, 2014

29 7 Programming ALGORITHMS (CONTINUED) Draw a flow chart for an algorithm to represent the following situation: A boy leaves his house in the morning to travel to school. He checks the time on his watch when he sets off. If the time is before 8am, he decides to walk to school. However, if the time is 8am or later he decides to take the bus. He always follows this rule, and either way he will reach school on time. Ensure that you use the correct symbols for each stage of the algorithm. Write an equivalent algorithm in pseudocode for the same process. OCR GCSE Computing Learning Grids Page 27 of 28

30 7 Programming PROGRAMMING LANGUAGES HODDER: What is machine code? What is assembly language? How did it evolve from machine code? What defines high-level languages? Describe the function of translator software. Describe each of the following translators: Assembler: Interpreter: Compiler: What is an IDE? Describe each of the following tools that might be provided by an IDE. Code editor: Error diagnostics: Run-time environment: Auto-documentation: OCR GCSE Computing Learning Grids Page 28 of 28

31 7 Programming CONTROL FLOW IN IMPERATIVE LANGUAGES HODDER: What is meant by sequence in programming? What is meant by selection? Give two examples of programming constructs which use selection. What is meant by iteration? Give two examples of programming constructs which use iteration. Read the following pseudocode example. Identify an instance of sequence, selection and iteration. 1 START program 2 INPUT A 3 INPUT B 4 FOR j = 1 to 10 5 C = (A +B)/2 6 IF A=B-4 7 A = 6 8 B = 13 9 END IF 10 NEXT j 11 OUTPUT C 12 END program Sequence: Selection: Iteration: HANDLING DATA IN ALGORITHMS HODDER: Explain what is stored by each of the following data types: Integer: Real/float: Boolean: Character: String: OCR GCSE Computing Learning Grids Page 29 of 28

32 7 Programming HANDLING DATA IN ALGORITHMS (CONTINUED) Suggest an appropriate data type to store each of the following data items. The quick brown fox jumps over the lazy dog A TRUE Explain the difference between variables and constants. Explain the difference between declaration and assignment. TESTING HODDER: What is an array used for? What is meant by the dimension of an array? Why is it important that programs are tested? What is a syntax error? Give an example of a common cause of syntax error. What is a logic error? Give an example of a common logic error. OCR GCSE Computing Learning Grids Page 30 of 28

33 Fundament als of Comput er System 7 Programming TESTING (CONTINUED) Explain the difference between valid extreme and invalid extreme test data. If working correctly, how should a program deal with erroneous test data? What name is given to test data which is out of range and should be rejected by the program, but is the correct type of input? What name is given to acceptable test data which is in the correct range? Consider a very simple program which outputs whether an inputted integer between -100 and 100 is positive, negative or zero. For each of the different types of test data, name the type and give two appropriate examples of data to test this program with. Type Example Test Data OCR GCSE Computing Learning Grids Page 31 of 28

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

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

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

Autumn 1 Autumn 2 Spring 1 Spring 2 Summer 1 Summer 2. networks. environmental concerns. Knowledge and skills covered: Knowledge and skills covered:

Autumn 1 Autumn 2 Spring 1 Spring 2 Summer 1 Summer 2. networks. environmental concerns. Knowledge and skills covered: Knowledge and skills covered: Autumn 1 Autumn 2 Spring 1 Spring 2 Summer 1 Summer 2 1.8 Ethical, 1.4 Wired 1.8 Ethical, 1.4 Wired 1.8 Ethical, 1.4 Wired legal, cultural and and wireless legal, cultural and and wireless legal, cultural

More information

Year 10 OCR GCSE Computer Science (9-1)

Year 10 OCR GCSE Computer Science (9-1) 01 4 th September 02 11 th September 03 18 th September Half Term 1 04 25 th September 05 2 nd October 06 9 th October 07 16 th October NA Students on in school Thursday PM and Friday Only Unit 1, Lesson

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

OCR J276 (9-1) GCSE Computer Science

OCR J276 (9-1) GCSE Computer Science Name: Class Teacher: Date: OCR J276 (9-1) GCSE Computer Science SPECIFICATION CHECKLIST J276/01 & J276/02 Content in OCR J276 (9-1) GCSE Computer Science: 1.1 Systems Architecture 1.2 Memory 1.3 Storage

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

OCR J276 GCSE Computer Science

OCR J276 GCSE Computer Science Name: Class Teacher: Date: OCR J276 GCSE Computer Science REVISION BOOKLET 2.6 DATA REPRESENTATION Content in J276 GCSE Computer Science: 1.1 Systems Architecture 1.2 Memory 1.3 Storage 1.4 Wireless and

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

Learning objectives. Computer principles The characteristics of contemporary processors, input, output and storage devices

Learning objectives. Computer principles The characteristics of contemporary processors, input, output and storage devices Learning objectives Computer principles 1.1. The characteristics of contemporary processors, input, output and storage devices Components of a computer and their uses 1.1.1 Structure and function of the

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

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

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

2c. Content of Computer systems (Component 01)

2c. Content of Computer systems (Component 01) c. Content of Computer systems (Component 01) This component will introduce learners to the internal workings of the Central Processing Unit (CPU), the exchange of data and will also look at software development,

More information

COMPUTING SUBJECT KNOWLEDGE AUDIT

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

More information

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

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

IB Computer Science Topic.2-

IB Computer Science Topic.2- Topic.2- Computer Organization Designed by: Allan Lawson Sources: Online Materials, thanks for all Topic 2.1.1 Computer Architecture Outline the architecture of a central processing unit (CPU) and the

More information

Department Curriculum and Assessment Outline

Department Curriculum and Assessment Outline Department: Computing Year Group: 7 Teaching, learning and assessment during the course: (Weeks, half terms) Think like a computer scientist Shapes, patterns, algorithms and animation Understand the web.

More information

Syllabus for Computer Science General Part I

Syllabus for Computer Science General Part I Distribution of Questions: Part I Q1. (Compulsory: 20 marks). Any ten questions to be answered out of fifteen questions, each carrying two marks (Group A 3 questions, Group B, Group C and Group D 4 questions

More information

Computer Science. Pre-Exam. Revision

Computer Science. Pre-Exam. Revision Computer Science Pre-Exam Revision To be able to build on computer science knowledge and apply this to the computer science exam To be able to extend on current computer science knowledge Computer Fundamentals

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

GCSE Computer Science Component 02

GCSE Computer Science Component 02 GCSE Computer Science Component 02 Revision Computational Thinking ABSTRACTION Making a problem simpler by removing unnecessary details. This is important when coding as it: Makes it easier to code! Means

More information

OCR Level 3 Advanced GCE in Computer Science (H446)

OCR Level 3 Advanced GCE in Computer Science (H446) OCR Level 3 Advanced GCE in Computer Science (H446) At its heart lies the notion of computational thinking: a mode of thought that goes well beyond software and hardware, and that provides a framework

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 *3413631885* COMPUTER SCIENCE 9608/13 Paper 1 Theory Fundamentals October/November 2018 1 hour 30 minutes

More information

understand the need for input and output devices describe suitable output devices for a wide range of computer controlled situations

understand the need for input and output devices describe suitable output devices for a wide range of computer controlled situations Hardware The OCR Specification says that you should be able to: The Central Processing Unit state the purpose of the CPU describe the function of the CPU as fetching and executing instructions stored in

More information

Stewards Pooi Kei College Secondary 4 Information and Communication Technology Teaching Schedule ( )

Stewards Pooi Kei College Secondary 4 Information and Communication Technology Teaching Schedule ( ) Subject Teacher: Mr Eddie TSUI Periods/0-day Cycle: 9 Secondary 4 Information and Communication Technology Week Periods Teaching Topics / Content Teaching Concepts. Course introduction Curriculum and course

More information

Unit 2: Technology Systems

Unit 2: Technology Systems Unit 2: Technology Systems Level: 1 and 2 Unit type: Core Guided learning hours: 30 Assessment type: External Unit introduction Technology systems are involved in many of the objects we use every day,

More information

Example 1: Denary = 1. Answer: Binary = (1 * 1) = 1. Example 2: Denary = 3. Answer: Binary = (1 * 1) + (2 * 1) = 3

Example 1: Denary = 1. Answer: Binary = (1 * 1) = 1. Example 2: Denary = 3. Answer: Binary = (1 * 1) + (2 * 1) = 3 1.1.1 Binary systems In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system, or base-2 numeral system, which represents numeric values using two different

More information

ICT & Computing Progress Grid

ICT & Computing Progress Grid ICT & Computing Progress Grid Pupil Progress ion 9 Select, Algorithms justify and apply appropriate techniques and principles to develop data structures and algorithms for the solution of problems Programming

More information

COURSE OUTLINE & WEEK WISE BREAKAGE

COURSE OUTLINE & WEEK WISE BREAKAGE COURSE OUTLINE & WEEK WISE BREAKAGE Week wise Course outline of Computer Fundamentals & Programming (CE-100) 3+1 (Batch 2018-Electronic Engineering) Dated: 13-12-2017 Course Coordinator: Saeed Azhar WEEK

More information

OHIO ASSESSMENTS FOR EDUCATORS (OAE) FIELD 010: COMPUTER INFORMATION SCIENCE

OHIO ASSESSMENTS FOR EDUCATORS (OAE) FIELD 010: COMPUTER INFORMATION SCIENCE OHIO ASSESSMENTS FOR EDUCATORS (OAE) FIELD 010: COMPUTER INFORMATION SCIENCE June 2013 Content Domain Range of Competencies Approximate Percentage of Assessment Score I. Computer Use in Educational Environments

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

INTRODUCTION TO COMPUTERS

INTRODUCTION TO COMPUTERS INTRODUCTION TO COMPUTERS When we talk about computers, we really are talking about a Computer System. Computer System: It is a combination of Hardware and Software. This combination allows a computer

More information

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

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

More information

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

COMPUTER HARDWARE RAYMOND ROSE

COMPUTER HARDWARE RAYMOND ROSE COMPUTER HARDWARE RAYMOND ROSE LEARNING OUTCOMES 1.1 Identify types of computer how they process information, and the purpose and function of different hardware components. Understanding the computer and

More information

Stonelaw High School. Computing Science. BGE - Computer Systems

Stonelaw High School. Computing Science. BGE - Computer Systems Stonelaw High School Computing Science BGE - Computer Systems Contents Computer Systems... 3 Computer Systems... 3 Hardware & Software... 3 Data Representation... 3 Representing Positive Integers... 3

More information

SAMPLE CURRICULUM GUIDE June 2014

SAMPLE CURRICULUM GUIDE June 2014 SAMPLE CURRICULUM GUIDE June 2014 A Level Computer Science A LEVEL REFORM CONTENTS Introduction Page 3 Year 1 Page 4 Year 2 Page 8 This resource is an exemplar of the types of materials that will be provided

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

SAMPLE COURSE OUTLINE COMPUTER SCIENCE GENERAL YEAR 12

SAMPLE COURSE OUTLINE COMPUTER SCIENCE GENERAL YEAR 12 SAMPLE COURSE OUTLINE COMPUTER SCIENCE GENERAL YEAR 12 Copyright School Curriculum and Standards Authority, 2015 This document apart from any third party copyright material contained in it may be freely

More information

COURSE OUTLINE COMPUTER SCIENCE GENERAL YEAR 12: 2019 UNIT 3 AND UNIT 4

COURSE OUTLINE COMPUTER SCIENCE GENERAL YEAR 12: 2019 UNIT 3 AND UNIT 4 This course will run the two units, 3 and 4, concurrently. The student Semester 1 grade will therefore be an estimate. Term Knowledge Skills Assessment 1 1 Introduction introduction to the course assessment

More information

N.B. These pastpapers may rely on the knowledge gained from the previous chapters.

N.B. These pastpapers may rely on the knowledge gained from the previous chapters. N.B. These pastpapers may rely on the knowledge gained from the previous chapters. 1 SEC 94-PAPER 1-Q3B Briefly explain the purpose of the PROGRAM COUNTER 2 SEC 94-PAPER 2A-Q4 (a) Why is a 16-bit 60 MHz

More information

8. A is approximately one billion bytes a. Kilobyte b. Bit c. Gigabyte d. Megabyte 9. SMPT, FTP and DNS are applications of the layer a. Data link b.

8. A is approximately one billion bytes a. Kilobyte b. Bit c. Gigabyte d. Megabyte 9. SMPT, FTP and DNS are applications of the layer a. Data link b. SET 19 1. All of the following are examples of real security and privacy risks except a. Hackers b. Spam c. Viruses d. Identity theft 2. A(n) --- system is a small, wireless handheld computer that scans

More information

OCR J276 GCSE Computer Science

OCR J276 GCSE Computer Science Name: Class Teacher: Date: OCR J276 GCSE Computer Science REVISION BOOKLET 2.5 TRANSLATORS AND FACILITIES OF LANGUAGES Content in J276 GCSE Computer Science: 1.1 Systems Architecture 1.2 Memory 1.3 Storage

More information

Name of the Assistant/ Associate Professor:Annu Saini Class and Section:BCA 1 st sem Subject:Computer and Programming Fundamentals July 2018

Name of the Assistant/ Associate Professor:Annu Saini Class and Section:BCA 1 st sem Subject:Computer and Programming Fundamentals July 2018 Class and Section:BCA 1 st sem Subject:Computer and Programming Fundamentals July 2018 Ist week Day 1 IInd week Day 1 3rd week Day 1 Introduction to computers Definition and characteristics of computer

More information

IBPS Practice Exam 1. One megabyte equals approximately 1) 1,000 bits 2) 1,000 bytes 3) 1 million bytes 4) 1 million bits 5) 2,000 bytes 2.

IBPS Practice Exam 1. One megabyte equals approximately 1) 1,000 bits 2) 1,000 bytes 3) 1 million bytes 4) 1 million bits 5) 2,000 bytes 2. IBPS Practice Exam 1. One megabyte equals approximately 1) 1,000 bits 2) 1,000 bytes 3) 1 million bytes 4) 1 million bits 5) 2,000 bytes 2. Data going into the computer is called? 1) Output 2) Algorithm

More information

User. Application program. Interfaces. Operating system. Hardware

User. Application program. Interfaces. Operating system. Hardware Operating Systems Introduction to Operating Systems and Computer Hardware Introduction and Overview The operating system is a set of system software routines that interface between an application program

More information

Dawood Public School Course Outline Computer Science Class XI

Dawood Public School Course Outline Computer Science Class XI Dawood Public School Course Outline 2015-16 Computer Science Class XI Study Guide Text book: Computer Course book by Chris Lead better Reference Book: Cambridge IG CSE Computer Science by David Watson

More information

Knowledge Organiser. Computing. Year 10 Term 1 Hardware

Knowledge Organiser. Computing. Year 10 Term 1 Hardware Organiser Computing Year 10 Term 1 Hardware Enquiry Question How does a computer do everything it does? Big questions that will help you answer this enquiry question: 1. What is the purpose of the CPU?

More information

Autumn 1 Autumn 2. An Introduction to Idsall s Network & esafety. Programming with Scratch. Spring 1 Spring 2

Autumn 1 Autumn 2. An Introduction to Idsall s Network & esafety. Programming with Scratch. Spring 1 Spring 2 Computing Computing has deep links with Maths, Science, and Design & Technology. At its core is Computer Science, in which pupils are taught the principles of information and computation, how digital systems

More information

2nd Paragraph should make a point (could be an advantage or disadvantage) and explain the point fully giving an example where necessary.

2nd Paragraph should make a point (could be an advantage or disadvantage) and explain the point fully giving an example where necessary. STUDENT TEACHER WORKING AT GRADE TERM TARGET CLASS YEAR TARGET The long answer questions in this booklet are designed to stretch and challenge you. It is important that you understand how they should be

More information

HARDWARE AND OPERATING SYSTEMS

HARDWARE AND OPERATING SYSTEMS HARDWARE AND OPERATING SYSTEMS UNIT 2. IES MIGUEL ESPINOSA - MURCIA 3º ESO HARDWARE AND OPERATING SYSTEMS COMPUTERS LANGUAGE AND FUNCTION Binary System ASCII code Units of information Computer functions

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

Question Bank. Fundamentals Of Computer FYBCA (SEM - I)

Question Bank. Fundamentals Of Computer FYBCA (SEM - I) Question Bank Fundamentals Of Computer FYBCA (SEM - I) 1) Choose the appropriate option (1 Marks Questions) 1) COBOL is an example of level language. a) low level b) middle level c) high level d) both

More information

SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL/SPECIAL DEGREE PROGRAMME

SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL/SPECIAL DEGREE PROGRAMME All Rights Reserved No. of Pages - 12 No of Questions - 04 SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL/SPECIAL DEGREE PROGRAMME YEAR I SEMESTER I (Intake IV- Group B) END SEMESTER

More information

KS3 Programme of Study Subject: Computing Year group: Y7

KS3 Programme of Study Subject: Computing Year group: Y7 KS3 Programme of Study Subject: Computing Year group: Y7 Cybercrime 14/11/16 2/12/16 due AF1 Introduction - savings, set up folders, Health and Safety, Classroom Rules How to log on and secure passwords

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Advanced Subsidiary Level and Advanced Level

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Advanced Subsidiary Level and Advanced Level UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Advanced Subsidiary Level and Advanced Level *5040454558* COMPUTING 9691/11 Paper 1 May/June 2012 1 hour 30 minutes Candidates

More information

Dawood Public School Course Outline Computer Science

Dawood Public School Course Outline Computer Science 1 Dawood Public School Course Outline 2018-19 Computer Science Class XI Study Guide Text book: IGCSE Computer Science Course book by David Watson and Helen Williams Reference Book: Information Systems

More information

Explain why data is represented in computer systems in binary form

Explain why data is represented in computer systems in binary form Explain why data is represented in computer systems in binary form Binary is a number system of two numbers, namely 0 and 1. Each binary number is a bit, and 8 bits make a byte. It is known as the base

More information

FORM 5 COMPUTING TIME: 1h 45min

FORM 5 COMPUTING TIME: 1h 45min DIRECTORATE FOR QUALITY AND STANDARDS IN EDUCATION Curriculum Management and elearning Department Educational Assessment Unit Annual Examinations for Secondary Schools 2014 Track 3 FORM 5 COMPUTING TIME:

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *0720829747* COMPUTER SCIENCE 0478/12 Paper 1 Theory October/November 2016 1 hour 45 minutes Candidates

More information

OCR J276 GCSE Computer Science

OCR J276 GCSE Computer Science Name: Class Teacher: Date: OCR J276 GCSE Computer Science REVISION BOOKLET 1.4 WIRED AND WIRELESS NETWORKS Content in J276 GCSE Computer Science: 1.1 Systems Architecture 1.2 Memory 1.3 Storage 1.4 Wireless

More information

END-TERM EXAMINATION

END-TERM EXAMINATION (Please Write your Exam Roll No. immediately) END-TERM EXAMINATION DECEMBER 2006 Exam. Roll No... Exam Series code: 100179DEC06200134 Paper Code : MCA-101 Paper Title: Introduction to Information Technology

More information

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

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

More information

Computer Technology Flash Card 2

Computer Technology Flash Card 2 Computer Technology Flash Card 2 Mouse An input device that allows the user to manipulate objects on the screen by moving the mouse along the surface of a desk. Data Refers to the symbols that represent

More information

Computer Organization

Computer Organization INF 101 Fundamental Information Technology Computer Organization Assistant Prof. Dr. Turgay ĐBRĐKÇĐ Course slides are adapted from slides provided by Addison-Wesley Computing Fundamentals of Information

More information

OCR H446 A-Level Computer Science

OCR H446 A-Level Computer Science Name: Class Teacher: Date: OCR H446 A-Level Computer Science REVISION BOOKLET 1.4 DATA TYPES, DATA STRUCTURES AND ALGORITHMS Content in H446 A-Level Computer Science: 1.1 The characteristics of contemporary

More information

Dawood Public School Course Outline Computer Science Class XI

Dawood Public School Course Outline Computer Science Class XI Dawood Public School Course Outline 2016-17 Computer Science Class XI Study Guide Text book: IGCSE Computer Science Course book by David Watson and Helen Williams Reference Book: Information Systems by

More information

Learning Programme Fundamentals of data representation AS Level

Learning Programme Fundamentals of data representation AS Level Learning Programme Fundamentals of data representation AS Level Topic/Content Objectives/Skills Homework Assessment Stretch & Challenge (Thirst for Learning) Number systems Be familiar with the concept

More information

Lymm High School- KS3 Life after levels - Computing & ICT

Lymm High School- KS3 Life after levels - Computing & ICT Half Term 1 & 2 E- Safety BRONZE SILVER GOLD PLATINUM D and below= GCSE 1,2,3 C= GCSE 4 C/B= GCSE 5,6 A/A*= GCSE 7,8,9 Understand a range of ways Understand a range of Understand a range of Understand

More information

Systems Architecture. Systems Architecture. Memory. Memory. Memory. Memory. The Purpose and Function. The Purpose and Function

Systems Architecture. Systems Architecture. Memory. Memory. Memory. Memory. The Purpose and Function. The Purpose and Function The Purpose and Function of the Central Processing Unit Name three output devices. 1 The Purpose and Function of the Central Processing Unit Output devices include monitors or displays, speakers, devices

More information

Angel International School - Manipay 2 nd Term Examination March, 2016 Computing

Angel International School - Manipay 2 nd Term Examination March, 2016 Computing c Grade 10 Angel International School - Manipay 2 nd Term Examination March, 2016 Computing Duration: xx Hours Index No:- 1) The storage medium uses sequential data access method is: a) Hard disk b) Floppy

More information

(a) What is the denary equivalent of the hexadecimal number A7?

(a) What is the denary equivalent of the hexadecimal number A7? 1 What is the denary equivalent of the hexadecimal number A7? You may use the space below for rough working. You may get some marks for your working, even if your answer is incorrect. Represent the denary

More information

6. Under which of the following categories is a laptop computer classified? (1) Microcomputer (2) Minicomputer (3) Mainframe (4) Supercomputer

6. Under which of the following categories is a laptop computer classified? (1) Microcomputer (2) Minicomputer (3) Mainframe (4) Supercomputer General Certificate of Education (Ord.Level) Examination 2007 Information & Communication Technology I One hour Note: Answer all questions. In each of the questions 1 to 40 pick one of the alternatives

More information

General Computing Concepts. Coding and Representation. General Computing Concepts. Computing Concepts: Review

General Computing Concepts. Coding and Representation. General Computing Concepts. Computing Concepts: Review Computing Concepts: Review Coding and Representation Computers represent all information in terms of numbers ASCII code: Decimal number 65 represents A RGB: (255,0,0) represents the intense red Computers

More information

ST. MARY S COLLEGE FORM 4

ST. MARY S COLLEGE FORM 4 Term 1 Week 1 Week 2 FUNDAMENTALS OF HARDWARE AND SOFTWARE 1. The generalpurpose computer system 2. Functions of the major hardware components of a computer system 3. Functions and uses of primary storage

More information

GIRLS SECONDARY, L-IMRIEĦEL HALF YEARLY EXAMINATIONS 2015/2016

GIRLS SECONDARY, L-IMRIEĦEL HALF YEARLY EXAMINATIONS 2015/2016 GIRLS SECONDARY, L-IMRIEĦEL HALF YEARLY EXAMINATIONS 2015/2016 FORM: 3 Computing Time: 1½ Hr. Name: Class: Instructions: 1. Answer all the questions in the space provided on this paper. 2. Calculators

More information

SUBJECT COMPUTER APPLICATION PAGE 1

SUBJECT COMPUTER APPLICATION PAGE 1 BACHELOR OF ARTS (B.A.) (THREE YEAR DEGREE COURSE) SUBJECT COMPUTER APPLICATION PAGE 1 B.A.(COMPUTER APPLICATION) COURSE STRUCTURE FIRST YEAR PAPER 101: Computer Fundamentals PAPER 102: Operating System

More information

All Rights Reserved Index No. SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL / SPECIAL DEGREE PROGRAMME

All Rights Reserved Index No. SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL / SPECIAL DEGREE PROGRAMME All Rights Reserved Index No No. of Pages - 10 No of Questions - 05 SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL / SPECIAL DEGREE PROGRAMME YEAR I SEMESTER I INTAKE VIII (GROUP B)

More information

Part I: Hardware and communication

Part I: Hardware and communication Part I: Hardware and communication The following are a list of definitions for most things in the first section of the syllabus for CG1(Computing Theory). To test yourself on these items, you should attempt

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 *7825200973* COMPUTER SCIENCE 9608/32 Paper 3 Advanced Theory October/November 2018 1 hour 30 minutes

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

Flying Start AS Computer Science. September 2015

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

More information

Network Definition A network can be defined as two or more computers connected together in such a way that they can share resources.

Network Definition A network can be defined as two or more computers connected together in such a way that they can share resources. Networks, telecommunications and the Internet Network Definition A network can be defined as two or more computers connected together in such a way that they can share resources. The purpose of a network

More information

BSNL TTA Question Paper-Computers Specialization 2007

BSNL TTA Question Paper-Computers Specialization 2007 BSNL TTA Question Paper-Computers Specialization 2007 1. What is the name of the software that allows us to browse through web pages? (a) Browser (b) Mail Client (c) FTP Client (d) Messenger 2. What is

More information

B.Sc. Computer Science (Ancillary)

B.Sc. Computer Science (Ancillary) Session - 03- onwards.. B.Sc. Computer Science (Ancillary) About the Course Technology is defined as the application of scientific knowledge for practical purposes. The radical changes in technologies

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 *4137415794* COMPUTER SCIENCE 9608/31 Paper 3 Advanced Theory October/November 2018 1 hour 30 minutes

More information

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them)

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them) Computers are useful machines, but they are generally useless by themselves. Computers are usually part of a system a computer system includes: Hardware (machines) Software (programs, applications) Communication

More information

Practice. A Level Computer Science H446/01 Computer systems. Practice paper - Set 1. Time allowed: 2 hours 30 minutes

Practice. A Level Computer Science H446/01 Computer systems. Practice paper - Set 1. Time allowed: 2 hours 30 minutes A Level Computer Science H446/01 Computer systems paper - Set 1 Time allowed: 2 hours 30 minutes Do not use: a calculator First name Last name Centre number Candidate number INSTRUCTIONS Use black ink.

More information

Spellings and Abbreviations

Spellings and Abbreviations GCSE Computing Tiverton High School Spellings and Abbreviations Always use the correct spellings and conventions in your written work. 3G (3rd Generation) 4G (4th Generation) 8 bit / 16 bit / 24 bit /

More information

St. Catherine s High School

St. Catherine s High School St. Catherine s High School Annual June 2015 Class: Senior 4 Subject: Computer Studies Total: Duration: 2 hrs Final Total: /100 MAKE SURE TO CHECK THAT YOU ARE GIVEN FIVE PRINTED PAGES Calculators may

More information

Southam College Computing & ICT Department. Summer Project

Southam College Computing & ICT Department. Summer Project Student Name: contact: sycamore.s@welearn365.com Southam College Computing & ICT Department Summer Project This booklet provides several tasks for you to update your current knowledge and learn new concepts

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

Candidate number. Centre number

Candidate number. Centre number Oxford Cambridge and RSA A Level Computer Science H446/01 Computer Systems Friday 16 June 2017 Morning Time allowed: 2 hours 30 minutes *6826891436* Do not use: a calculator * H 4 4 6 0 1 * First name

More information

Personalised Learning Checklist ( ) SOUND

Personalised Learning Checklist ( ) SOUND Personalised Learning Checklist (2015-2016) Subject: Computing Level: A2 Name: Outlined below are the topics you have studied for this course. Inside each topic area you will find a breakdown of the topic

More information

MCT611 Computer Architecture & Operating Systems Module Handbook. Master of Science in Software Engineering & Database Technologies (MScSED)

MCT611 Computer Architecture & Operating Systems Module Handbook. Master of Science in Software Engineering & Database Technologies (MScSED) MCT611 Computer Architecture & Operating Systems Module Handbook Master of Science in Software Engineering & Database Technologies (MScSED) Table of Contents 1 Module Details... 2 1.1 Module Description...2

More information

COMPUTER SYSTEM. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U

COMPUTER SYSTEM. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U C A N A D I A N I N T E R N A T I O N A L S C H O O L O F H O N G K O N G 5.1 Introduction 5.2 Components of a Computer System Algorithm The Von Neumann architecture is based on the following three characteristics:

More information

UNIT 1 USING LOGIC. UPGRADE 8 Write a detailed report on how logic gates would be used to add up two nibbles using examples and explanations

UNIT 1 USING LOGIC. UPGRADE 8 Write a detailed report on how logic gates would be used to add up two nibbles using examples and explanations UNIT 1 USING LOGIC Create a working example of a full adder logic gate circuit and test its operation with a series of bytes that need to be added. Report on the findings and limitations found Write a

More information