ITI1120 Fall Lab 0 Introduction to the Lab Environment

Size: px
Start display at page:

Download "ITI1120 Fall Lab 0 Introduction to the Lab Environment"

Transcription

1 1 Objectives ITI1120 Fall Lab 0 Introduction to the Lab Environment Getting familiar to the lab environment o EECS Computer Accounts o Logging In and Logging Out o Notable Features o o Virtual Campus Using Microsoft Visio to Draw an Algorithm Body Compile and run your first program in Java Creating and Submitting a Practice Assignment Finishing up 2 Getting Familiar with the EECS Lab Environment 2.1 EECS Computer Accounts This course will use EECS computer accounts and not the general university account. The general university account will have a userid similar to: awill039 (a contraction of first initial, family name, and three digits) and would have an address of awill039@uottawa.ca. The EECS account will be only for access to computers in the EECS labs. It is not the account used for official university communications even for the ITI 1120 course. All official e- mails will be sent to the university account, and should be checked there regularly. For students with computer science or software engineering as a major, the EECS account will be active for their entire studies. For students in other programs of study, the account will exist only as long as they take courses with the ITI, CSI or SEG course codes. 2.2 Logging in and Logging out The next step is to log in. CTRL-ALT-DEL can be used to get to the login screen. Some students may have generated their EECS account already. If you have not, use the autopass facility (this is both the userid and password).

2 Once you are logged in check the set of icons that you have on the computer (My Documents, My Computer, My Network Places, Recycle Bin, Click Here to Logout, Map Old H drive to Q) [When you are all done and ready to leave, the last thing you ALWAYS do is to log out. Another student could have access to your files if you do not log out. To logout: Double click on "Click here to logout" icon. Do not turn the power off after logout, leave the power on.] 2.3 Notable Features Some notable features of the EECS environment: (click on My Computer to show this) 1. There is a network drive (H), and the local drive (C). Files on C are only accessible from the specific computer during the current session. Files on the H network drive can be accessed from any EECS lab computer (STE 0110, 0130, 0131, 2052, 2060), and also can be accessed over the web. IMPORTANT: the contents of the C drive are reset after logging out. Files on C that have not been copied to the network drive will be lost and there is no way to recover them! 2. For people with USB memory sticks, they will appear as drive F when plugged in. A CD drive is available as drive E. The CD drives are read only, and cannot be used to burn CDs. 3. Other drives are also network drives, but are read-only. EECS software is stored on these drives. 4. There is an icon that says Map old H drive to Q. Prior to 2004, students had PC disk space allocated on a PC server, and a separate disk space allocated on a Linux server for their Linux account. Now, both systems log in to the Samba file space so that files need not be transferred. That this icon does not do anything useful for newly generated accounts. However, anyone who had a EECS account in summer 2004 or earlier may have to double-click on this icon to find their old files, which will appear on drive Q. 5. All EECS computers run virus protection programs that are updated every day. As U. of Ottawa students, you can have access to a free copy of Symantec Norton Antivirus for your own personal computer; it is available from Anyone who plans to use their own computer to transfer files on-line or via diskette, memory stick, CD, etc. to/from the EECS network or plans to connect a laptop computer to the red posts in the cafeteria is strongly urged to have a virus protection program that keeps up to date installed on their system. The virus protection program is also available on CD at the Campus Computer Store (in the Unicentre) and if you show a student card, the only cost is a nominal charge for the CD ($13?)

3 2.4 Show the university s system at This is a web-based system that can be accessed from anywhere. You can also get to this from a quick link from any university web page. Before logging in, point out the Manage Your Account area, and click on the link. Several important features should be pointed out: Change password Set/remove forwarding address will cause to be forwarded to another account, for people with multiple accounts who read on another account. IMPORTANT: Emphasize that the university account must be monitored frequently for official communications from the university, and sent to this account is assumed to have been read, comparable with a letter to your home. If the forwarding facility is used, test it to make sure it has been set up correctly; students will be held responsible for consequences of missed messages sent to the university account. Configure anti-spam tool: spam is unwanted, unsolicited and that it is a serious problem that can fill your disk space allocation and waste valuable time. Log in. The userid and password as the same as InfoWeb; normally, this would be the student number and PIN issued at registration. Log out when you are done. 2.5 Virtual Campus Go to the Virtual Campus. You can go there immediately from a quick link, or directly via A busy web page with an inconspicuous login area in the upper right corner will appear. Log into the Virtual Campus. The userid and password should be the same as the ones for uozone. Everyone should have the ITI 1120 course on their list. A Course Material page can be accessed from the menu heading Course Material (located beside a binder icon). Clicking on this selection will open a WEB site that contains all course material, including course announcements, course notes, lab material, etc. Navigate to the Laboratories page to get access to a number of files used in this lab. Download all files for Lab 0 (they shall be used in subsequent sections of the lab) You will also notice files available for future labs. The discussion forum is where messages can be posted and seen by everyone in the course. If anyone has technical questions during the course, they should post the question there. All students, teaching assistants, and the professor can contribute replies. Please note that the use of the discussion forum, as with all use of university s computer facilities, is subject to the

