Zak, D. (2014). Clearly Visual Basic: Programming with Microsoft Visual Basic 2012 (3rd ed.). Boston, MA: Course Technology.

Size: px
Start display at page:

Download "Zak, D. (2014). Clearly Visual Basic: Programming with Microsoft Visual Basic 2012 (3rd ed.). Boston, MA: Course Technology."

Transcription

1 ITC 4210, Programming Concepts and Problem Solving Course Syllabus Course Description Presents an introduction to solving computer programming problems using Visual Basic. Includes principles that translate easily to many other modern programming languages. Focuses on user interfaces, program structure, language syntax, and implementation details. Requires Microsoft Visual Basic. Course Textbook Zak, D. (2014). Clearly Visual Basic: Programming with Microsoft Visual Basic 2012 (3rd ed.). Boston, MA: Course Technology. Note: The material in this course provides introductory approaches to Visual Basic. Advanced concepts are covered in ITC 4230, Programming Concepts and Problem Solving II. The textbook in this course is also used in ITC 4230 to cover the more advanced material in the 2 nd half of the textbook. Course Software/Tools In order to complete the assignments in this course, you will need to have access to the following software and tools: Microsoft Visual Basic 2012 (or newer) Express Edition Trial Download or Visual Studio. The Express version may be downloaded from Access to the Internet A computer with Windows XP (Home or Professional), Windows Vista (Basic or above), or Windows 7 Course Learning Outcomes Upon completion of this course, students should be able to: 1. Demonstrate the ability to use the fundamental functions within programming software. 2. Utilize a programmer s problem-solving process toward creating solutions. 3. Develop a user interface for a computer program. 4. Write an expression containing arithmetic operators by declaring variables, declaring constants, and formatting a program s numeric output. 5. Locate and resolve syntax and logic errors by stepping through the code and by using breakpoints. 6. Write an If Then Else statement as an integral part of a computer program. 7. Compose both a nested selection structure and also a multiple-alternative selection structure. 8. Utilize testing methods within a computer program to both verify the program s functionality and also detect and prevent unwanted user input. 9. Construct a looping condition for a computer program by using an InputBox function, a Do Loop statement, and an arithmetic assignment operator. 10. Develop a complete computer program for the purpose of solving a problem by determining a control structure, using major functions, and preparing an appropriate user interface. Credits Upon completion of this course, the students will earn three (3) hours of college credit. ITC 4210, Programming Concepts and Problem Solving 1

2 Course Structure 1. Unit Learning Outcomes: Each unit contains Learning Outcomes that specify the measurable skills and knowledge students should gain upon completion of the unit. 2. Unit Lesson: Each unit contains a Unit Lesson, which discusses unit material. 3. Reading Assignments: Each unit contains Reading Assignments from one or more chapters from the textbook. Chapter presentations are provided in each unit study guide to aid students in their course of study. Suggested Readings are listed in the Units I and V study guides to aid students in their course of study. The readings themselves may or may not be provided in the course, but students are encouraged to read the resources listed if the opportunity arises as they have valuable information that expands upon the lesson material. Students will not be tested on their knowledge of the Suggested Readings. 4. Learning Activities (Non-Graded): These non-graded Learning Activities are provided in each unit to aid students in their course of study. 5. Key Terms: Key Terms are intended to guide students in their course of study. Students should pay particular attention to Key Terms as they represent important concepts within the unit material and reading. 6. Discussion Boards: Discussion Boards are a part of all CSU term courses. Information and specifications regarding these assignments are provided in the Academic Policies listed in the Course Menu bar. 7. Unit Quiz: This course contains one Unit Quiz to be completed at the end of Unit I. Quizzes are used to give students quick feedback on their understanding of the unit material. The Unit I Quiz is composed of multiplechoice questions, file response questions, and written response questions. 8. Unit Assignments: Students are required to submit for grading Unit Assignments in each unit. Specific information and instructions regarding these assignments are provided below. Grading rubrics are included with each assignment. Specific information about accessing these rubrics is provided below. 9. Ask the Professor: This communication forum provides you with an opportunity to ask your professor general or course content related questions. 10. Student Break Room: This communication forum allows for casual conversation with your classmates. CSU Online Library There is a virtual library with resources, including both journals and ebooks, to support your program and your course at Columbia Southern University. eresources are accessible 24 hours a day/7 days a week from the CSU Online Library gateway page. To access the library, log into mycsu, and then click on CSU Online Library. Resources are organized in the library by title, but if you click on Subject Research Guides, you will find eresources arranged by subject. The Library Reference service is available 7 days a week by ing library@columbiasouthern.edu. Ask a Librarian is also available 7 days a week by using the chat box located on the CSU Online Library main page. Librarian responses may occur within minutes or hours, but it will never take more than 24 hours for a librarian to send a response to the address you have provided. Replies to reference requests may include customized keyword search strategies, links to videos, research guides, screen captures, attachments, a phone call, live screen sharing, meeting room appointments, and other forms of instruction. Unit Assignments Unit I Project This project provides you with the opportunity to examine algorithms, identify the inaccuracies in the algorithms, and finally, to modify the algorithms with the correct details. Your next step will be to write an algorithm that includes the three control structures (sequence, selection, and repetition). First, explain the purpose of the algorithm by providing a brief description for the task being performed. Then, list the details of the algorithm. Remember to include all three control structures (sequence, selection, and repetition). Select ONE of the following tasks as the basis for completing your algorithm: Changing a television channel by using a remote control Using a sponge to wash a car Walking up a set of stairs ITC 4210, Programming Concepts and Problem Solving 2

3 Click here to access the template for this project. This document include two algorithms you will review, identify the inaccuracies, and insert the corrections. Additionally, there is a space for you to add the algorithm you will write. Complete your work on this template, save the document, and upload it for grading. Unit II Homework Chapter 2: Exercises 1, 2, & 3 Complete Exercises 1, 2, and 3 in the Exercises section at the end of Chapter 2 on page 31. Check your answers for Exercises 1 and 2 by referring to Appendix B. The answer for Exercise 3 is not in Appendix B, so your grade will be heavily based on how you complete it. Save all of your work in one Microsoft Word document, and submit it in Blackboard for grading. Unit II Project So far, this course has addressed control structures, problem solving, and planning. This project provides you with an opportunity to apply those concepts by analyzing the problem, planning an algorithm, and performing a desk-check. Click here to download the template (a Microsoft Word document) for this project and to complete the three-step process of analyzing the problem, planning the algorithm, and desk-checking the algorithm. Step 1: Analyze the Problem Step one of this project requires you to first identify a problem and to briefly draft the details of the problem in approximately one to two sentences. Also, compose a solution for the identified problem in a paragraph. You may choose the problem; however, the solution must involve a calculating program which you can design. Be sure to include input and output while analyzing the problem. Here are a few examples of designing a program to solve a problem: 1. calculate discount rates 2. calculate a customer s balance (how much he or she owes) 3. calculate purchase costs 4. calculate employee pay and pay-raise percentages 5. calculate the costs of rental merchandise Step 2: Plan the Algorithm The next part of the project involves drafting pseudocode and a flowchart as part of the planning process of an algorithm. This task helps identify all of the details for an algorithm planning the algorithm. Draft a set of pseudocode to include at least the following details: the output the input the algorithm with at least three instructions (Be sure the calculation instructions specify both what is to be calculated and also how to perform the calculation.) Next, draft a flowchart by using the shapes in the template (a Microsoft Word document). The flowchart must include at least the following components: one start symbol and one stop symbol (ovals) one input symbol and one output symbol (parallelograms) one process symbol (rectangle) flowlines Step 3: Desk-Check the Algorithm The final step involves performing a desk-check by inserting sample data (e.g., values) into a table. This allows you to test the algorithm to ensure it functions properly. Include at least two sample data sets in the desk-check table. Be sure to save all of your work in one document (the template), and submit the document in Blackboard for grading. ITC 4210, Programming Concepts and Problem Solving 3

