Discover IT. Topics Covered. Course Details. Required Hardware:

Size: px
Start display at page:

Download "Discover IT. Topics Covered. Course Details. Required Hardware:"

Transcription

1 Discover IT Topics Covered What is it like to be an Information Technology (IT) professional? This course will show you: What IT professional actually do. What it is like to write a program. How to build and publish a basic web page. The traits you need to be a programmer. How to think like a programmer. Course Details High School South Central College Course Title Discover IT COMP Foundations of Computing Credits 2 high school semester credit 4 SCC credits Description Prerequisite: Format: Weekly work time: This course will help you discover the field of Information Technology (IT). The learning activities and project work emphasize time management, problem solving, and professional communications. None Online hours (approximate) Required Hardware: A Windows, Macintosh, or Chromebook computer. Most students prefer to bring in their own laptop, using the college computers to view labs and file specs. This allows you to set up and maintain your own programming environment. A Windows or Macintosh laptop is preferred over the use of a Chromebook so the student can work in a professional development environment. Several skills and techniques covered in this course cannot be done on a Chromebook. At least one flash drive to store your work. Earbuds - There are a lot of videos in this course. Keep a set of earbuds with you so you don't miss out.

2 Required Software: Chromebook: The text editor Caret. Windows: NotePad++. Macintosh: Text Wrangler. Google Chrome browser. Available at brand=ecwe&installdataindex=google-ntp. This is an open-source browser with many excellent extensions that will make your programming much easier. Students must have access to the web at home for the entire course. Textbook Optional Interactive Textbook: Computing Technology for All. Course Goals 1. Discover the excitement of IT. Technology is everywhere. This course will help you discover your interests, skills, and values to help you determine career choices. You'll learn how information technology is a critical component with almost every career choice. 2. Solve problems. Learning how to communicate complex ideas and how to break down problems into logical pieces. 3. Communicate as a professional. Speaking with precision, writing in a professional manner, and being able to listen. 4. Demonstrate successful time management. Complete projects early or on time-based on client specifications. 5. Improve your typing speed by 50% or more by the end of the course. Student Learning Outcomes What is IT? Examine the role of Information Technology in an organization. Explore the history of computing.* Identify turning-point events in the technology era.* Describe the organization of an Information Technology department.* Explore, categorize, and assess career options available to the IT professional.* Describe various hardware platforms and technologies used throughout an organization.* Discuss enterprise computing.* Explore the use of emerging technologies in business.* List various software categories found in an organization. (decision support, enterprise resource planning (ERP), content management systems (CMS), Customer Relationship Management (CRM).* Differentiate between operating systems and applications software.* Explore various hardware platforms used in an organization. (Operating systems, hardware networks, computing systems such as mainframe, mid-range, network, and cloud-based) Discuss issues of software licenses and open source software.*

3 Analyze key IT technologies and how they changed our lives. Determine your personal career choices based on your interests and skills. File Management Leverage file management techniques and explore various hardware platforms. Utilize both GUI (Graphical User Interface) and CLI (Command Line Interface).* Create a folder structure using the hierarchical file management system. (File Explorer in Windows and Finder in Mac)* Copy, move, delete, and rename files and folders.* Write PATH statements to access files anywhere on the file system. Explain why files have extensions and how they are used. Why don't folders have extensions? Compress and uncompress files. The Internet Explain the concepts of networking, the internet, and the web. List and describe the basic networking concepts.* Describe and contrast the concepts of the internet and the web.* Investigate standard concepts associated with the internet, security, and the web* Build A Web Page and Explore Ethics in Programming Create and style your own web pages using HTML. Create and use folders and files correctly. Create a web page using the essential HTML elements in the correct order. Establish a workflow using a standard text editor and a browser using hotkeys. Incorporate images, lists, and links on a web page. Explain the differences between copyright and creative commons licensing. Use the CSS Use CSS to style a web page. Use hex and rgb color codes with CSS for exact color matches. Specify font sizes and set up a font stack for multiple font options. Add borders, padding, and margins around objects on the page. Use <div> and <span> elements appropriately. Use the id=" " and class=" " attributes appropriately. Demonstrate the use of an external CSS file, embedded CSS, and in-line CSS. Secret Codes Understand different numbering systems and why they are useful. Explain the binary representation of data in ASCII.* Perform conversion between numbering systems (binary, decimal, and hexadecimal numbers).* Analyze why a specific numbering system is used in different circumstances (For example, inside a computer, specifying a color on a web page, calculating your grade.)

4 How Computers Work Using a software simulator, watch how the computer "thinks" using registers and memory and ones and zeros. Discuss why algorithms are useful in problem-solving.* List the recommended steps used to solve a problem.* Create algorithms for solving simple problems.* Analyze an algorithm's correctness and efficiency.* Illustrate the architecture of a computer.* Create a flowchart showing the process a program follows. Differentiate between high-level languages and machine language.* Write a machine language program and execute it on a simple simulator.* Utilize the different components of a computer (CPU, Program Counter, Registers, Program Memory, Data Memory) Write an assembly program that outputs English results to the user. Write an assembly program that utilizes basic math as well as a conditional jump. JavaScript and Algorithms Add interaction on your web page using a JavaScript. Visualize and design programs, using algorithms. Explain the use of variables, data types, expressions, and the assignment operator.* List the primary conditional and iterative control structures.* Choose appropriate programming constructs for a given task.* Write and test a program that implements a simple algorithm.* Write and run a JavaScript function. Pass parameters from one function to another. Return information back to a calling function. Write a JavaScript function that collects information from the user. Write a JavaScript function that performs a calculation. Write a JavaScript function that displays information on a web page. Event-Driven Programming Employ event-driven programming techniques. Explain the concept of event-driven programming.* Identify which programming languages in common use today support events.* Write and test a simple program that reacts to simple user-generated events.* Java Write a program using a compiled language such as Java. Write, compile, and run a Java program. Import external libraries into your program. Write a Java program that collects information from the user. Write a Java program that utilizes an if/else conditional statement. Write a Java program that utilizes a switch statement. Using Linux - CLI Apply file management principles on a Unix-like system, manipulating file and folder structures.

