IS Spring PROJECT #1 (10% OF COURSE GRADE) Build a Database Application using Microsoft Access 2010

Size: px
Start display at page:

Download "IS Spring PROJECT #1 (10% OF COURSE GRADE) Build a Database Application using Microsoft Access 2010"

Transcription

1 IS Spring PROJECT #1 (10% OF COURSE GRADE) Build a Database Application using Microsoft Access 2010 Purpose The purpose of this project is to introduce you to the use of computer databases as a powerful tool for data storage and retrieval. The experience can be particularly important because 1) in a digital society data are one of the most valuable resources of an organization, and 2) much of what you will be doing on a computer at work is likely to involve database applications. Project Requirements 1. Study the BCLE case (see Attachment 1). We will work with three data tables: ALL- STUDENT, TEST-PERIOD, and F2012-SIGNUP. See Attachment 2 for a data dictionary pertaining to these tables. The first two tables have been created for you as part of a database file called BCLE.accdb, which you need to download separately from the course Web site. 2. Complete the following tasks: 2.1 Create a new (blank) database. Name the database as: lastname-firstname, using one group member' s name. For example, for a student named Jane Smith, the database name would be Smith-Jane.accdb. Note: Access 2010 automatically adds the file extension,.accdb. 2.2 Import the two tables, ALL-STUDENT and TEST-PERIOD, from the BCLE database into your new database. From this point on, you only need to work with your new database. (5%) 2.3 Create a relationship between tables ALL-STUDENT and TEST-PERIOD. Enforce referential integrity. (5%) 2.4 Create the third table, F2012-SIGNUP, of the database, and enter the following data (see Attachment 2 for its definitions): F2012-SIGNUP ID First Name Last Name Phone 1159 Alex Yikes (818) Helen Kvashis (805) Jason Sanchez (818) Caroline Cover (213) Cathy Licea (626) Maria Phan (818) Jeff Mejia (818) Lyudmila Valanova (818) Mary Mills (310) Afshin Granada (661) Kelvin Hardy (805) Tani Wang (805) John Moos (818) Darin Tates (818) Page 1 of 6

2 7774 Christine Berlund (213) Dennis Ashworth (818) David Simmons (626) Tabitha Becker (661) Lynn Panko (710) Jesus Diaz (213) Copy the field description for all three tables from the Data Dictionary (Attachment 2) into your database (use the Table Design View). (5%) IMPORTANT: before attempting a query, always study the data dictionary (see Attachment 2) so you know which table(s) and fields to use. It s also a good idea to verify the accuracy of your query output by selectively comparing it to the input (i.e., use your eyeballs). 2.6 Develop two queries, one listing every student who has passed the BCLE, and the other listing every student who has failed. Name them AllPass and AllFail. Include in both queries the following fields: Name, ID, Semester, Date, Results of Part 1, 2 and 3. Also add a calculated field, Overall Result, to each query. The value under this calculated field will be PASS for the AllPass query, and FAIL for the AllFail query. (20%) Hints: 1) a value of "n/a" means the student passed this part of the BCLE during an earlier test period; so to pass the BCLE a student must have either Pass or n/a under each of the three result fields; 2) enter your select criteria under the three result fields only; 3) the definitions for the calculated field are Overall Result: PASS and Overall Result: FAIL, respectively. 2.7 Develop a query that lists every student who has taken the BCLE twice (If a student has taken the exam twice, there should be two records for that student in the ALL-STUDENT table. Consequently, those two records have identical values under the Name and ID fields). Include the following fields: Name, ID, Semester, Date, and Results of Part 1, 2 and 3. Sort the output by Name, and then by Date (descending) within Name. (5%) Hints: 1) Click Create Query Wizard Find Duplicates Query Wizard to design your query. 2) read the prompt carefully to understand what is being asked for. 3) Use the ALL-STUDENT table to find the duplicates, and then link the query to the TEST-PERIOD table in another query to include the Date field. 2.8 Develop a form that contains a subform (Refer to Lab Notes for an example) (10%) Develop the main form to include the following data: Semester, test date, number of students tested, and number of students repeating. Make necessary changes to make field labels more descriptive (if the default field names are not). The subform should include the following data fields: student name, ID, and results of the three parts of the test. Sort the main form by Date (descending). Resize the subform so that every field in the subform is visible. Create a title for the form. Save the main form under the name Records by Test Period. Page 2 of 6

