OCR LEVEL 2 CAMBRIDGE TECHNICAL

Size: px
Start display at page:

Download "OCR LEVEL 2 CAMBRIDGE TECHNICAL"

Transcription

1 Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT DATABASE SYSTEMS R/601/3400 LEVEL 2 UNIT 20 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10

2 DATABASE SYSTEMS R/601/3400 LEVEL 2 AIM AND PURPOSE OF THE UNIT This unit will allow learners to create a non-relational database which is a basic form of databases and test it to ensure it works. Learners will interrogate the non-relational database to extract meaningful data in accordance with specified requirements. The unit will prepare learners to design, create, and test their own non-relational database. 2

3 Database systems Level 2 Unit 20 ASSESSMENT AND GRADING CRITERIA Learning Outcome (LO) Pass Merit Distinction The learner will: The assessment criteria are the pass requirements for this unit. The learner can: To achieve a merit the evidence must show that, in addition to the pass criteria, the learner is able to: To achieve a distinction the evidence must show that, in addition to the pass and merit criteria, the learner is able to: 1 Understand the principles of database systems 2 Be able to create nonrelational database systems 3 Be able to use database software tools P1 explain the principles of database systems P2 design a non-relational database system, including different data types P3 create a non-relational database system from a given design P4 import data into a non-relational database system P5 produce queries to extract meaningful data from a non-relational database system P6 create and use data entry forms P7 export data from a non-relational database system P8 produce user documentation for a non-relational database system M1 explain the legal requirements for a database system M2 implement a test plan for the created nonrelational database M3 create a complex query to include sorting on multiple fields M4 customise data entry forms to simplify data entry for users D1 generate reports based on simple and complex queries D2 create a switchboard to aid user navigation D3 explain the purpose and uses of exported data from a nonrelational database 3

4 TEACHING CONTENT The unit content describes what has to be taught to ensure that learners are able to access the highest grade. Anything which follows an i.e. details what must be taught as part of that area of content. Anything which follows an e.g. is illustrative, it should be noted that where e.g. is used, learners must know and be able to apply relevant examples to their work though these do not need to be the same ones specified in the unit content. LO1 Understand the principles of database systems advantages and disadvantages of database components (i.e. table, query etc.) first form normalisation and entity relationship diagram a single non-relational table database structure primary key -fields - data types: field size, text - alphanumeric, number, date/time, yes/no and look ups field properties: format, upper and lower limits, input masks, indexing and validation rules consistency and data entry errors Legal requirements Data Protection Act Computer Misuse Act. LO2 Be able to create non-relational database systems design data types tables -forms - design choices: table names, formats, structures and options create database: tables and content following industry recognised formats when naming tables, queries, reports and forms validity and integrity of data: input masks default value validation rule lists. importing data from either other databases, spreadsheets or text files user Interface, (e.g. switchboard or navigation) testing create a test plan to include: test number date of test purpose of test expected results actual results remedial action taken re-test number input of data output of data query process for sorts and searches data integrity user friendly meets user requirements meets specification or client brief. LO3 Be able to use database software tools table for input forms for input find data on forms sort in table A-Z, Z-A, and queries sorting A-Z, Z-A, and sorting on more than one field multiple search criteria complex criteria, (e.g. >, <, >=, <=, or, not, and, between) simple criteria (e.g. searching on one field.) exporting data from the database to a report, spreadsheet or word processed file the purpose and uses of exporting data in different formats mail merge letters/labels nclusion of graphs and statistical data into reports inclusion into spreadsheets for financial analysis. forms using wizards customisation forms to add data buttons to move forward or backwards deleting a record from a form 4

5 Database systems Level 2 Unit 20 reports on table data or query data user documentation or manual to include purpose of documentation/manual table of contents database structure diagram list of tables, queries, forms and reports, switchboard (purpose and explanation of use). 5

6 DELIVERY GUIDANCE Understand the principles of database systems Learners should understand the principles of a basic non-relational database including the advantages and disadvantages. It is important that they are taught the items listed in the teaching content in order to have a good understanding of non-relational databases. Learners should look at a range of different databases provided by the tutor and be encouraged to use the correct terminology e.g. fields, data types etc. Be able to create non-relational database systems Learners could identify the categories of information to be stored in a social networking contact list. Once the learner has the fields for the database and understood why each will have a data type, the process of building the database should commence with practical exercises. Appropriate names for databases and the components within should be discussed i.e. tables should not be left with the title of table1, table 2 etc. but names which indicate the content e.g. customer details, product details; queries should not be left as their default titles of query1, query2 etc. but should have names which give an indication as to the purpose of the query e.g. customers living in the Coventry area, the same applies to reports and forms. The table should have validation rules and input masks. Learners could design a database based on their own social network account using a simple non-relational table, helping the learner make the transition from visual representations to a more formal electronic format. Discuss the advantages of the electronic version with regards to searching and sorting data within their personal contacts and maintaining the information. It is important at the design stage that the learner is aware of the data types and field properties and the information contained in the database is correct by reducing data entry errors. Be able to use database software tools Learners should create forms using the wizards and use them to input data into their database. They should compare the ease of inputting data directly into tables with using forms. They should also customise their forms to include buttons for mobbing backwards and forwards through the database as well as deleting a record. Learners should sort the data in their tables in ascending and descending order. Class discussions could be used for the learners to discuss how the use of forms can aid users with inputting, amending and deleting data. The discussions could lead on to why the customisation of forms is used; e.g. to aid an end user with limited technical knowledge of databases. Learners could use the database based on their own social networking account to identify searches that they may use. They could then replicate these queries by creating simple and more complex searches for their database. A class discussion could be used to discuss the purpose and uses for exporting data from databases to other software. They should be encouraged to consider the examples in the teaching content. They could then produce reports based on the results of their queries, as well as produce reports from their database tables. Tutors could show learners user guides which may be found on the Internet or from other sources They should understand the core components of a user guide and the importance of these components in supporting a user. Learners should create the table from their design to include the input masks and validation rules identified. Learners should create a test plan to test the functionality of the database table as they enter new records to ensure that the validation rules are applied correctly A test plan will need to include test, date, expected result, actual result and any retest requirements. Learners could be given several data records for importation into the database for practice. This will be a simple process; however fields will need to be checked by the learner otherwise records may not import correctly. 6

