Bridging Activity for September A level Computer Science. Why do I need to complete a bridging activity?

Size: px
Start display at page:

Download "Bridging Activity for September A level Computer Science. Why do I need to complete a bridging activity?"

Transcription

1 Why do I need to complete a bridging activity? The purpose of this activity is to aid your preparation for advanced level study and make the transition from GCSE study as smooth as possible. Some activities are written pieces of work, some are researchbased and some are practical. They should be completed to the best of your ability and they will give you the opportunity to start to showcase your talent for your chosen subjects. As these are compulsory activities, it is vital that you put in the time and effort to ensure they are completed to the highest standard. When should I hand this in? You should complete this activity for the start of your first lesson in September. How will I be given feedback? Feedback appropriate to the task will be given to you by your teacher. Summary of the activity Write a 300 word essay on Computer Hardware & Software Student Name (to be completed by the student) 1

2 Code & Algorithms: clearly you need to be able to program so attempt the following: Study the following code and answer the following questions: Program AlphaFurniture; Uses WinCrt; Var OFCode : Integer; // this is the code for office furniture Var Quantity, SCTotal, SCATotal, FCTotal, DSTotal, DLTotal, TOTAL : real; Var NumProd : Integer; Begin Writeln ('Swivel Chair Code =308'); Writeln ('Swivel Chair Arms Code = 460'); Writeln ('Filing Cabinet = 200'); Writeln ('Desk Small =305'); Writeln ('Desk Lamp =900'); Writeln('*******************************************'); Writeln('Select the item of furniture required'); Writeln('Input the furniture code '); for NumProd :=1 to 3 do begin Readln(OFCode); Case OFCode of 308 : Begin Writeln ('Swivel Chair price 57.90'); Writeln ('Input quantity'); readln(quantity); SCTotal := Quantity * 57.9; Writeln('Total is ', SCTotal :2:2); End; //Close Conditional Expression : Begin Writeln ('Swivel Chair Arms price 89.90'); Writeln ('Input quantity'); Readln (Qantity); SCATotal := Quantity * 89.9; Writeln('Total is ', SCATotal :2:2); End; //Close Conditional Expression 2} Question 1 In the following program identify the following writing the letter clearly next to the relevant section (using brackets where required): a) Two examples of an output b) Declaration of variables c) The start of an iteration or loop d) A comment line e) Two examples of an input f) The start and end of a select or if type statement g) A procedure or operation 2

3 h) Formatting i) Identify a variable which is a whole number Question 2 a) What does the extract from the program do? b) What is the code that will be input to select a Desk Lamp? c) Why is the variable Quantity declared as a decimal value? d) What does the loop do in this program? e) Why is formatting required in this program? f) Why would the code for the 'Swivel Chair Arms not work? 3

4 Question 3 Write out a program (using pseudo code or simplified English or in a programming language of your choice) which does the following: Write a program to input 2 numbers representing the length and width of a room in metres. Calculate and display the amount of flooring needed for the room in square meters, and the cost of the required amount of flooring, assuming the carpet for the room costs per metre. If the room is not carpeted but tiling is laid the price is Allow the user to select flooring type. Allow the user to select a number of rooms at the start of the program showing total cost at the end. Note: ensure you show variables 4

5 Section B Calculations Binary and Hexadecimal IN ALL CASES SHOW WORKING 1. Convert the decimal number 45 into binary. (2) Convert the binary number into decimal. (2) 3. Convert the decimal number 165 into hexadecimal. (2) 4. Convert the hexadecimal number B6 into decimal. (2) 5. Convert the hexadecimal number 9B into binary. (2) 5

6 6. Convert the binary number into hexadecimal. (1) Section C Writing Assessment Writing Assessment 300 Words Minimum (on a separate sheet which is word processed). Discuss the following components: 1) CPU 2) RAM 3) ROM 4) Different types of storage devices and their capabilities 5) What is the role of an operating system and how would you contrast that to application software? 6

Programming revision. Revision tip: Focus on the things you find difficult first.

Programming revision. Revision tip: Focus on the things you find difficult first. Programming revision Revision tip: Focus on the things you find difficult first. Task Time (minutes) a 1. Complete self assessment sheet. 2 2. Read through the chapter on programming. 15 3. Work through

More information

GOZO COLLEGE. Boys Secondary Victoria - Gozo, Malta Ninu Cremona. Half Yearly Examination

GOZO COLLEGE. Boys Secondary Victoria - Gozo, Malta Ninu Cremona. Half Yearly Examination GOZO COLLEGE Boys Secondary Victoria - Gozo, Malta Ninu Cremona Half Yearly Examination 2010 2011 Subject: Form: Time: COMPUTER STUDIES 4 Junior Lyceum 1 hr 30 min NAME: CLASS: INDEX NO: Instructions to

