Division of Computing

Size: px
Start display at page:

Download "Division of Computing"

Transcription

1 Division of Computing BSc Computing CSY2026 Modern Networks Date of Issue: 10/02/2017 Date for Submission: Agreed Date for late submission: Student Name: Student ID: Student s Signature: Module Tutor: Signed: 30/04/2017 (23:59 by e-submission) Espen Svennevik This assignment is weighted as 50% of the Module's assessment Assessment Feedback Aspect Excellent Good Satisfactory Needs some more work Virtual Demo (Screen shots) 25% Explanation of TCP and UDP examples. 25% Design of extensions to app 10% Implementation of extensions to app 20% Testing 10% Report Quality 10% Needs much more work Specific aspects of the assignment that the marker likes: Specific aspects of the assignment that need more work: Tutor s Signature: Date: Grade: The University of Northampton s Policy on Plagiarism & Mitigating Circumstances will be strictly implemented. By submitting this signed assignment you are asserting that this submission is entirely your own individual work.

2 Modern Networks Assignment 2 - CSY2026 Finish Date: 30 th April, 2017 By e-submission by 23:59 Aims & Objectives To enable the student to understand and extend mobile distributed computing applications, on the Android platform, utilising web services, Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) as well as local and remote databases embedded within Android applications. Brief: Explain and contrast the two different Android chat program implementations, using TCP and UDP (Download at Pay special attention to: How connections are established How chat conversations are carried out Limitations of the example Apps Using either or both implementations, as a basis, extend both by adding new useful features, which enhance the user messaging experience. New features may include Activity for connecting to the server (IP address and port) Activity for login with username and password logging of conversations to files or sqlite loading of stored messages on app start up using a mixture of UDP, TCP and web services for messaging using multiple servers simultaneously netcat functionality These extra features are only suggestions and are not exhaustive. The app should use a full range of Android GUI elements, multiple Activities, network connectivity and utilise database (local and/or remote) storage. Deliverables A report needs to be electronically submitted through TurnItIn by Sunday April 30 th by 23:59. Your report should include the following sections: Introduction Virtual Demonstration of your app (screen shots showing step by step use of your programs). Explanation of the implementation of the TCP and UDP Android chat examples. Design of your extensions to the TCP / UDP Android chat app. This should include GUI design, algorithms to be used and data structures. Implementation of your extensions to the TCP / UDP Android chat app. This is the explanation of the code which implements the design. Testing of your extensions. This should include a test plan, test results and screen shots. Conclusions Appendices. This should include annotated source code Please note that the work you produce must be your own and you may be asked for a viva. Espen Svennevik

3 Grading Criteria: See detailed assessment rubric and checklist. Learning objectives This assessment corresponds to the following Learning Objectives as detailed in the Module Specification document: Knowledge and Understanding c. Understand and explain the principles of mobile device programming to a satisfactory level. Subject specific skills d. Satisfactorily evaluate and use networks, in both fixed and mobile contexts, that are used for device programming. e. Evaluate and appraise the use of modern networks used in fixed and mobile contexts to an adequate level. f. Design and implement programs for use on modern networks. Key Skills g. Competently identify relevant sources of information h. Communication. Write clearly about complex subjects in a form adequate to the purpose. i. Managed Learning: Satisfactorily make, justify and implement decisions following evaluation of options. j. Problem solving: Develop skills to satisfactorily design and implement appropriate software and systems.

4 Personal Development & Key Skills (for your PDP) This assignment provides an opportunity to add to your personal development portfolio as indicated below: Key Skill Y/N 1 Managing the Learning Process: Ability to evaluate learning styles, identify strategies for approaching study tasks, manage and organise oneself taking responsibility for decision-making, targetsetting and delivery of action. 2 Communication Skills: The ability to express, discuss and present knowledge, ideas and viewpoints to a variety of audiences with confidence and clarity. 3 Groupwork: The ability to work harmoniously and productively as a member of a group in a variety of roles, demonstrating an awareness of group dynamics, appropriate inter personal and interactional skills. 4 Information Skills: The ability to identify information needs, access and evaluate a range of relevant sources, organise and use information efficiently and effectively for both academic and professional purposes. 5 Problem Solving: The ability to identify problems and to apply concepts, principles and techniques in order to generate solutions, choose between alternatives and take appropriate action. 6 Use of IT: The ability to effectively use key information technology and appropriate software to assist in the learning process through research and retrieval, communication and manipulation of information in various forms. 7 Application of number: The ability to understand, interpret and use numerical and graphical information accurately and effectively. Remember to consult and completing your Key Skills Checklist or Skills Development Plan as appropriate, to help you to identify current strengths and how you can build on these, as well as highlight areas that need improving. At the end of each year you can complete a new skills checklist/plan, based on your learning experiences. Year 1: Year 2: Year 3 0generic.doc

5 Checklist The layout of your assignment should follow this: Introduction o Short introduction to the assignment o Short background on TCP and UDP for Android o Explanation of the implementation of the TCP and UDP Android chat examples. o For TCP How connections are established Show the lines of code that connect to the server Explain the lines of code which connect to the server How chat conversations are carried out Show and explain the line(s) of code, which gets the text from the GUI. Show and explain the line(s) of code, which send the messages to the server. Show and explain the line(s) of code which, receive the messages from the server. Show and explain the line(s) of code, which displays the message in the GUI. Limitations of the example Apps: What can t they do Can you make them crash o For UDP How connections are established Show the lines of code that connect to the server Explain the lines of code which connect to the server How chat conversations are carried out Show and explain the line(s) of code, which gets the text from the GUI. Show and explain the line(s) of code, which send the messages to the server. Show and explain the line(s) of code which, receive the messages from the server. Show and explain the line(s) of code, which displays the message in the GUI. Limitations of the example Apps: What can t they do Can you make them crash (what happens if the server isn t running?) Design of your extensions to the TCP / UDP Android chat app. o What will your extensions look like? o How will your extensions work (algorithm pseudo code)? o What data structures will you need for the extensions o If you use databases, database design. Implementation of your extensions to the TCP / UDP Android chat app. This is the explanation of the code, which implements the design. For each design extension: o Show the code, which implements the extension o Explain the code, which implements the extension Testing of your extensions. This to test that your implementation meets your design. This should include a test plan, test results and screen shots. For each extension o How will you test the extension A test plan o Test results Pass on fail Screen shots as evidence

6 Virtual Demonstration of your app (screen shots showing step by step use of your programs). o Starting the server o Starting the app o Sending messages o The extensions o App closedown Conclusions. o Difficulties o Limitations o Future improvements Appendices. This should include annotated source code of your code for the app with the extensions.. Report quality should include o Table of contents o Page numbers o Use of sections o References

7 Rubric

BSc Computing CSY2026 Modern Networks. Module Tutor: Signed:

BSc Computing CSY2026 Modern Networks. Module Tutor: Signed: Division of Computing BSc Computing CSY2026 Modern Networks Date of Issue: 17/02/2017 Date for Submission: 28/04 2017 (23:59 by e-submission) Agreed Date for late submission: Student Name: Student ID:

More information

BSc Computing CSY2026 Modern Networks

BSc Computing CSY2026 Modern Networks Date of Issue: BSc Computing CSY2026 Modern Networks 2rd November, 2017 Date for Submission: 15 th January, 2018 (23:59 by e-submission) Agreed Date for late submission: Student Name: Student ID: Module

More information

ASSIGNMENT COVER SHEET

ASSIGNMENT COVER SHEET ASSIGNMENT COVER SHEET Module: Mobile Computing (CSY3029) Tutor: Espen Svennevik Title: Mobile Application Development Comparison Student ID: Student signature*: Grade Extension date Course leader agreement:

More information

Assignment front sheet

Assignment front sheet Assignment front sheet Learning Outcome LO 2 Learning Outcome Be able to design interactive websites Assessment Criteria In this assessment you will have the opportunity to present evidence that shows

More information

Assignment front sheet

Assignment front sheet Assignment front sheet Learning Outcome LO 3 Learning Outcome Be able to implement interactive websites Assessment Criteria In this assessment you will have the opportunity to present evidence that shows

More information

Portfolio Report (for all weekly practicals)

Portfolio Report (for all weekly practicals) Portfolio Report (for all weekly practicals) Getting Started Worth 15%, due in Week 13 6:00pm Fri 26 th Oct You ll learn, from this unit, using IT more effectively as a university student. For this purpose,

More information

5COS005W Coursework 2 (Semester 2)

5COS005W Coursework 2 (Semester 2) University of Westminster Department of Computer Science 5COS005W Coursework 2 (Semester 2) Module leader Dr D. Dracopoulos Unit Coursework 2 Weighting: 50% Qualifying mark 30% Description Learning Outcomes

More information

Instructor Feedback Location and Printing. Locating Instructor Feedback When Available within Canvas

Instructor Feedback Location and Printing. Locating Instructor Feedback When Available within Canvas Instructor Feedback Location and Printing This document will identify the locations in Canvas where students may find instructor comments, feedback, inline editing, and rubric scores and comments. Also

More information

Graded Unit title: Computing: Networking: Graded Unit 2

Graded Unit title: Computing: Networking: Graded Unit 2 SQA Advanced Unit specification: general information for centres This graded unit has been validated as part of the SQA Advanced Diploma in Computing: Networking. Centres are required to develop the assessment

More information

IT 650 Final Project Guidelines and Rubric

IT 650 Final Project Guidelines and Rubric IT 650 Final Project Guidelines and Rubric Overview The final project for this course is the design and proposal of a database management system (DBMS) solution. You will select a case study from those

More information

Higher National Unit specification: general information. Graded Unit 2

Higher National Unit specification: general information. Graded Unit 2 Higher National Unit specification: general information This Graded Unit has been validated as part of the HND Computing: Software Development. Centres are required to develop the assessment instrument

More information

Canvas Student Guide. The Office of Online Learning Massasoit Community College

Canvas Student Guide. The Office of Online Learning Massasoit Community College Canvas Student Guide The Office of Online Learning Massasoit Community College www.massasoit.edu TABLE OF CONTENTS What is Canvas?... 1 Computer and Browser Requirements... 1 Mobile Support... 1 Accessing

More information

SL/Nov Student Guide for Submitting Assignments

SL/Nov Student Guide for Submitting Assignments Student Guide for Submitting Assignments 1 Accessing Turnitin You will have been sent an e-mail from Turnitin with a temporary password. To get started, Google submit.ac.uk and log in to Turnitin with

More information

Assignment front sheet

Assignment front sheet Assignment front sheet Qualification Unit number and title Pearson BTEC Higher Nationals in Computing and Systems Development Unit 42: Programming in.net Student name Assessor name Dr Derek Peacock Date

More information

Page 1 of 13. E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad Phone:

Page 1 of 13. E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad   Phone: E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad Email: AhmadNassr@gmail.com Phone: 0599042502 1. Rationale This is the major project for both (Open Source and.net teams) as an E-Commerce

More information

GCE APPLIED ICT OCR UNIT 3. ICT Solutions for Individuals & Society. Student Workbook

GCE APPLIED ICT OCR UNIT 3. ICT Solutions for Individuals & Society. Student Workbook GCE APPLIED ICT OCR UNIT 3 ICT Solutions for Individuals & Society Student Workbook This is a mandatory AS unit. The World Wide Web allows individuals to access information on any topic. Easy access to

More information

Higher National Unit specification: general information. Graded Unit title: Computing: Networking: Graded Unit 2

Higher National Unit specification: general information. Graded Unit title: Computing: Networking: Graded Unit 2 Higher National Unit specification: general information This Graded Unit has been validated as part of the HND Computing: Networking. Centres are required to develop the assessment instrument in accordance

More information

Turnitin Instructors Guide

Turnitin Instructors Guide Turnitin is an Internet-based electronic text matching system that compares text in a student assignment, documents, research work against a database of sources. The database contains copies of the electronic

More information

Unit purpose and aim. Designing and Developing a Web Site. OCR unit number 42 Level: 4 Credit value: 15 Guided learning hours: 90

Unit purpose and aim. Designing and Developing a Web Site. OCR unit number 42 Level: 4 Credit value: 15 Guided learning hours: 90 Unit Title: OCR unit number 42 Level: 4 Credit value: 15 Guided learning hours: 90 Unit reference number: Designing and Developing a Web Site L/601/3315 Candidates undertaking this unit must complete real

More information

Postgraduate Diploma in Marketing

Postgraduate Diploma in Marketing Postgraduate Diploma in Marketing Group Assignment June 2018 Developing Effective Communication (DEC) Examination /Assignment Registration 02nd April to 28th April 2018 Period Examination / Assignment

More information

Submission to Turnitin Submitting an assignment

Submission to Turnitin Submitting an assignment Submission to Turnitin Submitting an assignment Contents Introduction... - 1 - Getting Started... - 1 - Accessing the Turnitin submission... - 2 - Submitting your work... - 4 - File types for submission

More information

AberLearn Blackboard User Guide

AberLearn Blackboard User Guide AberLearn Blackboard User Guide Contents General Guide... 2 Modules & Content... 3 Assignment Submission... 4 Further Thoughts... 5 Blackboard is the virtual learning environment used by Aberystwyth University

More information

How to Access If Rubrics does not appear on your course navbar, click Edit Course, Tools, Rubrics to activate..

How to Access If Rubrics does not appear on your course navbar, click Edit Course, Tools, Rubrics to activate.. KODIAK QUICK GUIDE Rubrics Overview Rubrics allow you to establish set criteria for grading assignments; you can attach Rubrics to Dropbox folders or Discussion topics so that the criteria are available

More information

Higher National Unit specification: general information. Graded Unit title: Computer Science: Graded Unit 2

Higher National Unit specification: general information. Graded Unit title: Computer Science: Graded Unit 2 Higher National Unit specification: general information This Graded Unit has been validated as part of the HND Computer Science. Centres are required to develop the assessment instrument in accordance

More information

Online marking with TurnitinUK GradeMark

Online marking with TurnitinUK GradeMark University of Sussex Online marking with TurnitinUK GradeMark e-submission & e-feedback // Resources for staff About this guide: This document is a single part of a wider set of guidance produced and provided

More information

Unit title: Computing: Website Design and Development (SCQF level 5)

Unit title: Computing: Website Design and Development (SCQF level 5) National Unit Specification General information Unit code: HW52 45 Superclass: CB Publication date: February 2018 Source: Scottish Qualifications Authority Version: 02 Unit purpose The purpose of this

More information

Assignment front sheet

Assignment front sheet Criteria reference To achieve the criteria the evidence must show that the student is able to: Task no. Page numbers P4 Using appropriate design tools, design an interactive website to meet a client need

More information

BCS HIGHER EDUCATION QUALIFICATIONS - REGULATIONS

BCS HIGHER EDUCATION QUALIFICATIONS - REGULATIONS BCS HIGHER EDUCATION QUALIFICATIONS - REGULATIONS 1 Structure of the Examinations 1.1 Certificate in IT 1.2 Diploma in IT 1.2.1 Diploma Examination 1.3 Professional Graduate Diploma in IT 1.3.1 Professional

More information

Unit 7: Databases design and use (LEVEL 2)

Unit 7: Databases design and use (LEVEL 2) (LEVEL 2) Learning outcomes By completing this unit candidates will develop a thorough knowledge and understanding of how to create and use a relational Candidates will be able to: design a relational

More information

Lesson Guides INTERMEDIATE

Lesson Guides INTERMEDIATE Lesson Guides INTERMEDIATE British Council 2018 The British Council is the United Kingdom s international organisation for cultural relations and educational opportunities. INTERMEDIATE LESSON GUIDE WORK

More information

Support Notes (Issue 1) September Certificate in Digital Applications (DA101) Developing Web Products

Support Notes (Issue 1) September Certificate in Digital Applications (DA101) Developing Web Products Support Notes (Issue 1) September 2016 Certificate in Digital Applications (DA101) Developing Web Products Freewheeling Key points for this SPB The DA101 SPB 0916 is valid for moderation in June 2017,

More information

Viewing Grades and Feedback in Blackboard

Viewing Grades and Feedback in Blackboard Viewing Grades and Feedback in Blackboard Blackboard Learn Throughout the semester, instructors may provide grade feedback to students through a course s My Grades tool. This tool is located in your course

More information

Academic Student Learning Outcomes Assessment Management System TracDat v5

Academic Student Learning Outcomes Assessment Management System TracDat v5 Academic Student Learning Outcomes Assessment Management System TracDat v5 Director of Assessment - Diane Beaudoin beaudoin@purdue.edu TracDat Coordinators Ada Uche: auche@purdue.edu Dan Whiteley: dan@purdue.edu

More information

Using Turnitin via Turnitin.com

Using Turnitin via Turnitin.com LIBRARY Using Turnitin via Turnitin.com Students Step by Step User Manual Nov2013 1 Contents Create a new account... 3 Submit a paper... 5 Access the Originality Report... 5 Print or save the report...

More information

MBChB Student E-portfolio Guide Year /18

MBChB Student E-portfolio Guide Year /18 MBChB Student E-portfolio Guide Year 4 2017/18 This document is a step by step guide covering the use of the e- portfolio system and the customised forms that have been created, allowing you to record

More information

1.1 Research and describe the current and historical concepts and principles of graphics design to include: a) composition and layout