7 Database systems Level 2 Unit 20 SUGGESTED ASSESSMENT SCENARIOS AND TASK PLUS GUIDANCE ON ASSESSING THE SUGGESTED TASKS Assessment criteria P1, M1 P1 - learners must explain the principles of database systems, which may include the advantages and disadvantages. This could be in the form of a report or presentation. The merit criterion M1 could be an extension of P1. Learners must explain the legal requirements organisations must adhere to when recording and storing information in databases. The evidence must show clear research and understanding of the legislation. Assessment criterion P2 Learners must design a non-relational database system, including different data types. Learners must provide evidence of their database design based on the teaching content. This could be in the form of a table, diagram, or report as appropriate. Assessment criteria: P3, M2 P3 learners must create a non-relational database system from a given design. They should provide the created database as evidence, which must reflect their original design from P2. All names used within the database should conform to IT industry recognised format using appropriate naming conventions for tables, forms, queries and reports. The evidence will be the actual database the learner has created. For merit criterion M2; learners must implement a test plan for the non-relational database which they have created based on the teaching content. The evidence will be the actual test plan before and after testing has taken place. This can be supported by a video of the tests being carried out or annotated screenshots. Assessment criterion P4 P4 - learners must provide evidence of importing data into a non-relational database. The evidence would be the actual database with the data imported into it. Learners could provide printouts, screenshots or a video showing the database prior to the data being imported. There must also be a copy of the data that was imported into the database provided as part of the evidence. This could be a copy of the original imported data file or a printout of the contents of it. Assessment criteria P5, M3, D1 P5 - learners must provide evidence of producing simple queries as per the teaching content, to extract meaningful data from a non-relational database system. The evidence will be the actual database containing the created queries. These must be supported by an explanation as to the purpose of the queries. For merit criterion M3; learners must provide evidence of creating a complex query which includes sorting on more than one field as per the teaching content. The evidence will be the actual database containing the complex query supported by an explanation as to the purpose of the query. The distinction criterion D1 - is an extension of P5 and M3. Learners must provide evidence of generating reports based on their simple and complex queries. The evidence will be the actual database design containing the reports created by the learner, supported by printouts of the reports when they are run. Assessment criteria P6, M4, D2 P6 learners should create and use data entry forms. This should be evidenced with the actual database with the forms filled with new records and with screen captures annotated. The learners must provide evidence of creating data entry forms. For merit criterion M4; learners must provide evidence of customisation on their data entry forms to simplify data entry for users. The evidence may take the form of the actual database, a video of the development of the data entry forms or annotated screen captures. The learners must include an explanation as to the customisations made. For distinction criterion D2; learners must provide evidence of creating a switchboard to aid navigation of their database. The evidence may include the actual database, a video of the development of the data entry forms and/or annotated screen captures. Note: Learners may have included their customisation ideas in their original design of the database and this will support these assessment criteria. Assessment criteria P7, D3 P7 learners should export data from a non-relational database system. This should be evidenced using annotated screen captures of exporting data and the exported file. For distinction criterion D3; learners must provide an explanation of the purposes and uses of data that has been exported from a non-relational database. This could be in the form of a report or presentation. 7

8 Assessment criterion P8 Learners must produce user documentation for a nonrelational database system. The evidence will be the user documentation produced by the learner. The documentation must include the components identified in the Teaching Content. 8

9 Database systems Level 2 Unit 20 LINKS TO NOS 4.2 Data Analysis 4.5 Data Design 9

10 CONTACT US Staff at the OCR Customer Contact Centre are available to take your call between 8am and 5.30pm, Monday to Friday. We re always delighted to answer questions and give advice. Telephone

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT DATABASE DESIGN J/601/6617 LEVEL 3 UNIT 23 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 DATABASE DESIGN J/601/6617 LEVEL

More information

How To Understand The Benefits Of An Online Business

