BSc Computing CSY2026 Modern Networks. Module Tutor: Signed:

Size: px
Start display at page:

Download "BSc Computing CSY2026 Modern Networks. Module Tutor: Signed:"

Transcription

1 Division of Computing BSc Computing CSY2026 Modern Networks Date of Issue: 17/02/2017 Date for Submission: 28/ (23:59 by e-submission) Agreed Date for late submission: Student Name: Student ID: Module Tutor: Signed: Espen Svennevik Student s Signature: This assignment is weighted as 50% of the Module's assessment Assessment Feedback Aspect A B C D F Part A. Explanation of Java UDP. Explanation of C# UDP. Explanation of Java TCP. Explanation of C# TCP. Part B. Java UDP Server/C# Client C# TCP Server/Java Client Java & C# Multicast [45%] [15%] Part C. Java UDP P2P modifications [30%] C# UDP P2P modifications Java TCP modifications C# TCP modifications Report Quality. [10%]

2 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.

3 Modern Networks Assignment 1 - CSY2026 Finish Date: 28 th April, 2017 By e-submission by 23:59 Aims & Objectives To enable the student to understand and extend Distributed Computing applications, using the Java programming language and C#.NET utilising the Transmission Control Protocol (TCP) as well as User Datagram Protocol (UDP). Brief: Part 1. Q1. Produce and explain a console based Java program which sends a UDP packet to the port number 4567 at IP address Q2. Produce and explain a console based Java program which receives the UDP packet sent by Q1. Q3. Modify the two Java programs produced in Q1 and Q2 to run on an actual computer using two console windows. Show and explain your modifications and produce a screenshot as evidence of your programs running. Q4. Produce and explain a console based C# program which sends a UDP packet to the port number 4567 at IP address Q5. Produce and explain a console based C# program which receives the UDP packet sent by Q4. Q6. Modify the two C# programs produced in Q4 and Q5 to run on an actual computer using two console windows. Show and explain your modifications and produce a screenshot as evidence of your programs running. Q7. Produce and explain a console based Java program which sends a TCP packet to the port number 2345 at IP address Q8. Produce and explain a console based Java program which receives the TCP packet sent by Q7. Q9. Modify the two JAVA programs in Q7 and Q8 to run on an actual computer using two console windows. Show and explain your modifications and produce a screenshot as evidence of your programs running. Q10. Produce and explain a console based C# program which sends a TCP packet to the port number 4321 at IP address Q11. Produce and explain a console based C# program which receives the TCP packet sent in the question above. Q12. Modify the two programs in Q10 and Q11 to run on a single computer using two console windows. Show and explain your modifications and produce a screenshot as evidence of your programs running.

4 Part 2. Q13. Modify the C# program in Q4 so it can send a UDP packet to the Java program in Q2. Q14. Modify the Java program in Q7 so it can send a TCP packet to the C# program in Q11. Q15. Modify either the programs in Q13 or Q14 to run on an actual computer using two console windows. Show and explain your modifications and produce a screenshot as evidence of your programs running. Q16. Show the JAVA UDP Multicast application exchanging messages with the C# UDP multicast application. Part 3 Q17. Modify the JAVA UDP peer-to-peer application to include text fields for port numbers (local and remote) and the IP address (remote). Explain how these modifications works. Show two instances of this application exchanging messages. Q18. Create a C# UDP peer-to-peer application, by modifying the C# UDP client to include text fields for port numbers (local and remote) and the IP address (remote). Explain how these modifications works. Show two instances of this application exchanging messages. Q19. Modify the JAVA TCP client so it has text fields for a username, server IP address and server port number. Show two instances of this application exchanging messages through the multi-threaded JAVA TCP server. The username should be prepended to the message sent. Explain how you implemented your modifications. Q20. Modify the C# TCP client so it has text fields for a username, server IP address and server port number. Show two instances of this application exchanging messages through the multi-threaded C# TCP server. The username should be prepended to the message sent. Explain how you implemented your modifications. Deliverables A report needs to submitted to TurnitIn by 23:59 on 28 th April, Your report should include the following sections: 1. Part 1: Explanation of Java and C# TCP and UDP implementation. 2. Part 2: Multiplatform chat using Java and C#. 3. Part 3: Modifications to chat applications. 4. Appendices. This should include annotated source code of your modifications. Please note that the work you produce must be your own and you may be asked for a viva. EJS

5 Grading Criteria: The Standard Front Sheet gives a clear indication of how the grade for this assignment is achieved. In general the following criteria will act as a guide to what you should expect: A bare pass (D) will involve explaining a majority of the questions asked, to a satisfactory level, and have added some extra features. A good pass (B to C) will require you to explain all the questions, and demonstrating a good level of understanding, and adding some significant extra features. A very good pass (A) will be awarded if you explain all the questions asked, and demonstrating an excellent level of understanding, and adding extra features which enhance the user experience significantly. See also the assessment matrix. 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.

6 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, target-setting 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 %203%20generic.doc