4 Unit III Homework Chapter 3: Exercises 2 & 3 Complete Exercises 2 and 3 by modifying the application created in the chapter according to Exercise 2 on page 58 and creating an application for Country Vacations as instructed in Exercise 3 on page 59. Save your work in two separate Visual Basic files. After saving your work, zip up the entire solution folder for each of your programs and attach both of the zip files in Blackboard for grading. Chapter 4: Exercises 4 & 9 Complete Exercises 4 and 9. Save your work in separate Visual Basic files for each exercise and attach the files in Blackboard for grading. Be sure to include the problem solution (problem, output, input, and algorithm) for each exercise. Click here to access the exercise files for Chapters 3 & 4. Unit III Project Part I: For part one of this project, you will incorporate the concepts that you have learned so far in the course. Create a graphical user interface (GUI) that includes each of the following as part of the user interface: at least one Label control at least one PictureBox with an image Be sure to also change the name of the Form as well as the Form properties and lock the controls on the form. Save your application (in Visual Basic), test your interface by using the DEBUG feature, and apply edits as needed. Save the file after applying any edits. Then, proceed to part two. Part II: For part two, take your application s graphical user interface from part one and add a text box to get user input, perform an action with a button control, code a control s Click event procedure and stop an application by using the Me.Close() instruction. Be sure to include each of the following as part of the updated user interface: 1. a minimum of one text box 2. a minimum of one button control 3. a Click event procedure for an Exit button Save your application (in Visual Basic), test your btnexit control by using the procedure at the bottom of page 75 of your textbook. Save the file after applying any edits. Submit the GUI (i.e., the Visual Basic file) in Blackboard for grading. Unit IV Homework Chapter 5: Exercises 4 & 5 Complete Exercises 4 and 5 in Chapter 5. Chapter 6: Exercises 1 & 6 Complete Exercises 1 and 6 in Chapter 6. Click here to access the exercise files for Chapters 5 & 6. ITC 4210, Programming Concepts and Problem Solving 4

5 Save your work in separate Visual Basic files for each exercise, and attach the files in Blackboard for grading. Unit IV Project Part I: For this project, create a new application and apply what you learned in this unit to the new application. Be sure to add the following to your interface: 1. Include one or more comments such as the btncalc control s Click event procedure. 2. Include at least two arithmetic operators. 3. Include the Val function. 4. Use appropriate assignment statements. 5. Enter the appropriate comments in the General Declarations section. Save your application (in Visual Basic), test your interface by using the DEBUG feature, and apply edits as needed. Save the file after applying any edits. Then, proceed to part two. Part II: For part two, you will define variables, format the output using the Const statement, and format your numbers in the graphical user interface (GUI) to part one of this project. Be sure to include each of the following as part of the user interface: 1. Declare variables by using the DIM statement. 2. Format at least one number using the ToString Method. 3. Declare at least one Named Constant using the Const statement. Save your application (in Visual Basic), and submit the Visual Basic file in Blackboard for grading. Unit V Homework Chapter 7: Exercises 6 & 8 Complete Exercises 6 and 8 in Chapter 7. Chapter 8: Exercises 10 & 13 Complete Exercises 10 and 13 in Chapter 8. Click here to access the exercise files for Chapters 7 & 8. Save your work in separate Visual Basic files for each exercise, and attach the files in Blackboard for grading. Unit V Project For this project, create a new application and apply what you learned in this unit to the new application. Be sure to add the following to your interface: 1. Include at least one If Then Else statement. 2. Include at least one comparison operator. 3. Change at least one control s ForeColor property. 4. Add at least one Check Box to the interface. Save your application (in Visual Basic), and save the file after applying any edits. Submit the GUI (i.e., the Visual Basic file) in Blackboard for grading. ITC 4210, Programming Concepts and Problem Solving 5

6 Unit VI Homework Chapter 9: Exercises 3 & 9 Complete Exercises 3 and 9 in Chapter 9. Chapter 10: Exercises 3 & 16 Complete Exercises 3 and 16 in Chapter 10. Click here to access the exercise files for Chapters 9 & 10. Save your work in separate Visual Basic files for each exercise and attach the files in Blackboard for grading. For Exercise Question 16 in Chapter 10, upload a MS Word document that discusses your answer to each of the questions in the exercise. Unit VI Project This project allows you to create a new graphical user interface and apply what you learned in this unit to your application project. Be sure to include the following in your interface: 1. Radio buttons that limit the user to only one choice (nested selection structure) 2. A group box for your radio buttons 3. Controls to prevent unwanted characters in text boxes 4. At least one message box 5. At least one select case statement Test your application by using valid data to ensure that your application provides the correct results. Save the file (in Visual Basic) after applying any edits. Finally, submit the GUI (i.e., the Visual Basic file) in Blackboard for grading. Unit VII Homework Chapter 11: Exercises 4, 12, & 13 Complete Exercises 4, 12, and 13 in Chapter 11. Click here to access the exercise files for Chapter 11. Save your work in separate Visual Basic files for each exercise, and attach the files in Blackboard for grading. Unit VII Project For this project, create a new application and apply what you learned in this unit to your application. Be sure to perform the following: 1. Include a text box and prevent the entry of unwanted characters in a text box. 2. Create a message box with the MessageBox.Show method. 3. Include the Trim method and remove any leading and/or trailing spaces from a string. Test your application by using valid and invalid data to ensure that your application provides the correct results. Refer to the testing guidelines in Figure11-1 on page 238. Save your application (in Visual Basic), save the file after applying any edits. Submit the GUI (i.e., the Visual Basic file) in Blackboard for grading. ITC 4210, Programming Concepts and Problem Solving 6

7 Unit VIII Homework Chapter 12: Exercises 3, 4, & 15 Complete Exercises 3, 4, and 15 in Chapter 12. Click here to access the exercise files for Chapter 12. Save your work in separate Visual Basic files for each exercise, and attach the files in Blackboard for grading. Unit VIII Project This project provides you with an opportunity to write an application (i.e., computer program) by using a problem specification (output, input, and algorithm) and then creating the application in Visual Basic. Your application should use at least one of the following structures: sequence, selection, and/or repetition. 1. Select ONE of the following tasks as the basis for completing this project: changing a television channel by using a remote control using a sponge to wash a car walking up a set of stairs a game of your choosing net income calculator measurement calculator discount calculator sales calculator labor calculator totals calculator membership calculator inventory calculator 2. Select at least three of the concepts from Chapters 1-11 and apply this to your Windows application, which solves a problem. These are concepts you learned in this course and are listed below. arithmetic operator If Then Else statement nested selection structure multiple-alternative selection structure testing method looping condition 3. In a Microsoft Word document, explain the purpose of your Windows application by providing a brief description for the task being performed. Then, develop the algorithm using pseudocode (output, input, and algorithm). You can write your algorithm and support it with the use of a flowchart. Upload the Word document to File Upload. 4. Based on the topic you selected in #1 use an appropriate user interface and the programming concepts selected in #2 to develop a Windows application in Visual Basic. In addition to the concepts you selected, the application should have an appropriate interface. Upload the finished application to File Upload. For this project, you will be submitting one Microsoft Word document to address #3. Also, you will be submitting on Visual Basic Document to address #1, #2, and #4. ITC 4210, Programming Concepts and Problem Solving 7