3 2.9 Develop a report (15%) The F2012-SIGNUP table contains information on students who have registered to take the BCLE in Fall Semester, The administrator of the test would like to know if any of these new signups have already taken the test twice. Design a report to present the pertinent information. The report should list detailed information of those who are registering to take the test for the third time: their names, IDs, phone numbers, semesters and dates they took the previous two tests, and results of the three parts. Only unique field values should be presented (e.g., for the same student, his/her name, ID, and phone number should be shown only once on the report). Hint: create a query first to gather all the information needed for the report. Sort the query by Name, and then by Date (descending) within Name. Then run the Report Wizard and use your query as the data source for the report. Group the records by Name, ID, and Phone. Give your report an informative title. Save the report under the name BCLE Ineligible. Note: your report title is meaningful only to the reader, while your report s saved name is more important to Access (the software). Print and submit a hard copy of this report Develop a form that will be opened automatically every time you load your database. (20%) This form serves as a custom-designed menu used to perform specific activities, such as opening a form or viewing a report. It makes using your database application more userfriendly (in Access, it is also called a Switchboard). Use BCLE Main Menu as the title for this form. The form should have six command buttons labeled as follows and, when clicked, will trigger the following actions: 1. All Passes this opens the AllPass query you created under task All Fails. this opens the AllFail query created under task All Repeats this opens the query you created under task Records by Test Periods this opens the form you created under task BCLE Ineligibile this opens the report (in Print Preview) you created under task Close This button will close the BCLE Main Menu. To make the menu open automatically when you open your database, create a macro named AutoExec with an OpenForm action. BONUS TASK (Note: you are to attempt this without my assistance): 2.11 BCLE Summary Report (an extra 10% of the project grade) Develop a report that presents summary BCLE information for each semester it was administered, up to Spring Semester, Grouped by Date in descending order, your report will show the following information: date, semester, number of students taking the test, numbers and percentages of students who passed/failed the test during each test period, labs used, and numbers of faculty/staff proctors. At the end of the report, there should also be grand totals showing pass/fail numbers and percentages for all six test periods combined. Add an extra button, Bonus Report on your menu (see task 2.10 above) to allow a preview of your report. Give your report an appropriate title. Save the report under the name BCLE Summary. Page 3 of 6

4 Print and submit a hard copy of this report. SUBMISSION REQUIREMENTS: A. Electronic (10% of project grade): 1. On (or before) the due date and before the class start time, send me an message that includes your class time and the names of every member in your group. Attach your completed database file to your message. Be sure that your database has been named appropriately as required (see task 2.1 above). B. Hard copy: 1. Include a printout of report 2.9 (and report 2.11 if applicable). Do NOT print any query outputs or forms. 2. Download and print p1-grading-sheet.pdf. Fill out the class time and name part. Staple it to your other printout as a cover sheet. Note: Before you turn in your project, please make sure that you make a backup copy of your database file. In the rare event that your electronic submission fails to reach me or your attached file fails to open, the backup copy will be your only proof of work completed. No late project will be accepted. Just turn in what you have for partial credit. Page 4 of 6

5 ATTACHMENT 1: The Business Computer Literacy Test (BCLE) For the past three years, the School of Business at Southern State University has been conducting a semiannual Business Computer Literacy Examination (BCLE). To satisfy a computer proficiency requirement, all students majoring in Business can take the BCLE in lieu of taking a class. The test has three parts. To pass the test the student must pass all three parts. If the student fails one or more parts of the test, s/he may choose to retake (repeat) the parts failed. The student is allowed to repeat the test only once. Therefore, if the student did not pass the exam after a retake, s/he would have no choice but to take and pass a computer literacy class. Registration for the up-coming test (Fall Semester, 2012) is now underway. To register, students can call in or the office to provide their IDs, names, and contact phone numbers. After collecting the information, the staff at the School of Business will check, among other things, whether a student is trying to take the test for the third time after two failed attempts. If that is the case, the student will be considered ineligible, her/his registration request will be rejected, and s/he will be notified by phone. To manage students' test records more effectively and efficiently, the School has decided to implement an Access database application. Two data tables have been created: an ALL- STUDENT table that keeps all historical student test records since Fall Semester, 2009, and a TEST-PERIOD table that maintains records pertinent to each individual test. Your group has been retained as consultants to complete the remaining tasks of the application development. Page 5 of 6

6 ATTACHMENT 2: DATA DICTIONARY Table: ALL-STUDENT Historical Data of All Students Who Have Taken the BCLE (one or two records per student) Field Date Type Description Name Text Student Name in " last name, first name" format (Partial Key) ID Text Student Identification Number Semester tested Text Semester w hen test w as taken (Partial Key) Part1 Result Text Result of Part 1 of the test Part2 Result Text Result of Part 2 of the test Part3 Result Text Result of Part 3 of the test Table: TEST-PERIOD Permanent Data of Each Test Administered (one record per semester) Field Date Type Description Semester Text Semester w hen test w as taken (Primary Key) Date Date Date test w as administered NumStuTested Number Number of students taking the test NumStuRepeating Number Number of students taking the test (or part of it) the second time Lab1 Used Yes/No Whether Lab #1 w as used for the test Lab2 Used Yes/No Whether Lab #2 w as used for the test Lab3 Used Yes/No Whether Lab #3 w as used for the test NumFacProctor Number Number of faculty proctors NumStaffProctor Number Number of staff proctors Table: F2012-SIGNUP Data of Students Registered to Take the Test in Fall Semester, 2012 (one record per student) Field Date Type Description ID Text Student Identification Number (Primary Key) First Name Text Student First Name Last Name Text Student Last Name Phone Text Contact Telephone Number Page 6 of 6

Content-Based Assessments

Content-Based Assessments Content-Based Assessments GO! Fix It Project 2H Social Sciences For Project 2H, you will need the following file: a02h_social_sciences Lastname_Firstname_2H_Social_Sciences 2a ccess In this project, you

More information

DATA MANAGEMENT. About This Guide. for the MAP Growth and MAP Skills assessment. Main sections:

DATA MANAGEMENT. About This Guide. for the MAP Growth and MAP Skills assessment. Main sections: DATA MANAGEMENT for the MAP Growth and MAP Skills assessment About This Guide This Data Management Guide is written for leaders at schools or the district who: Prepare and upload student roster data Fix