1.1 Research and describe the current and historical concepts and principles of graphics design to include: a) composition and layout Unit Title: Digital Graphics editing Level: 3 Sub-level: Unit 313 Credit value: 6 Guided learning hours: 50 Unit purpose and aim This unit helps learners to familiarise themselves with the more advanced

More information

AN IMPORTANT NOTE ABOUT BROWSERS

AN IMPORTANT NOTE ABOUT BROWSERS How do I submit a Turnitin assignment? A guide for students Contents How do I submit a Turnitin assignment?... 2 1. Login to NILE and access the site in which you want to submit your Turnitin assignment...

More information

Turnitin Moodle Direct Integration Student User Manual

Turnitin Moodle Direct Integration Student User Manual Turnitin Moodle Direct Integration Student User Manual Version: 2.1.0 Updated April 21, 2010 Copyright 1998 2010 iparadigms, LLC. All rights reserved. Contents Student User Manual 1 Submitting a Paper

More information

The e-portfolio and Writer s Website

The e-portfolio and Writer s Website The e-portfolio and Writer s Website Background and Overview The e-portfolio assignment is an opportunity to collect the work you have done all semester and to design it in a manner that highlights that

More information

ASSESSMENT QUERIES 3 SUBMITTING YOUR WORK IN TURNITIN 4. How do I upload my case report/work in Turnitin? 4 ACCESSING YOUR FEEDBACK 5