How To Understand The Benefits Of An Online Business Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT DOING BUSINESS ONLINE Y/601/5083 LEVEL 2 UNIT 21 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 DOING BUSINESS ONLINE Y/601/5083

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT WEB SERVER SCRIPTING A/601/0443 LEVEL 3 UNIT 26 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 WEB SERVER SCRIPTING A/601/0443

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT INFORMATION SYSTEMS H/601/7256 LEVEL 3 UNIT 2 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 INFORMATION SYSTEMS H/601/7256

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT SYSTEM DESIGN R/505/4647 LEVEL 3 UNIT 33 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 SYSTEM DESIGN R/505/4647 LEVEL 3

More information

OCR LEVEL 2 CAMBRIDGE TECHNICAL

OCR LEVEL 2 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT UNDERSTANDING CLOUD COMPUTING L/505/5652 LEVEL 2 UNIT 30 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 Understanding cloud

More information

OCR CAMBRIDGE LEVEL 2

OCR CAMBRIDGE LEVEL 2 Cambridge T E C OCR CAMBRIDGE LEVEL 2 CERTIFICATE/DIPLOMA IT BUSINESS IT SKILLS T/601/5012 LEVEL 2 UNIT 3 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 BUSINESS IT SKILLS T/601/5012 LEVEL 2 AIM OF THE

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT WEB ANIMATION FOR INTERACTIVE MEDIA A/502/5661 LEVEL 3 UNIT 18 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 WEB ANIMATION

More information

OCR LEVEL 2 CAMBRIDGE TECHNICAL

OCR LEVEL 2 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT WEBSITE DEVELOPMENT A/601/3245 LEVEL 2 UNIT 9 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 WEBSITE DEVELOPMENT A/601/3245

More information

BUSINESS OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS INTERNET MARKETING IN BUSINESS CERTIFICATE/DIPLOMA IN M/502/5432 LEVEL 3 UNIT 11

BUSINESS OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS INTERNET MARKETING IN BUSINESS CERTIFICATE/DIPLOMA IN M/502/5432 LEVEL 3 UNIT 11 Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN BUSINESS INTERNET MARKETING IN BUSINESS M/502/5432 LEVEL 3 UNIT 11 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 INTERNET MARKETING

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT UNDERSTANDING THE BUSINESS ANALYTICS PROCESS FOR BIG DATA J/505/5326 LEVEL 3 UNIT 39 GUIDED LEARNING HOURS: 60 UNIT CREDIT

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT PROJECT PLANNING WITH IT Y/601/7321 LEVEL 3 UNIT 9 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 PROJECT PLANNING WITH IT

More information

OCR LEVEL 2 CAMBRIDGE TECHNICAL

OCR LEVEL 2 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT UNDERSTANDING BIG DATA K/505/5383 LEVEL 2 UNIT 29 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 Understanding Big Data K/505/5383

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT EXPLORING COMPUTER APPLICATIONS M/505/5403 LEVEL 3 UNIT 36 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 EXPLORING COMPUTER

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT e-commerce A/601/7313 LEVEL 3 UNIT 6 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 e-commerce A/601/7313 LEVEL 3 UNIT 6

More information

BUSINESS OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS WEBSITE DESIGN STRATEGY CERTIFICATE/DIPLOMA IN Y/502/5490 LEVEL 3 UNIT 19

BUSINESS OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS WEBSITE DESIGN STRATEGY CERTIFICATE/DIPLOMA IN Y/502/5490 LEVEL 3 UNIT 19 Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN BUSINESS WEBSITE DESIGN STRATEGY Y/502/5490 LEVEL 3 UNIT 19 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 WEBSITE DESIGN STRATEGY

More information

OCR LEVEL 2 CAMBRIDGE TECHNICAL

OCR LEVEL 2 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT IT SUPPORT F/601/3277 LEVEL 2 UNIT 7 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 IT SUPPORT F/601/3277 LEVEL 2 AIM OF

More information

OCR Level 2 CAMBRIDGE TECHNICAL

OCR Level 2 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR Level 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT IT security J/601/4057 LEVEL 2 UNIT 18 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 IT SECURITY J/601/4057 LEVEL 2 Aim

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT UNDERSTANDING SOCIAL MEDIA FOR BUSINESS T/505/5399 LEVEL 3 UNIT 43 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 Oxford

More information

BUSINESS OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS INTERNATIONAL BUSINESS CERTIFICATE/DIPLOMA IN F/502/5502 LEVEL 3 UNIT 22

BUSINESS OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS INTERNATIONAL BUSINESS CERTIFICATE/DIPLOMA IN F/502/5502 LEVEL 3 UNIT 22 Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN BUSINESS INTERNATIONAL BUSINESS F/502/5502 LEVEL 3 UNIT 22 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 INTERNATIONAL BUSINESS

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT IT TECHNICAL SUPPORT J/601/7279 LEVEL 3 UNIT 8 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 IT TECHNICAL SUPPORT J/601/7279

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT WEBSITE PRODUCTION Y/601/6623 LEVEL 3 UNIT 12 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 WEBSITE PRODUCTION Y/601/6623

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT COMPUTER NETWORKS R/601/7320 LEVEL 3 UNIT 7 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 COMPUTER NETWORKS R/601/7320 LEVEL

More information