8 APA Guidelines The application of the APA writing style shall be practical, functional, and appropriate to each academic level, with the primary purpose being the documentation (citation) of sources. CSU requires that students use APA style for certain papers and projects. Students should always carefully read and follow assignment directions and review the associated grading rubric when available. Students can find CSU s Citation Guide by clicking here. This document includes examples and sample papers and provides information on how to contact the CSU Success Center. Grading Rubrics This course utilizes analytic grading rubrics as tools for your professor in assigning grades for all learning activities. Each rubric serves as a guide that communicates the expectations of the learning activity and describes the criteria for each level of achievement. In addition, a rubric is a reference tool that lists evaluation criteria and can help you organize your efforts to meet the requirements of that learning activity. It is imperative for you to familiarize yourself with these rubrics because these are the primary tools your professor uses for assessing learning activities. Rubric categories include: (1) Discussion Board, (2) Assessment (Written Response), and (3) Assignment. However, it is possible that not all of the listed rubric types will be used in a single course (e.g., some courses may not have Assessments). The Discussion Board rubric can be found within Unit I s Discussion Board submission instructions. The Assessment (Written Response) rubric can be found embedded in a link within the directions for each Unit Assessment. However, these rubrics will only be used when written-response questions appear within the Assessment. Each Assignment type (e.g., article critique, case study, research paper) will have its own rubric. The Assignment rubrics are built into Blackboard, allowing students to review them prior to beginning the Assignment and again once the Assignment has been scored. This rubric can be accessed via the Assignment link located within the unit where it is to be submitted. Students may also access the rubric through the course menu by selecting Tools and then My Grades. Again, it is vitally important for you to become familiar with these rubrics because their application to your Discussion Boards, Assessments, and Assignments is the method by which your instructor assigns all grades. Communication Forums These are non-graded discussion forums that allow you to communicate with your professor and other students. Participation in these discussion forums is encouraged, but not required. You can access these forums with the buttons in the Course Menu. Instructions for subscribing/unsubscribing to these forums are provided below. Click here for instructions on how to subscribe/unsubscribe and post to the Communication Forums. Ask the Professor This communication forum provides you with an opportunity to ask your professor general or course content questions. Questions may focus on Blackboard locations of online course components, textbook or course content elaboration, additional guidance on assessment requirements, or general advice from other students. Questions that are specific in nature, such as inquiries regarding assessment/assignment grades or personal accommodation requests, are NOT to be posted on this forum. If you have questions, comments, or concerns of a nonpublic nature, please feel free to your professor. Responses to your post will be addressed or ed by the professor within 48 hours. Before posting, please ensure that you have read all relevant course documentation, including the syllabus, assessment/assignment instructions, faculty feedback, and other important information. ITC 4210, Programming Concepts and Problem Solving 8

9 Student Break Room This communication forum allows for casual conversation with your classmates. Communication on this forum should always maintain a standard of appropriateness and respect for your fellow classmates. This forum should NOT be used to share assessment answers. Grading Discussion Boards 2%) = 16% Unit I Quiz = 3% Unit Projects 6%) = 42% Unit Homework 2%) = 14% Unit VIII Project = 25% Total = 100% Course Schedule/Checklist (PLEASE PRINT) The following pages contain a printable Course Schedule to assist you through this course. By following this schedule, you will be assured that you will complete the course within the time allotted. ITC 4210, Programming Concepts and Problem Solving 9

10 ITC 4210, Programming Concepts and Problem Solving Course Schedule By following this schedule, you will be assured that you will complete the course within the time allotted. Please keep this schedule for reference as you progress through your course. Unit I Control Structures Unit Study Guide Learning Activities (Non-Graded): See Study Guide Chapter 1: I Am Not a Control Freak! (Control Structures) Chapter 1 Presentation: See Study Guide Suggested Reading: See Study Guide Discussion Board Response: Submit your response to the Discussion Board question by Saturday, Discussion Board Comment: Comment on another student s Discussion Board response by Tuesday, Quiz by Tuesday, Project by Tuesday, Unit II The Problem-Solving Process Unit Study Guide Learning Activities (Non-Graded): See Study Guide Chapter 2: First You Need to Plan the Party (Problem-Solving Process) Internet Reading: See Study Guide Discussion Board Response: Submit your response to the Discussion Board question by Saturday, Discussion Board Comment: Comment on another student s Discussion Board response by Tuesday, Homework by Tuesday, Project by Tuesday, ITC 4210, Programming Concepts and Problem Solving 10

11 ITC 4210, Programming Concepts and Problem Solving Course Schedule Unit III A Graphical User Interface Unit Study Guide Learning Activities (Non-Graded): See Study Guide Chapter 3: I Need a Tour Guide (Introduction to Visual Basic 2012) Chapter 4: Do-It-Yourself Designing (Designing Interfaces) Internet Reading: See Study Guide Discussion Board Response: Submit your response to the Discussion Board question by Saturday, Discussion Board Comment: Comment on another student s Discussion Board response by Tuesday, Homework by Tuesday, Project by Tuesday, Unit IV Assignment Statements, Variables, and Constants Unit Study Guide Learning Activities (Non-Graded): See Study Guide Chapter 5: The Secret Code (Assignment Statements) Chapter 6: Where Can I Store This? (Variables and Constants) Internet Reading: See Study Guide Discussion Board Response: Submit your response to the Discussion Board question by Saturday, Discussion Board Comment: Comment on another student s Discussion Board response by Tuesday, Homework by Tuesday, Project by Tuesday, ITC 4210, Programming Concepts and Problem Solving 11

12 ITC 4210, Programming Concepts and Problem Solving Course Schedule Unit V Selection Structure and Debugging Errors Unit Study Guide Learning Activities (Non-Graded): See Study Guide Chapter 7: What s Wrong With It? (Syntax, Logic, and Run Time Errors) Chapter 8: Decisions, Decisions, Decisions (Selection Structure) Internet Reading: See Study Guide Suggested Reading: See Study Guide Discussion Board Response: Submit your response to the Discussion Board question by Saturday, Discussion Board Comment: Comment on another student s Discussion Board response by Tuesday, Homework by Tuesday, Project by Tuesday, Unit VI Nested Selection Structures and Multiple-Alternative Selection Structures Unit Study Guide Learning Activities (Non-Graded): See Study Guide Chapter 9: Time to Leave the Nest (Nested Selection Structures) Chapter 10: So Many Paths So Little Time (Multiple-Alternative Selection Structures) Internet Reading: See Study Guide Discussion Board Response: Submit your response to the Discussion Board question by Saturday, Discussion Board Comment: Comment on another student s Discussion Board response by Tuesday, Homework by Tuesday, Project by Tuesday, ITC 4210, Programming Concepts and Problem Solving 12

13 ITC 4210, Programming Concepts and Problem Solving Course Schedule Unit VII Testing, Testing 1, 2, 3 Unit Study Guide Learning Activities (Non-Graded): See Study Guide Chapter 11: Testing, Testing 1, 2, 3 (Selecting Test Data) Internet Reading: See Study Guide Discussion Board Response: Submit your response to the Discussion Board question by Saturday, Discussion Board Comment: Comment on another student s Discussion Board response by Tuesday, Homework by Tuesday, Project by Tuesday, Unit VIII Pretest Loops Unit Study Guide Learning Activities (Non-Graded): See Study Guide Chapter 12: How Long Can This Go On? (Pretest Loops) Internet Reading: See Study Guide Discussion Board Response: Submit your response to the Discussion Board question by Saturday, Discussion Board Comment: Comment on another student s Discussion Board response by Tuesday, Homework by Tuesday, Project by Tuesday, ITC 4210, Programming Concepts and Problem Solving 13

Dowling, P. J., Festing, M., & Engle, A. (2013). International human resource management (6th ed.). Boston, MA: Cengage Learning.