ASSESSMENT QUERIES 3 SUBMITTING YOUR WORK IN TURNITIN 4. How do I upload my case report/work in Turnitin? 4 ACCESSING YOUR FEEDBACK 5 FAQs Contents Who should I contact with a query about assessment? 2 Who should I contact with a technical issues or issues regarding the teaching and learning materials on the module? 2 Who should I contact

More information

TurnItIn How Do I Set Up My Turnitin Assignment? How Do I Give Feedback to My Students in Turnitin?...109

TurnItIn How Do I Set Up My Turnitin Assignment? How Do I Give Feedback to My Students in Turnitin?...109 ASSIGNMENTS Table of Contents Assignment Settings... 4 How Do I Create an Assignment?... 5 How Do I Edit an Assignment?... 8 How Do I Create a Group Assignment?...11 How Do I Delete an Assignment?...18

More information

Moodle User Guide Participants

Moodle User Guide Participants Moodle User Guide Participants Moodle User Guide Participants... 1 Logging in to Moodle... 2 Page layout... 2 Home page... 2 Course page... 3 Submitting an assessment... 5 Editing a draft assessment...

More information

IMPORTANT INFORMATION: This tutorial letter contains the assignments for 2018, semesters 1 and 2.

IMPORTANT INFORMATION: This tutorial letter contains the assignments for 2018, semesters 1 and 2. INF211/102/3/2018 Tutorial Letter 102/3/2018 Visual Programming 2 INF211 Semesters 1 and 2 School of Computing IMPORTANT INFORMATION: This tutorial letter contains the assignments for 2018, semesters 1