BUSINESS OCR LEVEL 2 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS FINANCIAL FORECASTING FOR BUSINESS CERTIFICATE/DIPLOMA IN K/502/5252 LEVEL 2 UNIT 3

BUSINESS OCR LEVEL 2 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS FINANCIAL FORECASTING FOR BUSINESS CERTIFICATE/DIPLOMA IN K/502/5252 LEVEL 2 UNIT 3 Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN BUSINESS FINANCIAL FORECASTING FOR BUSINESS K/502/5252 LEVEL 2 UNIT 3 GUIDED LEARNING HOURS: 30 UNIT CREDIT VALUE: 5 FINANCIAL

More information

OCR LEVEL 2 CAMBRIDGE TECHNICAL

OCR LEVEL 2 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT COMPUTER GRAPHICS H/601/5801 LEVEL 2 UNIT 10 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 COMPUTER GRAPHICS H/601/5801

More information

BUSINESS OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS ASPECTS OF CONTRACT AND BUSINESS LAW CERTIFICATE/DIPLOMA IN F/502/5452 LEVEL 3 UNIT 16

BUSINESS OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS ASPECTS OF CONTRACT AND BUSINESS LAW CERTIFICATE/DIPLOMA IN F/502/5452 LEVEL 3 UNIT 16 Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN BUSINESS ASPECTS OF CONTRACT AND BUSINESS LAW F/502/5452 LEVEL 3 UNIT 16 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 ASPECTS

More information

OCR LEVEL 2 CAMBRIDGE TECHNICAL

OCR LEVEL 2 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT SYSTEMS SOFTWARE AND HARDWARE FOR DEVELOPMENT D/505/4621 LEVEL 2 UNIT 25 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 Systems

More information

Credit value: 10 Guided learning hours: 60

Credit value: 10 Guided learning hours: 60 Unit 18: Database Design Unit code: QCF Level 3: Credit value: 10 Guided learning hours: 60 Aim and purpose J/601/6617 BTEC Nationals The aim of this unit is to enable learners to understand the features

More information

BUSINESS OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS HUMAN RESOURCE MANAGEMENT IN BUSINESS CERTIFICATE/DIPLOMA IN K/502/5445 LEVEL 3 UNIT 5

BUSINESS OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS HUMAN RESOURCE MANAGEMENT IN BUSINESS CERTIFICATE/DIPLOMA IN K/502/5445 LEVEL 3 UNIT 5 Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN BUSINESS HUMAN RESOURCE MANAGEMENT IN BUSINESS K/502/5445 LEVEL 3 UNIT 5 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 HUMAN

More information

BUSINESS OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS BUSINESS PROJECT MANAGEMENT CERTIFICATE/DIPLOMA IN K/502/5459 LEVEL 3 UNIT 18

BUSINESS OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS BUSINESS PROJECT MANAGEMENT CERTIFICATE/DIPLOMA IN K/502/5459 LEVEL 3 UNIT 18 Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN BUSINESS BUSINESS PROJECT MANAGEMENT K/502/5459 LEVEL 3 UNIT 18 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 BUSINESS PROJECT

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT CLOUD COMPUTING IN BUSINESS M/505/5384 LEVEL 3 UNIT 40 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 CLOUD COMPUTING IN

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT ORGANISATIONAL SYSTEMS SECURITY T/601/7312 LEVEL 3 UNIT 5 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 ORGANISATIONAL SYSTEMS

More information

BUSINESS OCR LEVEL 2 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS VERBAL AND NON-VERBAL COMMUNICATION IN BUSINESS CONTEXTS CERTIFICATE/DIPLOMA IN

BUSINESS OCR LEVEL 2 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS VERBAL AND NON-VERBAL COMMUNICATION IN BUSINESS CONTEXTS CERTIFICATE/DIPLOMA IN Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN BUSINESS VERBAL AND NON-VERBAL COMMUNICATION IN BUSINESS CONTEXTS M/502/5303 LEVEL 2 UNIT 6 GUIDED LEARNING HOURS: 30 UNIT CREDIT

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT DEVELOPING COMPUTER GAMES K/601/7324 LEVEL 3 UNIT 10 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 DEVELOPING COMPUTER GAMES

More information

ART AND DESIGN OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS BRANDING AND CORPORATE DESIGN CERTIFICATE/DIPLOMA IN Y/504/0278 LEVEL 3 UNIT 36

ART AND DESIGN OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS BRANDING AND CORPORATE DESIGN CERTIFICATE/DIPLOMA IN Y/504/0278 LEVEL 3 UNIT 36 Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN ART AND DESIGN BRANDING AND CORPORATE DESIGN Y/504/0278 LEVEL 3 UNIT 36 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 BRANDING

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT COMPUTER GAME PLATFORMS AND TECHNOLOGIES L/600/6610 LEVEL 3 UNIT 15 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 COMPUTER

More information

HEALTH AND SOCIAL CARE

HEALTH AND SOCIAL CARE Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN HEALTH AND SOCIAL CARE CREATIVE AND THERAPEUTIC ACTIVITIES IN HEALTH AND SOCIAL CARE D/600/6885 LEVEL 2 UNIT 9 GUIDED LEARNING

More information