5 Copy files using the copy (cp) command.* Move and rename files using the move (mv) command.* Remove files using the remove (rm) command.* Create and remove directories using common Linux utility programs and shell commands.* View and manipulate the attributes of files and directories.* Connect to and work with files on a Linux-based server using various utilities.* Use editors to create and edit standard Linux data files.* PHP Explore server-side programming using the popular programming language, PHP. Summarize the evolution of programming languages.* Identify distinguishing characteristics of those programming languages in common use today.* Compare the advantages and disadvantages of the main programming paradigms (procedural, objectoriented, function).* Install a LAMP stack such as AMPPS. Write a simple program using PHP that gives feedback to the user. Modify a set of web pages to utilize PHP server side includes. Write a PHP program that utilizes an if/else conditional statement Write a PHP program that stores data in an array. Write a PHP program that displays the contents of an array using a for loop. Analyze the advantages and disadvantages of the different types of languages (assembly, procedural, object-oriented, declarative). Databases Create your own database to store information. Then, write a program to extract and display the data. Ethics Discuss the hierarchy of data.* Compare database management systems.* Describe the use of data warehouses and data mining in the organization.* Design a database table including at least three fields and an auto-incrementing key field Demonstrate the reason for 1NF in database design. Use a GUI such as phpmyadmin or Adminer to create, inspect, and maintain data. Write an SQL statement to extract specific records from a table. Write a PHP program that extracts and displays data from a database. Compare various database systems (Excel, DBMS, MongoDB, JSON) giving the strengths of each. Describe the use of data warehouses and data mining in an organization. Explore ethical issues in computing. Discuss issues related to data privacy.* Explain methods to protect against identify and information theft.* Discuss issues related to computer crime.* Your Future What have you learned? What is next?

6 Compare your current skill set with the skills you had at the beginning of the course. Rank the topics in the class listing the top three that you enjoyed the most. Research and describe three careers that would utilize the areas you enjoy. Create a 5-step plan outlining the skills you will need for your top career choice. * Items included in the South Central College syllabus for concurrent credit. Course Design This content in this course consists of multiple modules. Each module consists of two parts: (1) Learning Activities - Do these first to learn the material. These include tutorials, practice code sessions, self-quizzes, and videos. (2) Assessment Activities are designed so you can demonstrate how well you have learned the material. These consist of projects, grade quizzes, and other assessments. Working on the projects before doing the learning activities is like describing a book before you've read it, or playing a sport before you learn the rules. Learn the material first and then do the project work. Is it smart to look over the project before you start the Learning Activities? Absolutely. It will give your brain a roadmap and a reason why as you do the Learning Activities. Grading Scale % 90-93% 87-89% 83-86% 80-82% 77-79% 73-76% 70-72% 67-69% 63-66% 60-66% 59% and below A A- B+ B B- C+ C C- D+ D D- F The grading for this course is performance-based. You will not be graded a curve. This means that your grade is based on the work you do and not on what grade others in the class receive. As your instructor, I am the record-keeper of your points. I do not give you a grade. I only keep track of the points each student has earned based on how well you accomplished specific tasks. Student Expectations Be responsible for your own actions. Actions (as well as inactions) will always give you specific results. For example, if you don't turn in projects or you skip several quizzes, the specific results will be a lower grade. Don't expect different results from your own inactions. You are responsible for your own actions. Not the instructor, or administration, or your other classmates or your friends. It all comes down to what you decide to do or not do and what results you want. 1. You must have access. It is expected that you have a working computer at home and are connected to the Internet. Do not try to take this course without these two important tools. All of the material is located online on the LMS (Learning Management System) and not having access to the web is like driving a car without wheels. 2. Do the work. It is expected that you have done all of the Learning Activities for the week including the self-quizzes. Do these before you attempt to complete the project work!

7 It is expected that some work will be done outside of class. Treat the learning activities as you would any other homework. 3. Meet deadlines. For Projects - Build on the bonus points by turning in projects early. There is also a 48-hour window (with a 20% penalty) after the due date. After that, no projects are accepted. For Quizzes - You have one week to take each graded quiz. Miss that huge window of opportunity and you have lost out on those points. Due to the time-relationship between the self-quizzes (as learning activities) and the graded-quizzes (as assessment activities) there will be no graded quizzes allowed after the established deadline. Bonus Points for Early Submission - No late projects, papers, or quizzes will be accepted unless you have made prior arrangements in writing with the instructor and have a valid and documented reason. The instructor may offer an early submission bonus on some projects. Take advantage of these whenever you can. There will be no makeup or 'extra credit' opportunities at the end of the semester. 4. Understand that learning is moving out of your comfort zone. Learning is about change and change means being willing to move out of your comfort level into new areas you haven't explored before. 5. Communicate as a professional. Always write using proper grammar and spelling. In the professional world, you are judged by all your written communications. Address people using either their title and last name (Professor Smith, Ms. Boyd, Mr. Martinez) or by their first name. Please save the "Hey" salutations for your buddies and friends. It is not considered appropriate for business communications. 6. Stay connected. Have all your school s forwarded to your personal address and check your at least once each day. Have notifications turned on for Slack so you know when the instructor has posted a message to the class or to you personally. Your College Transcript If you are taking this as a concurrent college course you are building your college transcript. Your transcript will follow you for many years and is often a critical factor used in hiring decisions. Concurrent credit also has the added responsibility of meeting the college's standards. As a concurrent course, this is the same as taking a class on campus. The college student handbook is included as part of the course materials on the LMS (Learning Management System).