More information

The task or context will be familiar and involve few variable aspects. The techniques used will be familiar or commonly undertaken.

The task or context will be familiar and involve few variable aspects. The techniques used will be familiar or commonly undertaken. Relevant LINKS BACK TO ITQ UNITS [1] Handbook home page [2] Overview Digital Editing and Publishing at Silver Level requires the candidate to plan and choose the correct designs and layouts for publications

More information

BYU-Idaho Online Knowledgebase

BYU-Idaho Online Knowledgebase ASSIGNMENTS Table of Contents Assignment Settings...4 How Do I Create an Assignment?...5 How Do I Edit an Assignment?...8 How Do I Create a Group Assignment?...12 How Do I Delete an Assignment?...21 "Dropbox"

More information

BSc (Hons) Information Systems (FT) - IC311

BSc (Hons) Information Systems (FT) - IC311 BSc (Hons) Information Systems (FT) - IC311 1. Introduction The field of Information systems (IS) focuses on technology-enabled business development whereby IS professionals require both technical and

More information

Creating a Dropbox Folder & Category (6/2016)

Creating a Dropbox Folder & Category (6/2016) Creating a Dropbox Folder & Category (6/2016) Categories are how you organize your Folders in the Dropbox, if you need a new Category you will create it while you are creating your New Folder. 1. Enter