More information

Software Development Techniques. December Sample Examination Paper. Time: 3 hours

Software Development Techniques. December Sample Examination Paper. Time: 3 hours Software Development Techniques December 2015 Sample Examination Paper Answer ALL questions. Clearly cross out surplus answers. Time: 3 hours The maximum mark for this paper is 100. Any reference material

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

Appendix A: Objectives and Courseware Locations

Appendix A: Objectives and Courseware Locations Appendix A A-1 Appendix A: Objectives and Courseware Locations The course and this appendix are designed to help students prepare for the digital certificate exam. Students can use this appendix as a study

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

Materials Tutorial. Setting Materials Defaults

Materials Tutorial. Setting Materials Defaults Materials Tutorial Materials display on the surfaces of objects in 3D views and can make a 3D view appear highly realistic. When applied to most objects, material quantities will also be calculated in

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

Caribbean Secondary Education Examination

Caribbean Secondary Education Examination FORM TP22230 Test Code 012299020 Mock Exam (March) 2013 CARIBBEAN EXAMINATIONS COUNCIL Caribbean Secondary Education Examination INFORMATION TECHNOLOGY PAPER 2 2 Hours March 2013 (a.m.) I N S T R U C T

More information

Software Development Techniques. December Sample Exam Marking Scheme

Software Development Techniques. December Sample Exam Marking Scheme Software Development Techniques December 2015 Sample Exam Marking Scheme This marking scheme has been prepared as a guide only to markers. This is not a set of model answers, or the exclusive answers to

More information

Materials Tutorial. Setting Materials Defaults

Materials Tutorial. Setting Materials Defaults Materials Tutorial Materials display on the surfaces of objects in 3D views and can make a 3D view appear highly realistic. When applied to most objects, material quantities will also be calculated in

More information

Objective 1.02 Understand Numbering Systems

Objective 1.02 Understand Numbering Systems Objective.0 Understand Numbering Systems C O M P U T E R P R O G R A M M I N G I Number Systems Number systems we will talk about: Decimal (Base 0 ) Binary (Base ) Hexadecimal (Base 6 ) Decimal The number

More information

Materials Tutorial. Setting Materials Defaults

Materials Tutorial. Setting Materials Defaults Materials Tutorial Materials display on the surfaces of objects in 3D views and can make a 3D view appear highly realistic. When applied to most objects, material quantities will also be calculated in

More information

Paper 2 Problem-solving and Programming For Examination from 2016 SPECIMEN PAPER 1 hour 45 minutes

Paper 2 Problem-solving and Programming For Examination from 2016 SPECIMEN PAPER 1 hour 45 minutes Cambridge International Examinations Cambridge Ordinary Level *0123456789* COMPUTER SCIENCE 2210/02 Paper 2 Problem-solving and Programming For Examination from 2016 SPECIMEN PAPER 1 hour 45 minutes Candidates

More information

Materials Tutorial. Setting Materials Defaults

Materials Tutorial. Setting Materials Defaults Materials Tutorial Materials display on the surfaces of objects in 3D views and can make a 3D view appear highly realistic. When applied to most objects, material quantities will also be calculated in

More information

MathUtilities.randomInt(min, max) function unit conversions, simple drawings

MathUtilities.randomInt(min, max) function unit conversions, simple drawings Topics: Patterns: Objects and Functions: Java language: Exercises: declare-define-use (in the context of functions) identify components, define components, assemble components to form a solution: encapsulate

More information

KS3 Computer Science CPU & Hardware Booklet

KS3 Computer Science CPU & Hardware Booklet KS3 Computer Science CPU & Hardware Booklet Pupil Teacher The BIG Question: How do you build a Robot? Contents Knowledge Audit... 3 Input and Output Devices... 4 CPU and Internal Devices... 6 Homework...

More information

LESSON TITLE. Language English Local Language Introduction to Computer Science. Mr. VAR Sovannrath Submission Date October 30th, 2014 Version 1.

LESSON TITLE. Language English Local Language Introduction to Computer Science. Mr. VAR Sovannrath Submission Date October 30th, 2014 Version 1. LESSON TITLE Country Cambodia Language English Local Language Course Title Introduction to Computer Science Lesson Title 06. Number Systems SME Mr. VAR Sovannrath Submission Date October 30th, 2014 Version

More information

Grade 7 Math LESSON 14: MORE PROBLEMS INVOLVING REAL NUMBERS TEACHING GUIDE

Grade 7 Math LESSON 14: MORE PROBLEMS INVOLVING REAL NUMBERS TEACHING GUIDE Lesson 14: More Problems Involving Real Numbers Time: 1.5 hours Prerequisite Concepts: Whole numbers, Integers, Rational Numbers, Real Numbers, Sets Objectives: In this lesson, you are expected to: 1.