4 university s code of user conduct, which is available at Assignments are manages using the Virtual Campus assignment tools (click on Assignments in the menu). A practice assignment is available and will be used later in the lab session. You will note in the lab manual that all files created for assignments must be stored in a directory which has the form A?_xxxxxxx, where? is replaced with an assignment number, and xxxxxxx is replace with your student number. Create the directory A0_xxxxxxx (substituting xxxxxxx with your student number) now. You will find in the assignment tool for Assignment 0, an number of files; download this files onto your hard drive. Place A0Q1.doc and Hello.java into the A0_xxxxxxx directory you just created. 3 Using Microsoft Visio to Draw an Algorithm Body Microsoft Visio is designed for creating drawings. Later in the course you shall be creating algorithm bodies that require the manipulation of a number of symbols to represent instruction blocks, tests, connection points, etc. all connected using connecters to show the flow of the logic of the program. You shall practice using Visio in this first lab (you do not need to understand the diagrams at this point). To get going: Start Visio and create a new drawing with File New Drawing (do not select one of the suggested drawing types). Then open the stencil ITI1120Algorithm which you downloaded from Virtual Campus (use File Shapes Open Stencil ). A stencil with all shape you require will appear is a window on the bottom left hand corner. Simply drag and drop the shapes from the stencil window to the drawing page. Follow the TA instructions to create two images given in question 1 of Assignment 0 which will then by pasted in a Word document (A0Q1.doc). 4 Compiling and running first Java Program using Dr. Java You will be using the Dr. Java environment this term. To start Dr. Java, from the Start menu, select Programming Editors and Dr. Java will appear on the submenu. The startup window of Dr. Java looks like:

5 WARNING: Double-clicking a.java file will NOT open Dr. Java (unless you set this up manually). Instead, Microsoft Visual Studio.NET will start up. Always start Dr. Java first, and then open a file from inside Dr. Java. Here is a simple exercise: 1. Save the files Hello.java and ITI1120.class in the directory A0_xxxxxxx. Start Dr. Java and open the file Hello.java. This is a small Java program with comments. Change the comments with your name and student number. Save the file. 2. Compile the Hello.java file by clicking on Compile in the tool bar.

6 3. Run the Hello.java file by clicking on the Run button in the tool bar. The program will run in the console at the bottom of the window enter your name as requested. 5 Creating and Submitting an assignment Carefully read the section in the lab manual on how to submit an assignment if you have not already. For practice assignment 0, you should have in the directory A0_xxxxxx (xxxxx is your student number): The file A0Q1.doc that you created during the Visio Exercise. Open and create a new Microsoft Word file A0Q2.doc. From Dr. Java, select all the text of the Hello.java program, and copy-paste it into the new Microsoft Word document. Be sure that the font Courrier new with a point size of 10 is used for the inserted Java code. Save the Word document as A0Q2.doc. You should also have the following Java files in the directory: Hello.java, Hello.class, and ITI1120.java Right-click on the A0_xxxxxxx folder and then select Add to A0_xxxxxxx.zip. This will create a zip file with the contents of the directory. Return to Virtual Campus Find and open Assignment 1 tool (either via the Assignments entry in the menu or the Assignments icon in the home page). A page with the title Edit Submission: Assignment 0 shall appear. Click on the button Add Attachments and follow instructions to upload the zip assignment file.

7 ATTENTION: the assignment has not yet been submitted. Click on the button Submit at the bottom of the page. You will see a confirmation that the assignment has been submitted. Return to the assignment tool you should now see a page with the title Assignment Submission: Assignment 0. The assignment can be removed and then re-submitted until the deadline time is reached. At that point, the assignments are locked in, and the TAs will start grading. The TAs will not be able to grade an assignment until after the deadline. 7. Finishing up Remember that the labs are compulsory, and that you have to go to the section to which you have been assigned. There will be a quiz at the end of each lab session. To finish off, any files you have on the C disk including those in My Documents need to be copied over to the network drive or a USB memory stick. Then, double-click on the logout icon. Do not turn off the power.

ITI 1120 Introduction to Computing I Laboratory Manual. Diana Inkpen, Alan Williams

ITI 1120 Introduction to Computing I Laboratory Manual. Diana Inkpen, Alan Williams ITI 1120 Introduction to Computing I Laboratory Manual Diana Inkpen, Alan Williams Table of Contents Lab Facilities... 3 Course accounts... 3 Generating a course account... 4 Logging In... 5 Logging Out...

More information

ITI 1620 Automne 2005 Introduction à l informatique I Manuel de laboratoire. Alan Williams (Traduction : Daniel Amyot)

ITI 1620 Automne 2005 Introduction à l informatique I Manuel de laboratoire. Alan Williams (Traduction : Daniel Amyot) ITI 1620 Automne 2005 Introduction à l informatique I Manuel de laboratoire Alan Williams (Traduction : Daniel Amyot) Table des matières Lab Facilities... Error! Bookmark not defined. Course accounts...

More information

Login and Password...3 AUT ...3

Login and Password...3 AUT  ...3 1 IT HANDBOOK CONTENT What s in this Student IT Handbook IT Handbook Content... 2 Welcome to AUT IT Service desk... 3 Getting started... 3 Login and Password...3 AUT Email...3 Access to systems... 4 Account

More information

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux JCCC Virtual Labs Revision 9/21/2017 http://ats.web. Welcome to the JCCC Virtual Lab Environment. This system allows students to access campus software titles on their personal computers from almost anywhere.

More information

Introduction to Blackboard. 1. Go to 2. Click the Login button on the left side of the screen.