ART AND DESIGN OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS USING DIGITAL TECHNOLOGY IN GRAPHIC DESIGN CERTIFICATE/DIPLOMA IN T/504/0272

ART AND DESIGN OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS USING DIGITAL TECHNOLOGY IN GRAPHIC DESIGN CERTIFICATE/DIPLOMA IN T/504/0272 Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN ART AND DESIGN USING DIGITAL TECHNOLOGY IN GRAPHIC DESIGN T/504/0272 LEVEL 3 UNIT 30 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE:

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT COMPUTER ANIMATION D/601/7658 LEVEL 3 UNIT 14 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 COMPUTER ANIMATION D/601/7658

More information

MEDIA OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS WEB AUTHORING AND DESIGN CERTIFICATE/DIPLOMA IN L/504/0519 LEVEL 3 UNIT 34

MEDIA OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS WEB AUTHORING AND DESIGN CERTIFICATE/DIPLOMA IN L/504/0519 LEVEL 3 UNIT 34 Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN MEDIA WEB AUTHORING AND DESIGN L/504/0519 LEVEL 3 UNIT 34 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 WEB AUTHORING AND DESIGN

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT COMPUTER GAME DESIGN H/502/5671 LEVEL 3 UNIT 32 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 COMPUTER GAME DESIGN H/502/5671

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT NETWORKED SYSTEMS SECURITY J/601/7332 LEVEL 3 UNIT 28 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 NETWORKED SYSTEMS SECURITY

More information

Unit 22 Big Data analytics

Unit 22 Big Data analytics 2016 Suite Cambridge TECHNICALS LEVEL 3 IT Unit 22 Big Data analytics F/507/5025 Guided learning hours: 60 Version 1 September 2015 ocr.org.uk/it LEVEL 3 UNIT 22: Big Data analytics F/507/5025 Guided learning

More information

MEDIA OCR LEVEL 2 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS 2D GAMES DEVELOPMENT CERTIFICATE/DIPLOMA IN K/504/0852 LEVEL 2 UNIT 60

MEDIA OCR LEVEL 2 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS 2D GAMES DEVELOPMENT CERTIFICATE/DIPLOMA IN K/504/0852 LEVEL 2 UNIT 60 Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN MEDIA 2D GAMES DEVELOPMENT K/504/0852 LEVEL 2 UNIT 60 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 2D GAMES DEVELOPMENT K/504/0852

More information

BUSINESS OCR LEVEL 2 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS TRAINING AND EMPLOYMENT IN BUSINESS CERTIFICATE/DIPLOMA IN H/502/5315 LEVEL 2 UNIT 8

BUSINESS OCR LEVEL 2 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS TRAINING AND EMPLOYMENT IN BUSINESS CERTIFICATE/DIPLOMA IN H/502/5315 LEVEL 2 UNIT 8 Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN BUSINESS TRAINING AND EMPLOYMENT IN BUSINESS H/502/5315 LEVEL 2 UNIT 8 GUIDED LEARNING HOURS: 30 UNIT CREDIT VALUE: 5 TRAINING

More information

ART AND DESIGN OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS CHARACTER DESIGN AND CREATION CERTIFICATE/DIPLOMA IN J/504/0275 LEVEL 3 UNIT 33

ART AND DESIGN OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS CHARACTER DESIGN AND CREATION CERTIFICATE/DIPLOMA IN J/504/0275 LEVEL 3 UNIT 33 Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN ART AND DESIGN CHARACTER DESIGN AND CREATION J/504/0275 LEVEL 3 UNIT 33 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 CHARACTER

More information

MEDIA OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS PLANNING FOR MEDIA EXHIBITIONS OR EVENTS CERTIFICATE/DIPLOMA IN K/504/0513 LEVEL 3 UNIT 23

MEDIA OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS PLANNING FOR MEDIA EXHIBITIONS OR EVENTS CERTIFICATE/DIPLOMA IN K/504/0513 LEVEL 3 UNIT 23 Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN MEDIA PLANNING FOR MEDIA EXHIBITIONS OR EVENTS K/504/0513 LEVEL 3 UNIT 23 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 PLANNING

More information

MEDIA OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS GRAPHIC DESIGN FOR MEDIA PRODUCTS CERTIFICATE/DIPLOMA IN F/504/0517 LEVEL 3 UNIT 32

MEDIA OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS GRAPHIC DESIGN FOR MEDIA PRODUCTS CERTIFICATE/DIPLOMA IN F/504/0517 LEVEL 3 UNIT 32 Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN MEDIA GRAPHIC DESIGN FOR MEDIA PRODUCTS F/504/0517 LEVEL 3 UNIT 32 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 GRAPHIC DESIGN

More information

How To Be A 3D Modelled Environment Artist

How To Be A 3D Modelled Environment Artist Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN MEDIA 3D MODELLED ENVIRONMENTS FOR GAMES AND ANIMATION L/504/0469 LEVEL 3 UNIT 62 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE:

More information

Unit R003. Handling data using spreadsheets

Unit R003. Handling data using spreadsheets Unit R003 Handling data using spreadsheets Unit R003 Handling data using spreadsheets 1 OCR 2012 2 2.4 Unit R003: Handling data using spreadsheets Aims This unit builds on Units R001 and R002 and learners