8 Course Schedule (subject to change) Academic Dishonesty Policy It is important that students are held to standards that uphold concepts of academic honor, integrity, and honesty. That is the best way to ensure that learning can effectively take place in this, or any, course. South Central College has crafted the following policy: Academic Dishonesty includes misconduct associated with the classroom, laboratory or clinical learning process. Some examples of academic misconduct are cheating and plagiarism. Cheating includes, but is not limited to: a. Use of any unauthorized assistance in taking quizzes, tests or examinations b. Dependence upon the aid of sources beyond those authorized by the instructor in writing papers, preparing reports, solving problems or carrying out other assignments or, c. The acquisition, without permission, of tests or other academic material belonging to a member of the college faculty or staff. Plagiarism is intellectual theft and includes, but is not limited to, the undocumented use of information paraphrase or direct quotation from the published or unpublished work of another person or source;

9 plagiarism also includes using papers/writings from an agency engaged in the selling of term papers or other academic materials. Academic Dishonesty will not be tolerated in this course. For more information about the penalties involved in a violation of this policy, please consult the Student Handbook. South Central College Accessibility Statement South Central College strives to make all learning experiences as accessible as possible. If you have a" disability and need accommodations for access to this class, contact the Academic Support Center to" request and discuss accommodations. North Mankato: Room B-132, Faribault: Room A-116, Additional information and forms can be found at: This material can be made available in alternative formats by contacting the Academic Support Center at" 507-" Your Instructor Peter K. Johnson - pjohnson@mnscsc.org Website: Mobile: Office Hours: 8 a.m. - 5 p.m. Monday-Fri day via Slack. Other meetings by request. Revised:

CIS 121 INTRODUCTION TO COMPUTER INFORMATION SYSTEMS - SYLLABUS

CIS 121 INTRODUCTION TO COMPUTER INFORMATION SYSTEMS - SYLLABUS CIS 121 INTRODUCTION TO COMPUTER INFORMATION SYSTEMS - SYLLABUS Section: 7591, 7592 Instructor: Beth Roberts Class Time: Hybrid Classroom: CTR-270, AAH-234 Credits: 5 cr. Email: Canvas messaging (preferred)

More information

Scottsdale Community College Spring 2016 CIS190 Intro to LANs CIS105 or permission of Instructor

Scottsdale Community College Spring 2016 CIS190 Intro to LANs CIS105 or permission of Instructor Scottsdale Community College Spring 2016 CIS190 Intro to LANs 28058 Instructor Information Instructor: Al Kelly Email: ALB2148907@Scottsdale.edu Phone: 480.518.1657 Office Location: CM448 Office Hours:

More information

Coding II: Server side web development, databases and analytics ACAD 276 (4 Units)

Coding II: Server side web development, databases and analytics ACAD 276 (4 Units) Coding II: Server side web development, databases and analytics ACAD 276 (4 Units) Objective From e commerce to news and information, modern web sites do not contain thousands of handcoded pages. Sites

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

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

MANAGERIAL LEADERSHIP

MANAGERIAL LEADERSHIP MANAGERIAL LEADERSHIP MGMT 3287-002 FRI-132 (TR 11:00 AM-12:15 PM) Spring 2016 Instructor: Dr. Gary F. Kohut Office: FRI-308/CCB-703 Email: gfkohut@uncc.edu Telephone: 704.687.7651 (office) Office hours:

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

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

Computer Organization I (Tietokoneen toiminta)

Computer Organization I (Tietokoneen toiminta) 581305-6 Computer Organization I (Tietokoneen toiminta) Teemu Kerola University of Helsinki Department of Computer Science Spring 2010 1 Computer Organization I Course area and goals Course learning methods

More information

SYLLABUS. EC 322 Intermediate Macroeconomics Fall 2012

SYLLABUS. EC 322 Intermediate Macroeconomics Fall 2012 SYLLABUS EC 322 Intermediate Macroeconomics Fall 2012 Location: Online Instructor: Christopher Westley Office: 112A Merrill Phone: 782-5392 Office hours: Tues and Thur, 12:30-2:30, Thur 4:00-5:00, or by

More information

CS 100: Principles of Computing

CS 100: Principles of Computing CS 100: Principles of Computing Kevin Molloy August 29, 2017 1 Basic Course Information 1.1 Prerequisites: None 1.2 General Education Fulfills Mason Core requirement in Information Technology (ALL). 1.3

More information

CSCI 333 Java Language Programming Fall 2017 INSTRUCTOR INFORMATION COURSE INFORMATION

CSCI 333 Java Language Programming Fall 2017 INSTRUCTOR INFORMATION COURSE INFORMATION Department of Computer Science CSCI 333 Java Language Programming Fall 2017 INSTRUCTOR INFORMATION Instructor Dr. Yuehua Wang Office location Journalism Bldg 230 Office hours Office phone 903-886-5802

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

BUS Computer Concepts and Applications for Business Fall 2012

BUS Computer Concepts and Applications for Business Fall 2012 BUS 1950-001 Computer Concepts and Applications for Business Fall 2012 Instructor: Contact Information: Paul D. Brown Office: 4503 Lumpkin Hall Phone: 217-581-6058 Email: PDBrown@eiu.edu Course Website:

More information

Business Analytics and Information Tech COURSE NUMBER: 33:136:494 COURSE TITLE: Data Mining and Business Intelligence

Business Analytics and Information Tech COURSE NUMBER: 33:136:494 COURSE TITLE: Data Mining and Business Intelligence Business Analytics and Information Tech COURSE NUMBER: 33:136:494 COURSE TITLE: Data Mining and Business Intelligence COURSE DESCRIPTION This course presents computing tools and concepts for all stages