Introduction to Blackboard. 1. Go to  2. Click the Login button on the left side of the screen. Introduction to Blackboard Logging in: 1. Go to http://blackboard.sc.edu. 2. Click the Login button on the left side of the screen. 3. On the next screen type your Username and Password in the appropriate

More information

Cmpt 101 Lab 1 - Outline

Cmpt 101 Lab 1 - Outline Cmpt 101 Lab 1 - Outline Instructions: Work through this outline completely once directed to by your Lab Instructor and fill in the Lab 1 Worksheet as indicated. Contents PART 1: GETTING STARTED... 2 PART

More information

Orientation for Online Students

Orientation for Online Students Orientation for Online Students Distance Learning mxccdistance@mxcc.commnet.edu (860) 343 5756 Founders Hall 131/131A Middlesex Community College Visit mxcc.edu/distance Orientation for Online Students

More information

CSC 101: Lab #1 Introduction and Setup Due Date: 5:00pm, day after your lab session

CSC 101: Lab #1 Introduction and Setup Due Date: 5:00pm, day after your lab session Name: WFU Email: Lab Section: Tuesday, 9:30 Tuesday, 12:00 Tuesday, 1:30 Tuesday, 3:00 Thursday, 3:00 CSC 101: Lab #1 Introduction and Setup Due Date: 5:00pm, day after your lab session Purpose: The purpose

More information

IT Student Helpdesk Handbook

IT Student Helpdesk Handbook IT Client Services IT Student Helpdesk Handbook.......... A commitment to ongoing support and assistance for AUT students (09) 921 9953 : help@aut.ac.nz Contents Contents... 2 Who are we?...1 Internet

More information

The Ethic Management System (EMS) User guide

The Ethic Management System (EMS) User guide The Ethic Management System (EMS) User guide On the web browser, type the URL link: https://www.witsethics.co.za Click on Login (on right corner of top menu bar) to access the Ethics Management System

More information

HHH Instructional Computing Fall

HHH Instructional Computing Fall Quick Start Guide for School Web Lockers Teacher log-on is the same as for Infinite Campus Student log-on is the same initial log on to the network except no school year is required before their user name

More information

Lasell College s Moodle 3 Student User Guide. Access to Moodle

Lasell College s Moodle 3 Student User Guide. Access to Moodle Access to Moodle The first session of this document will show you how to access your Lasell Moodle course, how to login, and how to logout. 1. The homepage of Lasell Learning Management System Moodle is

More information

CPS109 Lab 1. i. To become familiar with the Ryerson Computer Science laboratory environment.

CPS109 Lab 1. i. To become familiar with the Ryerson Computer Science laboratory environment. CPS109 Lab 1 Source: Partly from Big Java lab1, by Cay Horstmann. Objective: i. To become familiar with the Ryerson Computer Science laboratory environment. ii. To obtain your login id and to set your

More information

Getting Started in Your Blackboard 5 Course

Getting Started in Your Blackboard 5 Course Getting Started in Your Blackboard 5 Course Course Name: Course ID: Instructor: URL: http://hofstra.blackboard.com Username: Password: This course will be using Web-based software, which integrates course

More information

Downloading the TechSmith Relay Portable Recorder Software

Downloading the TechSmith Relay Portable Recorder Software Succeed Training TechSmith Relay is the software used at the University of Stirling to record lectures and present them to students through the Listen Again service. TechSmith Relay is installed on computers

More information

Desire2Learn: Getting Started

Desire2Learn: Getting Started Desire2Learn: Getting Started Table of Contents Getting Started... 1 Logging In and Out... 1 My Home... 2 Introductory Tasks... 3 My Courses... 3 Course Home... 4 Common Icons... 4 Page 1 Getting Started

More information

INTRODUCTION TO BLACKBOARD: A TUTORIAL. Stefanie Mathes. Introduction to Blackboard: A Tutorial

INTRODUCTION TO BLACKBOARD: A TUTORIAL. Stefanie Mathes. Introduction to Blackboard: A Tutorial Introduction to Blackboard: A Tutorial Table of Contents Introduction... 3 Who is this tutorial for?... 3 What will this tutorial teach me?... 3 How is this tutorial organized?... 3 What materials do I

More information

Introduction to K200 Part 1: Getting to Know the STC Computer By Margaret Lion

Introduction to K200 Part 1: Getting to Know the STC Computer By Margaret Lion Introduction to K200 Part 1: Getting to Know the STC Computer By Margaret Lion Part 1: Getting to Know the STC Computer This manual was specifically written to help you understand using the computer resources

More information

A Linux Virtual Machine for CS-2011 Projects

A Linux Virtual Machine for CS-2011 Projects CS-2011, Machine Organization and Assembly Language, D-term 2013 A Linux Virtual Machine for CS-2011 Projects Hugh C. Lauer Adjunct Professor Worcester Polytechnic Institute As an alternative to working

More information

CPSC 150 Laboratory Manual. Lab 1 Introduction to Program Creation

CPSC 150 Laboratory Manual. Lab 1 Introduction to Program Creation CPSC 150 Laboratory Manual A Practical Approach to Java, jedit & WebCAT Department of Physics, Computer Science & Engineering Christopher Newport University Lab 1 Introduction to Program Creation Welcome

More information

Student Website / Portal Guidelines

Student Website / Portal Guidelines Student Website / Portal Guidelines Contents INTRODUCTION...3 CONNECTING TO THE BRADFIELD GROUP WEBSITE...3 STUDENTS HOMEPAGE...4 STUDENT ASSIGNMENTS...4 DOWNLOAD ASSIGNMENT BRIEF...5 REQUEST AN EXTENSION