More information

PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH:

PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH: PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH: INDEX Microsoft Access- An Overview 2 Datasheet view 4 Create a Table in Datasheet

More information

Unit 8 Project management

Unit 8 Project management 2016 Suite Cambridge TECHNICALS LEVEL 3 IT Unit 8 Project management F/507/5008 Guided learning hours: 60 Version 1 September 2015 ocr.org.uk/it LEVEL 3 UNIT 8: Project management F/507/5008 Guided learning

More information

Aeries Student Information System Attendance Notes October 3, 2008

Aeries Student Information System Attendance Notes October 3, 2008 Aeries Student Information System Attendance Notes October 3, 2008 The Attendance Notes will give schools the ability to store Attendance Notes within Aeries from the Period and Daily Attendance form.

More information

MEDIA OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS ANIMATION PRODUCTION CERTIFICATE/DIPLOMA IN K/504/0480 LEVEL 3 UNIT 66

MEDIA OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS ANIMATION PRODUCTION CERTIFICATE/DIPLOMA IN K/504/0480 LEVEL 3 UNIT 66 Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN MEDIA ANIMATION PRODUCTION K/504/0480 LEVEL 3 UNIT 66 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 ANIMATION PRODUCTION K/504/0480

More information

Cambridge TECHNICALS. OCR Level 3 CAMBRIDGE TECHNICAL SPORT A/502/5739 GUIDED LEARNING HOURS: 60

Cambridge TECHNICALS. OCR Level 3 CAMBRIDGE TECHNICAL SPORT A/502/5739 GUIDED LEARNING HOURS: 60 Cambridge TECHNICALS OCR Level 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA in SPORT Psychology for Sports Performance A/502/5739 LEVEL 3 UNIT 6 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 Psychology

More information

TheEducationEdge. Export Guide

TheEducationEdge. Export Guide TheEducationEdge Export Guide 102111 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access.

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access. COURSE DESCRIPTION Course Name Queries in Microsoft Access Audience need This course is designed for users with a to create queries in Microsoft Access. Prerequisites * Keyboard and mouse skills * An understanding

More information

ART AND DESIGN OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS EXPLORING FILM-BASED PHOTOGRAPHY CERTIFICATE/DIPLOMA IN K504/0267 LEVEL 3 UNIT 21

ART AND DESIGN OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS EXPLORING FILM-BASED PHOTOGRAPHY CERTIFICATE/DIPLOMA IN K504/0267 LEVEL 3 UNIT 21 Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN ART AND DESIGN EXPLORING FILM-BASED PHOTOGRAPHY K504/0267 LEVEL 3 UNIT 21 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 EXPLORING

More information

Database Methods. September 2001. Module Descriptor. www.fetac.ie

Database Methods. September 2001. Module Descriptor. www.fetac.ie The Further Education and Training Awards Council (FETAC) was set up as a statutory body on 11 June 2001 by the Minister for Education and Science. Under the Qualifications (Education & Training) Act,

More information

System requirements 2. Overview 3. My profile 5. System settings 6. Student access 10. Setting up 11. Creating classes 11

System requirements 2. Overview 3. My profile 5. System settings 6. Student access 10. Setting up 11. Creating classes 11 Table of contents Login page System requirements 2 Landing page Overview 3 Adjusting My profile and System settings My profile 5 System settings 6 Student access 10 Management Setting up 11 Creating classes

More information

Unit 21 Web design and prototyping

Unit 21 Web design and prototyping 2016 Suite Cambridge TECHNICALS LEVEL 3 IT Unit 21 Web design and prototyping A/507/5024 Guided learning hours: 60 Version 1 September 2015 ocr.org.uk/it LEVEL 3 UNIT 21: Web design and prototyping A/507/5024

More information

HEALTH AND SOCIAL CARE

HEALTH AND SOCIAL CARE Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN HEALTH AND SOCIAL CARE EQUALITY, DIVERSITY AND RIGHTS IN HEALTH AND SOCIAL CARE D/600/9222 LEVEL 3 UNIT 2 GUIDED LEARNING HOURS:

More information

Level 1 Certificate in Practical ICT Skills

Level 1 Certificate in Practical ICT Skills LCCI International Qualifications Level 1 Certificate in Practical ICT Skills Syllabus Effective from 2001 For further information contact us: Tel. +44 (0) 8707 202909 Email. enquiries@ediplc.com www.lcci.org.uk

More information

Using Ad-Hoc Reporting

Using Ad-Hoc Reporting Using Ad-Hoc Reporting The purpose of this guide is to explain how the Ad-hoc reporting function can be used to produce Management Information from client and product data held in the Key. The guide will

More information

Working with Access Tables A Continuation

Working with Access Tables A Continuation Working with Access Tables A Continuation This document provides basic techniques for working with tables in Microsoft Access by setting field properties, creating reference tables, sorting and filtering

More information

Unit 21: Hosting and managing websites (LEVEL 3)

Unit 21: Hosting and managing websites (LEVEL 3) Unit 21: Hosting and managing websites (LEVEL 3) Learning outcomes By completing this unit candidates will develop a thorough knowledge of how a website is hosted and managed, once the initial design and