More information

Using Moodle in ESOL Writing Classes

Using Moodle in ESOL Writing Classes The Electronic Journal for English as a Second Language September 2010 Volume 13, Number 2 Title Moodle version 1.9.7 Using Moodle in ESOL Writing Classes Publisher Author Contact Information Type of product

More information

General Physics I Class Syllabus

General Physics I Class Syllabus 1. Instructor: General Physics I Class Syllabus Name: Dr. Andy Hollerman Rank: Professor of Physics Office Location: 107 Broussard Hall Office Hours: Monday to Thursday 7:00 8:00 am Monday & Wednesday

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

MASTER OF SCIENCE (M.S.) MAJOR IN COMPUTER SCIENCE

MASTER OF SCIENCE (M.S.) MAJOR IN COMPUTER SCIENCE Master of Science (M.S.) Major in Computer Science 1 MASTER OF SCIENCE (M.S.) MAJOR IN COMPUTER SCIENCE Major Program The programs in computer science are designed to prepare students for doctoral research,

More information

MINISTRY OF EDUCATION

MINISTRY OF EDUCATION Republic of Namibia MINISTRY OF EDUCATION NAMIBIA SENIOR SECONDARY CERTIFICATE (NSSC) COMPUTER STUDIES SYLLABUS HIGHER LEVEL SYLLABUS CODE: 8324 GRADES 11-12 2010 DEVELOPED IN COLLABORATION WITH UNIVERSITY

More information

Spring 2014 SYLLABUS Michigan State University STT 430: Probability and Statistics for Engineering

Spring 2014 SYLLABUS Michigan State University STT 430: Probability and Statistics for Engineering Spring 2014 SYLLABUS Michigan State University STT 430: Probability and Statistics for Engineering Time and Place: MW 3:00-4:20pm, A126 Wells Hall Instructor: Dr. Marianne Huebner Office: A-432 Wells Hall

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

ECON492 Senior Capstone Seminar: Cost-Benefit and Local Economic Policy Analysis Fall 2017 Instructor: Dr. Anita Alves Pena

ECON492 Senior Capstone Seminar: Cost-Benefit and Local Economic Policy Analysis Fall 2017 Instructor: Dr. Anita Alves Pena ECON492 Senior Capstone Seminar: Cost-Benefit and Local Economic Policy Analysis Fall 2017 Instructor: Dr. Anita Alves Pena Contact: Office: C 306C Clark Building Phone: 970-491-0821 Fax: 970-491-2925

More information

ACADEMIC POLICIES AND PROCEDURES

ACADEMIC POLICIES AND PROCEDURES ACADEMIC INTEGRITY OF STUDENTS Academic integrity is the foundation of the University of South Florida s commitment to the academic honesty and personal integrity of its University community. Academic

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

Social Media Journalism J336F Unique ID CMA Fall 2012

Social Media Journalism J336F Unique ID CMA Fall 2012 Social Media Journalism J336F Unique ID 07435 CMA 4.308 Fall 2012 Class: T- Th 9:30 to 11 a.m. Professor: Robert Quigley Office hours: 1-2 p.m. Mondays and 10 a.m. to noon on Fridays and by appointment.

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

Syllabus - ESET 369 Embedded Systems Software, Fall 2016

Syllabus - ESET 369 Embedded Systems Software, Fall 2016 Syllabus - ESET 369 Embedded Systems Software, Fall 2016 Contact Information: Professor: Dr. Byul Hur Office: 008A Fermier Telephone: (979) 845-5195 Facsimile: E-mail: byulmail@tamu.edu Web: www.tamuresearch.com

More information

CPMT 1303 Introduction to Computer Technology COURSE SYLLABUS

CPMT 1303 Introduction to Computer Technology COURSE SYLLABUS CPMT 1303 Introduction to Computer Technology COURSE SYLLABUS COURSE NUMBER AND TITLE: CPMT 1303 COURSE (CATALOG) DESCRIPTION A fundamental computer course that provides in-depth explanation of the procedures

More information

Biology 1 General Biology, Lecture Sections: 47231, and Fall 2017

Biology 1 General Biology, Lecture Sections: 47231, and Fall 2017 Instructor: Rana Tayyar, Ph.D. Email: rana.tayyar@rcc.edu Website: http://websites.rcc.edu/tayyar/ Office: MTSC 320 Class Location: MTSC 401 Lecture time: Tuesday and Thursday: 2:00-3:25 PM Biology 1 General

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

SYLLABUS: RURAL SOCIOLOGY 1500 INTRODUCTION TO RURAL SOCIOLOGY SPRING 2017

SYLLABUS: RURAL SOCIOLOGY 1500 INTRODUCTION TO RURAL SOCIOLOGY SPRING 2017 College of Food, Agricultural, and Environmental Science School of Environment and Natural Resources SYLLABUS: RURAL SOCIOLOGY 1500 INTRODUCTION TO RURAL SOCIOLOGY SPRING 2017 Course overview Instructor

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

Northeastern University Online Course Syllabus

Northeastern University Online Course Syllabus 1 Northeastern University Online Course Syllabus Course Title: Health Behavior Change Course Number: NTR 6118-70074 Fall 2017 October 30 December 16, 2017 Instructor Contact Information Gary S. Rose, Ph.D.

More information

GEOG Introduction to GIS - Fall 2015

GEOG Introduction to GIS - Fall 2015 GEOG 3500 - Introduction to GIS - Fall 2015 Dr. Bruce Hunter Instructor hunter@unt.edu Office: ENV 320J Office Hours: Tues. 3:00 5:00P Lecture Section 001 Tues 6:00 6:50P, PHYS 104 Lab Section 301 Tues