More information

A Guide for using MyStudyAbroad for HKUST students applying for. HKUST School of Science Undergraduate Outbound Exchange Program

A Guide for using MyStudyAbroad for HKUST students applying for. HKUST School of Science Undergraduate Outbound Exchange Program A Guide for using MyStudyAbroad for HKUST students applying for HKUST School of Science Undergraduate Outbound Exchange Program Exchange in Fall / Spring / Summer term Global Student Programs Office Table

More information

Blackboard Frequently Asked Questions: Student Issues

Blackboard Frequently Asked Questions: Student Issues Blackboard Frequently Asked Questions: Student Issues Course Issues Why am I not seeing a course I just registered for in CUNYfirst, in Blackboard? It takes 24-48 hours from the time you registrar or change

More information

Introduction to Blackboard

Introduction to Blackboard Blackboard 9.1: Student Guide Introduction to Blackboard Logging into Blackboard Blackboard Blackboard is an integrated set of web-based tools for course management and delivery. Requirements For web-based

More information

Flash USB Drive. HwaZu Disk User Manual. Product Image File

Flash USB Drive. HwaZu Disk User Manual. Product Image File Flash USB Drive HwaZu Disk User Manual Product Image File Version 1.33 Table of Contents Introduction System Requirements Functions I. Install II. Formatting II-1 When Formatting II-2 Do Formatting III.

More information

Lab Assignment #1: Introduction to Creo ME 170

Lab Assignment #1: Introduction to Creo ME 170 Lab Assignment #1: Introduction to Creo ME 170 Instructor: Mike Philpott (email: mphilpot@illinois.edu) Date Due: One week from Start Day of Lab (turn in deadline 11pm night before next lab) Make sure

More information

Gaggle 101 User Guide

Gaggle 101 User Guide Gaggle 101 User Guide Home Tab The Home tab is the first page displayed upon login. Here you will see customized windows or widgets. Once set, the widgets can be accessed directly by clicking on them from

More information

Logging into LTC Instant Access the First Time

Logging into LTC Instant Access the First Time Logging into LTC Instant Access the First Time Access the Instant Access website at: https://mycampus.gotoltc.edu a. from the LTC website Current Students>Technology & Logins>LTC Instant Access Enter your

More information

How to Activate Student Log in to the student Registration system (also known as My Community Education or Banner ).

How to Activate Student Log in to the student Registration system (also known as My Community Education or Banner ). How to Activate Student E-Mail 1. Log in to the student Registration system (also known as My Community Education or Banner ). 2. The new account notice shows at the top of the screen once signed in. Click

More information

So read this manual word for word and perform the instructions step-by-step. This will prepare you for your work in K200.

So read this manual word for word and perform the instructions step-by-step. This will prepare you for your work in K200. Introduction to K200 Part 1: Getting to Know the Student Technology Center Computer By Margaret Lion Part 1: Getting to Know the Student Technology Center Computer This manual was written to help you understand

More information

Registration, Data Download, and Creating/ Restoring Backups

Registration, Data Download, and Creating/ Restoring Backups Registration, Data Download, and Creating/ Restoring Backups E Lab Users Register on the Armond Dalton Resources Website... Download the Three Initial Company Backup Files... Load Waren Sport Supply Dataset

More information

ICAU1128B: Operate a Personal Computer Student Handbook

ICAU1128B: Operate a Personal Computer Student Handbook ICA20105 Certificate II in Information Technology ICAU1128B: Operate a Personal Computer Student Handbook Modification History Competency Handbooks ICA20105: Cert II in Information Technology: ICAU1128B

More information

Getting started with Panopto Instructors

Getting started with Panopto Instructors What is Panopto? Panopto is a video content management system for uploading, managing and sharing recorded lectures, flipped classroom videos, campus events, and more. It comes with built-in video analytics,

More information

PRogramme Information and Activity Management Operational System (PRIAMOS) Frequently Asked Questions (FAQ)

PRogramme Information and Activity Management Operational System (PRIAMOS) Frequently Asked Questions (FAQ) European Commission - DG Justice Freedom and Security (JLS) PRogramme Information and Activity Management Operational System (PRIAMOS) Frequently Asked Questions (FAQ) REQUIREMENTS 1. What do I need for

More information

Preferences & Notifications Statistics Glossary Interpreting the Similarity Report

Preferences & Notifications Statistics Glossary Interpreting the Similarity Report Guides.turnitin.com Setting up Your Turnitin Account Setting up Your Turnitin Instructor Account (New Workflow) Logging In Resetting Your Password The Instructor Homepage Joining an Account Information

More information

CPSC150L Lab 0 Lab Set Up

CPSC150L Lab 0 Lab Set Up CPSC150L Lab 0 Lab Set Up Fall 2016 Welcome to the laboratory exercises that accompany the lecture course CPSC 150 Computers and Programming I. These lab exercises are designed to support and complement

More information

JetFlash User s Manual

JetFlash User s Manual JetFlash User s Manual ( Version 1.0 ) Table of Contents INTRODUCTION...1 PACKAGE CONTENTS...1 FEATURES...1 SYSTEM REQUIREMENTS...1 DRIVER INSTALLATION...2 DRIVER INSTALLATION FOR WINDOWS 98SE...2 DRIVER