More information

University of Toronto Department of Computer Science

University of Toronto Department of Computer Science University of Toronto Department of Computer Science CSC340S - Information Systems Analysis and Design March 14, 2003 John Mylopoulos Assignment 3: Detailed Design for an Information System Due Date: 12:00midnight

More information

1.1 Research and describe the current and historical uses and applications of character modelling. 1.2 Describe the uses of

1.1 Research and describe the current and historical uses and applications of character modelling. 1.2 Describe the uses of Unit Title: Character Modelling Level: 3 Sub-level: Unit 304 Credit value: 7 Guided learning hours: 60 Unit purpose and aim This unit helps learners to familiarise themselves with the more advanced aspects

More information

Turnitin Originality Checking and Online Marking with Feedback Studio

Turnitin Originality Checking and Online Marking with Feedback Studio Turnitin Originality Checking and Online Marking with Feedback Studio Introduction Turnitin is fully integrated with your Blackboard course; students enrolled onto your Blackboard course will normally

More information

Not Achieved Achieved

Not Achieved Achieved Internal Assessment Resource Digital Technologies Level 2 This resource supports assessment against: Unit Standard 12885v6 Create and enhance electronic documents combining text and images for generic

More information

Lesson Guides PRE-INTERMEDIATE

Lesson Guides PRE-INTERMEDIATE Lesson Guides PRE-INTERMEDIATE British Council 2018 The British Council is the United Kingdom s international organisation for cultural relations and educational opportunities. PRE-INTERMEDIATE LESSON

More information

Desire2Learn eportfolio

Desire2Learn eportfolio This training guide will provide you with the skills to create and manage an online repository for storing your digital artefacts and experiences. can be used by students and academics alike, to record

More information

COURSE ELEMENTS / DROPBOX

COURSE ELEMENTS / DROPBOX Creating a Dropbox (version 10.2) COURSE ELEMENTS / DROPBOX The following documentation will show you, the instructor, how to create a dropbox folder to enable electronic submissions from within a D2L

More information

Intern CPD User Manual

Intern CPD User Manual Intern CPD User Manual Go to www.sapc.za.org and click the [Login] button on the top right hand side of the screen. Select the [Registered person block] where you will be requested to enter your login

More information

MBChB Student E-portfolio Guide Year /18

MBChB Student E-portfolio Guide Year /18 MBChB Student E-portfolio Guide Year 3 2017/18 This document is a step by step guide covering the use of the e- portfolio system and the customised forms that have been created, allowing you to record

More information

Turnitin assignments are added from the course s home page. To open the course home page, click on the course from the Moodle start page.