More information

Syllabus for ART 365 Digital Photography 3 Credit Hours Spring 2013

Syllabus for ART 365 Digital Photography 3 Credit Hours Spring 2013 Syllabus for ART 365 Digital Photography 3 Credit Hours Spring 2013 I. COURSE DESCRIPTION Introduction to Digital Photography is an introductory course in basic photographic procedures using digital SLR

More information

IST 440, Section 004: Technology Integration and Problem-Solving Spring 2017 Mon, Wed, & Fri 12:20-1:10pm Room IST 202

IST 440, Section 004: Technology Integration and Problem-Solving Spring 2017 Mon, Wed, & Fri 12:20-1:10pm Room IST 202 IST 440, Section 004: Technology Integration and Problem-Solving Spring 2017 Mon, Wed, & Fri 12:20-1:10pm Room IST 202 INSTRUCTOR: TEACHING ASSISTANT (TA): Dr. Alison Murphy amurphy@ist.psu.edu (814) 814-8839

More information

BIOL 2402 Anatomy & Physiology II Course Syllabus:

BIOL 2402 Anatomy & Physiology II Course Syllabus: BIOL 2402 Anatomy & Physiology II Course Syllabus: Northeast Texas Community College exists to provide responsible, exemplary learning opportunities. Dr. Brenda Deming Office: Math/Science Building, Office

More information

ASTRONOMY 2801A: Stars, Galaxies & Cosmology : Fall term

ASTRONOMY 2801A: Stars, Galaxies & Cosmology : Fall term ASTRONOMY 2801A: Stars, Galaxies & Cosmology 2012-2013: Fall term 1 Course Description The sun; stars, including distances, magnitude scale, interiors and evolution; binary stars; white dwarfs, neutron

More information

ACCT 100 Introduction to Accounting Course Syllabus Course # on T Th 12:30 1:45 Spring, 2016: Debra L. Schmidt-Johnson, CPA

ACCT 100 Introduction to Accounting Course Syllabus Course # on T Th 12:30 1:45 Spring, 2016: Debra L. Schmidt-Johnson, CPA ACCT 100 Introduction to Accounting Course Syllabus Course # 22017 on T Th 12:30 1:45 Spring, 2016: Debra L. Schmidt-Johnson, CPA Course Description: This class introduces the student to the basics of

More information

ITSC 2321 Integrated Software Applications II COURSE SYLLABUS

ITSC 2321 Integrated Software Applications II COURSE SYLLABUS ITSC 2321 Integrated Software Applications II COURSE SYLLABUS COURSE NUMBER AND TITLE: ITSC 2321 Integrated Software Applications II (2-3-3) COURSE (CATALOG) DESCRIPTION: Intermediate study of computer

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

Introduction to Personality Daily 11:00 11:50am

Introduction to Personality Daily 11:00 11:50am Introduction to Personality Daily 11:00 11:50am Psychology 230 Dr. Thomas Link Spring 2012 tlink@pierce.ctc.edu Office hours: M- F 10-11, 12-1, and by appt. Office: Olympic 311 Late papers accepted with

More information

PSY 1012 General Psychology. Course Policies and Syllabus

PSY 1012 General Psychology. Course Policies and Syllabus PSY 1012 General Psychology Course Policies and Syllabus Course Number: PSY 1012, General Psychology Instructor: Deidre Seker Office Hrs. No posted office hours. If a meeting is desired beyond immediate

More information

Online Marking of Essay-type Assignments

Online Marking of Essay-type Assignments Online Marking of Essay-type Assignments Eva Heinrich, Yuanzhi Wang Institute of Information Sciences and Technology Massey University Palmerston North, New Zealand E.Heinrich@massey.ac.nz, yuanzhi_wang@yahoo.com

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

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

COURSE INFORMATION. Course Number SER 216. Course Title Software Enterprise II: Testing and Quality. Credits 3. Prerequisites SER 215

COURSE INFORMATION. Course Number SER 216. Course Title Software Enterprise II: Testing and Quality. Credits 3. Prerequisites SER 215 **Disclaimer** This syllabus is to be used as a guideline only. The information provided is a summary of topics to be covered in the class. Information contained in this document such as assignments, grading

More information

Unit purpose and aim. Level: 3 Sub-level: Unit 315 Credit value: 6 Guided learning hours: 50

Unit purpose and aim. Level: 3 Sub-level: Unit 315 Credit value: 6 Guided learning hours: 50 Unit Title: Game design concepts Level: 3 Sub-level: Unit 315 Credit value: 6 Guided learning hours: 50 Unit purpose and aim This unit helps learners to familiarise themselves with the more advanced aspects

More information

Learning Microsoft Publisher , (Weixel et al)

Learning Microsoft Publisher , (Weixel et al) Prentice Hall Learning Microsoft Publisher 2007 2008, (Weixel et al) C O R R E L A T E D T O Mississippi Curriculum Framework for Business and Computer Technology I and II BUSINESS AND COMPUTER TECHNOLOGY

More information

Course Syllabus p. 1. Introduction to Web Design AVT 217 Spring 2017 TTh 10:30-1:10, 1:30-4:10 Instructor: Shanshan Cui

Course Syllabus p. 1. Introduction to Web Design AVT 217 Spring 2017 TTh 10:30-1:10, 1:30-4:10 Instructor: Shanshan Cui Course Syllabus p. 1 The syllabus and project statements serve as your guide throughout the semester. Refer to them frequently. You are expected to know and understand this information. Catalog Description

More information

Intel-powered Classmate PC. SMART Response* Training Foils. Version 2.0

Intel-powered Classmate PC. SMART Response* Training Foils. Version 2.0 Intel-powered Classmate PC Training Foils Version 2.0 1 Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE,

More information