More information

Module 2: Content Development Organize Course Materials

Module 2: Content Development Organize Course Materials Module 2: Content Development Organize Course Materials Three Ways To Access Files View Files Structure Import Files View Course Structure Create Modules Lock Modules Syllabus I: Overview Syllabus II:

More information

EECS 1710 SETTING UP A VIRTUAL MACHINE (for EECS labs)

EECS 1710 SETTING UP A VIRTUAL MACHINE (for EECS labs) EECS 1710 SETTING UP A VIRTUAL MACHINE (for EECS labs) In this tutorial, we will work through the process of setting up a virtual machine on your home desktop/laptop, that reflects the working environment

More information

A Guide for using MyStudyAbroad system

A Guide for using MyStudyAbroad system A Guide for using MyStudyAbroad system for students applying to HKUST for International Summer Exchange Program Exchange in Summer Term Table of Content Content Page MyStudyAbroad system 4-5 Stages in

More information

You can find the addresses of all instructors and your fellow students by conducting a people search on the ETSU homepage.

You can find the  addresses of all instructors and your fellow students by conducting a people search on the ETSU homepage. What is a Student Account? Your student account is your official ETSU username. It is assigned when you enter the university. You will use this account to login to Desire2Learn (D2L), to check your Goldmail,

More information

USER MANUAL COLLEGE MCS E-LEARNING MANAGEMENT SYSTEM

USER MANUAL COLLEGE MCS E-LEARNING MANAGEMENT SYSTEM COLLEGE MCS STUDENT MANUAL USER MANUAL COLLEGE MCS E-LEARNING MANAGEMENT SYSTEM 2 TABLE OF CONTENTS TOPIC DESCRIPTIONS PAGE NUMBER 1.0 System Log In 3 2.0 Forgot Username and Password 4 3.0 Editing Student

More information