Turnitin assignments are added from the course s home page. To open the course home page, click on the course from the Moodle start page. Guides.turnitin.com Turnitin Assignment Assignment Submission Dates Submitting Papers on Behalf of Students Viewing the Turnitin Submission Inbox Glossary 1 Turnitin Assignment Turnitin assignments are

More information

Turnitin Moodle Direct Integration Instructor User Manual. Version: Updated August 28, Turnitin Moodle Integration Manual: 1

Turnitin Moodle Direct Integration Instructor User Manual. Version: Updated August 28, Turnitin Moodle Integration Manual: 1 Turnitin Moodle Direct Integration Instructor User Manual Version: 2.1.0 Updated August 28, 2010 Turnitin Moodle Integration Manual: 1 Contents Instructor User Manual 1 Creating a Turnitin Assignment 3

More information

Lesson Guides UPPER-INTERMEDIATE

Lesson Guides UPPER-INTERMEDIATE Lesson Guides UPPER-INTERMEDIATE British Council 2018 The British Council is the United Kingdom s international organisation for cultural relations and educational opportunities. UPPER-INTERMEDIATE LESSON

More information

Guides.turnitin.com. Submitting a Paper Submissions Inbox My Results Originality Reports GradeMark Glossary

Guides.turnitin.com. Submitting a Paper Submissions Inbox My Results Originality Reports GradeMark Glossary Guides.turnitin.com Submitting a Paper Submissions Inbox My Results Originality Reports GradeMark Glossary 1 Submitting a Paper To submit a Blackboard Direct assignment, the file must be uploaded to an

More information

King s Learning Institute

King s Learning Institute STUDENT GUIDANCE FOR SUBMITTING ASSIGNMENTS ONLINE King s Learning Institute Contents Faculty Policies Regarding the Online Submission of Work... 2 Attaching a Coversheet... 3 Uploading an Assignment...

More information

Levels 1-3 Qualifications in Engineering (2850)

Levels 1-3 Qualifications in Engineering (2850) Levels 1-3 Qualifications in Engineering (2850) General assignment guidance www.cityandguilds.com May 2012 Version 1.1 About City & Guilds City & Guilds is the UK s leading provider of vocational qualifications,

More information

CCGT Grant Application System User Guide for Applicants, Reviewers and Co-Signatories

CCGT Grant Application System User Guide for Applicants, Reviewers and Co-Signatories CCGT Grant Application System User Guide for Applicants, Reviewers and Co-Signatories About this document This document describes how to register as a user of the CCGT Grant Application System, and how

More information

PROGRAMME SUMMARY You are required to take eight core modules in terms one and two as outlined in the module list.

PROGRAMME SUMMARY You are required to take eight core modules in terms one and two as outlined in the module list. PROGRAMME SPECIFICATION MSc Real Estate Investment KEY FACTS Programme name Real Estate Investment Award MSc School Cass Business School Department or equivalent Specialist Masters Programme Programme

More information

GCSE Computer Science

GCSE Computer Science GCSE Computer Science 4512/1 Practical Programming Report on the Examination 4512 Summer 2015 Version: 1.0 Further copies of this Report are available from aqa.org.uk Copyright 2015 AQA and its licensors.

More information

POSTGRADUATE CERTIFICATE IN LEARNING & TEACHING - REGULATIONS

POSTGRADUATE CERTIFICATE IN LEARNING & TEACHING - REGULATIONS POSTGRADUATE CERTIFICATE IN LEARNING & TEACHING - REGULATIONS 1. The Postgraduate Certificate in Learning and Teaching (CILT) henceforth the Course - comprises two modules: an Introductory Certificate

More information

Find and read your Turnitin feedback

Find and read your Turnitin feedback o elearning Unit Student Guides Last updated: 29/09/17 Find and read your Turnitin feedback Find your Turnitin feedback... 1 Reading Feedback Studio feedback... 2 1. Feedback comments directly on the page...

More information

Loyola Marymount University School of Education

Loyola Marymount University School of Education Loyola Marymount University School of Education The California Teaching Performance Assessment (CalTPA) Frequently Asked Questions The information presented in this guide is meant to serve as introductory

More information

Using Turnitin for electronic submission and marking of assignments: guidance paper for staff.

Using Turnitin for electronic submission and marking of assignments: guidance paper for staff. Using Turnitin for electronic submission and marking of assignments: guidance paper for staff. College of Nursing, Midwifery and Health Care June 2011 Catherine Lynch amended April 2012, February 2013,

More information

Smart Assessor User Guide (Learners)

Smart Assessor User Guide (Learners) Smart Assessor User Guide (Learners) Contents Select a link below to access the relevant guidance Logging into Smart Assessor Retrieving your username or password Changing your password Updating your profile

More information

Desire2Learn eportfolio

Desire2Learn eportfolio This training guide extends your skills from knowing how to use your eportfolio, to how you can assist your students with using their eportfolios. This training guide focuses on how Desire2Learn will group

More information

Staff guide to using generic assessment rubrics