On-Line Data Analytics

On-Line Data Analytics International Journal of Computer Applications in Engineering Sciences [VOL I, ISSUE III, SEPTEMBER 2011] [ISSN: 2231-4946] On-Line Data Analytics Yugandhar Vemulapalli #, Devarapalli Raghu *, Raja Jacob

More information

COURSE SYLLABUS: CPSC6142 SYSTEM SIMULATION-SPRING 2015

COURSE SYLLABUS: CPSC6142 SYSTEM SIMULATION-SPRING 2015 COURSE SYLLABUS: CPSC6142 SYSTEM SIMULATION-SPRING 2015 INSTRUCTOR NAME - Dr. Hoda Mehrpouyan EMAIL mehrpouyan_hoda@columbusstate.edu PHONE -706 507 8183 OFFICE HOURS AND LOCATION Monday through Thursday

More information

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS. POFI 1301: COMPUTER APPLICATIONS I (File Management/PowerPoint/Word/Excel)

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS. POFI 1301: COMPUTER APPLICATIONS I (File Management/PowerPoint/Word/Excel) BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS POFI 1301: COMPUTER APPLICATIONS I (File Management/PowerPoint/Word/Excel) COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT CATALOG DESCRIPTION POFI

More information

School: Business Course Number: ACCT603 General Accounting and Business Concepts Credit Hours: 3 hours Length of Course: 8 weeks Prerequisite: None

School: Business Course Number: ACCT603 General Accounting and Business Concepts Credit Hours: 3 hours Length of Course: 8 weeks Prerequisite: None School: Business Course Number: ACCT603 General Accounting and Business Concepts Credit Hours: 3 hours Length of Course: 8 weeks Prerequisite: None Course Description Course Scope Course Objectives Course

More information

CPMT 1347 Computer System Peripherals COURSE SYLLABUS

CPMT 1347 Computer System Peripherals COURSE SYLLABUS CPMT 1347 Computer System Peripherals COURSE SYLLABUS COURSE NUMBER AND TITLE: CPMT 1347Computer System Peripherals COURSE (CATALOG) DESCRIPTION: Theory and practices involved in computer peripherals,

More information

POFI 1301 IN, Computer Applications I (Introductory Office 2010) STUDENT INFORMANTION PLAN Spring 2013

POFI 1301 IN, Computer Applications I (Introductory Office 2010) STUDENT INFORMANTION PLAN Spring 2013 POFI 1301 IN, Computer Applications I (Introductory Office 2010) STUDENT INFORMANTION PLAN Spring 2013 INSTRUCTOR: Patty Balderas PHONE: 281 756 3507 CLASSROOM: MyBlackboard E MAIL:MyBlackboard or pbalderas@alvincollege.edu

More information

STA2023 Introduction to Statistics (Hybrid) Spring 2013

STA2023 Introduction to Statistics (Hybrid) Spring 2013 STA2023 Introduction to Statistics (Hybrid) Spring 2013 Course Description This course introduces the student to the concepts of a statistical design and data analysis with emphasis on introductory descriptive

More information

English Policy Statement and Syllabus Fall 2017 MW 10:00 12:00 TT 12:15 1:00 F 9:00 11:00

English Policy Statement and Syllabus Fall 2017 MW 10:00 12:00 TT 12:15 1:00 F 9:00 11:00 English 0302.203 Policy Statement and Syllabus Fall 2017 Instructor: Patti Thompson Phone: (806) 716-2438 Email addresses: pthompson@southplainscollege.edu or pattit22@att.net (home) Office Hours: RC307B

More information

Instructor Experience and Qualifications Professor of Business at NDNU; Over twenty-five years of experience in teaching undergraduate students.

Instructor Experience and Qualifications Professor of Business at NDNU; Over twenty-five years of experience in teaching undergraduate students. BUS 2116W.01 (Economic Development of Less Developed Countries) Spring 2016 TR 2 p.m. - 3:15 pm Course Start Date: 01/14/2016 Pre-requisites: None Instructor: Sujata Verma, Ph. D. Office: Room 18, Cuvilly

More information

MGMT 479 (Hybrid) Strategic Management

MGMT 479 (Hybrid) Strategic Management Columbia College Online Campus P a g e 1 MGMT 479 (Hybrid) Strategic Management Late Fall 15/12 October 26, 2015 December 19, 2015 Course Description Culminating experience/capstone course for majors in

More information

CIS 2 Computers and the Internet in Society -

CIS 2 Computers and the Internet in Society - CIS 2 Computers and the Internet in Society - Syllabus FALL 2013 Course: 0469 Department : CIS -002.-62Z Instructor - Valerie Taylor 4.0 Units De Anza College Distance Learning Center. (408) 864-8969.

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

ENGLISH 298: Intensive Writing

ENGLISH 298: Intensive Writing Patricia Gillikin, PhD (she, her, hers) Phone: 565-1891 (home--landline), 925-8616 (office) Office: Learning Resource Center 137 A, in the Writing Center e-mail: gillikin@unm.edu Office/Campus Hours: Tuesdays

More information

Chemistry 106 Chemistry for Health Professions Online Fall 2015

Chemistry 106 Chemistry for Health Professions Online Fall 2015 Parkland College Chemistry Courses Natural Sciences Courses 2015 Chemistry 106 Chemistry for Health Professions Online Fall 2015 Laura B. Sonnichsen Parkland College, lsonnichsen@parkland.edu Recommended

More information

MGMT 3362 Human Resource Management Course Syllabus Spring 2016 (Interactive Video) Business Administration 222D (Edinburg Campus)