More information

MRIEHEL SECONDARY SCHOOL HALF-YEARLY EXAMINATIONS 2016~17. Year 9 Computing Time: 1hr 30mins

MRIEHEL SECONDARY SCHOOL HALF-YEARLY EXAMINATIONS 2016~17. Year 9 Computing Time: 1hr 30mins MRIEHEL SECONDARY SCHOOL HALF-YEARLY EXAMINATIONS 2016~17 Year 9 Computing Time: 1hr 30mins Name: Class: Please read the following instructions carefully: 1. Answer ALL the questions in the space provided

More information

VDU workstation checklist

VDU workstation checklist Health and Safety Executive VDU workstation checklist Checklist for safety representatives 5 This checklist should help safety representatives and individual workers carry out workplace inspections where

More information

Computing. Curriculum booklet. enquiries:

Computing. Curriculum booklet.   enquiries: Computing Curriculum booklet www.bba.bristol.sch.uk enquiries: info@bba.bristol.sch.uk Tel: 0117 3772700 fax: 0117 3772701 Speedwell Road, Bristol, BS15 1NU IT is all around us and is embedded in everything

More information

Full Name: CS Account:

Full Name: CS Account: THE UNIVERSITY OF BRITISH COLUMBIA CPSC 313: QUIZ 4 October 31, 2018 Full Name: CS Account: Signature: UBC Student #: Important notes about this examination 1. Write your 4 or 5 character CS account both

More information

Grouping Objects. Primitive Arrays and Iteration. Produced by: Dr. Siobhán Drohan. Department of Computing and Mathematics

Grouping Objects. Primitive Arrays and Iteration. Produced by: Dr. Siobhán Drohan. Department of Computing and Mathematics Grouping Objects Primitive Arrays and Iteration Produced by: Dr. Siobhán Drohan Department of Computing and Mathematics http://www.wit.ie/ Topic List Primitive arrays Why do we need them? What are they?

More information

DRAWING QUADRATIC GRAPHS (EDEXCEL HIGHER) These questions are suitable for Higher Tier students. All questions should be done without a calculator.

DRAWING QUADRATIC GRAPHS (EDEXCEL HIGHER) These questions are suitable for Higher Tier students. All questions should be done without a calculator. GCSE MATHEMATICS KEY TOPIC PRACTICE SHEETS DRAWING QUADRATIC GRAPHS (EDEXCEL HIGHER) These questions are suitable for Higher Tier students. All questions should be done without a calculator. www.tutor2u.net/maths

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 *9066076342* COMPUTER SCIENCE 9608/23 Paper 2 Fundamental Problem-solving and Programming Skills May/June

More information

C A R I B B E A N E X A M I N A T I O N S C O U N C I L REPORT ON CANDIDATES WORK IN THE SECONDARY EDUCATION CERTIFICATE EXAMINATIONS MAY/JUNE 2010

C A R I B B E A N E X A M I N A T I O N S C O U N C I L REPORT ON CANDIDATES WORK IN THE SECONDARY EDUCATION CERTIFICATE EXAMINATIONS MAY/JUNE 2010 C A R I B B E A N E X A M I N A T I O N S C O U N C I L REPORT ON CANDIDATES WORK IN THE SECONDARY EDUCATION CERTIFICATE EXAMINATIONS MAY/JUNE 2010 INFORMATION TECHNOLOGY GENERAL PROFICIENCY Copyright

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

HIGLEY UNIFIED SCHOOL DISTRICT 2016/2017 INSTRUCTIONAL ALIGNMENT

HIGLEY UNIFIED SCHOOL DISTRICT 2016/2017 INSTRUCTIONAL ALIGNMENT HIGLEY UNIFIED SCHOOL DISTRICT 2016/2017 INSTRUCTIONAL ALIGNMENT Third Grade Quarter 4 Unit 10: Geometry and Measurement Word Problems Approximately 40 Days Begin around March 27 th This 40-day final unit

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 *9620128549* COMPUTER SCIENCE 0478/22 Paper 2 Problem-solving and Programming May/June 2016 1 hour

More information

CS 202: Introduction to Computation Fall 2010: Exam #1

CS 202: Introduction to Computation Fall 2010: Exam #1 CS 22: Introduction to Computation Fall 2: Exam # Name: Answers Question Possible Points Received Points 2 2 2 3 2 4 2 5 2 Total This exam is closed notes. You have 5 minutes to complete the 5 questions

More information

ECS 15: Introduction to Computers Midterm November 2 nd, 2011

ECS 15: Introduction to Computers Midterm November 2 nd, 2011 ECS 15: Introduction to Computers Midterm November 2 nd, 2011 Notes: 1) The midterm is open book, open notes. 2) You have 50 minutes, no more: I will strictly enforce this. 3) The midterm is divided into