More information

Content-Based Assessments

Content-Based Assessments Content-Based Assessments GO! Fix It Project 1H Scholarships For Project 1H, you will need the following file: a01h_scholarships Lastname_Firstname_1H_Scholarships In this project, you will make corrections

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO. Databases and Spreadsheets

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO. Databases and Spreadsheets SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO Sault College COURSE OUTLINE COURSE TITLE: Databases and Spreadsheets CODE NO. : CSA102 SEMESTER: 2 PROGRAM: AUTHOR: All Computer

More information

2017 UTA MAE Graduate Students Orientation

2017 UTA MAE Graduate Students Orientation 2017 UTA MAE Graduate Students Orientation 12-1:00pm Room 402WH January 11, 2017 http://mae.uta.edu/orientation Agenda Welcome remark: Dr. Erian Armanios, Chair Staff member introduction (Debi, Lanie)

More information

Grande Prairie Regional College

Grande Prairie Regional College Grande Prairie Regional College Department of Office Administration COURSE OUTLINE OA 2280 M2, Microsoft Word 2007 Expert Level (3) (0-0-4) 60 hours Monday Friday 10 11:30 am. A313 Instructor Sharron Barr

More information

COWLEY COLLEGE & Area Vocational Technical School

COWLEY COLLEGE & Area Vocational Technical School COWLEY COLLEGE & Area Vocational Technical School COURSE PROCEDURE FOR Student Level: This course is open to students on the college level in either the freshman or the sophomore year and to area high

More information

CONTENTS 1) OVERVIEW OF ICAS 2. 2) DATA WAREHOUSING 4 Connecting on to ICAS 4 Logging on to ICAS 5

CONTENTS 1) OVERVIEW OF ICAS 2. 2) DATA WAREHOUSING 4 Connecting on to ICAS 4 Logging on to ICAS 5 CONTENTS 1) OVERVIEW OF ICAS 2 2) DATA WAREHOUSING 4 Connecting on to ICAS 4 Logging on to ICAS 5 3) THE INTEGRATED CAMPUS ADMINISTRATION SYSTEM THE MODULES 7 Applications & Enquiries Module 7 Registration

More information

EE221 Databases Practicals Manual

EE221 Databases Practicals Manual EE221 Databases Practicals Manual Lab 1 An Introduction to SQL Lab 2 Database Creation and Querying using SQL Assignment Data Analysis, Database Design, Implementation and Relation Normalisation School

More information

Frequently asked questions on the Exam Period

Frequently asked questions on the Exam Period Frequently asked questions on the Exam Period - Autumn 2018/2019-1. What can I do if I passed the exam, but I am not satisfied with my mark? You can take a grade improvement examination: retaking a successful

More information

Registrar Data Instructions

Registrar Data Instructions Registrar Data Instructions Registrar data must be submitted for report generation and to confirm the accuracy of reporting. Institutions should carefully review the instructions for descriptions and accepted

More information