More information

CONTENTS MANUFACTURERS GUIDE FOR PUBLIC USERS

CONTENTS MANUFACTURERS GUIDE FOR PUBLIC USERS OPA DATABASE GUIDE FOR PUBLIC USERS - MARCH 2013 VERSION 5.0 CONTENTS Manufacturers 1 Manufacturers 1 Registering a Manufacturer 2 Search Manufacturers 3 Advanced Search Options 3 Searching for Manufacturers

More information

Introduction to Microsoft Access 2007

Introduction to Microsoft Access 2007 Introduction to Microsoft Access 2007 Introduction A database is a collection of information that's related. Access allows you to manage your information in one database file. Within Access there are four

More information

Microsoft Access 2010 Overview of Basics

Microsoft Access 2010 Overview of Basics Opening Screen Access 2010 launches with a window allowing you to: create a new database from a template; create a new template from scratch; or open an existing database. Open existing Templates Create

More information

Hosted Call Recorder Guide. Rev A (21/11/14)

Hosted Call Recorder Guide. Rev A (21/11/14) Hosted Call Recorder Guide Rev A (21/11/14) Replay Interface The Replay area of the Quantify interface is used to retrieve and replay calls from your Red Box Recorder. Below is an example of the interface

More information

Exploring Microsoft Office Access 2007. Chapter 2: Relational Databases and Multi-Table Queries

Exploring Microsoft Office Access 2007. Chapter 2: Relational Databases and Multi-Table Queries Exploring Microsoft Office Access 2007 Chapter 2: Relational Databases and Multi-Table Queries 1 Objectives Design data Create tables Understand table relationships Share data with Excel Establish table

More information

L2 Unit 2: Webpage creation (2010)

L2 Unit 2: Webpage creation (2010) L2 Unit 2: Webpage creation (2010) Learning outcomes By completing this unit candidates will develop knowledge relating to the planning and creation of a multimedia website that is fit for purpose. Candidates

More information

MEDIA OCR LEVEL 2 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS PRINT MEDIA PRODUCTION CERTIFICATE/DIPLOMA IN T/504/0529 LEVEL 2 UNIT 30

MEDIA OCR LEVEL 2 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS PRINT MEDIA PRODUCTION CERTIFICATE/DIPLOMA IN T/504/0529 LEVEL 2 UNIT 30 Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN MEDIA PRINT MEDIA PRODUCTION T/504/0529 LEVEL 2 UNIT 30 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 PRINT MEDIA PRODUCTION

More information

Unit 13 Social media and digital marketing

Unit 13 Social media and digital marketing 2016 Suite Cambridge TECHNICALS LEVEL 3 IT Unit 13 Social media and digital marketing D/507/5016 Guided learning hours: 60 Version 1 September 2015 ocr.org.uk/it LEVEL 3 UNIT 13: Social media and digital

More information

Fig. 1 Suitable data for a Crosstab Query.

Fig. 1 Suitable data for a Crosstab Query. Crosstab Queries A Crosstab Query is a special kind of query that summarizes data by plotting one field against one or more other fields. Crosstab Queries can handle large amounts of data with ease and

More information

CORE K-Nect Web Portal

CORE K-Nect Web Portal CORE K-Nect Web Portal Training October 2015 KIOSK Information Systems www.kiosk.com October 2015 Table of Contents Table of Contents 1 Getting Started 2 Logging In 2 Your Account Settings 3 My Profile

More information

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise Access I 2010 Tables, Queries, Forms, Reports Lourdes Day, Technology Specialist, FDLRS Sunrise Objectives Participants will 1. create and edit a table 2. create queries with criteria 3. create and edit

More information

Level 2 Certificate in Practical ICT Skills

Level 2 Certificate in Practical ICT Skills LCCI International Qualifications Level 2 Certificate in Practical ICT Skills Syllabus Effective from 1 May 2007 For further information contact us: Tel. +44 (0) 8707 202909 Email. enquiries@ediplc.com

More information

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins) Lesson 07: MS ACCESS - Handout Handout Introduction to database (30 mins) Microsoft Access is a database application. A database is a collection of related information put together in database objects.

More information

Project Planning With IT

Project Planning With IT Unit 17: Project Planning With IT Unit code: QCF Level 3: Credit value: 10 Guided learning hours: 60 Aim and purpose Y/601/7321 BTEC National The aim of this unit is to ensure learners understand the processes

More information

Unit 1: ICT skills for business (LEVEL 2)

Unit 1: ICT skills for business (LEVEL 2) (LEVEL 2) Learning outcomes By completing this unit candidates will develop the ability to create files in different software packages, including word processing or DTP, spreadsheet, database and presentation

More information

Creating a Participants Mailing and/or Contact List:

Creating a Participants Mailing and/or Contact List: Creating a Participants Mailing and/or Contact List: The Limited Query function allows a staff member to retrieve (query) certain information from the Mediated Services system. This information is from

More information

Cambridge TECHNICALS. OCR Level 3 CAMBRIDGE TECHNICAL SPORT F/502/5774 GUIDED LEARNING HOURS: 60