2013/14. ita`leem A Student Guide

2013/14. ita`leem A Student Guide 2013/14 ita`leem A Student Guide E-learning Unit, Centre for Professional Development (CPD), International Islamic University Malaysia, Level 2, Education Building, P.O. Box 10, 50728 Kuala Lumpur, Malaysia.

More information

Frequently Asked Questions for Faculty

Frequently Asked Questions for Faculty Frequently Asked Questions for Faculty Table of Contents 1 Getting Started 1.1 What web browser should I use? 1.2 Why am I having trouble using LMS on my Mac? 1.3 How do I change my email in LMS? 1.4 How

More information

Mastering the Environment WVU ecampus

Mastering the Environment WVU ecampus Mastering the Environment WVU ecampus Information Technology Services, West Virginia University Service Desk (304) 293-4444, ITShelp@mail.wvu.edu Mastering the Environment of WVU ecampus 1 Table of Contents

More information

For this class we are going to create a file in Microsoft Word. Open Word on the desktop.

For this class we are going to create a file in Microsoft Word. Open Word on the desktop. File Management Windows 10 What is File Management? As you use your computer and create files you may need some help in storing and retrieving those files. File management shows you how to create, move,

More information

Student User Guide for StatsPortal Essential Statistics, Second Edition

Student User Guide for StatsPortal Essential Statistics, Second Edition Student User Guide for StatsPortal Essential Statistics, Second Edition Moore Getting Started with StatsPortal for Moore Essential Statistics, 2e Table of Contents Overview... 1 Getting Help... 1 System

More information

Welcome to MyKangan! A how to guide for student. Welcome to MyKangan. A How to guide for students

Welcome to MyKangan! A how to guide for student. Welcome to MyKangan. A How to guide for students Welcome to MyKangan A How to guide for students May 2015 Contents Welcome to MyKangan... 1 Logging in... 2 Accessing MyKangan via the Student Portal ONSITE... 2 Accessing MyKangan via the Student Portal

More information

Getting Started with Blackboard A Guide for Students

Getting Started with Blackboard A Guide for Students Getting Started with Blackboard A Guide for Students Contents Your Account... 3 Accessing Blackboard... 3 Browser Issues When Connecting from Outside the Network... 4 The Blackboard Environment... 5 Tabs...

More information

Introduction to the. Managed XP Service (For Students) Mark Morley Bob Booth December 2004 AP-Win7. University of Sheffield.

Introduction to the. Managed XP Service (For Students) Mark Morley Bob Booth December 2004 AP-Win7. University of Sheffield. Introduction to the Managed XP Service (For Students) Mark Morley Bob Booth December 2004 AP-Win7 Contents University of Sheffield 1. INTRODUCTION... 4 2. USING A MANAGED SERVICE MACHINE... 5 2.1 LOGGING

More information

1. Go to https://online.national.edu/ 2. Click the link at the bottom that says Please click here for a System Check before you log in.

1. Go to https://online.national.edu/ 2. Click the link at the bottom that says Please click here for a System Check before you log in. Desire 2 Learn User Guide Desire 2 Learn User Guide Using the System Check Quick Link You can use the quick link on the entry page of the online classroom for a general test of your computer s preparedness

More information

Version 18.1 Web/VRU/CSR Upgrade Installation and Configuration. August 15, 2013

Version 18.1 Web/VRU/CSR Upgrade Installation and Configuration. August 15, 2013 Version 18.1 Web/VRU/CSR Upgrade Installation and Configuration August 15, 2013 Table Of Contents Section Subject 1 Overview 2 Installation and Environment Considerations 3 Performing the Relius Administration

More information

Windows Me Navigating

Windows Me Navigating LAB PROCEDURE 11 Windows Me Navigating OBJECTIVES 1. Explore the Start menu. 2. Start an application. 3. Multi-task between applications. 4. Moving folders and files around. 5. Use Control Panel settings.

More information

Hearing Care Dashboard

Hearing Care Dashboard Hearing Care Dashboard Registration & Management Hearing Care Dashboard: Register and Manage Your Organization Hearing Care Anywhere is Starkey s remote programming system. The Hearing Care Dashboard is

More information

FIRST LOG IN / LOG OUT WARNING!

FIRST LOG IN / LOG OUT WARNING! Information Technology Department - San Diego Unified School District Welcome to Active Directory! Laptop User Experience Guide Congratulations! Your site has been migrated to the new Active Directory

More information

Setting Up a Linux Operating System

Setting Up a Linux Operating System Name: Setting Up a Linux Operating System We will be using the Linux operating system for most of our practical work in this class. Knoppix is a live CD distribution of Linux, based on the Debian distribution.

More information

Grapevine web hosting user manual. 12 August 2005

Grapevine web hosting user manual. 12 August 2005 Grapevine web hosting user manual 12 August 2005 Grapevine web hosting user manual 2 Contents Contents... 2 Introduction... 4 System features... 4 How it looks... 5 Main navigation... 5 Reports... 6 Web

More information

Student User Guide. Introduction

Student User Guide. Introduction Student User Guide Introduction About the Course Navigator This web-based learning management system enhances students understanding of core course content through flashcards, quizzes, activities, and

More information

Moodle Morsels from Sandy & Inkie. b. Click (Log in) on the upper right c. You will use your stpsb login, which is how you login to a computer

Moodle Morsels from Sandy & Inkie. b. Click (Log in) on the upper right c. You will use your stpsb login, which is how you login to a computer 1. To login to Moodle: a. https://moodle.stpsb.org Moodle Morsels from Sandy & Inkie b. Click (Log in) on the upper right c. You will use your stpsb login, which is how you login to a computer 2. Moodle

More information

Long Beach Unified School District. Portal User s Guide. August 2014

Long Beach Unified School District. Portal User s Guide. August 2014 Long Beach Unified School District Portal User s Guide August 2014 INTRODUCTION The Long Beach Unified School District s PORTAL (mylbusd) provides users with access to District applications, services,

More information

What is a Flash Drive?

What is a Flash Drive? What is a Flash Drive? Flash drives, also called jump drives, pen drives, and thumb drives, are small flash memory drives with a USB (Universal Serial Bus) connection. Most computers have at least two

More information

ECSE-323 Digital System Design. Lab #1 Using the Altera Quartus II Software Fall 2008

ECSE-323 Digital System Design. Lab #1 Using the Altera Quartus II Software Fall 2008 1 ECSE-323 Digital System Design Lab #1 Using the Altera Quartus II Software Fall 2008 2 Introduction. In this lab you will learn the basics of the Altera Quartus II FPGA design software through following

More information

Blackboard Learn 9.1 Last updated: March 2010

Blackboard Learn 9.1 Last updated: March 2010 Blackboard Learn 9.1 Last updated: March 2010 2010 Blackboard Inc. All rights reserved. The content of this manual may not be reproduced or distributed without the express written consent of Blackboard

More information

A Guide for using MyStudyAbroad system

A Guide for using MyStudyAbroad system A Guide for using MyStudyAbroad system for students applying to HKUST for Undergraduate Inbound Exchange Program Exchange in Regular Term (Fall / Spring / Fall & Spring) Table of Content Content Page MyStudyAbroad

More information

VDI User s Guide: Using VDI from a Web Browser

VDI User s Guide: Using VDI from a Web Browser Virtual Desktop Interface (VDI) allows Montgomery College students the ability to access College lab images from wherever and whenever they need to from multiple devices (computer, laptop, tablet, smart

More information

Getting started with Panopto Instructors

Getting started with Panopto Instructors Getting started with Panopto Instructors What is Panopto? Panopto is a video content management system for uploading, managing and sharing recorded lectures, flipped classroom videos, campus events, and

More information

WAMSI Collaborative Work Area in ACE Project

WAMSI Collaborative Work Area in ACE Project WAMSI Collaborative Work Area in ACE Project WAMSI has created an online collaborative work space, to share general information within Nodes. There are currently three work areas, the Kimberley, Dredging

More information

SchoolConnect Teacher Guide Version 6.0 S.P.1

SchoolConnect Teacher Guide Version 6.0 S.P.1 SchoolConnect Teacher Guide Version 6.0 S.P.1 IBM Canada K-12 Education Note: Before using this information and the product it supports, read the information in Appendix B Notices and Trademarks. Sixth

More information

Lab 1: Accessing the Linux Operating System Spring 2009

Lab 1: Accessing the Linux Operating System Spring 2009 CIS 90 Linux Lab Exercise Lab 1: Accessing the Linux Operating System Spring 2009 Lab 1: Accessing the Linux Operating System This lab takes a look at UNIX through an online experience on an Ubuntu Linux

More information

INTERNET ORDERING YOU ARE NOW READY TO START YOUR ORDER SETTING UP YOUR COMPUTER IT S AS EASY AS NOTE: WHEN LOADING

INTERNET ORDERING YOU ARE NOW READY TO START YOUR ORDER SETTING UP YOUR COMPUTER IT S AS EASY AS NOTE: WHEN LOADING SETTING UP YOUR COMPUTER IT S AS EASY AS 1-2 - 3 NOTE: WHEN LOADING THE WEB ORDER TOOLS: 1. When you first load from the our link provided to you, it will load JAVA 1.4.1.02 and the web ordering application.

More information

File Upload Instructions Customer Access To Transcript Bulletin Publishing s FTP Site

File Upload Instructions Customer Access To Transcript Bulletin Publishing s FTP Site File Upload Instructions Customer Access To Transcript Bulletin Publishing s FTP Site In order to upload files to our FTP site, you will need a Java-enabled web browser for Microsoft Windows and Mac OS

More information

STEP 1: PREPARE FOR DATA MIGRATION 1. Right-click the desktop and choose New > Folder. a. Type For Transferring and press Enter to name the folder.

STEP 1: PREPARE FOR DATA MIGRATION 1. Right-click the desktop and choose New > Folder. a. Type For Transferring and press Enter to name the folder. PC Support and Repair Chapter 5 Data Migration Lab 5144 When a new computer is purchased or a new operating system is installed, it is often desirable to migrate a user s data to the new computer or OS.

More information

Introduction to the Module Management System (MMS)

Introduction to the Module Management System (MMS) Student User Guide Introduction to the Module Management System (MMS) Revised Sept 2009 (Version 4) University of St Andrews Table of Contents 1 Introduction...3 1.1 MMS...3 1.2 Accessing the system...3

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Section 2 Getting Started

Section 2 Getting Started Section 2 Getting Started ECDL Section 2 Getting Started By the end of this section you should be able to: Start, restart and close down a device Log on and log off Windows Recognise and use the Desktop

More information

Microsoft OneDrive. How to login to OneDrive:

Microsoft OneDrive. How to login to OneDrive: Microsoft OneDrive The beauty of OneDrive is that is accessible from anywhere you have an Internet connection. You can access it from a Mac or Windows computer. You can even access it on your SmartPhone

More information

Goucher College Online Course Sites: Basic Navigation in Canvas

Goucher College Online Course Sites: Basic Navigation in Canvas Goucher College Online Course Sites: Basic Navigation in Canvas Find Your Course Material Edit a Topic Section Upload a File Drag and Drop Method to Upload a File Create a Content Page Create a Wiki Page

More information

Department of Computer Science University of Pretoria. Introduction to Computer Science COS 151

Department of Computer Science University of Pretoria. Introduction to Computer Science COS 151 Department of Computer Science University of Pretoria Introduction to Computer Science COS 151 Practical 1 16 February 2018 1 Plagiarism Policy The Department of Computer Science considers plagiarism as

More information

College of Pharmacy Windows 10

College of Pharmacy Windows 10 College of Pharmacy Windows 10 Windows 10 is the version of Microsoft s flagship operating system that follows Windows 8; the OS was released in July 2015. Windows 10 is designed to address common criticisms

More information

SAMES platform. Student Guide TABLE OF CONTENTS. Login and enrollment 3 Login to the SAMES platform 3

SAMES platform. Student Guide TABLE OF CONTENTS. Login and enrollment 3 Login to the SAMES platform 3 UTG/University of The Gambia Pôle de Dakar / IIEP SAMES platform Student Guide TABLE OF CONTENTS Login and enrollment 3 Login to the SAMES platform 3 Registration to the SAMES s platform 3 Forgotten your

More information

A Guide for using MyStudyAbroad for HKUST students applying for. HKUST School of Engineering Undergraduate Outbound Exchange Program

A Guide for using MyStudyAbroad for HKUST students applying for. HKUST School of Engineering Undergraduate Outbound Exchange Program A Guide for using MyStudyAbroad for HKUST students applying for HKUST School of Engineering Undergraduate Outbound Exchange Program Exchange in Fall / Spring / Summer term Global Student Programs Office

More information

Preferences & Notifications Information and Assistance

Preferences & Notifications Information and Assistance Guides.turnitin.com Feedback Studio Instructor Guide Enabling and Disabling Feedback Studio Setting up Your Turnitin Account Logging In Resetting Your Password Joining an Account The Instructor Homepage

More information

CSCB58 - Lab 0. Intro to The Lab & The DE2 Board. Prelab /4 Part I (in-lab) /1 Part II (in-lab) /1

CSCB58 - Lab 0. Intro to The Lab & The DE2 Board. Prelab /4 Part I (in-lab) /1 Part II (in-lab) /1 CSCB58 - Lab 0 Intro to The Lab & The DE2 Board Learning Objectives This week we will be getting you familiar with the lab and the boards that we will be using in later labs. You will also learn how to

More information

for Credit is between September 5 and October 3 at midnight.

for Credit is between September 5 and October 3 at midnight. Fall 2017 Human Subjects Sona opens September 5, 2017 Last day to do studies is December 12 at midnight Last day to make changes/corrections is December 17 at midnight Longer BRIEF SUMMARY Prescreen INSTRUCTIONS.

More information

EXPLORING COURSE TOOLS

EXPLORING COURSE TOOLS EXPLORING COURSE TOOLS Now that we have covered the My Blackboard screen, let s explore the different tools that you might find within your course. NOTE: Your instructor controls which tools are available.

More information

WINDOWS NT BASICS

WINDOWS NT BASICS WINDOWS NT BASICS 9.30.99 Windows NT Basics ABOUT UNIVERSITY TECHNOLOGY TRAINING CENTER The University Technology Training Center (UTTC) provides computer training services with a focus on helping University

More information

FIRST LOG IN / LOG OUT WARNING!

FIRST LOG IN / LOG OUT WARNING! Information Technology Department - San Diego Unified School District Welcome to Active Directory Workstation User Experience Congratulations! Your site has been migrated to the new Active Directory (AD)

More information

LAB #1: The CSM12C32 Module and PBMCUSLK Project Board

LAB #1: The CSM12C32 Module and PBMCUSLK Project Board CS/EE 5780/6780 Handout #1 Spring 2007 Myers LAB #1: The CSM12C32 Module and PBMCUSLK Project Board Lab writeup is due to your TA at the beginning of your next scheduled lab. Don t put this off to the

More information

CS106 Lab 1: Getting started with Python, Linux, and Canopy. A. Using the interpreter as a fancy calculator

CS106 Lab 1: Getting started with Python, Linux, and Canopy. A. Using the interpreter as a fancy calculator CS106 Lab 1: Getting started with Python, Linux, and Canopy Dr. Victor Norman Goals: To learn How python can be used interactively for simple computational tasks. How to run Canopy Start playing with Turtle

More information

Installing VPN client by Jupiter Networks:

Installing VPN client by Jupiter Networks: Installing VPN client by Jupiter Networks: 1. Open Firefox. The icon is likely on your desktop. If you are using internet explorer, much of the steps will be the same, but the way that Internet Explorer

More information

Instructions PLEASE READ (notice bold and underlined phrases)

Instructions PLEASE READ (notice bold and underlined phrases) Lab Exercises wk02 Lab Basics First Lab of the course Required Reading Java Foundations - Section 1.1 - The Java Programming Language Instructions PLEASE READ (notice bold and underlined phrases) Lab Exercise

More information

2013 EDITION. V-Camp Student. Guide. INTERACTIVE GUIDE Use the buttons shown below to navigate throughout this interactive PDF BACK

2013 EDITION. V-Camp Student. Guide. INTERACTIVE GUIDE Use the buttons shown below to navigate throughout this interactive PDF BACK V-Camp Student Guide INTERACTIVE GUIDE Use the buttons shown below to navigate throughout this interactive PDF BACK 03 EDITION V-Camp Student Guide Table of Contents Unit : Table of Contents...iii How

More information

A Student Guide to using Moodle

A Student Guide to using Moodle A Student Guide to using Moodle Version 1: September 2007 Table of Contents Introduction...3 What is Moodle?...3 How do I access Moodle?...4 What will I find in Moodle?...5 Accessing a course...5 The main

More information

Getting started with. Windows 10 Desktop

Getting started with. Windows 10 Desktop Getting started with the ITS Windows 10 Desktop Version 0.1 Release Date Status Draft Author Mark Miners Document ID ITS_Windows 10 user guide_v0.1.docx 1 Contents: Introduction...3 Concept....3 Logging

More information

Teacher Guide. Edline -Teachers Guide Modified by Brevard Public Schools Revised 6/3/08

Teacher Guide. Edline -Teachers Guide Modified by Brevard Public Schools  Revised 6/3/08 Teacher Guide Teacher Guide EDLINE This guide was designed to give you quick instructions for the most common class-related tasks that you will perform while using Edline. Please refer to the online Help

More information

When you are logged into My Siena, you cannot use the Browser s Back and Forward buttons to navigate from one area to another. You need to use the

When you are logged into My Siena, you cannot use the Browser s Back and Forward buttons to navigate from one area to another. You need to use the When you are logged into My Siena, you cannot use the Browser s Back and Forward buttons to navigate from one area to another. You need to use the tabs at the top of the My Siena page or the links directly

More information

BM Solutions Mortgage Portal. Document upload - Case tracking - Secure messaging Mobile technology. User Guide 15 January 2018 V3.

BM Solutions Mortgage Portal. Document upload - Case tracking - Secure messaging Mobile technology. User Guide 15 January 2018 V3. BM Solutions Mortgage Portal Document upload - Case tracking - Secure messaging Mobile technology User Guide 15 January 2018 V3.0 KEY BENEFITS Moving forward together with secure online document upload

More information

Version 19.1 Web/VRU/CSR Upgrade Installation and Configuration. October 28, 2014

Version 19.1 Web/VRU/CSR Upgrade Installation and Configuration. October 28, 2014 Version 19.1 Web/VRU/CSR Upgrade Installation and Configuration October 28, 2014 Table Of Contents Section Subject 1 Overview 2 Installation and Environment Considerations 3 Performing the Relius Administration

More information

How to Customize MyWebCampus Page

How to Customize MyWebCampus Page WebCampus Quick Tutorials: http://teaching.unr.edu/idt/teachingtools/quick_tutorials.html Questions: WebCampus@unr.edu or (775) 682-6798 How to Customize MyWebCampus Page This tutorial will show you how

More information

Gulf College Oman Tel.: / Fax: Web Site:

Gulf College Oman Tel.: / Fax: Web Site: Gulf College Oman Tel.: 24468666/ Fax: 24468666 Email: gulfclge@omantel.net.om Web Site: www.gulfcollege.edu.om INTRODUCTION IET Centre staff are responsible for supervising and following up college labs.

More information