A: if no run time errors or exceptions B: (-1 point) If you got one or more run time error or exception but the application is still running.

Size: px
Start display at page:

Download "A: if no run time errors or exceptions B: (-1 point) If you got one or more run time error or exception but the application is still running."

Transcription

1 Computer Programming Project Evaluation - Summer 2018 Criteria for grading and Grading 14 points in total - Minimum to pass 8, according to 5 dimensions: 1) Functionality (Coverage of the requirements) : all functions implemented B: (-1 point) if a minor functional specification or requirement is not implemented or not correctly implemented (logical errors) C: (-2 points) if 2 functions or requirements are not implemented or not correctly implemented D: (-3 points) if 3 functions or requirements are not implemented or not correctly implemented E: (-4 points) if 4 functions or requirements are not implemented or not correctly implemented F: if many functions or requirements are not implemented and the project is very much smaller than the requested one 2) GUI usability : if the GUI is well designed B: (-1 point) if there are some small issues, such as labels that cannot be read easily or strange names. C: (-2 points) When there are small issues and it is not immediate to understand how a function can be executed through the GUI. D: (-3 points) If there are more severe problems, such as windows that are popping up without content of labels that are not shown Fail: severe problems such as the GUI blocks or you cannot go back to the beginning of the interaction state 3) Errors and exceptions : if no run time errors or exceptions B: (-1 point) If you got one or more run time error or exception but the application is still running. C: (-2 points) If many errors or exceptions are raised. Fail: There are many exceptions and the application cannot be used. 4) Code structure if the code is well written and well structured (e.g., a reasonable number of classes is used and the naming conventions are applied) B (-1 point) if the student has not created a reasonable set of classes or the code is messy with strange names and unclear method calls 5) Fix to Start: Fail: If the application does not start or some necessary files are not found. In addition to the points from the project, the students may get up to 3 points from the lab assignments (explained in the lab 1) up to 14 points. Formula for the project evaluation: Project mark = 14 - negative points Final mark = min(project mark + lab points, 14) Example: student gets the following scores: B (-1) Standard deviation was not calculated. B (-1) The GUI for entering the replies is messy. C (-2) many errors or exceptions are raised. Final mark: from lab assignment = Student: 15581

2 C (-3) The system does not show the computed SUS (-1). The system does not allow to search for the average SUS score of a searched system and for visualizing it (-2). D (-3) The GUI is spread over many windows, menu and reset button are in the wrong window, and after one has entered a SUS questionnaire he cannot do anything else. B (-1) The is no clear identification of important classes. Only classes related to the GUI are defined = 7 Final mark: from lab assignment = 10 Student: Very good implementation of all the requested functionality. There is also a user search functionality that was not requested. It is clear an easy to use. C (-2) Exception was raised on MC because the file is not correctly written (a new set of data is not starting at a new line). In order to work properly with the system I had to manually change the data in the file. Good structure of the code. The csv file is not structured as requested. Final mark: from lab assignment = 14 Student: The project is not formatted properly and cannot be loaded. FIL Final mark: FIL + 0 from lab assignment = FIL Student: D (-4) The system does not allow to search for the average SUS score of a searched system and for visualizing it (-2). There is no button for resetting the csv file (-1). The message comparing the computed SUS score with the average score of that system is wrong (the comparison is done with all the scores) and the result is also wrong (I evaluated a system with high score and the app says that it is below the average) (-1). C (-2) The user interface does not allow, after having evaluated a system to do anything (-1). The exit and about functionality is not implemented in a menu but as two buttons (-1). B (-1) There are two files with a main method in the project (-1) = 7 Final mark: from lab assignment = 9 Student: D (-4) The system is not showing the computed SUS score (-1). The system does not allow to search for the average SUS score of a searched system and for visualizing it (-2). There is no button for resetting the csv file (-1) B (-1) The GUI is OK, but is not complete. The code is well structured.

3 14-5 = 9 Final mark: from lab assignment = 10 Student: ll functionality is implemented B (-1) The user interface does not let the user to go from one system functionality to another: when one has finished searching for a system he cannot evaluate another system. good code Final mark: from lab assignment = 14 Student: all the functions were nicely implemented it is very good no exceptions good code Fix to start: I had to insert the data.csv and the Questions.txt files that were not present (-2). I should have failed this project! Final mark: from lab assignment = 14 Student: ll functionality was implemented B The interface is fine but the interaction design has an issue: when the user says that he does not want to evaluate another system the application exists, but it should let the user, maybe, to search for the score of other systems (-1). no exceptions the code is fine Final mark: from lab assignment = 13 Student: Requested functionalities are implemented. In bout section, it is written some functionalities are implemented with the help of YouTube and StackOverFlow. B (-1) In Windows, it runs with no problem. But in MacOS, no question is shown because the used file is not found (-1). B (-1) In Windows, it runs well. But in MacOS, several FileNotFoundException exceptions are raised. This is because the application does not find any of the following files: englishnswers.txt, englishquestions.txt, germannswers.txt, germanquestions.txt, italiannswers.txt, italianquestions.txt (-1) The structure of the code is ok. Final mark: from lab assignment = 14 Student: 15743