More information

Paper 2 Problem-solving and Programming For Examination from 2015 SPECIMEN PAPER 1 hour 45 minutes

Paper 2 Problem-solving and Programming For Examination from 2015 SPECIMEN PAPER 1 hour 45 minutes Cambridge International Examinations Cambridge Ordinary Level COMPUTER SCIENCE 2210/02 Paper 2 Problem-solving and Programming For Examination from 2015 SPECIMEN PAPER 1 hour 45 minutes Candidates answer

More information

Grade 7 Mensuration - Perimeter, Area, Volume

Grade 7 Mensuration - Perimeter, Area, Volume ID : ae-7-mensuration-perimeter-area-volume [1] Grade 7 Mensuration - Perimeter, Area, Volume For more such worksheets visit www.edugain.com Answer the questions (1) A teacher gave a rectangular colouring

More information

Foundation. Scheme of Work. Year 9. September 2016 to July 2017

Foundation. Scheme of Work. Year 9. September 2016 to July 2017 Foundation Scheme of Work Year 9 September 06 to July 07 Assessments Students will be assessed by completing two tests (topic) each Half Term. These are to be recorded on Go Schools. There will not be

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

Shape 2 Assessment Calculator allowed for all questions

Shape 2 Assessment Calculator allowed for all questions Shape Assessment Calculator allowed for all questions Foundation Higher All questions Time for the test: 50 minutes Use the π button or take π to be.4 Name: _ Grade Title of clip Marks Score Percentage

More information

P R O D U C T C A T A L O G

P R O D U C T C A T A L O G PRODUCT C ATALOG 1000 SERIES CONTEMPORARY DESKS AND MODULAR WORKSTATIONS C OMPONENTS Desks-Double 72x36* 60x36 60x30 Desks-Single 72x36 72x30 66x36 66x30 60x30 48x30 Returns 60x18 48x18 42x18 36x18 60x24

More information

Unit 5, Lesson 8: Calculating Products of Decimals

Unit 5, Lesson 8: Calculating Products of Decimals Unit 5, Lesson 8: Calculating Products of Decimals Lesson Goals Required Materials Use an algorithm to calculate products of decimals. Understand how a multiplication algorithm works. 8.1: Number Talk:

More information

CSE 131 Introduction to Computer Science Fall 2016 Exam I. Print clearly the following information:

CSE 131 Introduction to Computer Science Fall 2016 Exam I. Print clearly the following information: CSE 131 Introduction to Computer Science Fall 2016 Given: 29 September 2016 Exam I Due: End of Exam Session This exam is closed-book, closed-notes, no electronic devices allowed The exception is the "sage

More information

GCE AS and A Level. Computing. AS exams 2009 onwards A2 exams 2010 onwards. Unit 1: Approved specimen question paper. Version 1.1

GCE AS and A Level. Computing. AS exams 2009 onwards A2 exams 2010 onwards. Unit 1: Approved specimen question paper. Version 1.1 GCE AS and A Level Computing AS exams 2009 onwards A2 exams 2010 onwards Unit 1: Approved specimen question paper Version 1.1 Version 1.1 General Certificate of Education Advanced Subsidiary Specimen Paper

More information

Orchard Supply Hardware Designer Procedures

Orchard Supply Hardware Designer Procedures Orchard Supply Hardware Designer Procedures Appointment Overview Measure areas, draw flooring layout and determine specifications. Discuss seam and/or direction options and have client initial all seams

More information

S.1 ICT Distribute students eclass user accounts and school login accounts.

S.1 ICT Distribute students eclass user accounts and school login accounts. S.1 ICT 2015-16 1 Teaching schedules [Single lesson weekly] (1 st term) 1 Arrangement on eclass system and school computer students account. 2,3 i) The course requirement of Computer Literacy. ii) eclass

More information

Display Screen Equipment

Display Screen Equipment Display Screen Equipment 1. Does the screen give a clear, sharp and steady image? 1(a) Clean the screen if necessary. 1(b) If the software application allows, turn the display to light characters on a

More information

C hristmas Problem Solving GCSE Shapes and Space

C hristmas Problem Solving GCSE Shapes and Space C hristmas Problem Solving GCSE Shapes and Space Question 1 Ahmed has a roll of wrapping paper 2m long and 75cm wide. He has to wrap the following presents, does he have enough paper? Show your workings.

More information

The transition: Each student passes half his store of candies to the right. students with an odd number of candies eat one.

The transition: Each student passes half his store of candies to the right. students with an odd number of candies eat one. Kate s problem: The students are distributed around a circular table The teacher distributes candies to all the students, so that each student has an even number of candies The transition: Each student

More information