Dowling, P. J., Festing, M., & Engle, A. (2013). International human resource management (6th ed.). Boston, MA: Cengage Learning. BHR 4501, International Human Resource Management Course Syllabus Course Description Examines three broad areas of international human resource management by examining human behavior within organizations

More information

Bittinger, M. L., Ellenbogen, D. J., & Johnson, B. L. (2012). Prealgebra (6th ed.). Boston, MA: Addison-Wesley.

Bittinger, M. L., Ellenbogen, D. J., & Johnson, B. L. (2012). Prealgebra (6th ed.). Boston, MA: Addison-Wesley. Course Syllabus Course Description Explores the basic fundamentals of college-level mathematics. (Note: This course is for institutional credit only and will not be used in meeting degree requirements.

More information

BHA 4053, Financial Management in Health Care Organizations Course Syllabus. Course Description. Course Textbook. Course Learning Outcomes.

BHA 4053, Financial Management in Health Care Organizations Course Syllabus. Course Description. Course Textbook. Course Learning Outcomes. BHA 4053, Financial Management in Health Care Organizations Course Syllabus Course Description Introduces key aspects of financial management for today's healthcare organizations, addressing diverse factors

More information

MBA 5652, Research Methods Course Syllabus. Course Description. Course Material(s) Course Learning Outcomes. Credits.

MBA 5652, Research Methods Course Syllabus. Course Description. Course Material(s) Course Learning Outcomes. Credits. MBA 5652, Research Methods Course Syllabus Course Description Guides students in advancing their knowledge of different research principles used to embrace organizational opportunities and combat weaknesses

More information

BSM 2801, Sport Marketing Course Syllabus. Course Description. Course Textbook. Course Learning Outcomes. Credits.

BSM 2801, Sport Marketing Course Syllabus. Course Description. Course Textbook. Course Learning Outcomes. Credits. BSM 2801, Sport Marketing Course Syllabus Course Description Examines the theoretical and practical implications of marketing in the sports industry by presenting a framework to help explain and organize

More information

Aronson, E., Wilson, T. D., & Akert, R. M. (2010). Social psychology (7th ed.). Upper Saddle River, NJ: Prentice Hall.

Aronson, E., Wilson, T. D., & Akert, R. M. (2010). Social psychology (7th ed.). Upper Saddle River, NJ: Prentice Hall. Course Syllabus Course Description Study of the social factors influencing individual behavior. Examines the constructs of socialization, social influence and conformity, social interaction, decision making,

More information

Ruggiero, V. R. (2015). The art of thinking: A guide to critical and creative thought (11th ed.). New York, NY: Longman.

Ruggiero, V. R. (2015). The art of thinking: A guide to critical and creative thought (11th ed.). New York, NY: Longman. BSL 4080, Creative Thinking and Problem Solving Course Syllabus Course Description An in-depth study of creative thinking and problem solving techniques that are essential for organizational leaders. Causal,

More information

MBA6941, Managing Project Teams Course Syllabus. Course Description. Prerequisites. Course Textbook. Course Learning Objectives.

MBA6941, Managing Project Teams Course Syllabus. Course Description. Prerequisites. Course Textbook. Course Learning Objectives. MBA6941, Managing Project Teams Course Syllabus Course Description Analysis and discussion of the diverse sectors of project management leadership and team activity, as well as a wide range of organizations

More information

PSY 1010, General Psychology Course Syllabus. Course Description. Course etextbook. Course Learning Outcomes. Credits.

PSY 1010, General Psychology Course Syllabus. Course Description. Course etextbook. Course Learning Outcomes. Credits. Course Syllabus Course Description This course is an introductory survey of the principles, theories, and methods of psychology as a basis for the understanding of human behavior and mental processes.

More information

BOS 3001, Fundamentals of Occupational Safety and Health Course Syllabus. Course Description. Course Textbook. Course Learning Outcomes.

BOS 3001, Fundamentals of Occupational Safety and Health Course Syllabus. Course Description. Course Textbook. Course Learning Outcomes. BOS 3001, Fundamentals of Occupational Safety and Health Course Syllabus Course Description An overview of key issues and practices related to the occupational safety and health (OSH) profession. Examines

More information

Valcik, N. A., & Tracy, P. E. (2013). Case studies in disaster response and emergency management. Boca Raton, FL: CRC Press.

Valcik, N. A., & Tracy, P. E. (2013). Case studies in disaster response and emergency management. Boca Raton, FL: CRC Press. MSE 6701, Case Studies in Natural Catastrophes and Man-Made Disasters Course Syllabus Course Description A critical look at emergency services management interactions in major historical natural catastrophes,

More information

BUS 4040, Communication Skills for Leaders Course Syllabus. Course Description. Course Textbook. Course Learning Outcomes. Credits. Academic Integrity

BUS 4040, Communication Skills for Leaders Course Syllabus. Course Description. Course Textbook. Course Learning Outcomes. Credits. Academic Integrity BUS 4040, Communication Skills for Leaders Course Syllabus Course Description Review of the importance of professionalism in all types of communications. This course provides you with the opportunity to

More information

Shank, Matthew D. (2009). Sports marketing: A strategic perspective (4th ed.). Upper Saddle River, NJ: Pearson/Prentice Hall.

Shank, Matthew D. (2009). Sports marketing: A strategic perspective (4th ed.). Upper Saddle River, NJ: Pearson/Prentice Hall. BSM 2801, Sport Marketing Course Syllabus Course Description Examines the theoretical and practical implications of marketing in the sports industry by presenting a framework to help explain and organize

More information

MEE 6501, Advanced Air Quality Control Course Syllabus. Course Description. Course Textbook. Course Learning Outcomes. Credits.

MEE 6501, Advanced Air Quality Control Course Syllabus. Course Description. Course Textbook. Course Learning Outcomes. Credits. MEE 6501, Advanced Air Quality Control Course Syllabus Course Description An in-depth study of advanced air quality control science and management practices. Addresses health effects, environmental impacts,

More information

MSE 5301, Interagency Disaster Management Course Syllabus. Course Description. Prerequisites. Course Textbook. Course Learning Objectives

MSE 5301, Interagency Disaster Management Course Syllabus. Course Description. Prerequisites. Course Textbook. Course Learning Objectives MSE 5301, Interagency Disaster Management Course Syllabus Course Description Focuses on interagency cooperation for complex crises and domestic emergencies. Reviews the coordinating mechanisms and planning

More information

Lyman, M. D. (2011). Criminal investigation: The art and the science (6th ed.). Upper Saddle River, NJ: Prentice Hall.

Lyman, M. D. (2011). Criminal investigation: The art and the science (6th ed.). Upper Saddle River, NJ: Prentice Hall. Course Syllabus Course Description Presents a study of the development of the investigative procedures and techniques from early practices to modern-day forensic science capabilities with an emphasis on

More information

STUDENT MOODLE ORIENTATION

STUDENT MOODLE ORIENTATION BAKER UNIVERSITY SCHOOL OF PROFESSIONAL AND GRADUATE STUDIES STUDENT MOODLE ORIENTATION TABLE OF CONTENTS Introduction to Moodle... 2 Online Aptitude Assessment... 2 Moodle Icons... 6 Logging In... 8 Page

More information

Moodle 2 Assignments. LATTC Faculty Technology Training Tutorial

Moodle 2 Assignments. LATTC Faculty Technology Training Tutorial LATTC Faculty Technology Training Tutorial Moodle 2 Assignments This tutorial begins with the instructor already logged into Moodle 2. http://moodle.lattc.edu/ Faculty login id is same as email login id.

More information

Moodle Student User Guide

Moodle Student User Guide Moodle Student User Guide Moodle Student User Guide... 1 Aims and Objectives... 2 Aim... 2 Student Guide Introduction... 2 Entering the Moodle from the website... 2 Entering the course... 3 In the course...

More information

Course Description Course Textbook Course Learning Outcomes Credits Course Structure Unit Learning Outcomes: Unit Lessons: Reading Assignments:

Course Description Course Textbook Course Learning Outcomes Credits Course Structure Unit Learning Outcomes: Unit Lessons: Reading Assignments: BOS 3640, Interactions of Hazardous Materials Course Syllabus Course Description A systematic analysis of how hazardous materials escalate an incident or emergency event. Examination of the basic fundamental

More information

EDIT 576 DL1 (2 credits) Mobile Learning and Applications Fall Semester 2014 August 25 October 12, 2014 Fully Online Course

EDIT 576 DL1 (2 credits) Mobile Learning and Applications Fall Semester 2014 August 25 October 12, 2014 Fully Online Course GEORGE MASON UNIVERSITY COLLEGE OF EDUCATION AND HUMAN DEVELOPMENT GRADUATE SCHOOL OF EDUCATION INSTRUCTIONAL DESIGN AND TECHNOLOGY PROGRAM EDIT 576 DL1 (2 credits) Mobile Learning and Applications Fall

More information

EDIT 576 (2 credits) Mobile Learning and Applications Fall Semester 2015 August 31 October 18, 2015 Fully Online Course

EDIT 576 (2 credits) Mobile Learning and Applications Fall Semester 2015 August 31 October 18, 2015 Fully Online Course GEORGE MASON UNIVERSITY COLLEGE OF EDUCATION AND HUMAN DEVELOPMENT INSTRUCTIONAL DESIGN AND TECHNOLOGY PROGRAM EDIT 576 (2 credits) Mobile Learning and Applications Fall Semester 2015 August 31 October

More information

Adult Degree Program. MyWPclasses (Moodle) Guide

Adult Degree Program. MyWPclasses (Moodle) Guide Adult Degree Program MyWPclasses (Moodle) Guide Table of Contents Section I: What is Moodle?... 3 The Basics... 3 The Moodle Dashboard... 4 Navigation Drawer... 5 Course Administration... 5 Activity and

More information

Class Numbers: & Personal Financial Management. Sections: RVCC & RVDC. Summer 2008 FIN Fully Online

Class Numbers: & Personal Financial Management. Sections: RVCC & RVDC. Summer 2008 FIN Fully Online Summer 2008 FIN 3140 Personal Financial Management Fully Online Sections: RVCC & RVDC Class Numbers: 53262 & 53559 Instructor: Jim Keys Office: RB 207B, University Park Campus Office Phone: 305-348-3268

More information

Houghton Mifflin Online Assessment System Walkthrough Guide

Houghton Mifflin Online Assessment System Walkthrough Guide Houghton Mifflin Online Assessment System Walkthrough Guide Page 1 Copyright 2007 by Houghton Mifflin Company. All Rights Reserved. No part of this document may be reproduced or transmitted in any form

More information

2 User Guide of Blackboard Mobile Learn for CityU Students (Android) How to download / install Bb Mobile Learn? Downloaded from Google Play Store

2 User Guide of Blackboard Mobile Learn for CityU Students (Android) How to download / install Bb Mobile Learn? Downloaded from Google Play Store 2 User Guide of Blackboard Mobile Learn for CityU Students (Android) Part 1 Part 2 Part 3 Part 4 How to download / install Bb Mobile Learn? Downloaded from Google Play Store How to access e Portal via

More information

Connect Microbiology. Training Guide

Connect Microbiology. Training Guide 1 Training Checklist Section 1: Getting Started 3 Section 2: Course and Section Creation 4 Creating a New Course with Sections... 4 Editing Course Details... 9 Editing Section Details... 9 Copying a Section

More information

Introduction to Moodle

Introduction to Moodle Center for Excellence in Teaching and Learning Mr. Philip Daoud Introduction to Moodle Beginner s guide Center for Excellence in Teaching and Learning / Teaching Resource This manual is part of a serious

More information

EDU 614: Advanced Educational Psychology Online Course Dr. Jim McDonald

EDU 614: Advanced Educational Psychology Online Course Dr. Jim McDonald EDU 614: Advanced Educational Psychology Online Course Dr. Jim McDonald Course Objectives: The primary goal of EDU 614 is to help practicing teachers gain a more in-depth understanding of important ideas

More information

Android App Development for Beginners

Android App Development for Beginners Description Android App Development for Beginners DEVELOP ANDROID APPLICATIONS Learning basics skills and all you need to know to make successful Android Apps. This course is designed for students who

More information

ADMN-1311: MicroSoft Word I ( Online Fall 2017 )

ADMN-1311: MicroSoft Word I ( Online Fall 2017 ) ADMN-1311: MicroSoft Word I ( Online Fall 2017 ) Instructor Information Instructor Name Arnitria Hawkins-Taylor Instructor Rank Assistant Professor Instructor Email ahawkins@southwest.tn.edu Instructor

More information

GACE Computer Science Assessment Test at a Glance

GACE Computer Science Assessment Test at a Glance GACE Computer Science Assessment Test at a Glance Updated May 2017 See the GACE Computer Science Assessment Study Companion for practice questions and preparation resources. Assessment Name Computer Science

More information

Sul Ross State University Spring Syllabus for ED 6315 Design and Implementation of Curriculum

Sul Ross State University Spring Syllabus for ED 6315 Design and Implementation of Curriculum Sul Ross State University Spring 2017 Syllabus for ED 6315 Design and Implementation of Curriculum Instructor: Rebecca Schlosser, J.D., Ed.D. Office Hours via Blackboard Instant Messaging: Mon, Tues, Wedn,

More information

Preferences...3 Basic Calculator...5 Math/Graphing Tools...5 Help...6 Run System Check...6 Sign Out...8

Preferences...3 Basic Calculator...5 Math/Graphing Tools...5 Help...6 Run System Check...6 Sign Out...8 CONTENTS GETTING STARTED.................................... 1 SYSTEM SETUP FOR CENGAGENOW....................... 2 USING THE HEADER LINKS.............................. 2 Preferences....................................................3

More information

Quick Reference for itslearning

Quick Reference for itslearning Quick Reference for itslearning Frequently Asked Questions... 2 How do I access itslearning?... 2 Who can I contact if I get a problem?... 2 Where can I get help?... 2 Can I get itslearning in my language?...

More information

Automating Outcome Based Assessment

Automating Outcome Based Assessment Automating Outcome Based Assessment Suseel K Pallapu Graduate Student Department of Computing Studies Arizona State University Polytechnic (East) 01 480 449 3861 harryk@asu.edu ABSTRACT In the last decade,

More information

Texas A&M University - Central Texas PSYK PRINCIPLES OF RESEARCH FOR THE BEHAVIORAL SCIENCES. Professor: Elizabeth K.

Texas A&M University - Central Texas PSYK PRINCIPLES OF RESEARCH FOR THE BEHAVIORAL SCIENCES. Professor: Elizabeth K. Texas A&M University - Central Texas PSYK 335-120 PRINCIPLES OF RESEARCH FOR THE BEHAVIORAL SCIENCES Professor: Elizabeth K. Brown, MS, MBA Class Times: T/Th 6:30pm-7:45pm Phone: 254-338-6058 Location:

More information

TK20 FOR STUDENT TEACHERS CONTENTS

TK20 FOR STUDENT TEACHERS CONTENTS TK20 FOR STUDENT TEACHERS This guide will help students who are participating in a Student Teaching placement to navigate TK20, complete required materials, and review assessments. CONTENTS Login to TK20:

More information

BLACKBOARD TRAINING PHASE 2 CREATE ASSESSMENT. Essential Tool Part 1 Rubrics, page 3-4. Assignment Tool Part 2 Assignments, page 5-10

BLACKBOARD TRAINING PHASE 2 CREATE ASSESSMENT. Essential Tool Part 1 Rubrics, page 3-4. Assignment Tool Part 2 Assignments, page 5-10 BLACKBOARD TRAINING PHASE 2 CREATE ASSESSMENT Essential Tool Part 1 Rubrics, page 3-4 Assignment Tool Part 2 Assignments, page 5-10 Review Tool Part 3 SafeAssign, page 11-13 Assessment Tool Part 4 Test,

More information

Spring 2015 CRN: Department: English CONTACT INFORMATION: REQUIRED TEXT:

Spring 2015 CRN: Department: English CONTACT INFORMATION: REQUIRED TEXT: Harrisburg Area Community College Virtual Learning English 104 Reporting and Technical Writing 3 credits Spring 2015 CRN: 32330 Department: English Instructor: Professor L.P. Barnett Office Location: York

More information

Using Blackboard.com Software to Reach Beyond the Classroom: Intermediate

Using Blackboard.com Software to Reach Beyond the Classroom: Intermediate Using Blackboard.com Software to Reach Beyond the Classroom: Intermediate NESA Conference 2007 Presenter: Barbara Dent Educational Technology Training Specialist Thomas Jefferson High School for Science

More information

CS177 Python Programming

CS177 Python Programming CS177 Python Programming Recitation 1 Introduction Adapted from John Zelle s Book Slides 1 Course Instructors Dr. Elisha Sacks E-mail: eps@purdue.edu Ruby Tahboub (Course Coordinator) E-mail: rtahboub@purdue.edu

More information

Texas A&M University - Central Texas PSYK EDUCATIONAL PSYCHOLOGY INSTRUCTOR AND CONTACT INFORMATION

Texas A&M University - Central Texas PSYK EDUCATIONAL PSYCHOLOGY INSTRUCTOR AND CONTACT INFORMATION Texas A&M University - Central Texas PSYK 303.125 EDUCATIONAL PSYCHOLOGY INSTRUCTOR AND CONTACT INFORMATION Instructor: Stephanie R. Smith, Ed.D., LPC-S, LSSP Virtual Office Hours: By appointment only

More information

Office Hours: Day Time Location TR 12:00pm - 2:00pm Main Campus Carl DeSantis Building 5136

Office Hours: Day Time Location TR 12:00pm - 2:00pm Main Campus Carl DeSantis Building 5136 FIN 3110 - Financial Management I. Course Information Course: FIN 3110 - Financial Management Semester Credit Hours: 3.0 Course CRN and Section: 20812 - NW1 Semester and Year: Fall 2017 Course Start and

More information

Using SAM Central With iread

Using SAM Central With iread Using SAM Central With iread January 1, 2016 For use with iread version 1.2 or later, SAM Central, and Student Achievement Manager version 2.4 or later PDF0868 (PDF) Houghton Mifflin Harcourt Publishing

More information

SECTION 12 E-Learning (CBT) Delivery Module

SECTION 12 E-Learning (CBT) Delivery Module SECTION 12 E-Learning (CBT) Delivery Module Linking a CBT package (file or URL) to an item of Set Training 2 Linking an active Redkite Question Master assessment 2 to the end of a CBT package Removing

More information

SYLLABUS- ACCOUNTING 5250: Advanced Auditing (SPRING 2017)

SYLLABUS- ACCOUNTING 5250: Advanced Auditing (SPRING 2017) (1) Course Information ACCT 5250: Advanced Auditing 3 semester hours of graduate credit (2) Instructor Information Richard T. Evans, MBA, CPA, CISA, ACDA (571) 338-3855 re7n@virginia.edu (3) Course Dates

More information

THESIS GUIDE FORMAL INSTRUCTION GUIDE FOR MASTER S THESIS WRITING SCHOOL OF BUSINESS

THESIS GUIDE FORMAL INSTRUCTION GUIDE FOR MASTER S THESIS WRITING SCHOOL OF BUSINESS THESIS GUIDE FORMAL INSTRUCTION GUIDE FOR MASTER S THESIS WRITING SCHOOL OF BUSINESS 1. Introduction VERSION: DECEMBER 2015 A master s thesis is more than just a requirement towards your Master of Science

More information

Spring 2015 IET4451 Systems Simulation Course Syllabus for Traditional, Hybrid, and Online Classes

Spring 2015 IET4451 Systems Simulation Course Syllabus for Traditional, Hybrid, and Online Classes Spring 2015 IET4451 Systems Simulation Course Syllabus for Traditional, Hybrid, and Online Classes Instructor: Dr. Gregory L. Wiles Email Address: Use D2L e-mail, or secondly gwiles@spsu.edu Office: M

More information

Online ICT Training Courseware

Online ICT Training Courseware Computing Guide THE LIBRARY www.salford.ac.uk/library Online ICT Training Courseware What materials are covered? Office 2003 to 2007 Quick Conversion Course Microsoft 2010, 2007 and 2003 for Word, PowerPoint,

More information

Odyssey Writer Online Writing Tool for Students

Odyssey Writer Online Writing Tool for Students Odyssey Writer Online Writing Tool for Students Ways to Access Odyssey Writer: 1. Odyssey Writer Icon on Student Launch Pad Stand alone icon on student launch pad for free-form writing. This is the drafting

More information

SAMPLE. PJM410: Assessing and Managing Risk. Course Description and Outcomes. Participation & Attendance. Credit Hours: 3

SAMPLE. PJM410: Assessing and Managing Risk. Course Description and Outcomes. Participation & Attendance. Credit Hours: 3 PJM410: Assessing and Managing Risk Credit Hours: 3 Contact Hours: This is a 3 credit course, offered in accelerated format. This means that 16 weeks of material is covered in 8 weeks. The exact number

More information

Cleveland State University Introduction to University Life Course Syllabus Fall ASC 101 Section:

Cleveland State University Introduction to University Life Course Syllabus Fall ASC 101 Section: Cleveland State University Introduction to University Life Course Syllabus Fall 2016 - ASC 101 Section: Day: Time: Location: Office Hours: By Appointment Instructor: Office: Phone: Email: @CSU_FYE (CSU

More information

The Moodle and joule 2 Teacher Toolkit

The Moodle and joule 2 Teacher Toolkit The Moodle and joule 2 Teacher Toolkit Moodlerooms Learning Solutions The design and development of Moodle and joule continues to be guided by social constructionist pedagogy. This refers to the idea that

More information

Introduction to Information System

Introduction to Information System Spring Quarter 2015-2016 Meeting day/time: N/A at Online Campus (Distance Learning). Location: Use D2L.depaul.edu to access the course and course materials Instructor: Miranda Standberry-Wallace Office:

More information

GIS 5049: GIS for Non Majors Department of Environmental Science, Policy and Geography University of South Florida St. Petersburg Spring 2011

GIS 5049: GIS for Non Majors Department of Environmental Science, Policy and Geography University of South Florida St. Petersburg Spring 2011 GIS 5049: GIS for Non Majors Department of Environmental Science, Policy and Geography University of South Florida St. Petersburg Spring 2011 Instructor Dr. Barnali Dixon Teaching Assistant: Lauren Bates

More information

Page 1 of 8 REQUIRED MATERIALS:

Page 1 of 8 REQUIRED MATERIALS: INSTRUCTOR: OFFICE: PHONE / EMAIL: CONSULTATION: INSTRUCTOR WEB SITE: MATH DEPARTMENT WEB SITES: http:/ Online MATH 1010 INTERMEDIATE ALGEBRA Spring Semester 2013 Zeph Smith SCC N326 - G 957-3229 / zeph.smith@slcc.edu

More information

Demography and Population Geography with GISc GEH 320/GEP 620 (H81) / PHE 718 / EES80500 Syllabus

Demography and Population Geography with GISc GEH 320/GEP 620 (H81) / PHE 718 / EES80500 Syllabus Demography and Population Geography with GISc GEH 320/GEP 620 (H81) / PHE 718 / EES80500 Syllabus Catalogue description Course meets (optional) Instructor Email The world's population in the context of

More information

Content Teaching Methods: Social Studies. Dr. Melinda Butler

Content Teaching Methods: Social Studies. Dr. Melinda Butler Content Teaching Methods: Social Studies ED 456 P60 2 Credits Dr. Melinda Butler (208) 292-1288 office (208) 666-6712 fax (208) 771-3703 cell Email: mkbutler@lcsc.edu or butlerm2@mac.com Course Description:

More information

i>clicker Setup Training Documentation This document explains the process of integrating your i>clicker software with your Moodle course.

i>clicker Setup Training Documentation This document explains the process of integrating your i>clicker software with your Moodle course. This document explains the process of integrating your i>clicker software with your Moodle course. Center for Effective Teaching and Learning CETL Fine Arts 138 mymoodle@calstatela.edu Cal State L.A. (323)

More information

INTRODUCTION TO GENERAL PSYCHOLOGY (PSYC 1101) ONLINE SYLLABUS. Instructor: April Babb Crisp, M.S., LPC

INTRODUCTION TO GENERAL PSYCHOLOGY (PSYC 1101) ONLINE SYLLABUS. Instructor: April Babb Crisp, M.S., LPC INTRODUCTION TO GENERAL PSYCHOLOGY (PSYC 1101) ONLINE SYLLABUS Psychology 1101 Instructor: April Babb Crisp, M.S., LPC Intro to General Psychology Fall Semester 2012 (8/20/12 12/04/12) Office Hours (virtual):

More information

I. PREREQUISITE For information regarding prerequisites for this course, please refer to the Academic Course Catalog.

I. PREREQUISITE For information regarding prerequisites for this course, please refer to the Academic Course Catalog. Note: Course content may be changed, term to term, without notice. The information below is provided as a guide for course selection and is not binding in any form, and should not be used to purchase course

More information

Beginning Blackboard. Getting Started. The Control Panel. 1. Accessing Blackboard:

Beginning Blackboard. Getting Started. The Control Panel. 1. Accessing Blackboard: Beginning Blackboard Contact Information Blackboard System Administrator: Paul Edminster, Webmaster Developer x3842 or Edminster@its.gonzaga.edu Blackboard Training and Support: Erik Blackerby x3856 or

More information

Test How To. Creating a New Test

Test How To. Creating a New Test Test How To Creating a New Test From the Control Panel of your course, select the Test Manager link from the Assessments box. The Test Manager page lists any tests you have already created. From this screen

More information

Outreach Connect User Manual

Outreach Connect User Manual Outreach Connect A Product of CAA Software, Inc. Outreach Connect User Manual Church Growth Strategies Through Sunday School, Care Groups, & Outreach Involving Members, Guests, & Prospects PREPARED FOR:

More information

I. PREREQUISITE For information regarding prerequisites for this course, please refer to the Academic Course Catalog.

I. PREREQUISITE For information regarding prerequisites for this course, please refer to the Academic Course Catalog. Note: Course content may be changed, term to term, without notice. The information below is provided as a guide for course selection and is not binding in any form, and should not be used to purchase course

More information

POFI 1349 Spreadsheets ONLINE COURSE SYLLABUS

POFI 1349 Spreadsheets ONLINE COURSE SYLLABUS POFI 1349 Spreadsheets ONLINE COURSE SYLLABUS COURSE NUMBER AND TITLE: POFI 1349 SPREADSHEETS (2-2-3) COURSE (CATALOG) DESCRIPTION: Skill development in concepts, procedures, and application of spreadsheets

More information

FAU Mobile App Goes Live

FAU Mobile App Goes Live Back to School August 2011 IRM Newsletter Technology News for FAU Faculty and Students Summer at IRM Has Been Anything But Quiet! Whether you are new to FAU or returning to campus after a relaxing summer,

More information

CS 1103 Computer Science I Honors. Fall Instructor Muller. Syllabus

CS 1103 Computer Science I Honors. Fall Instructor Muller. Syllabus CS 1103 Computer Science I Honors Fall 2016 Instructor Muller Syllabus Welcome to CS1103. This course is an introduction to the art and science of computer programming and to some of the fundamental concepts

More information

ecampus Basics Overview

ecampus Basics Overview ecampus Basics Overview 2016/2017 Table of Contents Managing DCCCD Accounts.... 2 DCCCD Resources... 2 econnect and ecampus... 2 Registration through econnect... 3 Fill out the form (3 steps)... 4 ecampus

More information

Accounting 380K.6 Accounting and Control in Nonprofit Organizations (#02705) Spring 2013 Professors Michael H. Granof and Gretchen Charrier

Accounting 380K.6 Accounting and Control in Nonprofit Organizations (#02705) Spring 2013 Professors Michael H. Granof and Gretchen Charrier Accounting 380K.6 Accounting and Control in Nonprofit Organizations (#02705) Spring 2013 Professors Michael H. Granof and Gretchen Charrier 1. Office: Prof Granof: CBA 4M.246; Prof Charrier: GSB 5.126D

More information

Welcome to WRT 104 Writing to Inform and Explain Tues 11:00 12:15 and ONLINE Swan 305

Welcome to WRT 104 Writing to Inform and Explain Tues 11:00 12:15 and ONLINE Swan 305 Associate Professor Libby Miles, PhD Office = Roosevelt 336 lmiles@uri.edu (questions only, no submissions) Office hours this spring = Tuesdays 12:30 2:00 and Wednesdays 10:30 11:30 Department of Writing

More information

The Creation and Significance of Study Resources intheformofvideos

The Creation and Significance of Study Resources intheformofvideos The Creation and Significance of Study Resources intheformofvideos Jonathan Lewin Professor of Mathematics, Kennesaw State University, USA lewins@mindspring.com 2007 The purpose of this article is to describe

More information

COMS 622 Course Syllabus. Note:

COMS 622 Course Syllabus. Note: Note: Course content may be changed, term to term, without notice. The information below is provided as a guide for course selection and is not binding in any form, and should not be used to purchase course

More information

SAMPLE. ORG423: Communication Strategies for Leaders

SAMPLE. ORG423: Communication Strategies for Leaders ORG423: Communication Strategies for Leaders Credit Hours: 3 Contact Hours: This is a 3-credit course, offered in accelerated format. This means that 16 weeks of material is covered in 8 weeks. The exact

More information

I. PREREQUISITE For information regarding prerequisites for this course, please refer to the Academic Course Catalog.

I. PREREQUISITE For information regarding prerequisites for this course, please refer to the Academic Course Catalog. Note: Course content may be changed, term to term, without notice. The information below is provided as a guide for course selection and is not binding in any form, and should not be used to purchase course

More information

Course Content Concepts

Course Content Concepts CS 1371 SYLLABUS, Fall, 2017 Revised 8/6/17 Computing for Engineers Course Content Concepts The students will be expected to be familiar with the following concepts, either by writing code to solve problems,

More information

CS 101 Computer Science I Fall Instructor Muller. Syllabus

CS 101 Computer Science I Fall Instructor Muller. Syllabus CS 101 Computer Science I Fall 2013 Instructor Muller Syllabus Welcome to CS101. This course is an introduction to the art and science of computer programming and to some of the fundamental concepts of

More information

AST Introduction to Solar Systems Astronomy

AST Introduction to Solar Systems Astronomy AST 111 - Introduction to Solar Systems Astronomy I. COURSE OVERVIEW In this introductory 7.5-week, four-credit lecture and laboratory course, we will explore the origins, structure, contents, and evolution

More information

MATH 205: Mathematics for K 8 Teachers: Number and Operations Western Kentucky University Spring 2017

MATH 205: Mathematics for K 8 Teachers: Number and Operations Western Kentucky University Spring 2017 MATH 205: Mathematics for K 8 Teachers: Number and Operations Western Kentucky University Spring 2017 INSTRUCTOR: Julie Payne CLASS TIMES: Section 003 TR 11:10 12:30 EMAIL: julie.payne@wku.edu Section

More information

Millersville University Degree Works Training User Guide

Millersville University Degree Works Training User Guide Millersville University Degree Works Training User Guide Page 1 Table of Contents Introduction... 5 What is Degree Works?... 5 Degree Works Functionality Summary... 6 Access to Degree Works... 8 Login

More information

Field Experience Management 2011 Training Guides

Field Experience Management 2011 Training Guides Field Experience Management 2011 Training Guides Page 1 of 40 Contents Introduction... 3 Helpful Resources Available on the LiveText Conference Visitors Pass... 3 Overview... 5 Development Model for FEM...

More information

Business Computer Applications CGS 1100 Course Syllabus. Course Title: Course / Prefix Number CGS Business Computer Applications

Business Computer Applications CGS 1100 Course Syllabus. Course Title: Course / Prefix Number CGS Business Computer Applications Business Computer Applications CGS 10 Course Syllabus Course / Prefix Number CGS 10 CRN: 20616 Course Catalog Description: Course Title: Business Computer Applications Tuesday 6:30pm Building M Rm 118,

More information

Appendix L: Online Testing Highlights and Script

Appendix L: Online Testing Highlights and Script Online Testing Highlights and Script for Fall 2017 Ohio s State Tests Administrations Test administrators must use this document when administering Ohio s State Tests online. It includes step-by-step directions,

More information

Connect Mcgraw Hill Managerial Accounting Promo Code

Connect Mcgraw Hill Managerial Accounting Promo Code Mcgraw Hill Promo Code Free PDF ebook Download: Mcgraw Hill Promo Code Download or Read Online ebook connect mcgraw hill managerial accounting promo code in PDF Format From The Best User Guide Database

More information

What to Do When Conflict Happens

What to Do When Conflict Happens PREVIEW GUIDE What to Do When Conflict Happens Table of Contents: Sample Pages from Leader s Guide and Workbook..pgs. 2-15 Program Information and Pricing.. pgs. 16-17 BACKGROUND INTRODUCTION Workplace

More information

Texas A&M University-Central Texas CISK Comprehensive Networking C_SK Computer Networks Monday/Wednesday 5.

Texas A&M University-Central Texas CISK Comprehensive Networking C_SK Computer Networks Monday/Wednesday 5. Texas A&M University-Central Texas CISK 478-110 Comprehensive Networking C_SK478-110 Computer Networks Monday/Wednesday 5.30 PM-6:45 PM INSTRUCTOR AND CONTACT INFORMATION Class: FH 207 Instructor: Dr.

More information

Instructor. Darlene Diaz. Office SCC-SC-124. Phone (714) Course Information

Instructor. Darlene Diaz. Office SCC-SC-124. Phone (714) Course Information Division of Math and Sciences Spring 2016 Section Number #19635 Mathematics 105: Math for Liberal Arts Students ONLINE 3 Units 7:30-9:30 p.m. Selected Days (2/8, 3/28, 6/3) in SCC-SC-111 February 8, 2015

More information

CENTRAL MAINE COMMUNITY COLLEGE Introduction to Computer Applications BCA ; FALL 2011

CENTRAL MAINE COMMUNITY COLLEGE Introduction to Computer Applications BCA ; FALL 2011 CENTRAL MAINE COMMUNITY COLLEGE Introduction to Computer Applications BCA 120-03; FALL 2011 Instructor: Mrs. Linda Cameron Cell Phone: 207-446-5232 E-Mail: LCAMERON@CMCC.EDU Course Description This is

More information

Dialogue Live Clientside

Dialogue Live Clientside Dialogue Live Clientside Logger Setup www.skillsoft.com Copyright 2008 SkillSoft Corporation. All rights reserved SkillSoft Corporation 107 Northeastern Blvd. Nashua, NH 03062 603-324-3000 87-SkillSoft

More information

POWERTEACHER GRADEBOOK

POWERTEACHER GRADEBOOK POWERTEACHER GRADEBOOK FOR THE SECONDARY CLASSROOM TEACHER In Prince William County Public Schools (PWCS), student information is stored electronically in the PowerSchool SMS program. Enrolling students

More information

I. PREREQUISITE For information regarding prerequisites for this course, please refer to the Academic Course Catalog.

I. PREREQUISITE For information regarding prerequisites for this course, please refer to the Academic Course Catalog. Note: Course content may be changed, term to term, without notice. The information below is provided as a guide for course selection and is not binding in any form, and should not be used to purchase course

More information

EMPOWER Self-Service Portal Student User Manual

EMPOWER Self-Service Portal Student User Manual EMPOWER Self-Service Portal Student User Manual by Hasanna Tyus 1 Registrar 1 Adapted from the OASIS Student User Manual, July 2013, Benedictine College. 1 Table of Contents 1. Introduction... 3 2. Accessing

More information

Introduction to WeBWorK for Students

Introduction to WeBWorK for Students Introduction to WeBWorK 1 Introduction to WeBWorK for Students I. What is WeBWorK? WeBWorK is a system developed at the University of Rochester that allows professors to put homework problems on the web

More information

Schoology Getting Started Guide for Teachers

Schoology Getting Started Guide for Teachers Schoology Getting Started Guide for Teachers (Latest Revision: December 2014) Before you start, please go over the Beginner s Guide to Using Schoology. The guide will show you in detail how to accomplish

More information

IDS 240 Interdisciplinary Research Methods

IDS 240 Interdisciplinary Research Methods IDS 240 Interdisciplinary Research Methods Course Description IDS 240 provides students with the tools they will need to approach a research topic from an interdisciplinary perspective. This course teaches

More information

PowerTeacher Gradebook User Guide PowerSchool Student Information System

PowerTeacher Gradebook User Guide PowerSchool Student Information System PowerSchool Student Information System Document Properties Copyright Owner Copyright 2007 Pearson Education, Inc. or its affiliates. All rights reserved. This document is the property of Pearson Education,

More information

Class Meeting Time and Place: Section 3: MTWF10:00-10:50 TILT 221

Class Meeting Time and Place: Section 3: MTWF10:00-10:50 TILT 221 Math 155. Calculus for Biological Scientists Fall 2017 Website https://csumath155.wordpress.com Please review the course website for details on the schedule, extra resources, alternate exam request forms,

More information

EdX Learner s Guide. Release

EdX Learner s Guide. Release EdX Learner s Guide Release Nov 18, 2017 Contents 1 Welcome! 1 1.1 Learning in a MOOC........................................... 1 1.2 If You Have Questions As You Take a Course..............................

More information

ENG 111 Achievement Requirements Fall Semester 2007 MWF 10:30-11: OLSC

ENG 111 Achievement Requirements Fall Semester 2007 MWF 10:30-11: OLSC Fleitz/ENG 111 1 Contact Information ENG 111 Achievement Requirements Fall Semester 2007 MWF 10:30-11:20 227 OLSC Instructor: Elizabeth Fleitz Email: efleitz@bgsu.edu AIM: bluetea26 (I m usually available

More information