Division of Computing

Division of Computing 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:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

BTEC Higher Nationals in Computing Dr Derek Peacock & Sampson Aneke Oaklands College

BTEC Higher Nationals in Computing Dr Derek Peacock & Sampson Aneke Oaklands College BTEC Higher Nationals in Computing 2016-18 Dr Derek Peacock & Sampson Aneke Oaklands College Induction 2016 Course Aims and Features Course Structure Assessment Support Software Enrolment Course Aims:

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

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

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

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

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

Co. Cavan VEC. Co. Cavan VEC. Programme Module for. Word Processing. leading to. Level 5 FETAC. Word Processing 5N1358. Word Processing 5N1358

Co. Cavan VEC. Co. Cavan VEC. Programme Module for. Word Processing. leading to. Level 5 FETAC. Word Processing 5N1358. Word Processing 5N1358 Co. Cavan VEC Programme Module for Word Processing leading to Level 5 FETAC 1 Introduction This programme module may be delivered as a standalone module leading to certification in a FETAC minor award.

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

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

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

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

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

Unit Assessment Guide

Unit Assessment Guide Unit Assessment Guide Unit Details Unit code Unit name Unit purpose/application ICTWEB425 Apply structured query language to extract and manipulate data This unit describes the skills and knowledge required

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

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

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

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

CS 344/444 Spring 2008 Project 2 A simple P2P file sharing system April 3, 2008 V0.2

CS 344/444 Spring 2008 Project 2 A simple P2P file sharing system April 3, 2008 V0.2 CS 344/444 Spring 2008 Project 2 A simple P2P file sharing system April 3, 2008 V0.2 1 Introduction For this project you will write a P2P file sharing application named HiP2P running on the N800 Tablet.

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

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

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

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

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

MODULE: INTERNET SECURITY ASSIGNMENT TITLE: INTERNET SECURITY DECEMBER 2012

MODULE: INTERNET SECURITY ASSIGNMENT TITLE: INTERNET SECURITY DECEMBER 2012 MODULE: INTERNET SECURITY ASSIGNMENT TITLE: INTERNET SECURITY DECEMBER 2012 Important Notes: Please refer to the Assignment Presentation Requirements for advice on how to set out your assignment. These

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

Qualification details

Qualification details Qualification details Title New Zealand Certificate in Business (First Line Management) (Level 4) Version 1 Qualification type Certificate Level 4 Credits 60 NZSCED 080301 Management and Commerce > Business

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

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

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

Unit 2: Collaborative Working