Solve problems involving proportional reasoning. Number Sense and Algebra

Solve problems involving proportional reasoning. Number Sense and Algebra MFM 1P - Grade Nine Applied Mathematics This guide has been organized in alignment with the 2005 Ontario Mathematics Curriculum. Each of the specific curriculum expectations are cross-referenced to the

More information

CMPS 10 Introduction to Computer Science Lecture Notes

CMPS 10 Introduction to Computer Science Lecture Notes CMPS Introduction to Computer Science Lecture Notes Binary Numbers Until now we have considered the Computing Agent that executes algorithms to be an abstract entity. Now we will be concerned with techniques

More information

SUN RGB-D: A RGB-D Scene Understanding Benchmark Suite Supplimentary Material

SUN RGB-D: A RGB-D Scene Understanding Benchmark Suite Supplimentary Material SUN RGB-D: A RGB-D Scene Understanding Benchmark Suite Supplimentary Material Shuran Song Samuel P. Lichtenberg Jianxiong Xiao Princeton University http://rgbd.cs.princeton.edu. Segmetation Result wall

More information

MATHEMATICAL METHODS (CAS)

MATHEMATICAL METHODS (CAS) Student Name: MATHEMATICAL METHODS (CAS) Unit Targeted Evaluation Task for School-assessed Coursework 1 015 Multiple choice and extended response test on circular functions for Outcome 1 Recommended writing

More information

Exam 1. CSI 201: Computer Science 1 Fall 2018 Professors: Shaun Ramsey

Exam 1. CSI 201: Computer Science 1 Fall 2018 Professors: Shaun Ramsey Exam 1 CSI 201: Computer Science 1 Fall 2018 Professors: Shaun Ramsey I understand that this exam is closed books and closed notes and is to be completed without a calculator, phone, or other computer.

More information

CE161-4-AU UNIVERSITY OF ESSEX. Undergraduate Examinations 2014 DIGITAL SYSTEMS ARCHITECTURE. Time allowed: TWO hours

CE161-4-AU UNIVERSITY OF ESSEX. Undergraduate Examinations 2014 DIGITAL SYSTEMS ARCHITECTURE. Time allowed: TWO hours CE161-4-AU UNIVERSITY OF ESSEX Undergraduate Examinations 2014 DIGITAL SYSTEMS ARCHITECTURE Time allowed: TWO hours The following items are provided: Graph paper (available on invigilator s desk) Candidates

More information

The Grade 5 Common Core State Standards for Measurement and Data specify that students should

The Grade 5 Common Core State Standards for Measurement and Data specify that students should Measurement and Data Students have learned that measurement is the process of comparing a quantity to a standard unit. In fifth grade, students convert units within a given measurement system and use these

More information

NUMBERS AND NUMBER RELATIONSHIPS

NUMBERS AND NUMBER RELATIONSHIPS MODULE MODULE CHAPTERS Numbers and number patterns 2 Money matters KEY SKILLS writing rational numbers as terminating or recurring decimals identifying between which two integers any irrational number

More information

COP 1170 Introduction to Computer Programming using Visual Basic

COP 1170 Introduction to Computer Programming using Visual Basic Course Justification This course is the first computer programming course in the Computer Information Systems Associate in Arts degree program; is required in the Computer Programming and Analysis, Database

More information

1. What is the minimum number of bits needed to store a single piece of data representing: a. An integer between 0 and 100?

1. What is the minimum number of bits needed to store a single piece of data representing: a. An integer between 0 and 100? 1 CS 105 Review Questions Most of these questions appeared on past exams. 1. What is the minimum number of bits needed to store a single piece of data representing: a. An integer between 0 and 100? b.

More information

Table of Contents. Introduction to the Math Practice Series...iv Common Mathematics Symbols and Terms...1

Table of Contents. Introduction to the Math Practice Series...iv Common Mathematics Symbols and Terms...1 Table of Contents Table of Contents Introduction to the Math Practice Series...iv Common Mathematics Symbols and Terms...1 Chapter 1: Real Numbers...5 Real Numbers...5 Checking Progress: Real Numbers...8

More information

Two hours. Please note that an OMR Sheet is attached for use with Section A: full instructions for their use are given in Section A

Two hours. Please note that an OMR Sheet is attached for use with Section A: full instructions for their use are given in Section A COMP23111 Two hours Please note that an OMR Sheet is attached for use with Section A: full instructions for their use are given in Section A QUESTION PAPER MUST NOT BE REMOVED FROM THE EXAM ROOM UNIVERSITY

More information

What are the most likely declarations of "month" in the old and new versions of the program?

What are the most likely declarations of month in the old and new versions of the program? All multiple choice questions are equally weighted. You can generally assume that code shown in the questions is syntactically correct, unless something in the question or one of the answers suggests otherwise.