Staff guide to using generic assessment rubrics Staff guide to using generic assessment rubrics Library and Learning Support 1. Overview 4. Student s view of the rubric 2. Accessing the rubric 5. Further support 3. Using the rubric Overview This guide

More information

PG Certificate Web Design and Development. Course Structure. Course Overview. Web Development and User Experience - ARMC243S7 Overview

PG Certificate Web Design and Development. Course Structure. Course Overview. Web Development and User Experience - ARMC243S7 Overview PG Certificate Web Design and Development Course Overview This course focuses on a user-based approach to designing websites and implementation through standards-based, accessible code. It is also suitable

More information

Portfolios - Student. Accessing Portfolios in Blackboard. Creating a Portfolio. Editing a Portfolio

Portfolios - Student. Accessing Portfolios in Blackboard. Creating a Portfolio. Editing a Portfolio Blackboard Portfolios Blackboard's Portfolio tool is designed to help you to maintain documentation of your education, samples of your work, and evidence of your skills, to tell a carefully crafted story

More information

2D Computer Animation for Visual Communication: Advanced

2D Computer Animation for Visual Communication: Advanced Higher National Unit Specification General information for centres Unit title: 2D Computer Animation for Visual Communication: Advanced Unit code: DX3D 36 Unit purpose: The Unit is designed to extend candidates

More information

MBChB Student E-portfolio Guide Year /18

MBChB Student E-portfolio Guide Year /18 MBChB Student E-portfolio Guide Year 2 2017/18 This document is a step by step guide covering the use of the e- portfolio system and the customised forms that have been created, allowing you to record

More information

Student Guide: Myshowcase December 2016 Community Learning and Development

Student Guide: Myshowcase December 2016 Community Learning and Development 1. Getting Started... 1 2. Create an account... 2 Welcome screen My Stuff... 2 Manage your personal settings... 2 Notifications and Memberships... 2 Your frameworks... 3 Guidance to complete e-portfolio...

More information

Computer Aided Draughting and Design: Graded Unit 1

Computer Aided Draughting and Design: Graded Unit 1 Higher National Graded Unit Specification General Information for Centres This Graded Unit has been validated as part of the HNC Computer Aided Draughting and Design (CADD) award. Centres are required

More information

Edexcel GCSE ICT. Controlled Assessment. Teacher Support Book 2012

Edexcel GCSE ICT. Controlled Assessment. Teacher Support Book 2012 Edexcel GCSE ICT Controlled Assessment Teacher Support Book 2012 Edexcel GCSE ICT Controlled Assessment Teacher Support Book Unit 2: Using Digital Tools Unit 4: Creating Digital Products Welcome to the

More information

Module 5X Independent Guided Study

Module 5X Independent Guided Study MODULE DESCRIPTOR TITLE Principles of Typography SI MODULE CODE 31-4047 CREDITS 20 LEVEL 4 JACS CODE W210 SUBJECT GROUP Graphic Design DEPARTMET Visual & Performing Arts MODULE LEADER John Young MODULE

More information

TK20 NCSS Professional Portfolio Guide

TK20 NCSS Professional Portfolio Guide TK20 NCSS Professional Portfolio Guide WCU TK20 Office Recitation Hall 610-436-2085 Tk20@wcupa.edu http://www.wcupa.edu/education-socialwork/tk20.aspx TK20 Helpdesk 800-311-5656 support@tk20.com April

More information

DRIVING FORWARD PROFESSIONAL STANDARDS FOR TEACHERS. Online ITE Profile. Information for students

DRIVING FORWARD PROFESSIONAL STANDARDS FOR TEACHERS. Online ITE Profile. Information for students DRIVING FORWARD PROFESSIONAL STANDARDS FOR TEACHERS Online ITE Profile Information for students May 2014 Contents 1.0 Introduction... 3 2.0 How do I access the profile?... 3 3.0 What does the profile look

More information

Your route to becoming a Chartered IT Professional

Your route to becoming a Chartered IT Professional Introduction Regulations 1 Structure of the qualifications, pathway to membership and further study 1.1 Certificate in IT 1.2 Diploma in IT 1.2.1 Diploma Examination 1.3 Professional Graduate Diploma in

More information

e-submission of Coursework

e-submission of Coursework e-submission of Coursework Providing Feedback via Turnitin GradeMark 1. GradeMark Feedback Options In Turnitin GradeMark feedback can be provided using a combination of general/individual comments, comments

More information

IB Computer Science Student Status Report for the Internal Assessment

IB Computer Science Student Status Report for the Internal Assessment Direct assignments that you have been given that are complete: You have created and share a Cloud9 environment named with your firstname_html. You have a directory named IA Under the IA directory you have

More information

Post-accreditation monitoring report: British Computer Society (BCS) September 2006 QCA/06/2926

Post-accreditation monitoring report: British Computer Society (BCS) September 2006 QCA/06/2926 Post-accreditation monitoring report: British Computer Society (BCS) September 2006 QCA/06/2926 Contents Introduction... 3 Regulating external qualifications... 3 About this report... 3 About British Computer