Unit 2: Collaborative Working Candidate MW Unit 2: Collaborative Working Assessment AO1 The focus of this unit is for candidates to work collaboratively with a small group of their peers to produce a final product (possibly a magazine

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

Assignment 1 (2011/12)

Assignment 1 (2011/12) 2910222 Assignment 1 (2011/12) Statement This assignment aims to develop your experimental, data handling, presentation and analytical skills and your understanding of the ping utility and the causes of

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

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

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

ICIS 2019 Review Guide Tips and Tricks

ICIS 2019 Review Guide Tips and Tricks ICIS 2019 Review Guide Tips and Tricks Table of Contents Table of Contents... 1 Getting started... 1 Logging In... 1 Reviewing Submissions... 6 Submitting your review... 7 Getting started Logging In 1.

More information

Higher National group award Graded Unit Specification

Higher National group award Graded Unit Specification Higher National group award Graded Unit Specification General Information for Centres This group award Graded Unit has been validated as part of the HNC and HND Electronics awards. Centres are required

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

Leadership Studies Minor eportfolio

Leadership Studies Minor eportfolio Leadership Studies Minor eportfolio The purpose of the eportfolio is to exhibit, blend and demonstrate your accomplishments and experiences related to leadership. It is a space to reflect on your learning,

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

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

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

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 P1 Outline the web architecture and components which enable internet and web functionality.

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

Unit title: Computing: Website Design Fundamentals (SCQF level 5)

Unit title: Computing: Website Design Fundamentals (SCQF level 5) National Unit specification General information Unit code: H613 45 Superclass: CB Publication date: December 2013 Source: Scottish Qualifications Authority Version: 01 Unit purpose The Unit is designed

More information

Chesterfield High School. OCR Nationals Level 3 Unit 7: Desktop Publishing. Unit 7

Chesterfield High School. OCR Nationals Level 3 Unit 7: Desktop Publishing. Unit 7 Chesterfield High School OCR Nationals Level 3 Unit 7: Desktop Publishing Unit 7 Learning Outcomes By completing this unit candidates will develop a thorough knowledge and understanding of planning, drafting,

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

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

Reception Operations and Services

Reception Operations and Services 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

ITS310: Introduction to Computer Based Systems Credit Hours: 3

ITS310: Introduction to Computer Based Systems Credit Hours: 3 ITS310: Introduction to Computer Based Systems Credit Hours: 3 Contact Hours: This is a 3 credit course, offered in accelerated format. This means that 16 weeks of material is covered in 8 weeks. The exact

More information

Instructor III Certification Course NFPA

Instructor III Certification Course NFPA Instructor III Certification Course NFPA 1041-07 Administrative Procedures Revision: 5/18/2012 Revision: 5/18/2012 1 of 15 Instructor III NFPA 1041-07 INSTRUCTOR III CERTIFICATION PROGRAM ADMINISTRATIVE

More information

Support Notes (Issue 1) September Snap it! Certificate in Digital Applications (DA105) Coding for the Web

Support Notes (Issue 1) September Snap it! Certificate in Digital Applications (DA105) Coding for the Web Support Notes (Issue 1) September 2014 Certificate in Digital Applications (DA105) Coding for the Web Snap it! Introduction Before tackling the Summative Project Brief (SPB), students should have acquired

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

Interpreting Turnitin Originality Reports

Interpreting Turnitin Originality Reports Interpreting Turnitin Originality Reports This guide will provide a brief introduction to using and interpreting Originality Reports in Turnitin via Canvas. Turnitin (TII) Originality reports allow you

More information

WJEC Unit IT2, Task 1: Desktop Publishing Self-assessment Review

WJEC Unit IT2, Task 1: Desktop Publishing Self-assessment Review You are required to design and produce a document of at least two A4 sides and containing at least 150 words. Your work needs to include: Background information. Details of data processing activities within

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

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

16. How quickly will the Level 1 and Level 2 examinations be marked? NOCN markers have a five-day turnaround for marking examination papers.

16. How quickly will the Level 1 and Level 2 examinations be marked? NOCN markers have a five-day turnaround for marking examination papers. 1. Are the Functional Skills assessments on demand? The assessments are available on demand. Entry Level examination papers can be downloaded from the NOCN website. Level 1 and Level 2 examination papers

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

Computer Networks IT321

Computer Networks IT321 Computer Networks IT321 CS Program 3 rd Year (2 nd Semester) Page 1 Assiut University Faculty of Computers & Information Computer Science Department Quality Assurance Unit Computer Networks Course Specifications

More information

Online Coursework Management (OCM) User Guide

Online Coursework Management (OCM) User Guide February 6, 2012 Online Coursework Management (OCM) User Guide Contents: Introduction Creating an Assignment Assignment Settings Marking and Feedback Administrator Tools Appendix: Generic Instructions

More information

Vocational Qualifications (QCF, NVQ, NQF) ICT Professional Competence. OCR Report to Centres

Vocational Qualifications (QCF, NVQ, NQF) ICT Professional Competence. OCR Report to Centres Vocational Qualifications (QCF, NVQ, NQF) ICT Professional Competence Level 2 Diploma in ICT Professional Competence (PROCOM) 08737 Level 3 Diploma in ICT Professional Competence (PROCOM) 10262 Level 2

More information

Programme Regulations

Programme Regulations Programme Regulations 2017 18 Work Experience Entry routes related to BSc in Computing and Information Systems BSc in Creative Computing (New Regulations) Important document please read This document contains

More information

Exclusive Fast Track Opportunity for CEng Professionals - Gain a recognised Level 5 Diploma in Management and Leadership Qualification

Exclusive Fast Track Opportunity for CEng Professionals - Gain a recognised Level 5 Diploma in Management and Leadership Qualification Exclusive Fast Track Opportunity for CEng Professionals - Gain a recognised Level 5 Diploma in Management and Leadership Qualification Programme Overview The IET has joined with the Chartered Management

More information

Qualification details

Qualification details Qualification details Title New Zealand Certificate in Project Management (Level 4) Version 1 Qualification type Certificate Level 4 Credits 60 NZSCED 080315 Management and Commerce > Business and Management

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

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

Student Taskstream Guide

Student Taskstream Guide Student Taskstream Guide Description Taskstream is the comprehensive portfolio system used by the university to assist students with their certification process. Purpose This document will provide instruction

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

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

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

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

Create a website for a stakeholder using a dedicated web-authoring tool

Create a website for a stakeholder using a dedicated web-authoring tool Page 1 of 5 Create a website for a stakeholder using a dedicated web-authoring tool Level 3 Credits 5 Purpose People credited with this unit standard are able to: plan design a website for a stakeholder;

More information

Principal Moderator Feedback. June Applied GCE ICT Web Development

Principal Moderator Feedback. June Applied GCE ICT Web Development Principal Moderator Feedback June 2011 Applied GCE ICT 6955 01 - Web Development Edexcel is one of the leading examining and awarding bodies in the UK and throughout the world. We provide a wide range

More information

IQ Level 4 Award in Understanding the External Quality Assurance of Assessment Processes and Practice (QCF) Specification

IQ Level 4 Award in Understanding the External Quality Assurance of Assessment Processes and Practice (QCF) Specification IQ Level 4 Award in Understanding the External Quality Assurance of Assessment Processes and Practice (QCF) Specification Regulation No: 600/5528/5 Page 1 of 15 Contents Page Industry Qualifications...

More information