More information

Elementary School Furniture

Elementary School Furniture Elementary School Furniture EDUCATION, CLASSROOM, MISCELLANEOUS SUPPORT AND RELATED PRODUCTS AND SERVICES RFP SV- 15-0028- 13 Attachment A- 1 Sample Elementary School Project Note: All prices shall include

More information

Interior Design Using Autodesk Revit 2017

Interior Design Using Autodesk Revit 2017 Interior Design Using Autodesk Revit 2017 Introduction to Building Information Modeling for Interior Designers Daniel John Stine CSI, CDT Aaron R. Hansen ASID, CDT SDC P U B L I C AT I O N S Better Textbooks.

More information

Tuesday 22 January 2013 Afternoon

Tuesday 22 January 2013 Afternoon F Tuesday 22 January 2013 Afternoon GCSE METHODS IN MATHEMATICS B392/01 Methods in Mathematics 2 (Foundation Tier) * B 3 1 6 9 5 0 1 1 3 * Candidates answer on the Question Paper. OCR supplied materials:

More information

Assessment Whole Class Assessment: Area Learning Trajectory Class Assessment area Learning Trajectory Level B... 3

Assessment Whole Class Assessment: Area Learning Trajectory Class Assessment area Learning Trajectory Level B... 3 CONTENTS Assessment... 2 Whole Class Assessment: Area Learning Trajectory... 3 Class Assessment area Learning Trajectory Level B... 3 Class Assessment: Area Learning Trajectory Level C... 4 Class Assessment:

More information

YEAR 7 MATHS SCHEMES OF WORK

YEAR 7 MATHS SCHEMES OF WORK YEAR 7 MATHS SCHEMES OF WORK 2018-19 Autumn Term (September-December) SOW: We follow the STP Mathematics course in year 7, published by Oxford University Press. fanez@al-ashraf.gloucs.sch.uk Unit Topic

More information

Section A Area Grade E C

Section A Area Grade E C Name: Teacher Assessment Section A Area Grade E C 1. A rectangle has length 7.1 cm and width 3.6 cm. 7.1 cm 3.6 cm (a) Calculate the area of the rectangle. Give your answer to 1 decimal place. Answer...

More information

Unit-II Programming and Problem Solving (BE1/4 CSE-2)

Unit-II Programming and Problem Solving (BE1/4 CSE-2) Unit-II Programming and Problem Solving (BE1/4 CSE-2) Problem Solving: Algorithm: It is a part of the plan for the computer program. An algorithm is an effective procedure for solving a problem in a finite

More information

User Guide -Version 3.00

User Guide -Version 3.00 Software for production planning User Guide -Version 3.00 Summary SUMMARY... 1 INTRODUCTION... 3 General...3 The keyboard...3 Structure of a window...4 Units of measurement and program limits...4 OPERATION...

More information

Exploration: Multiplying Fractions & Decimals Using an Area Model

Exploration: Multiplying Fractions & Decimals Using an Area Model Exploration: Multiplying Fractions & Decimals Using an Area Model REPRESENT MULTIPLICATION SITUATIONS INVOLVING FRACTIONS & DECIMALS WITH MODELS INCLUDING PICTURES IDENTIFY FACTORS OF POSITIVE INTEGERS

More information

IQ VOLUMETRICS Version 2

IQ VOLUMETRICS Version 2 IQ VOLUMETRICS Version 2 P R E F A C E This is the IQ Volumetrics reference guide for IQ Business & IQ Enterprise software systems. The document will aid in the understanding and configuration of the IQ

More information

A451. COMPUTING Computer Systems and Programming GENERAL CERTIFICATE OF SECONDARY EDUCATION. Monday 23 May 2011 Morning

A451. COMPUTING Computer Systems and Programming GENERAL CERTIFICATE OF SECONDARY EDUCATION. Monday 23 May 2011 Morning GENERAL CERTIFICATE OF SECONDARY EDUCATION COMPUTING Computer Systems and Programming A451 *OCE/26572* Candidates answer on the question paper. OCR supplied materials: None Other materials required: None

More information

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

Display Screen (DSE) Assessment

Display Screen (DSE) Assessment First name Surname Job title Employment start date Month Year Department Region/office (including location in building) Line manager Date of last eyesight test Date DSE completed Office based Field based

More information

Basic Operations and Equivalent Expressions - Step-by-Step Lesson

Basic Operations and Equivalent Expressions - Step-by-Step Lesson Name Date Basic Operations and Equivalent Expressions StepbyStep Lesson Lesson 1 Simplify the expressions. 1. 4 (6x 5) 2. 3 (4 3 7x) Explanation: 1. Step 1) First see what is being asked. We have to simplify

More information