4 B (-1) The main Menu with Exit and bout items is not implemented. Instead an bout and Exit buttons are implemented (-1). It is possible to repeat the test. However, each time, the should entered again. But this is minor. No exceptions is raised. Good structure of the code. Final mark: from lab assignment = 14 Student: It is possible to enter any string as address. B (-1) Not only the main window has the main menu (with Exit and bout items), but also any new window that is opened, in the application, has a main Menu. It is not possible to search a SUS score before having tested a system (-1). No exceptions is raised. B (-1) The structure of the code is not good. More than half of the code is in a single Class (SUSPanel with 589 lines out of overall 982) (-1) Final mark: from lab assignment = 14 Student: C (-2) Search functionality does not work: when I search an application, it says no data found for this application (-2). B (-1) It is possible to re-click on finish button and then it recalculates the SUS score and shows some random numbers (-1). C (-2) In MacOS, when I entered the name of the application, FileNotFoundException exception is raised. In Windows, when I search an application, sometimes it raises java.lang.rrayindexoutofboundexceptions. When it asks for the , if I click cancel, it raises a java.lang.nullpointerexception exception. The structure of the code is ok. Fix to start: with MacOS, I had to correct the data.csv path in the code but in Windows it works well = 9 Final mark: from lab assignment = 11 Student: C (-2) The system does not allow to search for the average SUS score of a searched system and for visualizing it (-2). B (-1) The GUI of the "Search" tab is not complete and it is not clear why the word "gejend" is shown. B (-1) Some exceptions are raised. The code is well structure. Final mark: from lab assignment = 12 Student: B (-1) It is possible to enter a test without defining the user and target system. No menu with an Exit and bout button was created.(-1). B (-1) The user should be forced to enter his mail and the target system. B (-1) n exception appears if you search a target system by using an empty

5 data.csv file. The code is well structured. Final mark: from lab assignment = 12 Student: C (-2) The system does not show the calculated score (-1). The standard deviation of other SUS scores is not shown (-1). C (-2) The user has to start the questionnaire to be able to search for other target systems (-1). For each test the application has to be restarted (-1). Final mark: from lab assignment = 10 Student: B (-1) The calculation of the average of a target system is not correct (-1). C (-2) The user has to start the questionnaire to be able to search for other target systems (-1). For each test the application has to be restarted (-1). Final mark: from lab assignment = 11 Student: F (-5) The system does not show the computed SUS score (-1).The system does not allow to search for the average SUS score of a searched system and for visualizing it (-2). The system does not allow to enter a user name and a target system (-1). In addition no values are saved in the data.csv file (-1). C (-2) The user interface is incomplete. FIL Final mark: FIL from lab assignment = FIL Student: C (-2) The system does not compute the average and standard deviation of a target system that is present in the file (-2). B (-1) Some exceptions are raised. Final mark: from lab assignment = 11

Objective: Class Activities

Objective: Class Activities Objective: A Pivot Table is way to present information in a report format. The idea is that you can click drop down lists and change the data that is being displayed. Students will learn how to group data

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 21.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 22.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

CSCI 204 Introduction to Computer Science II

CSCI 204 Introduction to Computer Science II CSCI 204 Project 2 Maze Assigned: Wednesday 09/27/2017 First Phase (Recursion) Due Friday, 10/06/2017 Second Phase (Stack) Due Monday, 10/16/2017 1 Objective The purpose of this assignment is to give you

More information

Workshop. Import Workshop

Workshop. Import Workshop Import Overview This workshop will help participants understand the tools and techniques used in importing a variety of different types of data. It will also showcase a couple of the new import features

More information

All rights reserved to Hackers House Nepal HACKERS HOUSE NEPAL BABA COMPUTERS, POKHARA

All rights reserved to Hackers House Nepal HACKERS HOUSE NEPAL BABA COMPUTERS, POKHARA HACKERS HOUSE NEPAL BABA COMPUTERS, POKHARA Providing Ethical Hacking Workshops & Cyber Security Seminars since 2014 A.D. ETHICAL HACKING WORKSHOP - COURSE SYLLABUS - WORKSHOP SCHEDULES - DETAILS ON CERTIFICATION

More information

rading Periods can be deleted by selecting the Delete checkbox and Saving the document.

rading Periods can be deleted by selecting the Delete checkbox and Saving the document. Goals Tab Goals added to this IEP will be available in the student s Progress Report once this IEP is finalized. Add the Grading Periods dates for Progress Reports. Enter the Date for the Grading Periods

More information

Import Export CMS Blocks

Import Export CMS Blocks Import Export CMS Blocks User Manual https://www.magebees.com/magento-import-export-cmsblocks.html Import Export CMS Blocks By Support Ticket: - https://support.magebees.com, Support Email :- support@magebees.com

More information