More information

IT 204 Final Project Guidelines and Rubric Database Proposal and Implementation Plan Report

IT 204 Final Project Guidelines and Rubric Database Proposal and Implementation Plan Report IT 204 Final Project Guidelines and Rubric Database Proposal and Implementation Plan Report Overview The final project for this course is the creation of a database proposal and implementation plan report

More information

Direct V2 Integration Student User Manual

Direct V2 Integration Student User Manual Direct V2 Integration Student User Manual Direct V2 Integration Student User Manual Submissions Inbox Submitting a Paper Writing a PeerMark Review Glossary 1 Direct V2 Integration Student User Manual This

More information

Student Success Guide

Student Success Guide Student Success Guide Contents Like a web page, links in this document can be clicked and they will take you to where you want to go. Using a Mouse 6 The Left Button 6 The Right Button 7 The Scroll Wheel

More information

An Introduction to Moodle for External Examiners This guide acts as an introduction into the key features of Moodle for External Examiners.

An Introduction to Moodle for External Examiners This guide acts as an introduction into the key features of Moodle for External Examiners. An Introduction to Moodle for External Examiners This guide acts as an introduction into the key features of Moodle for External Examiners. Note: This guide provides a general overview of how a Moodle

More information

Dropbox. Dropbox includes a number of functions for managing the submission of assignments including:

Dropbox. Dropbox includes a number of functions for managing the submission of assignments including: Dropbox Page 1 of 10 Dropbox includes a number of functions for managing the submission of assignments including: Create categories of dropbox folders, like Quizzes or Discussions. Associate the submitted

More information

Course Outline. Code: DES222 Title: Responsive Website Design

Course Outline. Code: DES222 Title: Responsive Website Design Faculty of: Arts, Business and Law School of: Communication and Creative Industries Teaching Session: Semester 2 Year: 2018 Course Coordinator: Patrick Walsh Email: pwalsh@usc.edu.au Course Outline Code:

More information

Using Turnitin via Turnitin.com

Using Turnitin via Turnitin.com LIBRARY Using Turnitin via Turnitin.com Students Step by Step User Manual May2017 1 Contents Create a new account... 3 Submit a paper... 5 Access the Originality Report... 5 Print or save the report...

More information

SIMON. Creating and Assessing Assessment Tasks. Creating an Assessment Task. Step 1

SIMON. Creating and Assessing Assessment Tasks. Creating an Assessment Task. Step 1 Creating an Assessment Task Step 1 Navigate to the subject area in your Learning Areas and select Assessment Tasks. Step 2 Select Maintain Tasks (View Tasks is for assessing the completed tasks, recording

More information

Key Assessment #6 Professional Growth. Assessment #6 Additional Assessment that addresses NCTE standards - portfolio assessment.

Key Assessment #6 Professional Growth. Assessment #6 Additional Assessment that addresses NCTE standards - portfolio assessment. Assessment #6 Additional Assessment that addresses NCTE standards - portfolio assessment. 6-1. Brief description of the assessment and its use in the program. The portfolio assessment used in EDTE 165

More information

Setting up a Turnitin Dropbox

Setting up a Turnitin Dropbox Setting up a Turnitin Dropbox Turn editing on Add an activity or resource Choose Turnitin Assignment 2 General Turnitin Assignment Name the name that will appear on the homepage eg. Assignment 1 submission

More information

Introduction to Dropbox Management Add a Category Add a Folder Set Availability for Dropbox Folders Add Special Access...

Introduction to Dropbox Management Add a Category Add a Folder Set Availability for Dropbox Folders Add Special Access... Dropbox Introduction to Dropbox Management... 2 Add a Category... 3 Add a Folder... 4 Set Availability for Dropbox Folders... 8 Add Special Access... 10 Reorder Folders and Categories... 12 Delete a Folder...

More information

Assignment Mobile Android application

Assignment Mobile Android application Assignment Mobile Android application Due date: 11:50 pm AEST, Friday Week 6 ASSESSMENT Weighting: 30% Length: Less than 50 MB 1 Objectives This assessment item relates to the learning outcome 1, 2 and

More information

Work-ready skills in Business, Administration and IT

Work-ready skills in Business, Administration and IT Work-ready skills in Business, Administration and IT A guide for centres We believe in learning At the core of everything we do is the desire to make a measurable impact on improving people s lives through

More information

Computer Networking CCE1030. Module Leader: Usama Arusi. Faculty of Science and Technology. Term (AY/JS/T3) AY

Computer Networking CCE1030. Module Leader: Usama Arusi. Faculty of Science and Technology. Term (AY/JS/T3) AY Faculty of Science and Technology Computer Networking Module Leader: Usama Arusi Term (AY/JS/T3) AY Duration of the module in weeks (24 weeks) Document Version 01 Department of Computer Science Computer

More information