CPSC 121 Midterm 1 Friday October 14th, Signature: Section (circle one): 11:00 15:30 17:00

CPSC 121 Midterm 1 Friday October 14th, Signature: Section (circle one): 11:00 15:30 17:00 CPSC 121 Midterm 1 Friday October 14th, 2016 Name: Student ID: Signature: Section (circle one): 11:00 15:30 17:00 You have 70 minutes to write the 9 questions on this examination. A total of 60 marks are

More information

Similarity - Using Mirrors to Find Heights

Similarity - Using Mirrors to Find Heights Similarity - Using Mirrors to Find Heights AUTHOR(S): DANA SHAMIR TEACH # 2 MENTOR: NANNETTE STRICKLAND DATE TO BE TAUGHT: 11/29/2007 LENGTH OF LESSON: 45 MINUTES GRADE LEVEL: 8 SOURCE OF THE LESSON: Connecting

More information

OPTIONS GUIDANCE COHORT JANUARY 2018 OPTIONS PROCESS.

OPTIONS GUIDANCE COHORT JANUARY 2018 OPTIONS PROCESS. OPTIONS GUIDANCE 2018-2020 COHORT JANUARY 2018 OPTIONS PROCESS. STUDENTS WILL NEED TO BRING CURRICULUM GUIDES BACK TO SCHOOL TO WORK ON DURING ENRICHMENT DAYS ON 17/18 JANUARY. Important Dates Monday 8

More information

OUTCOMES BASED LEARNING MATRIX

OUTCOMES BASED LEARNING MATRIX OUTCOMES BASED LEARNING MATRIX Course: CTIM 372 Advanced Programming in C++ Department: Computer Technology and Information Management 3 credits/4 contact hours Description: This course is a continuation

More information

By: Dalbir Singh, Computer Science Dep't

By: Dalbir Singh, Computer Science Dep't Assembly language is essentially the native language of your computer. Technically the processor of your machine understands machine code (consisting of ones and zeroes). But in order to write such a machine

More information

Annex A (Informative) Collected syntax The nonterminal symbols pointer-type, program, signed-number, simple-type, special-symbol, and structured-type

Annex A (Informative) Collected syntax The nonterminal symbols pointer-type, program, signed-number, simple-type, special-symbol, and structured-type Pascal ISO 7185:1990 This online copy of the unextended Pascal standard is provided only as an aid to standardization. In the case of dierences between this online version and the printed version, the

More information

RETURN X return X Returning a value from within a function: computes the value of variable exits the function and returns the value of the variable

RETURN X return X Returning a value from within a function: computes the value of variable exits the function and returns the value of the variable STUDENT TEACHER CLASS WORKING AT GRADE TERM TARGET YEAR TARGET Pseudocode Python Description BEGIN END Identifies the start of a program Identifies the end of a program READ X, Y, Z input() Identifies

More information

ACTIVITY TWO CONSTANT VELOCITY IN TWO DIRECTIONS

ACTIVITY TWO CONSTANT VELOCITY IN TWO DIRECTIONS 1 ACTIVITY TWO CONSTANT VELOCITY IN TWO DIRECTIONS Purpose The overall goal of this activity is for students to analyze the motion of an object moving with constant velocity along a diagonal line. In this

More information

Prentice Hall Connected Mathematics 2, 6th Grade Units 2006 Correlated to: Michigan Grade Level Content Expectations (GLCE), Mathematics (Grade 6)

Prentice Hall Connected Mathematics 2, 6th Grade Units 2006 Correlated to: Michigan Grade Level Content Expectations (GLCE), Mathematics (Grade 6) NUMBER AND OPERATIONS Multiply and divide fractions N.MR.06.01 Understand division of fractions as the inverse of multiplication; e.g.: 4/5 2/3 =, then 2/3 x = 4/5, so = 4/5 3/2 = 12/10. N.FL.06.02 Given

More information

Lesson 3: Basic Programming Concepts

Lesson 3: Basic Programming Concepts 3 ICT Gaming Essentials Lesson 3: Basic Programming Concepts LESSON SKILLS After completing this lesson, you will be able to: Explain the types and uses of variables and operators in game programming.

More information

Grade 3 Math Pacing Guide First Quarter

Grade 3 Math Pacing Guide First Quarter Big Ideas of the First Quarter Grade 3 Math Pacing Guide First Quarter There are multiple interpretations of multiplication and division of rational numbers and each operation is related to other operations.

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

Chapter Two MIPS Arithmetic

Chapter Two MIPS Arithmetic Chapter Two MIPS Arithmetic Computer Organization Review Binary Representation Used for all data and instructions Fixed size values: 8, 16, 32, 64 Hexadecimal Sign extension Base and virtual machines.

More information

National Certificate in Building, Construction, and Allied Trades Skills (Level 2) Level 2