FAU. How do I. Post course content? Folders

FAU. How do I. Post course content? Folders How do I Post course content? Content is made up of folders, files, links, and assessments (this will be covered on page ## or see separate documentation). It is basically anything you want to share with

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

Lab - Manage Virtual Memory in Windows 7 and Vista

Lab - Manage Virtual Memory in Windows 7 and Vista Lab - Manage Virtual Memory in Windows 7 and Vista Introduction In this lab, you will customize virtual memory settings. Recommended Equipment A computer with Windows 7 or Vista installed The hard drive

More information

EXAMS IN THE GENESIS GRADEBOOK

EXAMS IN THE GENESIS GRADEBOOK EXAMS IN THE GENESIS GRADEBOOK I. Introduction to Exams in the Genesis Gradebook II. Steps to Grading Exams in Genesis III. Setting Up Exams A. Selecting the Averaging Method for an Exam B. Adding Sections

More information

Pivot Tables, Lookup Tables and Scenarios

Pivot Tables, Lookup Tables and Scenarios Introduction Format and manipulate data using pivot tables. Using a grading sheet as and example you will be shown how to set up and use lookup tables and scenarios. Contents Introduction Contents Pivot

More information

Registering for classes Help

Registering for classes Help Registering for classes Help Before You Begin 1. Create your class schedule from the material provided by your campus. 2. Prepare additional schedules in the event courses on your first choice schedule

More information

Title of Resource Introduction to SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard. Author(s)

Title of Resource Introduction to SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard. Author(s) Title of Resource Introduction to SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard Author(s) Leiszle Lapping-Carr Institution University of Nevada, Las Vegas Students learn the basics of SPSS,

More information

Using the Grade-Change Workflow

Using the Grade-Change Workflow Using the Grade-Change Workflow Instructor Version Contents What Is the Grade-Change Workflow?....2 Request a Grade Change....2 Cancel a Request....8 Review the Approver's Decision...9 Approved.... 9 Denied....

More information

Process Document Financial Aid: Ready to Package Version 1.0 Document Generation Date 11/6/2008 Date Modified 12/29/2008 Last Changed by

Process Document Financial Aid: Ready to Package Version 1.0 Document Generation Date 11/6/2008 Date Modified 12/29/2008 Last Changed by Version 1.0 Document Generation Date 11/6/2008 Date Modified 12/29/2008 Last Changed by ASDS Status Draft Ready to Package Concept This process evaluates students based on a series of user defined "tests"

More information

e2e Appointment Manager

e2e Appointment Manager e2e Appointment Manager What is e2e Appointment Manager? Outlook Quick Start Guide The e2e Appointment Manager provides a quick and easy way to reserve blocks of time on your calendar for meetings. Students

More information

Accuterm 7 Usage Guide

Accuterm 7 Usage Guide P a g e 1 Accuterm 7 Usage Guide Most if not all computers on our campus have Accuterm 7 already installed on them. To log in, you will double click the icon on your desktop that looks like the one shown

More information

Department of Instructional Technology & Media Services Blackboard Grade Book

Department of Instructional Technology & Media Services Blackboard Grade Book Department of Instructional Technology & Media Services Blackboard Grade Book In your control panel, go to Assessment and grade center. Creating a Test In the Assessment section of the Control Panel, click

More information

Degree Works Exceptions

Degree Works Exceptions Degree Works Exceptions Degree Works gives advisers and others in your department access to make exceptions to students degree audits. Please be aware that this does not change any policy or procedure

More information

Depending on the computer you find yourself in front of, here s what you ll need to do to open SPSS.

Depending on the computer you find yourself in front of, here s what you ll need to do to open SPSS. 1 SPSS 13.0 for Windows Introductory Assignment Material covered: Creating a new SPSS data file, variable labels, value labels, saving data files, opening an existing SPSS data file, generating frequency

More information

Houghton Mifflin Harcourt and its logo are trademarks of Houghton Mifflin Harcourt Publishing Company.

Houghton Mifflin Harcourt and its logo are trademarks of Houghton Mifflin Harcourt Publishing Company. Guide for Teachers Updated September 2013 Houghton Mifflin Harcourt Publishing Company. All rights reserved. Houghton Mifflin Harcourt and its logo are trademarks of Houghton Mifflin Harcourt Publishing

More information

Lab 7 Statistics I LAB 7 QUICK VIEW

Lab 7 Statistics I LAB 7 QUICK VIEW Lab 7 Statistics I This lab will cover how to do statistical calculations in excel using formulas. (Note that your version of excel may have additional formulas to calculate statistics, but these formulas

More information

Reports/Invoices/Work Orders/Purchase Orders Do Not Show When Printing

Reports/Invoices/Work Orders/Purchase Orders Do Not Show When Printing Printer Troubleshooting Document Reports/Invoices/Work Orders/Purchase Orders Do Not Show When Printing Overview: PACCAR Connect uses pop-up windows to show reports in PDF format before you send them to

More information

Click on the Start Icon. Click on All Programs

Click on the Start Icon. Click on All Programs Click on the Start Icon Click on All Programs Scroll down to a point where the Microsoft Visual Studio 2013 folder appears. Click on the Microsoft Visual Studio 2013 folder. Click on Visual Studio 2013

More information

Introduction to SPSS

Introduction to SPSS Introduction to SPSS Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data file and calculate

More information

Instructional Management Program and Academic Communication Tool. Quick Guide to SIM 8.4 Upgrade Features. 10/14/2014 Version 2.

Instructional Management Program and Academic Communication Tool. Quick Guide to SIM 8.4 Upgrade Features. 10/14/2014 Version 2. Instructional Management Program and Quick Guide to SIM 8.4 Upgrade Features 10/14/2014 Version 2.0 FINAL (Page Intentionally Left Blank) TABLE OF CONTENTS Introduction... 1 Basic Navigation Overview...

More information

irc Pro (Not for diagnostic use)

irc Pro (Not for diagnostic use) irc Pro (Not for diagnostic use) User guide 2016 2 Table of Contents ircpro... 3 Overview... 3 Release notes... 4 Requirements... 5 Setup... 6 Setup by DVD... 7 Setup by Internet... 8 step 1 - Install

More information

As a lab attendant, you will be using isupport to put in tickets for issues that you work on. Those are going to break down to a few general types.

As a lab attendant, you will be using isupport to put in tickets for issues that you work on. Those are going to break down to a few general types. Intro to isupport As a lab attendant, you will be using isupport to put in tickets for issues that you work on. Those are going to break down to a few general types. Password tickets Generic tickets (*there

More information

Logging in & Taking a Course

Logging in & Taking a Course Logging in & Taking a Course The image to the right is an image of our Log in page. To access your training Log in to your account by visiting https://training.ipced.com/ and entering in your username

More information

Selection Control Structure CSC128: FUNDAMENTALS OF COMPUTER PROBLEM SOLVING

Selection Control Structure CSC128: FUNDAMENTALS OF COMPUTER PROBLEM SOLVING Selection Control Structure CSC128: FUNDAMENTALS OF COMPUTER PROBLEM SOLVING MULTIPLE SELECTION To solve a problem that has several selection, use either of the following method: Multiple selection nested

More information

Over the Summer, we might have more new tools, features, updates, and workflow changes as we get ready for the Fall semester.

Over the Summer, we might have more new tools, features, updates, and workflow changes as we get ready for the Fall semester. On Wednesday, June 8, 2016, we will upgrade versions 10.4, 10.5, and 10.6 during the same time period. After the upgrade has finished, we will be at version 10.6. Wednesday, June 8 at 10 PM through Thursday,

More information

Name: Date: Period: Chapter 2. Section 1: Describing Location in a Distribution

Name: Date: Period: Chapter 2. Section 1: Describing Location in a Distribution Name: Date: Period: Chapter 2 Section 1: Describing Location in a Distribution Suppose you earned an 86 on a statistics quiz. The question is: should you be satisfied with this score? What if it is the

More information

Marks Management & ScanExam Introduction

Marks Management & ScanExam Introduction Marks Management & ScanExam Introduction 1. Install Marks Management Software (MMS) and ScanExam First uninstall your old version of MMS. Then, use a web browser to visit ssnds.uwo.ca/softwaredownloads.html

More information

Procedural Amendment

Procedural Amendment Creating an Amendment in the eacuc system differs depending on what type of amendment you are submitting. Procedural Amendment Adding New Procedures to an Approved Protocol: If you are adding a brand new

More information

OPA SMS Facility. Contents.page. 1. Single SMS Send Bulk SMS 4 Creating a CSV file Address Book...5

OPA SMS Facility. Contents.page. 1. Single SMS Send Bulk SMS 4 Creating a CSV file Address Book...5 OPA SMS Facility Contents.page 1. Single SMS..3 2. Send Bulk SMS 4 Creating a CSV file 4 3. Address Book...5 New Address Book.5 New Address Entry.6 Delete Address Entry..7 Delete Address Book..7 4. Delivery

More information

Using the Dashboard. The dashboard allows you to see, and drill into, important summary information about the health of your reliability solution.

Using the Dashboard. The dashboard allows you to see, and drill into, important summary information about the health of your reliability solution. Using the Dashboard The dashboard allows you to see, and drill into, important summary information about the health of your reliability solution. Opening the Dashboard: You can see part of the dashboard

More information

Lab - Create a Partition in Windows 8

Lab - Create a Partition in Windows 8 Lab - Create a Partition in Windows 8 Introduction In this lab, you will create a FAT32 formatted partition on a disk. You will convert the partition to NTFS. You will then identify the differences between

More information

The Compliance Monitoring Data Portal (CMDP) Module 4: Chemical, Radionuclide and Microbial Samples and Results For lab users

The Compliance Monitoring Data Portal (CMDP) Module 4: Chemical, Radionuclide and Microbial Samples and Results For lab users The Compliance Monitoring Data Portal (CMDP) Module 4: Chemical, Radionuclide and Microbial Samples and Results For lab users 1 Methods to report samples and results to the CMDP 1. Uploading the information

More information

To Access Google Classroom: 1. Go to the MCSD Webpage (www.mcsdk12.org). 2. Click on the Web Apps link.

To Access Google Classroom: 1. Go to the MCSD Webpage (www.mcsdk12.org). 2. Click on the Web Apps link. To Access Google Classroom: 1. Go to the MCSD Webpage (www.mcsdk12.org). 2. Click on the Web Apps link. 3. Click on the Google Classroom icon. 4. Enter your SCHOOL DISTRICT EMAIL ADDRESS and press NEXT.

More information

IIS Easy Migration Tool - Quick Start Guide

IIS Easy Migration Tool - Quick Start Guide IIS Easy Migration Tool - Quick Start Guide Table of contents System requirements:... 2 Software registration and trial... 2 Source server: The first way of data collection using the Gathering Agent...

More information

Lab Manual Access Module

Lab Manual Access Module Lab Manual Access Module Lab 3: Advanced Queries Custom calculations in queries Sometimes, you want to specify certain calculated variables that would show up in your query result. Access allows you to

More information

Workflow. Sample Project. Tutorial

Workflow. Sample Project. Tutorial Sample Project In this project, we will walk you through a quick example workflow. This example will demonstrate how you can enhance your images using a preset only workflow and the apply button. We will

More information

IREAD-3 Summer 2016 Reporting Guide

IREAD-3 Summer 2016 Reporting Guide IREAD-3 Summer 2016 Reporting Guide As with the spring administration, PearsonAccess next OnDemand Reports functionality will provide access to online Proficiency Roster results for the Summer IREAD-3

More information

Relationship Estimator

Relationship Estimator This is a small program that is intended to make the DNA Prediction Chart Spreadsheet a bit easier to use. It is based entirely on the data in this spreadsheet plus some interpolation of missing values.

More information

Decisions, Decisions. Testing, testing C H A P T E R 7

Decisions, Decisions. Testing, testing C H A P T E R 7 C H A P T E R 7 In the first few chapters, we saw some of the basic building blocks of a program. We can now make a program with input, processing, and output. We can even make our input and output a little

More information

PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL

PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL P 2 I S A 0 1 8 PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL Doc.: CY7_CBA_ScQPrincipalManual.docx Produced by ETS, Core A Contractor TABLE OF CONTENTS Part 1 Introduction Introduction

More information

Clergy and Chancery, Parish and School Staff. Tom Hardy, Director, Office of Information Technology

Clergy and Chancery, Parish and School Staff. Tom Hardy, Director, Office of Information Technology Memo Date: July 11, 2016 To: From: Re: Clergy and Chancery, Parish and School Staff Tom Hardy, Director, Office of Information Technology How to Use Sparklines in Excel Have you ever had a worksheet of

More information

1 SEARCHING FOR A MEMBER SEARCHING FOR A WI ADDING A NEW MEMBER HOW TO ADD A DUAL MEMBER... 9

1 SEARCHING FOR A MEMBER SEARCHING FOR A WI ADDING A NEW MEMBER HOW TO ADD A DUAL MEMBER... 9 Contents 1 SEARCHING FOR A MEMBER... 2 2 SEARCHING FOR A WI... 4 3 ADDING A NEW MEMBER... 6 4 HOW TO ADD A DUAL MEMBER... 9 5 ADDING AND REMOVING A MEMBER S POSITION... 12 6 HOW TO CHANGE A MEMBER S WI...

More information

SAP Fiori Makers Showcase 11 Review. Kai Richter, SAP

SAP Fiori Makers Showcase 11 Review. Kai Richter, SAP SAP Fiori Makers Showcase 11 Review Kai Richter, SAP Why did we chose this app as showcase? Very well-designed application with a very complex structure showing how powerful Fiori can be. Great opportunity

More information

Business Process Document Student Records: Automated Test Transfer

Business Process Document Student Records: Automated Test Transfer Department Responsibility/Role File Name Version Document Generation Date 11/21/2007 Date Modified 11/30/2007 Last Changed by Status SA 8.9 - Student Records, Transfer Credit Evaluation Automated Test

More information

Repetition Structures

Repetition Structures Repetition Structures Chapter 5 Fall 2016, CSUS Introduction to Repetition Structures Chapter 5.1 1 Introduction to Repetition Structures A repetition structure causes a statement or set of statements

More information

Condition-Controlled Loop. Condition-Controlled Loop. If Statement. Various Forms. Conditional-Controlled Loop. Loop Caution.

Condition-Controlled Loop. Condition-Controlled Loop. If Statement. Various Forms. Conditional-Controlled Loop. Loop Caution. Repetition Structures Introduction to Repetition Structures Chapter 5 Spring 2016, CSUS Chapter 5.1 Introduction to Repetition Structures The Problems with Duplicate Code A repetition structure causes

More information

Premier Choice Group s Billing Platform User Guide

Premier Choice Group s Billing Platform User Guide Premier Choice Group s Billing Platform User Guide CONTENTS SECTION 1 INTRODUCTION... 1 SECTION 2 LOGGING IN... 2 SECTION 3 VIEWING YOUR INVOICES... 3 SECTION 4 CREATING REPORTS... 4 SECTION 5 CALL ANALYSIS...

More information

North Carolina State University 2004 Labwrite Project

North Carolina State University 2004 Labwrite Project North Carolina State University 2004 Labwrite Project LabWrite main homepage pg User Tabs How to use LabWrite Resources Special Features Labwrite Stage PreLAB: Getting started Questions to answer before

More information

Lesson 14 Transcript: Triggers

Lesson 14 Transcript: Triggers Lesson 14 Transcript: Triggers Slide 1: Cover Welcome to Lesson 14 of DB2 on Campus Lecture Series. Today, we are going to talk about Triggers. My name is Raul Chong, and I'm the DB2 on Campus Program

More information

LEARN-WISE TRAINING: LECTORA

LEARN-WISE TRAINING: LECTORA LEARN-WISE TRAINING: LECTORA SCORM MODULE SETTINGS REQUIREMENTS In order for a training module authored in Lectora to be compatible with any LMS, you must follow the following steps. 1. Go to the Design

More information

Chapter 11 Dealing With Data SPSS Tutorial

Chapter 11 Dealing With Data SPSS Tutorial Chapter 11 Dealing With Data SPSS Tutorial 1. Visit the student website at for this textbook at www.clowjames.net/students. 2. Download the following files: Chapter 11 Dealing with Data (SPSS data file)

More information

Software Requirements Specification. Todomoo. for. Requirements for Version 0.8. Prepared by Panagiotis Melidis

Software Requirements Specification. Todomoo. for. Requirements for Version 0.8. Prepared by Panagiotis Melidis Software Requirements Specification for Todomoo Requirements for Version 0.8 Prepared by Panagiotis Melidis 10/9/2011 Software Requirements Specification for Todomoo [ii] Table of Contents 1. Introduction...

More information

STUDENT REGISTRATION DATABASE (SRD) TABLE of CONTENTS

STUDENT REGISTRATION DATABASE (SRD) TABLE of CONTENTS STUDENT REGISTRATION DATABASE (SRD) TABLE of CONTENTS FUNCTION LOCATION Teacher Registration 2-3 Certification Box (must be checked 6 before submitting scores for AT/TAR) Count-Column Button 4 Current

More information

HOW TO MODIFY AN ASSIGNED COURSE PLAN

HOW TO MODIFY AN ASSIGNED COURSE PLAN HOW TO MODIFY AN ASSIGNED COURSE PLAN TABLE OF CONTENTS Revision History... 2 Introduction and Purpose... 2 Related Policies, Regulations, Guiding Principles, and Common Practices... 2 Impacted Departments,

More information

If your Mac keeps asking for the login keychain password

If your Mac keeps asking for the login keychain password If your Mac keeps asking for the login keychain password The password of your macos user account might not match the password of your login keychain. Either create a new login keychain or update it with

More information

Welcome to Technology Class. 7 th Grade: Web Design 8 th Grade: Digital Animation

Welcome to Technology Class. 7 th Grade: Web Design 8 th Grade: Digital Animation Welcome to Technology Class 7 th Grade: Web Design 8 th Grade: Digital Animation Syllabus We will go over important details of the syllabus YOU WILL NOT RECEIVE A NEW COPY IF YOU LOSE IT Be sure to return

More information

STUDENT TRAINING MANUAL SCHEDULE CREATE A STUDY ABROAD SECTION

STUDENT TRAINING MANUAL SCHEDULE CREATE A STUDY ABROAD SECTION STUDENT TRAINING MANUAL SCHEDULE CREATE A STUDY ABROAD SECTION SSASECT - BASIC SCHEDULE FORM NOTE: A course must have first been approved through the curriculum process and entered in Banner Catalog before

More information

Today s Topics. Percentile ranks and percentiles. Standardized scores. Using standardized scores to estimate percentiles

Today s Topics. Percentile ranks and percentiles. Standardized scores. Using standardized scores to estimate percentiles Today s Topics Percentile ranks and percentiles Standardized scores Using standardized scores to estimate percentiles Using µ and σ x to learn about percentiles Percentiles, standardized scores, and the

More information

HMH Leadership Form (Leader Guide)

HMH Leadership Form (Leader Guide) b a a b c Overview: Leadership Evaluation Form Getting Started: On the Home Page, you ll see a To-Do tile for any modules that have pending tasks assigned to you. Either (a) Click on the hyperlink to navigate

More information

Installation & User Guide

Installation & User Guide SharePoint Search String Highlighter Installation & User Guide Copyright 2005-2009 KWizCom Corporation. All rights reserved. Company Headquarters KWizCom 148 Castle Rock Dr. Richmond Hill, Ontario L4C

More information

Heuristic Evaluation of [Slaptitude]

Heuristic Evaluation of [Slaptitude] Heuristic Evaluation of [Slaptitude] 1. Problem I am evaluating Slaptitude, a mobile app that allows you to set a timer and monitor leaderboards to help achieve and improve focus. 2. Violations Found 1.

More information

EDITING AN EXISTING REPORT

EDITING AN EXISTING REPORT Report Writing in NMU Cognos Administrative Reporting 1 This guide assumes that you have had basic report writing training for Cognos. It is simple guide for the new upgrade. Basic usage of report running

More information

Microsoft Office 365 Forms

Microsoft Office 365 Forms Microsoft Office 365 Forms Microsoft Forms is a new part of Office 365 Education that allows teachers and students to quickly and easily create custom quizzes, surveys, questionnaires, registrations and

More information

Title of Resource The Syntax Window for SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard. Author(s)

Title of Resource The Syntax Window for SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard. Author(s) Title of Resource The Syntax Window for SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard Author(s) Leiszle Lapping-Carr Institution University of Nevada, Las Vegas Students learn to create

More information

JAVA PROGRAMMING (340)

JAVA PROGRAMMING (340) Page 1 of 8 JAVA PROGRAMMING (340) REGIONAL 2016 Production Portion: Program 1: Base K Addition (335 points) TOTAL POINTS (335 points) Judge/Graders: Please double check and verify all scores and answer

More information

CSE 332: Data Structures and Parallelism Autumn 2017 Setting Up Your CSE 332 Environment In this document, we will provide information for setting up Eclipse for CSE 332. The first s ection covers using

More information

Quick Guide to Installing and Setting Up MySQL Workbench

Quick Guide to Installing and Setting Up MySQL Workbench Quick Guide to Installing and Setting Up MySQL Workbench If you want to install MySQL Workbench on your own computer: Go to: http://www.mysql.com/downloads/workbench/ Windows Users: 1) You will need to

More information

Final Exam, CS130 Fall 2008

Final Exam, CS130 Fall 2008 Final Exam, CS130 Fall 2008 Instructions. This exam is similar to the midterms, except that you have two hours and fifteen minutes to work. The executable file to submit is Final.exe. Don t forget to put

More information

IceWarp to IceWarp Migration Guide

IceWarp to IceWarp Migration Guide IceWarp Unified Communications IceWarp to IceWarp Migration Guide Version 12.0 IceWarp to IceWarp Migration Guide 2 Contents IceWarp to IceWarp Migration Guide... 4 Used Terminology... 4 Brief Introduction...

More information

There are several formatting conventions used in this document. Please take note of the formatting styles:

There are several formatting conventions used in this document. Please take note of the formatting styles: Using Blackboard The majority of the teaching on this course will be delivered using software called Blackboard. Blackboard is one of many Virtual Learning Environments used to teach over the internet.

More information

Microsoft Office 365 Forms

Microsoft Office 365 Forms Microsoft Office 365 Forms Microsoft Forms is a new part of Office 365 Education that allows teachers and students to quickly and easily create custom quizzes, surveys, questionnaires, registrations and

More information

A Quick-Reference Guide. To access reddot: https://cms.hampshire.edu/cms

A Quick-Reference Guide. To access reddot: https://cms.hampshire.edu/cms Using RedDot A Quick-Reference Guide To access reddot: https://cms.hampshire.edu/cms For help: email reddot@hampshire.edu or visit http://www.hampshire.edu/computing/6433.htm Where is... Page 6 Page 8

More information

Due on: May 12, Team Members: Arpan Bhattacharya. Collin Breslin. Thkeya Smith. INFO (Spring 2013): Human-Computer Interaction

Due on: May 12, Team Members: Arpan Bhattacharya. Collin Breslin. Thkeya Smith. INFO (Spring 2013): Human-Computer Interaction Week 6 Assignment: Heuristic Evaluation of Due on: May 12 2013 Team Members: Arpan Bhattacharya Collin Breslin Thkeya Smith INFO 608-902 (Spring 2013): Human-Computer Interaction Group 1 HE Process Overview

More information

2/28/2018. Let s Talk About Testing the Nonogram Code. ECE 220: Computer Systems & Programming. Example Nonogram Code Solution

2/28/2018. Let s Talk About Testing the Nonogram Code. ECE 220: Computer Systems & Programming. Example Nonogram Code Solution University of Illinois at Urbana-Champaign Dept. of Electrical and Computer Engineering ECE 220: Computer Systems & Programming Testing the Nonogram Code Let s Talk About Testing the Nonogram Code What

More information

ReggieNet: Communicate with Your Students

ReggieNet: Communicate with Your Students Announcements Creating an Announcement ReggieNet: Communicate with Your Students Facilitators: Mayuko Nakamura (mnakamu), Charles Bristow (cebrist), Linda Summer (lsummer) & Steve Travers (sttrave) 1.

More information

List of Known Toolbox Problems

List of Known Toolbox Problems List of Known Toolbox Problems 17 November 2009 These are all the known bugs and missing features of the TLA + Toolbox reported as of 17 November 2009. 1. New Feature Add way to tell if the spec on which

More information

BQS User Guide For Digital Skills Test Centres

BQS User Guide For Digital Skills Test Centres BQS User Guide For Digital Skills Test Centres Feb 2015 v1.5 Contents 1. Getting Started... 3 1.1 Administration... 3 1.2 Automated Testing Website... 3 1.3 Software Requirements... 3 2. BQS Web Administration...

More information

Frequency Distributions and Descriptive Statistics in SPS

Frequency Distributions and Descriptive Statistics in SPS 230 Combs Building 859.622.3050 studentcomputing.eku.edu studentcomputing@eku.edu Frequency Distributions and Descriptive Statistics in SPSS In this tutorial, we re going to work through a sample problem

More information

CSE 332: Data Structures and Parallelism Winter 2019 Setting Up Your CSE 332 Environment

CSE 332: Data Structures and Parallelism Winter 2019 Setting Up Your CSE 332 Environment CSE 332: Data Structures and Parallelism Winter 2019 Setting Up Your CSE 332 Environment This document guides you through setting up Eclipse for CSE 332. The first section covers using gitlab to access

More information

Blackboard 9 Instructor Manual

Blackboard 9 Instructor Manual Blackboard 9 Instructor Manual Online Education Department Edition Before Class Begins Posting Announcements page 2 Creating an Instructor Profile page 3 Setting Availability page 4 Setting Due Dates page

More information

TestAnyTime User Manual (Imaging) English Version

TestAnyTime User Manual (Imaging) English Version TestAnyTime User Manual (Imaging) English Version 1 User Manual Notes & Notices Thank you for choosing TestAnyTime. This quick start guide will teach you the basics and have you up & running in a few minutes.

More information

Service Notifications

Service Notifications Service Notifications Service Notifications are used to communicate an upcoming service date and/or time to your customer by means of email, postcard or phone call depending on your company's processes

More information

Lab - Configure the Firewall in Windows 8

Lab - Configure the Firewall in Windows 8 Introduction In this lab, you will explore the Windows Firewall and configure some advanced settings. Recommended Equipment Two computers directly connected or connected over the network Windows 8 installed

More information

Visual basic tutorial problems, developed by Dr. Clement,

Visual basic tutorial problems, developed by Dr. Clement, EXCEL Visual Basic Tutorial Problems (Version January 20, 2009) Dr. Prabhakar Clement Arthur H. Feagin Distinguished Chair Professor Department of Civil Engineering, Auburn University Home page: http://www.eng.auburn.edu/users/clemept/

More information

How to Create a Box Plot in Excel

How to Create a Box Plot in Excel How to Create a Box Plot in Excel Prerequisite knowledge: Box Plot also called a box-and-whisker plot provides a horizontal or vertical graphical representation of a distribution of data where the end

More information

1. Go to Click on Returning Users Sign in Here. 2. Click the option icon. IowaGrants How to Register

1. Go to   Click on Returning Users Sign in Here. 2. Click the option icon. IowaGrants How to Register IOWAGRANTS: REGISTRATION INSTRUCTIONS Registration is a two-phase process. Phase I is Account Activation with the state s A&A system. Phase II is Registration within the IowaGrants system. To minimize

More information

IDEA StatiCa licenses support

IDEA StatiCa licenses support IDEA StatiCa licenses support Error messages and tips This is a list of up to now reported error messages and tips what to do with them. Some of them are doable by yourself and for the rest, you need access

More information

Open Source Digitalization Application. User s Manual

Open Source Digitalization Application. User s Manual Open Source Digitalization Application User s Manual Easyndexer by Raúl Diez This is version 1.0 of the Easyndexer user s manual. This work is licensed under the Creative Commons Attribution 3.0 Unported

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

Chapter 1. Getting Started

Chapter 1. Getting Started Chapter 1. Hey, Logy, whatcha doing? What s it look like I m doing. I m cleaning the windows so we can get started on our new adventure. Can t you leave the housekeeping until later. We ve got Logo work

More information

Repetition Algorithms

Repetition Algorithms Repetition Algorithms Repetition Allows a program to execute a set of instructions over and over. The term loop is a synonym for a repetition statement. A Repetition Example Suppose that you have been

More information

Report Generation WorkFlow. Test-Cycle for Individual Instructors. BLUE Course Evaluation System. Hossein Hakimzadeh 5/12/2016

Report Generation WorkFlow. Test-Cycle for Individual Instructors. BLUE Course Evaluation System. Hossein Hakimzadeh 5/12/2016 Report Generation WorkFlow Test-Cycle for Individual Instructors BLUE Course Evaluation System By Hossein Hakimzadeh 5/12/2016 Modified 6/29/2016 (Making sure the minimum threshold is set to 3) Modified

More information