Information Systems Research (Session IV) Summer - CISM D (crn# 50188) 17:30 19:45 (miller 2329) Syllabus revision: #

Information Systems Research (Session IV) Summer - CISM D (crn# 50188) 17:30 19:45 (miller 2329) Syllabus revision: # Information Systems Research (Session IV) Summer - CISM 3350-01D (crn# 50188) 17:30 19:45 (miller 2329) Syllabus revision: # 180408 FACULTY DATA: Dr. Douglas Turner Phone: 678.839.5252 Miller 2223 OFFICE

More information

Intermediate Microsoft Access 2010

Intermediate Microsoft Access 2010 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet & MS Access database Create Relationships Create a Form with a Subform Create Action Queries Create Command Buttons Create a Switchboard

More information

GRADING SCALE: 40% Exams 50% Daily Work (Assignments) 10% Work Habits

GRADING SCALE: 40% Exams 50% Daily Work (Assignments) 10% Work Habits OHHS Career and Technology Computer Science IT Academy 2 Course Code: CTO603 Grades: 9, 10, 11, 12 Prerequisites: MS Word Length: One Semester/Half a Credit Course Fee: None COURSE DESCRIPTION: This course

More information

USER'S MANUAL. Version 9.1. User Instructions For The ASE Student Certification Online Test Administration Website

USER'S MANUAL. Version 9.1. User Instructions For The ASE Student Certification Online Test Administration Website USER'S MANUAL Version 9.1 User Instructions For The ASE Student Certification Online Test Administration Website Updated: 8/3/2017 1 TABLE OF CONTENTS TESTING POLICIES... 3 OVERVIEW OF USER ROLES... 4

More information

Grande Prairie Regional College

Grande Prairie Regional College Grande Prairie Regional College Department of Office Administration COURSE OUTLINE OA 1080 A3, Microsoft Word 2010 Expert Level (3) (0-0-5) 75 hours Monday Tuesday Thursday 11:30 12:50 p.m. Instructor

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC116 AC117 Selecting Fields Pages AC118 AC119 AC122 Sorting Results Pages AC125 AC126 Specifying Criteria Pages AC132 AC134

More information

Using ICT Essentials Reports

Using ICT Essentials Reports Using ICT Essentials Reports Using ICT Essentials Reports 2 Table of Contents Using ICT Essentials Reports...3 Generating Reports...3 Types of Reports...4 Group Reports (shows results for all users in

More information

Copyright 2009 Labyrinth Learning Not for Sale or Classroom Use LESSON 1. Designing a Relational Database

Copyright 2009 Labyrinth Learning Not for Sale or Classroom Use LESSON 1. Designing a Relational Database LESSON 1 By now, you should have a good understanding of the basic features of a database. As you move forward in your study of Access, it is important to get a better idea of what makes Access a relational

More information

Murach's HTML and CSS3 3 rd Edition By Boehm, Anne Fresno, Calif Publisher: Mike Murach & Associates, 2015 ISBN-13:

Murach's HTML and CSS3 3 rd Edition By Boehm, Anne Fresno, Calif Publisher: Mike Murach & Associates, 2015 ISBN-13: Course Number: IS117 Course Title: Introduction to Website Development Section: 006 Semester: Spring 2018 Date & Time: Tuesday: 10:00 AM 12:50 PM Location: GITC 2400 Credits: 3 Contact Hours: 3 Hours Face-to-Face

More information

Information Services. Essential Access Exercises. IT

Information Services. Essential Access Exercises. IT Information Services Essential Access Exercises IT www.york.ac.uk/it-services/training Essential Access Tasks Exercises to accompany Essential Access Course Books 1 & 2 Sample files for use with these

More information

MS Access Let s begin by looking at the toolbar and menu of Access.

MS Access Let s begin by looking at the toolbar and menu of Access. MS Access 2003 Access is a database program that allows you to store, retrieve, analyze, and print information. Individuals use databases for various purposes. Businesses use databases to manage customer

More information

Payroll Made Easy: Developing a Web Based System for Student Employee Payroll

Payroll Made Easy: Developing a Web Based System for Student Employee Payroll Payroll Made Easy: Developing a Web Based System for Student Employee Payroll William S. Thieke, Ph.D. Le Moyne College 1419 Salt Springs Rd. Syracuse, NY 13214 315-445-4599 thiekews@mail.lemoyne.edu ABSTRACT

More information

Online Registration. CAPP courses are actual UW Oshkosh college courses!

Online Registration. CAPP courses are actual UW Oshkosh college courses! Online Registration By completing this process, you will be enrolling in these courses for college credit Grades are final and permanent on transcript As a UW Oshkosh student you must follow our policies,

More information

A DVANCED T OPICS IN A CCESS: MACROS

A DVANCED T OPICS IN A CCESS: MACROS Introduction Macro: a set of one or more instructions that respond to an event (an action taken by a user, usually a keypress or mouse action). Macros are employed for two reasons: efficiency and consistency.

More information

RBA - Certification Application

RBA - Certification Application RBA - Certification Application The Certification Process Certification involves the evaluation of candidate experience, knowledge and skills. Individual capabilities are evaluated as follows: the application

More information

EPA Research Programme EPA s Online Grant Application & Project Management Portal

EPA Research Programme EPA s Online Grant Application & Project Management Portal EPA Research Programme 2014-2020 EPA s Online Grant Application & Project Management Portal QUICK GUIDE TO MAKING AN APPLICATION April 2018 Version 3 Powered by SmartSimple The EPA Research Programme is

More information

Oklahoma State University Institute of Technology Face-to-Face Common Syllabus Fall 2017

Oklahoma State University Institute of Technology Face-to-Face Common Syllabus Fall 2017 Oklahoma State University Institute of Technology Face-to-Face Common Syllabus Fall 2017 ITD 1253 Object-Oriented Programming Using C# Students learn how to design, code, and test applications in C# using

More information

NATIONAL REGISTRATION DATABASE (NRD ) : HOW TO MAKE AN INITIAL APPLICATION

NATIONAL REGISTRATION DATABASE (NRD ) : HOW TO MAKE AN INITIAL APPLICATION NATIONAL REGISTRATION DATABASE (NRD ) : HOW TO MAKE AN INITIAL APPLICATION September 2009 HOW TO MAKE AN INITIAL APPLICATION (Complete Form 33-109F4 : NRD Submission Registration of Individuals and Review

More information

Gujarat Technological University

Gujarat Technological University Gujarat Technological University Online Viva Entry - Basic Instructions & Manual for GTU Co-ordinator & Examiner GTU Coordinator Login Functionality: 1. Links For GTU Coordinator: http://14.139.122.69/marksheetgen/adminlogin.jsp.

More information

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary MIS Cases: Decision Making With Application Software, Second Edition Database Glossary This database glossary is designed to accompany MIS Cases: Decision Making With Application Software, Second Edition,

More information

Database Programming - Section 16. Instructor Guide

Database Programming - Section 16. Instructor Guide Database Programming - Section 16 Instructor Guide Table of Contents...1 Lesson 1 - Final Exam Preparation...1 What Will I Learn?...2 Why Learn It?...3 Tell Me / Show Me...4 Try It / Solve It...5 Lesson

More information

Graded Project. Excel 2016

Graded Project. Excel 2016 Excel 2016 PENN FOSTER, INC. 2016 INTRODUCTION CONTENTS INTRODUCTION 2 INSTRUCTIONS 2 SCORING GUIDELINES 6 SUBMITTING YOUR PROJECT 8 PAGE 1 GRADED PROJECT EXCEL 2016 INTRODUCTION This project requires

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Microsoft Access is database software that provides templates to help you add databases that make it easier to track, report, and share data with others. Although very powerful, the

More information

Microsoft Access XP (2002) Switchboards & Macros

Microsoft Access XP (2002) Switchboards & Macros Microsoft Access XP (2002) Switchboards & Macros Group/Summary Operations Creating a Switchboard Creating Macro Buttons From Wizards Creating Macros Manually Using the Condition Column Start Up Parameters

More information

Project Overview and Scope

Project Overview and Scope Project Overview and Scope MISSION What problem does this project address? Historically, students tend to skip class. This system aids instructors in tracking the attendance of their students. It will

More information

Registrar Data Instructions

Registrar Data Instructions Registrar Data Instructions Registrar data must be submitted for report generation and to confirm the accuracy of reporting. Institutions should carefully review the instructions for descriptions and accepted

More information

Welcome to the computer-based exam tutorial for the API 510, 570 and 653 exams.

Welcome to the computer-based exam tutorial for the API 510, 570 and 653 exams. Welcome to the computer-based exam tutorial for the API 510, 570 and 653 exams. This tutorial will provide you with the opportunity to become familiar with the computer testing environment before you begin

More information

ASOPE PROCTOR TRAINING AND GUIDELINES

ASOPE PROCTOR TRAINING AND GUIDELINES ASOPE ASOPE PROCTOR TRAINING AND GUIDELINES Produced By ASOPE Overview The American Society of Power Engineers, Inc. (ASOPE) testing modules are executed in testing locations by Proctors who are assigned

More information

How to complete the SPC Adjunct Faculty Evaluation Form Summer 2017 Spring 2018

How to complete the SPC Adjunct Faculty Evaluation Form Summer 2017 Spring 2018 How to complete the SPC Adjunct Faculty Evaluation Form Summer 2017 Spring 2018 Logging into Faculty180 Before logging in, make sure to be using Google Chrome as this is the official browser supported

More information

MAUI Final Exam Assignment Needs Submission Instructions for Academic Department Administrators

MAUI Final Exam Assignment Needs Submission Instructions for Academic Department Administrators MAUI Final Exam Assignment Needs Submission Instructions for Academic Department Administrators 1.) Go to MAUI (Made At the University of Iowa student information system) at http://www.maui.uiowa.edu 2.)

More information

St. Pius X High School 1030 St. Pius Drive Festus, Missouri Karen DeCosty, Principal/A+ Coordinator (636) 931-PIUS

St. Pius X High School 1030 St. Pius Drive Festus, Missouri Karen DeCosty, Principal/A+ Coordinator (636) 931-PIUS School Program Student handbook St. Pius X High School 1030 St. Pius Drive Festus, Missouri 63028 Karen DeCosty, Principal/A+ Coordinator (636) 931-PIUS Email: kdecosty@stpius.com 8 MISSOURI S A+ SCHOOLS

More information

Exam4 Reminders & Frequently Asked Questions

Exam4 Reminders & Frequently Asked Questions Reminders Download, install and test Exam4 software once per semester Submit practice tests in multiple exam modes, especially CLOSED mode Don t make any changes to your computer after installing and testing

More information

CHAPTER 6 SUMMARY. Objective 1: Identify Good Database Design

CHAPTER 6 SUMMARY. Objective 1: Identify Good Database Design Objective 1: Identify Good Database Design CHAPTER 6 SUMMARY A database is an organized collection of data facts about people, events, things, or ideas related to a specific topic or purpose. Information

More information

Spring CISM 3330 Section 01D (crn: # 10300) Monday & Wednesday Classroom Miller 2329 Syllabus revision: #

Spring CISM 3330 Section 01D (crn: # 10300) Monday & Wednesday Classroom Miller 2329 Syllabus revision: # Spring 2018 - CISM 3330 Section 01D (crn: # 10300) Monday & Wednesday 0800 0915 Classroom Miller 2329 Syllabus revision: # 171124 FACULTY DATA: Dr. Douglas Turner Phone: 678.839.5252 Miller 2223 OFFICE

More information

Test Results. Generation Java. ID-10t Consultations. Assistant Professor Department of Computer Science Siena College

Test Results. Generation Java. ID-10t Consultations. Assistant Professor Department of Computer Science Siena College Test Results Requested by: Dr. Darren Lim Assistant Professor Department of Computer Science Siena College Mrs. Pauline White Visiting Professor Department of Computer Science Siena College Generation

More information

ATS Questionnaire Management Interface (QMI) School Administrator Manual

ATS Questionnaire Management Interface (QMI) School Administrator Manual 2014 ATS Questionnaire Management Interface (QMI) School Administrator Manual 1 Table of Contents QMI: BATCH PAGE...3 LOGGING IN TO THE QUESTIONNAIRE MANAGEMENT INTERFACE...4 SEARCHING FOR EXISTING BATCHES...5

More information

WEST TEXAS A&M UNIVERSITY

WEST TEXAS A&M UNIVERSITY WEST TEXAS A&M UNIVERSITY Instructional Technology Services WTClass Training Manual Grade Center July 2014 WTClass Blackboard 9.1 For technical support call (806) 651-4357 Support website: http://angel.wtamu.edu/online

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

IS Spring 2018 Database Design, Management and Applications

IS Spring 2018 Database Design, Management and Applications IS 331-004 Spring 2018 Database Design, Management and Applications Class Time: Monday/Wednesday 1:00 PM -2:25 PM Location: PC MALL 37 Instructor Information: Name: Dr. Art Hendela Office: 5108 GITC Phone

More information

An Overview of the OSCAR Application Process

An Overview of the OSCAR Application Process An Overview of the OSCAR Application Process Although applying for positions in OSCAR may seem complex at first, it is a straightforward process that can be broken down into four basic steps: Upload Documents

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

SEE GRADING CRITERIA AT THE BOTTOM. Database Tables Lookup Wizard Relationships Forms Queries Reports

SEE GRADING CRITERIA AT THE BOTTOM. Database Tables Lookup Wizard Relationships Forms Queries Reports Microsoft Office 2007 PDF Picture Tutorial Series Databases Tables, Forms, Queries, Lookup Wizard, Relationships August 2010 by Floyd Jay Winters and Julie Manchester winterf@scf.edu SEE GRADING CRITERIA

More information

Student handbook. SchoolS Program Success For Every Student. Seckman High School 2800 Seckman Road Imperial, MO 63052

Student handbook. SchoolS Program Success For Every Student. Seckman High School 2800 Seckman Road Imperial, MO 63052 SchoolS Program Success For Every Student Student handbook Seckman High School 2800 Seckman Road Imperial, MO 63052 Curt Sykes, Asst. Principal/A+ Coordinator (636) 282-1485 Email: Sykes@foxc6.org 8 REVISED

More information

Content-Based Assessments. Mastering Access. For Project 13L, you will need the following file: a13l_lab_administrators

Content-Based Assessments. Mastering Access. For Project 13L, you will need the following file: a13l_lab_administrators CH13_student_cd.qxd 10/17/08 7:17 AM Page 1 Mastering Access Project 13L Lab Administrators In this project, you will apply the skills you practiced from the Objectives in Project 13A. Objectives: 1. Open

More information

Microsoft Access 2002 for Windows

Microsoft Access 2002 for Windows Microsoft Access 2002 for Windows Handout: 2 Academic Computing Support Information Technology Services Tennessee Technological University February 2004 1. Opening the File In the PC labs, from the Start

More information

Administrator Level Prism Training Manual

Administrator Level Prism Training Manual Administrator Level Prism Training Manual Table of Contents Major topics to be addressed... 3 Brief description of each topic... 3 How to register on PRiSM if you are a staff member... 3 Brief Introduction

More information

CSC 3300 Homework 3 Security & Languages

CSC 3300 Homework 3 Security & Languages CSC 3300 Homework 3 Security & Languages Description Homework 3 has two parts. Part 1 is an exercise in database security. In particular, Part 1 has practice problems in which your will add constraints

More information

MISSOURI S A+ SCHOOLS PROGRAM

MISSOURI S A+ SCHOOLS PROGRAM students that graduated from Fox High School in 2004 and each succeeding year will be eligible to participate in the A+ School Financial Incentive Program. MISSOURI S A+ SCHOOLS PROGRAM Missouri s Outstanding

More information

Content-Based Assessments

Content-Based Assessments GO! Fix It Project H Contests For Project H, you will need the following files: a0h_mwb_contests a0h_mwb_logo You will save your database as: Lastname_Firstname_H_MWB_Contests Midwest Botanicals offers

More information

SPR&I Database User Guide 2011

SPR&I Database User Guide 2011 Procedural Compliance Review (PCR) Step 1: Login SPR&I Database User Guide 2011 Using your district s secure password, log into the system via the ODE District website at https://district.ode.state.or.us.

More information

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS CIW JAVASCRIPT FUNDAMENTALS CERTIFICATION WEB 2391

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS CIW JAVASCRIPT FUNDAMENTALS CERTIFICATION WEB 2391 PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS CIW JAVASCRIPT FUNDAMENTALS CERTIFICATION WEB 2391 Class Hours: 1.0 Credit Hours: 1.0 Laboratory Hours: 0.0 Revised: Fall 06 Note: This course

More information

WW0BYLS EXAMINATION HANDBOOK

WW0BYLS EXAMINATION HANDBOOK WW0BYLS EXAMINATION HANDBOOK Overview Examinations at the Law School are given during a period (normally two weeks) at the end of the term. All papers assigned during the term, and all papers submitted

More information

How to complete the SPC Full-time Evaluation Form Summer 2018 Spring 2019

How to complete the SPC Full-time Evaluation Form Summer 2018 Spring 2019 How to complete the SPC Full-time Evaluation Form Summer 2018 Spring 2019 Logging into Faculty180 Before logging in, make sure to be using Google Chrome as this is the official browser supported by Faculty180.

More information

COURSE OUTLINE. School of Engineering Technology and Applied Science

COURSE OUTLINE. School of Engineering Technology and Applied Science COURSE OUTLINE SCHOOL: School of Engineering Technology and Applied Science DEPARTMENT: PROGRAM: COURSE TITLE: Information and Communication Engineering Technology (ICET) Computer and Communication Networking

More information

Application Process Page 1 of 12. Application Process

Application Process Page 1 of 12. Application Process Page 1 of 12 Application Process Login Initiate an Online Application Process Payment of Application Fees Uploading Required Documentation Cloning Unlocking Program Related Applications Initial Grant of

More information

TxEIS txconnect Training Guide August, 2012

TxEIS txconnect Training Guide August, 2012 August, 2012 Education Service Center 3001 North Freeway Fort Worth, Texas 76106 Contents Introduction...3 How to Display a Page in another Language..4 How to Display Help 5 How to Contact the Teacher..6

More information

Oklahoma State University Institute of Technology Online Common Syllabus Fall 2018

Oklahoma State University Institute of Technology Online Common Syllabus Fall 2018 Oklahoma State University Institute of Technology Online Common Syllabus Fall 2018 ITD 1213 Hardware Systems Support Focuses on the management and maintenance of hardware and operating system environments.

More information

IT2.weebly.com Applied ICT 9713

IT2.weebly.com Applied ICT 9713 Chapter 11 Database and charts You already know how to o define database record structures o enter data into a database o select subsets of data within a database o sort data within a database o produce

More information

DEPARTMENT OF BUSINESS AND OFFICE ADMINISTRATION

DEPARTMENT OF BUSINESS AND OFFICE ADMINISTRATION DEPARTMENT OF BUSINESS AND OFFICE ADMINISTRATION COURSE OUTLINE FALL 2017 OA 1145 3(3-0-1.5) 67.5 Hours - Excel and Access, Core Level INSTRUCTOR: Lacie Reilly PHONE: 780.723.5206 OFFICE: Edson OFFICE

More information

Requesting Grade Changes Online

Requesting Grade Changes Online Requesting Grade Changes Online Navigating to Your Grade List Instructors 1. Log into myuvm > myuvm.uvm.edu 2. Select Submit Grade Change from the Faculty Grade Maintenance channel on the Grading page.

More information

Faculty Training. Blackboard I Workshop Bobbi Dubins

Faculty Training. Blackboard I Workshop Bobbi Dubins Faculty Training Blackboard I Workshop Bobbi Dubins Table of Contents Introduction... 2 blackboard.allegany.edu... 2 Overview of Features:... 2 Using Blackboard... 3 Changing Your Password... 3 How to

More information

User Manual. Version 3.1. Copyright 2000 Academia Software Solutions All Rights Reserved

User Manual. Version 3.1. Copyright 2000 Academia Software Solutions All Rights Reserved The GR System User Manual Version 3.1 Copyright 2000 Academia Software Solutions All Rights Reserved All contents of this manual are copyrighted by Academia Software Solutions. The information contained

More information

Banner Training Manual

Banner Training Manual Banner Training Manual Self-Service Banner Student Information Student Version Table of Contents Self-Service Banner Student Information Student Version Page Main Menu 2 Registration Menu Select Term 4

More information

>> Workshop Registration Tool Quick Reference Workshop Registration Sign Up. Quick Reference

>> Workshop Registration Tool Quick Reference   Workshop Registration Sign Up. Quick Reference Quick Reference >> Workshop Registration Tool Quick Reference www.indianamedicaid.com Following are the instructions for accessing and using the Workshop Registration Tool offered by the Indiana Health

More information

SofTest v11 Exam Instructions

SofTest v11 Exam Instructions 1) Introduction SofTest is a program designed to allow students the use of their personal laptop computer when taking exams. SofTest gives the student the ability to answer multiple essay and/or multiple

More information

ROCKETSHIP EDUCATION MEALTIME ONLINE PARENT AND SCHOOL STAFF USER GUIDE

ROCKETSHIP EDUCATION MEALTIME ONLINE PARENT AND SCHOOL STAFF USER GUIDE ROCKETSHIP EDUCATION MEALTIME ONLINE PARENT AND SCHOOL STAFF USER GUIDE 2 Table of Contents Creating A Profile... 3 Apply For Meals... 5 Logging In... 5 Submitting a New Application... 5 Editing an Application

More information

TExES PREP Center TExES Exam Policy for TWU Teacher Education Candidates

TExES PREP Center TExES Exam Policy for TWU Teacher Education Candidates TExES PREP Center TExES Exam Policy for TWU Teacher Education Candidates Educator certification exams are an essential component of the Texas Woman s University College of Professional Education (COPE)

More information

USING WEBADVISOR. Please note the following term designations below:

USING WEBADVISOR. Please note the following term designations below: USING WEBADVISOR Before beginning, please make sure that you have checked your current hold status located under the HOLDS heading (as seen below). It is important to check your hold status at least 24

More information

Continuing Education Flex Tutorial

Continuing Education Flex Tutorial Continuing Education Flex Tutorial 8/29/2008 The Instructional Improvement (Flex) website may be accessed from Continuing Education Faculty Web Services at https://cefaculty.sdccd.edu by selecting the

More information

VIP Online. User Guide

VIP Online. User Guide VEHICLE INSPECTION PROGRAM Commercial Vehicle Safety and Enforcement VIP Online User Guide Online Licensing/Certification AI Verification of Inspection Reports Version 1.0.0 CVSE2020 (110413) Page 1 of

More information

Mobility Tool Guide for Beneficiaries of Leonardo da Vinci programme

Mobility Tool Guide for Beneficiaries of Leonardo da Vinci programme EUROPEAN COMMISSION Directorate-General for Education and Culture Lifelong Learning: policies and programme Coordination of the "Lifelong learning" programme Mobility Tool Guide for Beneficiaries of Leonardo

More information

INFS 2150 (Section A) Fall 2018

INFS 2150 (Section A) Fall 2018 INFS 2150 (Section A) Fall 2018 Introduction to Web Development Class meets TUE & THU: 12:30am-1:45pm: in Wheatley 114 Instructor: Peter Y. Wu Office: Wheatley 309 Office Hours: Tuesday 9:00 am-12:00 noon;

More information

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access This module was developed to assist students in passing the SkillCheck Incorporated Access 2003 Technology Competency Assessment. It was last updated

More information

Table of Contents COURSE OVERVIEW... 5

Table of Contents COURSE OVERVIEW... 5 Table of Contents COURSE OVERVIEW... 5 DISCUSSION... 5 THE NEW DATABASE FORMAT... 5 COURSE TOPICS... 6 CONVENTIONS USED IN THIS MANUAL... 7 Tip Open a File... 7 LESSON 1: THE NEW INTERFACE... 8 LESSON

More information

What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based

What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based Lesson - 1 What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based Examples of Databases Computer Based Databases

More information

Respondus: Instructions for Faculty (631) In this document: What is Respondus? Downloading and installing Respondus:

Respondus: Instructions for Faculty (631) In this document: What is Respondus? Downloading and installing Respondus: 1 Respondus: Instructions for Faculty (631) 632-2777 Teaching, Learning + Technology Stony Brook University In this document: 1. What is Respondus? 2. Downloading and installing Respondus 3. Changing where

More information

SYLLABUS. Departmental Syllabus

SYLLABUS. Departmental Syllabus SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0901 SEMESTER: COURSE TITLE: COURSE NUMBER: SQL Server CIST-0226 CREDIT HOURS: 4 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE: EMAIL: PREREQUISITE(S):

More information

ICDL & OOo BASE. Module Five. Databases

ICDL & OOo BASE. Module Five. Databases ICDL & OOo BASE Module Five Databases BASE Module Goals taken from the Module 5 ICDL Syllabus Module 5 Database requires the candidate to understand some of the main concepts of databases and demonstrates

More information

PhD Candidacy Exam Overview

PhD Candidacy Exam Overview EDIC - Doctoral Program in Computer & Communication Sciences PhD Candidacy Exam Overview https://phd.epfl.ch/edic/candidacyexams Candidacy exam background The philosophy After your 1 st year of PhD you

More information

Platinum Planner. Instructor User Guide

Platinum Planner. Instructor User Guide Platinum Planner Instructor User Guide Platinum Educational Group 2644 Sun Valley Jenison, MI 49428 Phone 616.818.7877 Fax 616.432.3063 www.platinumplanner.com P L A T I N U M E D U C A T I O N A L G R

More information

RYERSON UNIVERSITY Ted Rogers School of Information Technology Management and G. Raymond Chang School of Continuing Education

RYERSON UNIVERSITY Ted Rogers School of Information Technology Management and G. Raymond Chang School of Continuing Education 1.0 PREREQUISITE RYERSON UNIVERSITY Ted Rogers School of Information Technology Management and G. Raymond Chang School of Continuing Education COURSE OF STUDY 2017-2018 (C)ITM 610 Database Administration

More information

Grade Reporting for Secondary Schools Conference 2017

Grade Reporting for Secondary Schools Conference 2017 Conference 2017 Session Description: Explanation of timelines and procedures of the grade reporting cycle; available grade reporting options, grade input, and generating report cards and other reports.

More information

THE CAR SHARE RESERVATION DATABASE

THE CAR SHARE RESERVATION DATABASE CASE 4 THE CAR SHARE RESERVATION DATABASE Designing a Relational Database to Create Tables, Forms, Queries, Reports, and Navigation Panes PREVIEW In this case, you ll design a relational database reservation

More information

European Computer Driving Licence

European Computer Driving Licence European Computer Driving Licence E C D L S y l l a b u s 5. 0 Module 5 Using Databases ECDL Syllabus 5 Courseware Module 5 Contents UNDERSTANDING DATABASES... 1 KEY CONCEPTS... 1 DATABASE ORGANIZATION...

More information

Instructions for Primary Event Organizer(s)

Instructions for Primary Event Organizer(s) Instructions for Primary Event Organizer(s) This set of instructions is for you if you are planning an event, whether you are part of a Student Faculty Society, an MSU group, Residence Life Staff or another

More information

What is a database? Lesson - 1

What is a database?  Lesson - 1 Lesson - 1 www.semainformatics.wordpress.com What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based 1 Examples of

More information

Access Intermediate

Access Intermediate Access 2013 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC124 AC125 Selecting Fields Pages AC125 AC128 AC129 AC131 AC238 Sorting Results Pages AC131 AC136 Specifying Criteria Pages

More information

EPORTFOLIO FOR YOUR COURSE. Summer 2018 Cohort Training

EPORTFOLIO FOR YOUR COURSE. Summer 2018 Cohort Training EPORTFOLIO FOR YOUR COURSE Summer 2018 Cohort Training Outcomes: By the end of today, you will be able to Explain and utilize eportfolio pedagogy Explain the difference between a course level and program

More information

Office Hours: (By Appoint Only)

Office Hours: (By Appoint Only) Course Number: IS117 Course Title: Introduction to Website Development Section: 002 Semester: Spring 2019 Date & Time: Fridays 1:00 PM 3:50 PM Location: PC Mall 40 Credits: 3 Contact Hours: 3 Hours Face-to-Face

More information