National Certificate in Building, Construction, and Allied Trades Skills (Level 2) Level 2 NZQF NQ Ref 1368 Version 3 Page 1 of 6 National Certificate in Building, Construction, and Allied Trades Skills (Level 2) Level 2 Credits 41 This qualification has been reviewed. The last date to meet

More information

Unit 1: Binary and Java Input and Output. Sample Test (Inquiry) Name : Totals: /70 (!c), /9 (c), /79 (!c&&c)

Unit 1: Binary and Java Input and Output. Sample Test (Inquiry) Name : Totals: /70 (!c), /9 (c), /79 (!c&&c) Unit 1: Binary and Java Input and Output Sample Test (Inquiry) Name : Totals: /70 (!c), /9 (c), /79 (!c&&c) Part A: Binary 1. Fill in the answer column of this chart. /9 Instruction Data Answer 53 (a)

More information

DSE User Checklist. User name Workstation location

DSE User Checklist. User name Workstation location DSE User Checklist User name Workstation location Checklist completed by. on (dd/mm/yy) / / It is important that you are comfortable when using your DSE workstation. Your workstation includes the screen,

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

Lesson 4B Conditionals switch case. By John B. Owen All rights reserved 2011, revised 2014

Lesson 4B Conditionals switch case. By John B. Owen All rights reserved 2011, revised 2014 Lesson 4B Conditionals switch case By John B. Owen All rights reserved 2011, revised 2014 Table of Contents Objectives if else chains, review switch case statements switch case limitations/examples Guidelines

More information

SYMA SHELL TRADE BOOTH PACKAGE

SYMA SHELL TRADE BOOTH PACKAGE SYMA SHELL TRADE BOOTH PACKAGE DUE DATE: Monday 19th September 2016 INCLUSIVE IN YOUR TRADE BOOTH PACKAGE SIZE 3.0m x 2.0m WALLS White walls 2.5m high FASCIA Anodized aluminium frame with insert 2.1m clearance

More information

Friday 9 June 2017 Morning

Friday 9 June 2017 Morning Oxford Cambridge and RSA Friday 9 June 2017 Morning GCE COMPUTING F452/01 Programming Techniques and Logical Methods *6770212010* Candidates answer on the Question Paper. OCR supplied materials: None Other

More information

Review Guide for Term Paper (Teza)

Review Guide for Term Paper (Teza) Review Guide for Term Paper (Teza) We will soon have a term paper over the material covered in Chapters 1, 2, 8, 9, 15, 22, 23, 16 and 3. In Chapter 1 we covered: Place value, multiplying and dividing

More information

A Beginner s Guide to Programming Logic, Introductory. Chapter 6 Arrays

A Beginner s Guide to Programming Logic, Introductory. Chapter 6 Arrays A Beginner s Guide to Programming Logic, Introductory Chapter 6 Arrays Objectives In this chapter, you will learn about: Arrays and how they occupy computer memory Manipulating an array to replace nested

More information

DSE Workstation Assessment Checklist

DSE Workstation Assessment Checklist DSE Workstation Assessment Checklist This checklist should be used when completing DSE assessments. All completed forms should be reviewed to identify any problems that require further action. Department

More information

Student Outcomes. Lesson Notes. Classwork. Example 2 (3 minutes)

Student Outcomes. Lesson Notes. Classwork. Example 2 (3 minutes) Student Outcomes Students write expressions that record addition and subtraction operations with numbers. Lesson Notes This lesson requires the use of a white board for each student. Classwork Example

More information

Student Instruction Sheet: Unit 4, Lesson 2. Ratios of Sides of Right-Angle Triangles

Student Instruction Sheet: Unit 4, Lesson 2. Ratios of Sides of Right-Angle Triangles Student Instruction Sheet: Unit 4, Lesson 2 Ratios of Sides of Right-Angle s Suggested Time: 75 minutes What s important in this lesson: In this lesson, you will learn through investigation, the relationship

More information

Fractions and decimals have opposites, just as integers do. For example, 5 8 and 2 5

Fractions and decimals have opposites, just as integers do. For example, 5 8 and 2 5 Domain 1 Lesson Rational Numbers Common Core Standards: 6.NS., 6.NS.6.c, 6.NS.7.c Getting the Idea A rational number is a number that can be expressed as the ratio of two integers in the form a, where

More information

Venn Diagrams 1 GCSE MATHEMATICS. Available from thecalculatorguide.com

Venn Diagrams 1 GCSE MATHEMATICS. Available from thecalculatorguide.com GCSE MTHEMTICS Venn Diagrams 1 x These questions are taken from Q Linked Pair Pilot Papers between January 2011 - June 2016 Instructions Use black ink or black ball-point pen. Draw diagrams in pencil.

More information