MGMT 3362 Human Resource Management Course Syllabus Spring 2016 (Interactive Video) Business Administration 222D (Edinburg Campus) MGMT 3362 Human Resource Management Course Syllabus Spring 2016 (Interactive Video) INSTRUCTOR INFORMATION Instructor: Marco E. Garza, PhD Office: Business Administration 222D (Edinburg Campus) Office

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

Accounting 312: Fundamentals of Managerial Accounting Syllabus Spring Brown

Accounting 312: Fundamentals of Managerial Accounting Syllabus Spring Brown Class Hours: MW 3:30-5:00 (Unique #: 02247) UTC 3.102 Professor: Patti Brown, CPA E-mail: patti.brown@mccombs.utexas.edu Office: GSB 5.124B Office Hours: Mon 2:00 3:00pm Phone: (512) 232-6782 TA: TBD TA

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

Course Syllabus for Calculus I (Summer 2017)

Course Syllabus for Calculus I (Summer 2017) Course Syllabus for Calculus I (Summer 2017) Instructor: Mostafa Rezapour Meeting: MTWTHF 10:30-11:30, ADBF 1002 Office: Neil Hall 320 Office Hours: Monday 11:45 am- 2:45 pm (MLC) and by appointment Email:

More information

PeopleSoft Human Capital Management 9.2 (through Update Image 23) Hardware and Software Requirements

PeopleSoft Human Capital Management 9.2 (through Update Image 23) Hardware and Software Requirements PeopleSoft Human Capital Management 9.2 (through Update Image 23) Hardware and Software Requirements July 2017 PeopleSoft Human Capital Management 9.2 (through Update Image 23) Hardware and Software Requirements

More information

SPANISH 102, Basic Spanish, Second Semester, 4 Credit Hours Winter, 2013

SPANISH 102, Basic Spanish, Second Semester, 4 Credit Hours Winter, 2013 SPANISH 02, Basic Spanish, Second Semester, 4 Credit Hours Winter, 203 Instructor: Elena García MCC Phone #: (23) 777-0445 Home Phone #: (23) 798-406 Section & W0: 4 class hours per week (M-TH: 0:0am :05am)

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

DIGITAL GAMING AND SIMULATION Course Syllabus Advanced Game Programming GAME 2374

DIGITAL GAMING AND SIMULATION Course Syllabus Advanced Game Programming GAME 2374 DIGITAL GAMING AND SIMULATION Course Syllabus Advanced Game Programming GAME 2374 Semester and Course Reference Number (CRN) Semester: Spring 2011 CRN: 76354 Instructor Information Instructor: Levent Albayrak

More information

INFO I303 Organizational Informatics

INFO I303 Organizational Informatics Instructor: INFO I303 Organizational Informatics Fawzi BenMessaoud Course Syllabus Phone Contact: 317-525-2214 Credit Hours: 3 Hours E-mail Address: Fawzbenm@iupui.edu Office Hours: By appointment Contact

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

TeacherPlus Gradebook HTML5 Guide LEARN OUR SOFTWARE STEP BY STEP

TeacherPlus Gradebook HTML5 Guide LEARN OUR SOFTWARE STEP BY STEP TeacherPlus Gradebook HTML5 Guide LEARN OUR SOFTWARE STEP BY STEP Copyright 2017 Rediker Software. All rights reserved. Information in this document is subject to change without notice. The software described

More information

Foothill College Summer 2016

Foothill College Summer 2016 Foothill College Summer 2016 Intermediate Algebra Math 105.04W CRN# 10135 5.0 units Instructor: Yvette Butterworth Text: None; Beoga.net material used Hours: Online Except Final Thurs, 8/4 3:30pm Phone:

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

Beginning and Intermediate Algebra, by Elayn Martin-Gay, Second Custom Edition for Los Angeles Mission College. ISBN 13:

Beginning and Intermediate Algebra, by Elayn Martin-Gay, Second Custom Edition for Los Angeles Mission College. ISBN 13: Course: Math 125,, Section: 25065 Time: T Th: 7:00 pm - 9:30 pm Room: CMS 022 Textbook: Beginning and, by Elayn Martin-Gay, Second Custom Edition for Los Angeles Mission College. ISBN 13: 978-1-323-45049-9

More information

MAT 122 Intermediate Algebra Syllabus Summer 2016

MAT 122 Intermediate Algebra Syllabus Summer 2016 Instructor: Gary Adams Office: None (I am adjunct faculty) Phone: None Email: gary.adams@scottsdalecc.edu Office Hours: None CLASS TIME and LOCATION: Title Section Days Time Location Campus MAT122 12562

More information

Fullerton College Business/CIS Division CRN CIS 111 Introduction to Information Systems 4 Units Course Syllabus Spring 2016

Fullerton College Business/CIS Division CRN CIS 111 Introduction to Information Systems 4 Units Course Syllabus Spring 2016 Instructor: Fullerton College Business/CIS Division CRN 23525 - CIS 111 Introduction to Information Systems 4 Units Course Syllabus Spring 2016 Mrs. Spencer Office:320-06 Office Phone:(714) 992-7208 Office

More information

Speak Up 2012 Grades 9 12

Speak Up 2012 Grades 9 12 2012 Speak Up Survey District: WAYLAND PUBLIC SCHOOLS Speak Up 2012 Grades 9 12 Results based on 130 survey(s). Note: Survey responses are based upon the number of individuals that responded to the specific

More information

November 17, 2017 ARIZONA STATE UNIVERSITY. ADDENDUM 3 RFP Digital Integrated Enrollment Support for Students

November 17, 2017 ARIZONA STATE UNIVERSITY. ADDENDUM 3 RFP Digital Integrated Enrollment Support for Students November 17, 2017 ARIZONA STATE UNIVERSITY ADDENDUM 3 RFP 331801 Digital Integrated Enrollment Support for Students Please note the following answers to questions that were asked prior to the deadline

More information

Professors will not accept Extra Credit work nor should students ask a professor to make Extra Credit assignments.

Professors will not accept Extra Credit work nor should students ask a professor to make Extra Credit assignments. ARV 227 WEBSITE DESIGN I DIGITAL ARTS INSTRUCTIONAL PACKAGE ARV 227 Course Prefix and Number: ARV 227 All Sections Course Title: Website Design I Lecture Hours: 3 Catalogue Description: As a student in

More information

CIS Introduction to Digital Forensics 12:30pm--1:50pm, Tuesday/Thursday, SERC 206, Fall 2015

CIS Introduction to Digital Forensics 12:30pm--1:50pm, Tuesday/Thursday, SERC 206, Fall 2015 Instructor CIS 3605 002 Introduction to Digital Forensics 12:30pm--1:50pm, Tuesday/Thursday, SERC 206, Fall 2015 Name: Xiuqi (Cindy) Li Email: xli@temple.edu Phone: 215-204-2940 Fax: 215-204-5082, address

More information

Austin Community College SYLLABUS

Austin Community College SYLLABUS ARTS 1311 Design I Austin Community College SYLLABUS 1. Course Description Introduction to fundamentals of design: line, color, form, texture, and arrangement. Emphasis on two-dimensional principles. 2.

More information

INTERMEDIATE ALGEBRA Course Syllabus

INTERMEDIATE ALGEBRA Course Syllabus INTERMEDIATE ALGEBRA Course Syllabus This syllabus gives a detailed explanation of the course procedures and policies. You are responsible for this information - ask your instructor if anything is unclear.

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

PHO 1110 Basic Photography for Photographers. Instructor Information: Materials:

PHO 1110 Basic Photography for Photographers. Instructor Information: Materials: Revised: 5/2017 Nashville State Community College Business & Applied Arts Visual Communications / Photography PHO 1110 Basic Photography for Photographers 3 credit hours An introduction to the fundamentals

More information

SOUTHERN MAINE COMMUNITY COLLEGE South Portland, Maine 04106

SOUTHERN MAINE COMMUNITY COLLEGE South Portland, Maine 04106 SOUTHERN MAINE COMMUNITY COLLEGE South Portland, Maine 04106 Title: Precalculus Catalog Number: MATH 190 Credit Hours: 3 Total Contact Hours: 45 Instructor: Gwendolyn Blake Email: gblake@smccme.edu Website:

More information

Military Science 101, Sections 001, 002, 003, 004 Fall 2014

Military Science 101, Sections 001, 002, 003, 004 Fall 2014 Military Science 101, Sections 001, 002, 003, 004 Fall 2014 Instructor Name: SFC Jonathan Whittington Email: whittingjm@sfasu.edu Phone: 936-468-4230 Office: Military Science Building, Room 104 Office

More information

Use the Canvas mail to contact me for class matters so correspondence is consistent and documented.

Use the Canvas mail to contact me for class matters so correspondence is consistent and documented. 1 LIS-S 572 (Spring 2017) IUPUI School of Informatics and Computing Department of Library and Information Science soic.iupui.edu/departments/lis/ Instructor: Beth Meyer M.L.S. IUPUI Use the Canvas mail

More information

Read&Write Gold is a software application and can be downloaded in Macintosh or PC version directly from https://download.uky.edu

Read&Write Gold is a software application and can be downloaded in Macintosh or PC version directly from https://download.uky.edu UK 101 - READ&WRITE GOLD LESSON PLAN I. Goal: Students will be able to describe features of Read&Write Gold that will benefit themselves and/or their peers. II. Materials: There are two options for demonstrating

More information

Table of Contents. Course Delivery Method. Instructor Information. Phone: Office hours: Table of Contents. Course Description

Table of Contents. Course Delivery Method. Instructor Information.   Phone: Office hours: Table of Contents. Course Description School of Science and Technology Department of Information Technology ISSC323: Computer Hardware Systems 3 Credit Hours 8 Week Course Prerequisite(s): None Instructor Information Course Description Course

More information

KOMAR UNIVERSITY OF SCIENCE AND TECHNOLOGY (KUST)

KOMAR UNIVERSITY OF SCIENCE AND TECHNOLOGY (KUST) Course Title COURSE SYLLABUS for ACCOUNTING INFORMATION SYSTEM ACCOUNTING INFORMATION SYSTEM Course Code ACC 3320 No. of Credits Three Credit Hours (3 CHs) Department Accounting College College of Business

More information

SPCH 1315: Public Speaking Course Syllabus: SPRING 2014

SPCH 1315: Public Speaking Course Syllabus: SPRING 2014 : Public Speaking Course Syllabus: SPRING 2014 Northeast Texas Community College exists to provide responsible, exemplary learning opportunities. Danny Moss, MA : IT 114 Phone: 903-434-8228 Course Work

More information

Syllabus ENGR 190 Introductory Calculus (QR)

Syllabus ENGR 190 Introductory Calculus (QR) Syllabus ENGR 190 Introductory Calculus (QR) Catalog Data: ENGR 190 Introductory Calculus (4 credit hours). Note: This course may not be used for credit toward the J.B. Speed School of Engineering B. S.

More information

Physics XL 6B Reg# # Units: 5. Office Hour: Tuesday 5 pm to 7:30 pm; Wednesday 5 pm to 6:15 pm

Physics XL 6B Reg# # Units: 5. Office Hour: Tuesday 5 pm to 7:30 pm; Wednesday 5 pm to 6:15 pm Physics XL 6B Reg# 264138 # Units: 5 Department of Humanities & Sciences (310) 825-7093 Quarter:_Spring 2016 Instructor: Jacqueline Pau Dates: 03/30/16 06/15/16 Lectures: 1434A PAB, Wednesday (6:30-10pm)

More information