Cambridge TECHNICALS. OCR Level 3 CAMBRIDGE TECHNICAL SPORT F/502/5774 GUIDED LEARNING HOURS: 60 Cambridge TECHNICALS OCR Level 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA in SPORT Organising Sports Events F/502/5774 LEVEL 3 UNIT 19 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 Organising Sports Events

More information

4. The Third Stage In Designing A Database Is When We Analyze Our Tables More Closely And Create A Between Tables

4. The Third Stage In Designing A Database Is When We Analyze Our Tables More Closely And Create A Between Tables 1. What Are The Different Views To Display A Table A) Datasheet View B) Design View C) Pivote Table & Pivot Chart View D) All Of Above 2. Which Of The Following Creates A Drop Down List Of Values To Choose

More information

DIGITAL MEDIA. Unit 20 Advertising media. 2016 Suite. Cambridge TECHNICALS LEVEL 3. R/507/6406 Guided learning hours: 60. ocr.org.

DIGITAL MEDIA. Unit 20 Advertising media. 2016 Suite. Cambridge TECHNICALS LEVEL 3. R/507/6406 Guided learning hours: 60. ocr.org. 2016 Suite Cambridge TECHNICALS LEVEL 3 DIGITAL MEDIA Unit 20 Advertising media R/507/6406 Guided learning hours: 60 Version 1 September 2015 ocr.org.uk/media LEVEL 3 UNIT 20: Advertising media R/507/4606

More information

Marketing and Query Guide

Marketing and Query Guide Marketing and Query Guide 111011 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Qualification Specification

Qualification Specification BCS Level 2 Certificate in IT User Skills (ECDL Core) Version 1.0 December 2015. Contents 1. About BCS 3 2. Equal Opportunities 3 3. Introduction to the qualification 4 3.1 Qualification summary 4 3.2

More information

Using Microsoft Access Databases

Using Microsoft Access Databases Using Microsoft Access Databases Print this document to use as a reference while you work through this course. Open Access, and follow all directions to familiarize yourself with the program. Database

More information

CHAPTER 11: SALES REPORTING

CHAPTER 11: SALES REPORTING Chapter 11: Sales Reporting CHAPTER 11: SALES REPORTING Objectives Introduction The objectives are: Understand the tools you use to evaluate sales data. Use default sales productivity reports to review

More information

OCR Nationals in ICT

OCR Nationals in ICT Learning Outcomes By completing this unit you will develop the ability to create files in different software packages, including word-processing, DTP, spreadsheet, database and presentation software. You

More information

ESKIDMS3 Database management software

ESKIDMS3 Database management software Overview This is the ability to use a software application designed to store and retrieve data needed for a variety of business functions. It also includes an understanding of the features and facilities

More information

Manage team performance

Manage team performance Unit 333 Manage team performance UAN: Level: 3 Credit value: 4 GLH: 21 Relationship to NOS: Assessment requirements specified by a sector or regulatory body: Aim: A/506/1821 Management & Leadership (2012)

More information

L2 Unit 21: Creating computer graphics (2010)

L2 Unit 21: Creating computer graphics (2010) L2 Unit 21: Creating computer graphics (2010) Learning outcomes By completing this unit candidates will develop their knowledge of different types of graphics that can be used in web pages. Candidates

More information

From the Start Page click on Create New Client. Alternatively, you can click on New Client within the Browse window on the left hand side

From the Start Page click on Create New Client. Alternatively, you can click on New Client within the Browse window on the left hand side Lead Management The purpose of this User Guide is to provide users with guidance on how to create and manage leads. The guide has been split into a number of sections for ease of reference: Creating a

More information

PERFORMING ARTS. Unit 31 Technical management. 2016 Suite. Cambridge TECHNICALS LEVEL 3. L/507/6842 Guided learning hours: 60

PERFORMING ARTS. Unit 31 Technical management. 2016 Suite. Cambridge TECHNICALS LEVEL 3. L/507/6842 Guided learning hours: 60 2016 Suite Cambridge TECHNICALS LEVEL 3 PERFORMING ARTS Unit 31 Technical management L/507/6842 Guided learning hours: 60 Version 1 September 2015 ocr.org.uk/performingarts LEVEL 3 UNIT 31: Technical management

More information

Learning and Skills Improvement Service OLAP reporting tool Guidance for Learning Providers. Further Education Workforce Data for England

Learning and Skills Improvement Service OLAP reporting tool Guidance for Learning Providers. Further Education Workforce Data for England Learning and Skills Improvement Service OLAP reporting tool Guidance for Learning Providers Further Education Workforce Data for England Table of Contents Introduction... 2. What is the OLAP Reporting

More information

Introduction to Microsoft Access

Introduction to Microsoft Access Welcome to Teach Yourself: Introduction to Microsoft Access This Teach Yourself tutorial explains the basic operations and terminology of Microsoft Access 2003, a database management program. Microsoft

More information

Ad Hoc Reporting Manual

Ad Hoc Reporting Manual Ad Hoc Reporting Manual Version 2008.2.5 This manual created by Custom Computer Specialists, Inc. 70 Suffolk Court Hauppauge, NY 11788 www.customonline.com Copyright 2007 Custom Computer Specialists,

More information