Catalog 2015-2016 
    
    May 04, 2024  
Catalog 2015-2016 [ARCHIVED CATALOG]

Course Descriptions


 

Information Technology Applications Development

  
  • ITAD 112 HTML and CSS

    5 credits
    This course is an introduction to HyperText Markup Language (HTML) and Cascading Style Sheets (CSS).  Students examine the key components of HTML to create functional web pages and apply CSS style sheets to improve page layout and overall appearance. Class teaches elements of responsive web design and techniques of its implementation.

    Prerequisites: MATH 087 , ENGL 093 , and completion of or concurrent enrollment in ITAD 111  or completion of one of the following: BTE 120 , MMDP 101 , or CSNT 115 ; or instructor permission.
    Quarters Offered: All

    Global Outcome(s)
    This course teaches the global outcome of Intercultural Appreciation.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Write syntactically correct HTML code using the latest version of HTML language
    • Create basic HTML web pages which are displayed correctly in modern web browsers
    • Use links and images to design aesthetically pleasing and functional web pages
    • Create forms to gather user input
    • Incorporate tables into the web pages to display data
    • Write style sheets using latest version of the CSS language
    • Use correctly text, font, background, border, list, float, margin, padding, display and other CSS property groups
    • Use CSS rules together with HTML layout elements to change the layout of a page
    • Explain the key principles of responsive web design and techniques of their implementation
    • Validate and debug HTML and CSS code
    • Design and develop websites compliant with web standards
    • Design and develop websites that reflect cultural awareness
  
  • ITAD 122 JavaScript and jQuery

    5 credits


    Students learn to apply programming skills to build dynamic, interactive web pages and web applications. Students use JavaScript and jQuery to manipulate the Browser Object Model, validate forms, use object-oriented techniques, and enhance website usability and user experience by adding dynamic features to the HTML pages.

    When enrolling into this class, students are expected to know HTML and CSS syntax, basic programming control structures (loops and if-else statements), and be familiar with array manipulation and function-writing techniques in programming language of their choice.

    Prerequisites: ITAD 111  and ITAD 112  or instructor permission.
    Quarters Offered: Fall, Winter

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Use JavaScript data types and operators to write syntactically and functionally correct code
    • Demonstrate knowledge of both JavaScript and jQuery syntax
    • Write code that manipulates Browser Object Model and CSS properties of the objects
    • Use JavaScript control structures for program flow control
    • Read, analyze, design, and implement function definitions and function calls
    • Demonstrate knowledge of the browser event model
    • Handle events with jQuery and JavaScript
    • Manipulate data in strings and arrays
    • Validate form data
    • Create animations and visual effects with jQuery
    • Add expandable menus, slideshows, and modal dialogs to websites using jQuery
    • Use jQuery UI widgets
    • Use jQuery plug-ins
    • Debug and handle errors in JavaScript code
    • Use JavaScript and jQuery to implement dynamic, user-friendly web pages

  
  • ITAD 123 C++ Programming I

    5 credits


    An introduction to C++ programming language with emphasis on structured programming. Concepts include loops, arrays, pointers, functions, and sequential file access. Small to medium size C++ programs will be designed, written, tested and debugged.

    Prerequisites: ITAD 111 .
    Quarters Offered: All

    Global Outcome(s)
    This course teaches to the global outcome of Teamwork.

    This course teaches to the global outcome of Critical Thinking.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Use correct C++ syntax when writing C++ programs
    • Name C++ data types and use them in C++ programs
    • Write code that implements initialization, assignment, input, and output operations
    • Demonstrate proficiency in using basic language control structures like loops and conditional statements
    • Demonstrate understanding of modularization concepts, implement functions
    • Explain the concepts of pointer and memory management in C++, as well as use pointers effectively
    • Manipulate c-strings and arrays
    • Use structured types for data storage
    • Use files for data input and output
    • Gather information, analyze problems, and develop solutions to demonstrate mastery of C++ programming fundamentals
    • Evaluate solutions to identify problems and debug code
    • Design and implement programming projects as a member of a team

  
  • ITAD 133 C++ Programming II

    5 credits
    This class teaches Object Oriented Programming (OOP) concepts and their implementation in C++. It covers programming techniques needed to implement object hierarchies. The topics taught include class inheritance, polymorphism, encapsulation, as well as use of virtual functions, exceptions, operator overloads, and templates.

    Prerequisites: ITAD 123 .
    Quarters Offered: Fall, Winter, Spring

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Design and implement Object Oriented principles in C++
    • Overload operators in C++
    • Implement class inheritance, polymorphism, and virtual functions in C++
    • Create template functions and classes in C++
    • Write code that utilizes exceptions and exception handling mechanism available in C++.
    • Use C++ STL libraries
    • Write medium-size programs to demonstrate mastery of OOP in C++
  
  • ITAD 138 Structured Query Language (SQL)

    5 credits
    Students will learn how to use Structured Query Language (SQL) to retrieve information from a relational database, filter, modify, group and summarize data, and retrieve joint information from multiple tables in a database.

    Prerequisites: ITAD 111 .
    Quarters Offered: Fall, Winter, Spring

    Global Outcome(s)
    This course teaches to the global outcome of Information Literacy.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Demonstrate understanding of the purpose, design, and terminology of a relational database
    • Explain and use relational schema
    • Use a relational database management system to enter, edit, and run SQL statements
    • Access multiple tables and work with unions, subqueries, self joins, inner joins, and outer joins
    • Use aggregation functions
    • Build SQL queries to retrieve, store, and modify data
    • Create and edit tables and enforce data integrity on them
    • Evaluate and synthesize information in a database
    • Gather and organize information needed for database creation and maintenance
  
  • ITAD 145 Visual Basic Applications Development

    5 credits
    Students develop and implement Windows-based applications and COM+ Applications using Windows Forms and the Microsoft .NET Framework.

    Prerequisites: ITAD 124.
  
  • ITAD 221 Systems Analysis and Design

    5 credits
    In System Analysis and Design, students will learn the core skills needed to plan, analyze, and design information systems using an object-oriented approach.  Requirements for information systems will be used to create functional, structural, and behavioral models leveraging the Unified Modeling Language (UML).

    Prerequisites: ITAD 111 .
    Quarters Offered: Fall, Spring

    Global Outcome(s)
    This course teaches to the global outcome of Information Literacy.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • State the characteristics and benefits of Object Oriented Design
    • Describe the phases of the Software Development Life Cycle
    • Describe different software development methodologies with a special emphasis on Agile Scrum
    • Create a Project Vision & Scope document that defines business requirements and scope for the information system
    • Create a system-level overview using Context and Feature Tree diagrams
    • Formulate a research plan using techniques to elicit and gather user requirements
    • Document requirements in a Software Requirements Specification
    • Turn requirements into functional models using Use Case descriptions, Use Case diagrams, and activity diagrams
    • Create structural models using CRC cards and Class diagrams that provide a static view of the software architecture
    • Create behavioral models using Sequence and Communication diagrams and Behavioral State machines to describe the internal behavior of a system
    • Demonstrate proficiency in class and method design
    • Apply design criteria (e.g., coupling, cohesion, etc.) to assess a software design and suggests possible areas to improve the design
  
  • ITAD 228 Programming with C#

    5 credits
    C# is a modern, powerful, and expressive object-oriented language that is widely used in general software development as well as web development. Students learn the language fundamentals and more advanced topics including inheritance, event-driven programming, and GUI implementation.

    Prerequisites: ITAD 123 .
    Quarters Offered: Fall, Spring

    Global Outcome(s)
    This course teaches to the global outcome of Teamwork.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Demonstrate proper use of C# syntax
    • Read, understand, and write C# expressions
    • Design, code, and debug classes
    • Properly use C# types in software implementations
    • Define encapsulation, inheritance, and polymorphism and use these concepts when designing and implementing classes
    • Use streams and files for input and output
    • Use exception handling to recover from errors
    • Demonstrate solid understanding of OOP
    • Write event-handling routines
    • Use forms to gather user input
    • Design and implement programming projects as a member of a team
  
  • ITAD 230 Programming For Mobile Devices

    5 credits
    This course teaches the principles of mobile application design and development. Students will learn application development for major mobile platform(s). Topics will include user interface design, memory management, user interface building, input methods, data handling, and network techniques.

    Prerequisites: ITAD 242  or ITAD 228  or instructor permission.
    Quarters Offered: Fall, Winter

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Develop applications for deployment on mobile devices
    • Describe the major differences in requirements for mobile applications vs. desktop applications
    • Design user interfaces for touch oriented input model
    • Identify and use appropriate development tools to implement and debug mobile applications
    • Use Software Development Kits (SDK) for mobile applications
    • Describe security and performance requirements for mobile applications
    • Control hardware features of a device
  
  • ITAD 235 Algorithms and Data Structures

    5 credits
    Students study fundamental algorithms and data structures, learn to use lists, arrays, stacks and queues, and apply searching and sorting methods to solve intermediate level programming problems. Students will write medium sized C++ programs consisting of multiple classes and data structures.

    Prerequisites: ITAD 133 .
    Quarters Offered: Fall, Spring

    Global Outcome(s)
    This course teaches to the global outcome of Communication.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Explain the basic principles of software engineering
    • Implement various data structures like linked lists, stacks, queues, and binary trees using Object Oriented Programing (OOP) techniques
    • Implement searching and sorting routines on various data structures while paying close attention to the efficiency of the algorithms being used
    • Use STL and its particular components to implement data structures
    • Estimate efficiency of algorithms
    • Demonstrate a thorough understanding of recursion and its role in implementation of linked lists and tree data structures
    • Develop technical documentation, properly explain algorithms, organize and clarify ideas used in a solution
    • Use industry standard conventions for describing algorithm complexity analysis
  
  • ITAD 242 Java Programming

    5 credits
    This course teaches students to develop applications using Java programming language. Emphasis is placed on object-oriented programming principles. The course studies event-driven programming, building user interfaces, and using object-oriented development environment.

    Prerequisites: ITAD 123  
    Quarters Offered: Winter, Spring

    Global Outcome(s)
    This course teaches to the global outcome of Teamwork.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Use Java Development Environment to develop applications
    • Demonstrate solid understanding of object-oriented programming principles
    • Use Java API classes when implementing programs
    • Use  class inheritance and polymorphism in class hierarchies
    • Use exceptions to properly handle run time errors
    • Use I/O stream classes for reading and writing files
    • Use abstract classes and interfaces in class hierarchy design and implementations
    • Create programs that utilize Graphical User Interface to gather user input
    • Use threads to create more efficient Java programs
    • Design and implement software applications as a member of a team
  
  • ITAD 268 Quality Assurance Methodologies

    5 credits
    This Quality Assurance (QA) Methodologies course is an introduction to the theory, concepts, and reasoning behind software testing and automation. Students learn how to create and run test scripts and implement basic test projects.

    Prerequisites: ITAD 133  or ITAD 228  or ITAD 242  or instructor permission.
    Quarters Offered: Fall, Winter

    Global Outcome(s)
    This course teaches the global outcome of Communication.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Describe the objectives, limits, and cycles of testing
    • Identify the differences between Black Box and White Box testing
    • Demonstrate the process of reproducing bugs
    • Define the role of automated software testing
    • Create test cases and test scripts, and document the test cases according to the technology standards
    • Demonstrate test management practices and techniques
    • Identify strategies of “Risk Management”
    • Create a project risk-management strategy
    • Manage a tracking system for bugs
    • Demonstrate performance testing and stress testing
    • Describe the use of problem reports/bug reports
    • Develop a test plan to effectively communicate testing requirements
  
  • ITAD 275 PHP Scripting

    5 credits
    PHP is a widely-used general-purpose scripting language that is especially suited for server-side web development. Students learn to build web applications requiring server-side logic and to access SQL databases.

    Prerequisites: ITAD 111 , ITAD 112 , or instructor permission.
    Quarters Offered: Fall, Winter, Spring

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Use PHP data types and operators to write syntactically and functionally correct code
    • Use control structures for program flow control
    • Read, analyze, design and implement function definitions and function calls
    • Manipulate strings and arrays
    • Work with files and directories to store and access data
    • Access form data on the server
    • Access data in SQL databases
    • Debug and handle errors in PHP code
  
  • ITAD 280 Web Development with Python

    5 credits
    In this course students learn Web applications development using Django, a popular web framework in Python. At the end of the course, students will be able to create dynamic data-driven web applications, including a ToDo List web app, email client, web page scrapping, etc.

    Prerequisites: ITAD 112  and ITAD 123 .
    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Create web applications using Django web framework in Python
    • Consume modern web technologies, such as JSON and REST APIs
    • Create applications that interact with a database using server-side technologies
    • Create form-based web UIs with input validation using Django
    • Create web APIs using Django
    • Create client applications in Python
    • Deploy, test, and debug Django web applications
    • Create useful technical supporting documentation
  
  • ITAD 299 IT Project

    1-3 credits
    In this course students work on developing a real world software application going through a complete application development life cycle, including analysis, design, specification, implementation, debugging, and deployment.

    Prerequisites: Instructor permission.
    Quarters Offered: Winter, Spring

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Describe software application development life cycle
    • Manage development of an application from initial conception to final release
    • Apply necessary skills to solve a real world IT problem
    • Develop and deploy a complete software package
    • Produce written documentation for an application
    • Deliver effective presentation of a software solution

International

  
  • INTL 040 International Student Success

    2 credits
    New and returning international students will learn the necessary skills to be successful in an American academic environment. Course topics include maintaining immigration status, campus resources, academic success strategies, and cross-cultural understanding.

    Prerequisites: Instructor permission.
    Quarters Offered: Fall, Summer

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Explain how to use the Canvas platform
    • List campus resources and support services
    • Explain college academic policies
    • Communicate and collaborate with peers in an academic setting
    • Explain cultural communication specific to the US
    • Explain academic integrity and plagiarism
    • Identify and use credible research databases
    • Navigate health insurance website
    • Locate local resources (hospitals, libraries, banks, police station, etc)
    • Explain different employment options for international students
    • Explain how to maintain student visa status
  
  • INTL 059 Beginning Grammar

    4 credits
    This course, for non-native speakers of English who are international students, is designed to improve written and spoken English grammar at the beginner level. This course focuses on developing basic academic grammar, syntax, and vocabulary.

    Prerequisites: Appropriate score on IEP Placement test or instructor permission.
    Corequisites: INTL 077 , INTL 078  or INTL 084 , INT079.

    Quarters Offered: Fall. Summer

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Write clear simple and complex sentences in English, showing some control of basic grammar with 75% accuracy
    • Identify and use the simple present, simple past, and future tenses
    • Identify and use subject-verb agreement with simple and compound subjects
    • Identify and use articles, prepositions, adjectives, and personal pronouns
    • Identify and use count nouns, non-count nouns, and quantifiers
    • Identify and use coordinating and subordinating conjunctions
    • Form and respond to questions
    • Utilize appropriate sentence punctuation 
  
  • INTL 061 Basic Academic Reading & Writing - A

    6 credits
    This course is for non-native speakers of English who are international students and emphasizes basic reading and writing skills for students with minimal previous English language studies. This course introduces students to the critical thinking process while fostering reading and writing skills.

    Prerequisites: Appropriate score on the IEP Placement test.
    Corequisites: INTL 060.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to, in English:

    • Analyze simple texts for main ideas and details
    • Use context clues to infer meaning of vocabulary
    • Express opinions and support them
    • Interpret graphs, pictures and illustrations
    • Infer information not explicit in texts
    • Brainstorm ideas for writing
    • Organize information in rudimentary outlines
    • Write short, simple narrative paragraphs on familiar topics with main ideas and supporting details 
  
  • INTL 074 Beginning Academic Listening & Speaking

    5 credits
    This course, for non-native speakers of English who are international students, builds on and reinforces the skills taught in INTL 062. Students practice simple listening and speaking skills necessary for the academic English classroom. Students work on inferring, evaluating, analyzing, and interpreting skills through a variety of activities.

    Prerequisites: Appropriate score on IEP Placement test, or INTL 062, or instructor permission.
    Corequisites: INTL 075 .

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to, in English:

    • Use context clues to infer the meanings of words in a simple context
    • Identify and share opinions using learned expressions
    • Relate listening excerpts on familiar topics to personal experiences
    • Organize and synthesize information from beginner -level listening excerpts
    • Negotiate with others to reach consensus on simple, familiar topics
    • Discuss costs and benefits and make suggestions using simple language
    • Prepare and give short and simple presentations
  
  • INTL 075 Beginning Academic Reading & Writing

    5 credits
    This course is for non-native speakers of English who are international students and emphasizes academic reading skills, including comparing and contrasting, hypothesizing, and evaluating information and texts at a basic level. Students review the basic academic paragraph structure and write simple explanatory and descriptive paragraphs.

    Prerequisites: Appropriate score on IEP Placement test, or INTL 065, or instructor permission.
    Corequisites: INTL 074 .

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to, in English:

    • Predict content of simple texts through skimming
    • Identify main ideas and details in beginning-level materials on familiar topics
    • Read simple texts critically to evaluate advantages and disadvantages or pros and cons of information presented
    • Express opinions and support them with specific information
    • Relate previous knowledge to reading
    • Write simple and compound sentences that show an understanding of basic grammar and punctuation
    • Use brainstorming, graphic organizers, and simple outlines to generate and organize information for writing
    • Write simple well-organized explanatory and descriptive paragraphs following the rules for academic writing
    • Write a business letter following appropriate format
  
  • INTL 077 Beginning Academic Writing

    4 credits
    This course, for non-native speakers of English who are international students, focuses on writing a properly structured paragraph. The use of simple graphic organizers, basic grammar, and critical thinking skills is emphasized in order to approach composition effectively.

    Prerequisites: Appropriate score on IEP Placement test, or instructor permission.
    Corequisites: INTL 059 , INTL 078  or INTL 084 , and INTL 079 .

    Quarters Offered: Fall, Summer

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to, in English:

    • Compose a variety of complete, correct sentences
    • Edit incorrect and/or incomplete sentences
    • Develop proper topic sentences
    • Brainstorm ideas and write outlines to serve as a basis for paragraph writing
    • Write effective paragraphs with topic sentences, appropriate support, and concluding sentences
    • Write the following types of paragraphs using a variety of simple, compound and compound-complex sentences: narrative, process, persuasive, compare/contrast and cause/effect 
  
  • INTL 078 Beginning Academic Listening and Speaking

    5 credits
    This course, for non-native speakers of English who are international students, emphasizes the listening and speaking skills necessary for inferring, evaluating, analyzing, and interpreting in English at the beginner level.

    Prerequisites: Appropriate score on IEP Placement test, or instructor permission.
    Corequisites: INTL 059 , INTL 077 , and INTL 079 .

    Quarters Offered: Fall, Summer

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to, in English:

    • Hypothesize and support positions with reasons using simple words, phrases, and learned expressions
    • Evaluate opinions
    • Express concern, as well as give and receive advice about health problems using basic vocabulary and phrasing
    • Discuss travel interests and preferences
    • Discuss language learning opinions, experiences, and personal strategies at a basic level
    • Infer speaker’s tone and attitude
    • Prepare and make short, simple presentations
  
  • INTL 079 Beginning Academic Reading

    5 credits
    This course, for non-native speakers of English who are international students, emphasizes reading skills, develops integrated critical thinking and language -learning strategies, and vocabulary building at the beginning level.

    Prerequisites: Appropriate score on IEP Placement test, or instructor permission.
    Corequisites: INTL 077 , INTL 078  or INTL 084 , IINTL 059.

    Quarters Offered: Fall, Summer

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to, in English:

    • Differentiate between main ideas and supporting details in high-beginner level materials
    • Evaluate simple written texts for advantages and disadvantages/pros and cons
    • Express opinions and support them with specific information
    • Give advice and offer suggestions in an advice column format
    • Effectively use brainstorming, graphic organizers, and outlines to generate and organize information for writing
    • Write clear simple and complex sentences, showing some control of basic grammar (e.g. present and past tense) and punctuation
    • Write clear simple academic paragraphs with topic sentences, support and conclusions
  
  • INTL 081 Low-Intermediate Grammar

    4 credits
    This course, for non-native speakers of English who are international students, builds upon and reinforces grammatical concepts taught in INTL 059  while introducing and developing more complex academic grammar, syntax, and vocabulary skills.

    Prerequisites: Appropriate score on IEP Placement test, or instructor permission.
    Corequisites: INTL 085 , INTL 086A , INTL 084  or INTL 088 .

    Quarters Offered: Fall, Summer

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Write clear simple and complex sentences in English, showing some control of intermediate grammar with 75% accuracy
    • Identify and use the simple present, present progressive, simple past, past progressive, and future tenses
    • Identify and use the present perfect and past perfect tenses
    • Form and respond to information questions
    • Generate and respond to tag questions
    • Identify and generate comparative, equative, and superlative statements
    • Identify and use appropriate punctuation for simple and complex sentences
  
  • INTL 084 Low-Intermediate Listening and Speaking

    5 credits
    This course, for non-native speakers of English who are international students, builds upon and reinforces skills taught in INTL 078  with an emphasis on further developing academic listening and speaking skills and critical thinking skills at the low-intermediate level.

    Prerequisites: Appropriate score on IEP Placement test, or instructor permission.
    Corequisites: INTL 077  or INTL086, INTL 075  or INTL 085 , INTL 059  or INTL 081 .

    Quarters Offered: Fall, Summer

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to, in English:

    • Interpret tone, infer meaning, and hypothesize another’s point of view
    • Relate listening to personal experience, prior knowledge, and opinions
    • Predict content of low-intermediate texts, listen for main ideas, and draw conclusions
    • Express and defend opinions using a varied vocabulary and a variety of grammatical structures
    • Discuss pros and cons of a situation
    • Lead group discussions and manage group interactions
    • Prepare and perform simple and brief presentations
    • Utilize appropriate language to agree and disagree in a low-level discussion format
    • Use culturally appropriate language to offer advice and make suggestions 
  
  • INTL 085 Low-Intermediate Academic Reading

    5 credits
    This course, for non-native speakers of English who are international students, builds on and reinforces reading skills taught in INTL 079  and further develops integrated critical thinking and language -learning strategies, and vocabulary building at the low-intermediate level.

    Prerequisites: Appropriate score on IEP Placement test, or instructor permission.
    Corequisites: INTL 081 , INTL 086, INTL 084  or INTL 088 .

    Quarters Offered: Fall, Summer

    Student Outcomes/Competencies:
    Upon successful completion of the course, the student will be able to, in English:

    • Predict content, read low-intermediate level texts for main ideas and identify details
    • Relate readings to other readings and prior knowledge
    • Infer and draw conclusions
    • Support personal opinions through examples
    • Practice brainstorming techniques and organizing ideas through the use of graphic organizers and basic outlines
    • Develop proper topic sentences with appropriate support
    • Write a variety of sentences, including compound and compound-complex, although with grammatical errors
    • Write extended paragraphs with relevant topic sentences, appropriate support and conclusions
    • Edit and evaluate others’ writing in a peer-editing context
    • Write effective opinion, descriptive, and contrast paragraphs
    • Write a basic 5-paragraph essay following appropriate format
  
  • INTL 086A Low-Intermediate Academic Writing

    4 credits
    This course, for non-native speakers of English who are international students, builds on and reinforces skills taught in INTL 077  while introducing and developing more complex writing skills such as using graphic organizers and outlines to develop paragraphs.

    Prerequisites: Appropriate score on IEP Placement test, or instructor permission.
    Corequisites: INTL 081 , INTL 085 , and INTL 084  or INTL 088 .

    Quarters Offered: Fall, Summer

  
  • INTL 086B High-Intermediate Academic Writing

    4 credits
    This course, for non-native speakers of English who are international students, builds on and reinforces the academic writing skills taught in INTL 086A . Students study a variety of organizational patterns for writing more effective paragraphs and essays.

    Prerequisites: Appropriate score on IEP Placement test, or instructor permission.
    Corequisites: INTL 087 , INTL 089 , and INTL 088 .

    Quarters Offered: Fall, Summer

  
  • INTL 087 High-Intermediate Grammar

    4 credits
    This course, for non-native speakers of English who are international students, builds upon and reinforces grammatical concepts taught in INTL 081  while introducing and developing more complex academic grammar, syntax, and vocabulary skills.

    Prerequisites: Appropriate score on IEP Placement test, or instructor permission.
    Corequisites: INTL 086B , INTL 088 , and INTL 089 .

    Quarters Offered: Fall, Summer

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Write clear simple, complex, and compound-complex sentences in English, showing good control of intermediate grammar with 75% accuracy
    • Identify and use passive tenses
    • Identify and use participial adjectives
    • Identify and use modals
    • Identify and use adjective and noun clauses
    • Identify and use gerund and infinitive constructions
    • Identify and use noun and adjective preposition combinations
    • Identify and appropriately punctuate complex sentence constructions
  
  • INTL 088 High-Intermediate Academic Listening & Speaking

    5 credits
    This course, for non-native speakers of English who are international students, builds on and reinforces the skills taught in INTL 084  in preparation for college level classes requiring a higher level of communicative competence.

    Prerequisites: Appropriate score on IEP Placement test, or instructor permission.
    Corequisites: INTL 086A  or INTL 086B , INTL 081  or INTL 087 , INTL 085  or INTL 089 .

    Quarters Offered: Fall, Summer

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to, in English:

    • Interpret speaker’s tone and infer meaning and point of view
    • Relate listening to personal experience, prior knowledge, and opinions
    • Infer, synthesize, predict, and draw conclusions
    • Compare and contrast information from intermediate-level listening excerpts
    • Express and defend opinions using learned phrases as well as appropriate vocabulary from knowledge bank
    • Formulate and ask appropriate questions
    • Participate in group discussions using a variety of sentence structures and generally correct grammar
    • Effectively lead and manage group discussions
    • Utilize preparation strategies and speech-making techniques to make effective presentations 
  
  • INTL 089 High-Intermediate Reading

    5 credits
    This course, for non-native speakers of English who are international students, builds on and reinforces the academic reading skills taught in INTL 085 . Students are exposed to a variety of authentic texts and study reading strategies to improve reading speed and comprehension.

    Prerequisites: Appropriate score on IEP Placement test, or instructor permission.
    Corequisites: INTL 088 , INTL 086B , and INTL 087 .

    Quarters Offered: Fall, Summer

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to, in English:

    • Read intermediate level texts and identify main ideas and details
    • Apply appropriate reading strategies to determine meanings of unfamiliar words
    • Relate readings to other readings and prior knowledge
    • Infer, synthesize, predict and draw conclusions
    • Interpret routine charts and tables
    • Write a variety of sentences using appropriate conjunctions, transitions, and punctuation most of the time
    • Utilize brainstorming techniques and organize ideas through the use of graphic organizers and detailed outlines
    • Write effective paragraphs and basic essays using the western academic English paragraph format
    • Develop proper thesis statements and topic sentences
    • Write essays with thesis statements, relevant topic sentences, appropriate support and concluding paragraphs
    • Write the following essays at an introductory level of competence:  narrative, persuasive, cause/effect, and compare/contrast 
  
  • INTL 092 International Faculty Institute

    0 credits
    This course, for international English-language teachers, focuses on the theories and methodologies of language teaching and their application in the classroom. This course emphasizes the application of teaching practices to help teachers become more effective educators.

    Prerequisites: Appropriate score on IEP Placement test, or instructor permission.
    Quarters Offered: Fall, Summer


Machine Technology

  
  • MACH 108 Fundamentals of Machining for Engineering

    4 credits
    Students will learn theoretical and practical knowledge of shop safety, machine tools, tool geometry, blueprints, speed and feeds, precision measuring, and basic shop math. This course is designed for engineering graphics majors.

    Prerequisites: MATH 087 , ABED 046 , or equivalent placement scores, or instructor permission.
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Use dial indicators
    • Read shop drawings and sketches
    • Grind and sharpen lathe tools
    • Perform precision measuring and layout
    • Use an engine lathe for basic turning and facing operations.
    • Apply general shop safety procedures
    • Use power and hand cutting tools
    • Select and sharpen drill bits
    • Accurately locate hole centers
    • Perform basic milling machine operations             
    • Ream, tap, countersink, and counter bore
    • Perform basic surface grinding 
  
  • MACH 110 Fundamentals of Machining

    8 credits
    Students will learn theoretical and practical knowledge of shop safety, machine tools, tool geometry, blueprints, speed and feeds, precision measuring, and basic shop math.

    Prerequisites: MATH 087  and ABED 046  (or equivalent placement scores for MATH 098  or higher and ENGL 093  or higher) or instructor permission
    Quarters Offered: All

    Global Outcome(s)
    This course teaches to the global outcome of Information Literacy.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Use dial and test indicators
    • Read shop drawings and sketches
    • Grind and sharpen lathe tools
    • Perform measuring and precision layout
    • Use an engine lathe for basic turning and facing operations.
    • Apply general shop safety procedures
    • Select and sharpen drill bits
    • Perform basic milling machine operations             
    • Ream, tap, countersink, and counter bore
    • Perform basic surface grinding
    • Receive an introduction to CNC
    • Utilize current LMS/Internet and a computer to view instructional training videos and take an assessment
  
  • MACH 112 Machining Practice: C-Clamp and Paper Punch

    8 credits


    While making a C-Clamp and a Paper Punch, students learn tooling processes common to the machine trades, including grinding, turning, milling, and drilling.

    Prerequisites: MATH 087  and ABED 046  (or equivalent placement scores for MATH 098  or higher and ENGL 093  or higher) and MACH 110  (pre or corequisite) or instructor permission
    Quarters Offered: Spring. Summer

    Global Outcome(s)
    This course teaches to the global outcome of Communication.

    This course teaches to the global outcome of Teamwork.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Use dial and test indicators
    • Read shop drawings and sketches
    • Grind and sharpen lathe tool
    • Measure and create a precise layout
    • Use an engine lathe for basic turning and facing operations.
    • Apply general shop safety procedures
    • Select and sharpen drill bits
    • Accurately locate hole centers
    • Perform Milling machine basic operations             
    • Ream, tap, countersink, and counter bore parts
    • Work with others to ensure proper procedure for operation of CNC machinery
    • Strengthen workplace relationships by supporting and communicating with other team members

  
  • MACH 120 Materials: Measuring and CNC

    8 credits
    Materials study includes the identification and use of different varieties of metals and understanding some of the effects of the different alloying elements within the materials. The class will also include an introduction to grinding which will cover a variety of abrasives, wheels, and applications, along with an understanding of the overall grinding processes. Included will also be instruction on the heat treatment of steel, the safe setup and operation of CNC machines, and an introduction to G-code programing.

    Prerequisites: MATH 087  and ABED 046  (or equivalent placement scores for MATH 098  or higher and ENGL 093  or higher) and MACH 110  (pre or corequisite) or instructor permission
    Quarters Offered: Spring

    Global Outcome(s)
    This course teaches to the global outcome of Intercultural Appreciation.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Understand the grinding wheel identification system
    • Determine proper abrasive type for different processes
    • Identify metals and other machinable materials
    • Identify properties and machinability of exotic metals and plastics
    • Heat treat high carbon steels
    • Understand theoretical processes of heat treatment
    • Demonstrate use of shop math
    • Create 2-D programs by way of computer aided machining and hand written G-code.
    • Set-up and operate CNC machines
    • Demonstrate awareness of international  issues affecting contracts and pricing 
  
  • MACH 122 Machining Practice: Tools - Tap Handle, Clamp, and Punch

    8 credits
    While making a tap handle, parallel clamp and center punch, students learn more advanced tooling processes common to the machine trades.

    Prerequisites: MATH 087  and ABED 046  (or equivalent placement scores for MATH 098  or higher and ENGL 093  or higher) and MACH 110  (pre or corequisite) or instructor permission
    Quarters Offered: Winter, Summer

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Mill flats on a round surface
    • Use slotting attachment to broach a square corner
    • Knurl small diameter parts
    • Identify and machine tool steels
    • Turn an angle that extends over 6 diameters
    • Harden and temper tool steels
    • Use geometric die head
    • Turn radii
    • Machine angles on mills
    • Turning grooves
    • Effectively work in groups by supporting and communicating with other team members
  
  • MACH 124 Tool Geometry, Carbides, and CNC

    8 credits
    This course covers carbide grade, insert selection, tool geometry, tool holders, and quality overview. Included will also be instruction on the safe setup and operation of CNC machines and an introduction to G-code programing.

    Prerequisites: MATH 087  and ABED 046  (or equivalent placement scores for MATH 098  or higher and ENGL 093  or higher) and MACH 110  (pre or corequisite) or instructor permission
    Quarters Offered: Fall

    Global Outcome(s)
    This course teaches to the global outcome of Teamwork.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Create 2-D programs by way of computer aided machining and hand written G-code.
    • Set-up and operate CNC machines
    • Explain the carbide grading system
    • Demonstrate knowledge of proper tool geometry
    • Describe the benefit of having quality management standards
    • Demonstrate use of shop math
    • Problem solve and safely run CNC equipment as a team
  
  • MACH 130 Trigonometry and GD&T

    8 credits
    This course instructs students on the implementation of trigonometric principles to solve a variety of practical machining problems. The students will also be introduced to geometric dimensioning and tolerancing (GD&T). Included will also be instruction on the safe setup and operation of CNC machines and an introduction to G-code programming.

    Prerequisites: MACH 110  or instructor permission
    Quarters Offered: Winter

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Read and understand print view interpretation
    • Read and understand dimensioning
    • Read and understand GD&T terminology
    • Read and understand True Position Dimensioning and tolerancing
    • Identify geometric constructions and arrive at solutions
    • Apply algebraic solutions and applications
    • Apply trigonometry to machining solutions
    • Create 2-D programs using Computer Aided Machining (CAM)
    • Operate controls of CNC machines
  
  • MACH 132 Machining Practice: Threading Project and Precision Grinding

    8 credits
    While making threading projects, students learn to calculate thread measurements, grind threading tools, and set up and cut threads of various pitches. While making precision triangles, students learn heat treating and how to grind perpendicular surfaces within .0002 inch tolerances.

    Prerequisites: MACH 110  or instructor permission
    Quarters Offered: Fall, Summer

    Global Outcome(s)
    This course teaches to the global outcome of Critical Thinking.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Grind 60 degree threading tools
    • Calculate screw thread measurement and computations
    • Set up and cut accurate screw threads
    • Use Machinery’s Handbook to find thread formulas
    • Heat treat material
    • Create perpendicular surfaces within .0002 inch on the surface grinder
    • Synthesize information from Machinery’s Handbook, thread-cutting demonstration, and operation of the lathe to create a class 2 thread
    • Comprehend multiple facets, and evaluate and apply same methods to different pitches and pitch diameters of threads
  
  • MACH 134 CNC Manual Practice and Programming

    8 credits
    In this course, students will manufacture 1-2-3 blocks, write and set-up a CNC production program, perform a machine process demonstration to fellow students, and learn tool-and-cutter grinding.

    Prerequisites: MACH 124  or instructor permission
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Independently create Computer Aided Machining (CAM) programs
    • Independently set up and run Computer Aided Machining (CAM) programs on CNC
    • Integrate the use of manual and CNC machining to complete a project within industry-acceptable timeframe
    • Demonstrate advanced manual skills such as grinding tools for helical angles or holding squareness and perpendicularity within 2 thousandths of an inch
  
  • MACH 210 Practical CNC Applications I

    3 credits
    Students will take the CNC and MasterCam skills they have learned and start adding to their understanding of computerized machines by combining many of the individual skills they have learned to create more advanced projects as well as writing and editing of G and M code.

    Prerequisites: MATH 090  and ABED 046  or equivalent placement scores or instructor permission or previous MasterCam/ CNC experience or MACH 124 .
    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Using CAD/CAM  programs they have, set up on CNC and run 2-D and 3-D parts, with a variety of holding techniques and integrating numerous tools and machining processes in a timely fashion based on industry standers
  
  • MACH 220 Practical CNC Applications II

    3 credits
    Students will take the CNC skills they have learned and acquire some of the finer details as well as develop speed. They will add to their understanding of CNC’s by combining skills they have learned to create more advanced projects, as well as continue to write and editing of G and M code.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Using CAD/CAM programs, set up on CNC and run 2-D and 3-D parts, with a variety of holding techniques and integrating numerous tools and machining processes in a timely fashion based on industry standers
    • Demonstrate holding techniques and integrate numerous tools and machining processes
    • Setup and run a CNC program in a timed simulation based on industry standers
  
  • MACH 223 Capstone Project Part I

    7 credits
    This capstone project allows students to demonstrate their accumulated knowledge and abilities in precision machining by creating a complicated assembly. The project may be chosen from a provided list, or it may be one of the students’ choosing, as long as it meets the minimum requirements and receives instructors’ approval.

    Prerequisites: MATH 087  and ENGL 093  (or equivalent placement scores for MATH 098  or higher and ENGL 099  or higher) and MACH 134  or instructor permission.
    Quarters Offered: All

    Global Outcome(s)
    This course teaches to the global outcome of Information Literacy.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Heat treat steel
    • Complete turn table operations
    • Setup broaching
    • Accomplish precision assembly processes
    • Design and build fixtures
    • Choose fasteners
    • Turn parts to close tolerances
    • Identify and solve new problems
    • Interface with CNC machine controls
    • Successfully transfer files from computer to CNC control
  
  • MACH 224 Capstone Project Part II

    7 credits
    This is part two of a two part class. This capstone project allows the student to demonstrate their accumulated knowledge and abilities in precision machining by creating a complicated assembly. The project may be chosen from a provided list, or it may be one of the student’s choosing, as long as it meets the minimum requirements and receives instructors’ approval.

    Prerequisites: MATH 087  and ENGL 093  (or equivalent placement scores for MATH 098  or higher and ENGL 099  or higher) and MACH 223  or instructor permission.
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Produce a part per advanced blueprint specifications
    • Solve problems using online resources
    • Calculate required information from drawing
    • Setup required inspection procedures
    • Research technical specifications using online technical manuals
    • Plan a process which uses time efficiently to create a part
    • Index parts
    • Mill parts to close tolerances
    • Slot parts
    • Key cut ways
  
  • MACH 230 Processes and Planning For CNC

    8 credits
    This course is a focused study of the calculation of speeds and feeds of cutting tools, with an emphasis on how to use reference material. Planning and job set-up includes print/set-up sheet reading and interpretation, job planning, and machining processes and procedures.

    Prerequisites: MATH 087  and ABED 046  (or equivalent placement scores for MATH 098  or higher and ENGL 093  or higher) and MACH 110  (pre or corequisite) or instructor permission
    Quarters Offered: Summer

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Read shop drawings and sketches
    • Demonstrate precision measuring and layout
    • Apply general shop safety procedures
    • Identify metals and other machinable materials
    • Demonstrate use of shop math
    • Operate controls of CNC machines
    • Operate computing equipment to access job information
    • Determine if own work is complete and correct per print
    • Calculate speeds and feeds
    • Set up different types of jobs on various machines
    • Plan, develop, document, and prove out machining processes.
    • Create 2-D programs using Computer Aided Machining (CAM)
    • Use Cartesian coordinate system to complete CNC project
    • Create and run basic programs
    • Collaborate with other students to produce a common project
  
  • MACH 241 CNC Machining I: CAD/CAM Geometry and Toolpaths

    7 credits
    Students will learn to create geometry and toolpaths utilizing CAD/CAM software. The will utilize the Computer Aided Design (CAD) part of the software to develop geometry for manufacturing, such as wireframe and solid models. Students will utilize the Computer Aided Manufacturing  (CAM) part of the software to create 2.5D toolpaths used in CNC machining to produce the geometry and models developed in CAD.

    Prerequisites: Completion fo the Machine Technology program or instructor permission.
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Utilize the CAD/CAM’s built in Help/Contents capability
    • Create, modify, and manage basic 2D wireframe and 3D solid model geometry
    • Create, modify, and manage Work Coordinates (WCS)
    • Utilize different Construction Planes and Graphics Views
    • Select the machine type and define the material type, material size, and various tool settings
    • Organize multiple machining operations and their various toolpaths
    • Create basic 2.5D toolpath while selecting the correct cutting tool and holder
    • Determine tool cutter compensation and calculate the cutter speeds and feeds
    • Verify 2.5D toolpath while checking for errors and crashes
    • Generate the CNC code and Setup Information for manufacturing
    • Create a program that includes the operations of: Slotting, Pocketing, Facing, Spotting, Chamfering, Drilling, Reaming, and Tapping
    • Pass the CNC Machining test
  
  • MACH 242 CNC Machining II: CNC Machine Processes and Work Holding

    7 credits
    Students will continue to build their knowledge and skills of the CAD/CAM software by designing work holding through the use of CAD and learning new CNC processes, such as the 3D surface contouring toolpaths and advanced roughing cycles. Students may be requested to periodically mentor other students of earlier courses as part of their participation in this course. This class will include team-based learning and projects.

    Prerequisites: MACH 241  or instructor permission
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Create, modify and manage work holding models
    • Identify various types of work holding and work holding materials
    • Select the correct cutting tool and holder for 3D toolpaths and roughing cycles
    • Determine depths of cut and radial engagement for various toolpaths
    • Determine speeds and feeds for 3D toolpaths and advanced roughing cycles
    • Verify advanced 3D toolpaths and roughing cycles while checking for errors and crashes
    • Setup and run programs that the student has created
    • Troubleshoot toolpath or process errors during machining
    • Create a program that includes 3D surfacing and roughing toolpaths
    • Produce a product that encompasses MACH 241 and MACH 242 skills and knowledge
  
  • MACH 243 CNC Machining III: Programming and Process Improvement

    7 credits
    Students will produce parts from the programs and work holding that they have created. While participating in a team environment, they will analyze everything from work holding, tool and tool holder selection, to the processes and their CAM toolpath parameters to see if they can better their results. Students will then create projects for production training in other machining courses. Students will periodically mentor other students of earlier courses as demonstration of their learned skills and knowledge of this and previous courses.

    Prerequisites: MACH 242  or instructor permission
    Quarters Offered: Fall, Spring

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Create a production program and its associated documentation
    • Troubleshoot CNC programs
    • Improve CNC machining processes
    • Produce a product utilizing MACH 241 and MACH 242 knowledge and skills
    • Select and utilize basic work holding designs for various machining scenarios
    • Demonstrate skills and knowledge through mentoring students of earlier courses

Massage Therapy

  
  • MAST 105 Fundamentals of Massage Therapy

    6 credits
    This course introduces the student to the history, theory, and practice of Swedish massage. It also addresses professional ethics and communication.

    Corequisites: MAST 115 , MAST 125 .

    Quarters Offered: Fall

    Global Outcome(s)
    This course teaches to the global outcome of Communication.

    Student Outcomes/Competencies:
    Upon successful completion of the course the student will be able to:

    • Perform a professional and ethical Swedish massage
    • Practice safe body mechanics
    • Demonstrate an understanding of the theory behind massage
    • Outline the history of massage
    • Perform correct draping and positioning of client
    • Identify client’s needs through the use of professional communication
  
  • MAST 115 Fundamentals of Massage Therapy II

    6 credits
    This course introduces the students to muscles, bones, tendons, ligaments and how they interact to create movement at the joints.

    Corequisites: MAST 105 , MAST 125 .

    Quarters Offered: Fall

    Student Outcomes/Competencies:
    Upon successful completion of the course the student will be able to:

    • Identify the muscles including their origins, insertions, actions, and innervations
    • Identify mechanical effects of muscles on the bones and joints during movement
    • Describe the action of a muscle through its full range of motion
  
  • MAST 125 Fundamentals of Massage Therapy III

    6 credits
    This course familiarizes students with the basic functions and structures of the body and the effects of massage on each of these systems.

    Corequisites: MAST 105 , MAST 115 .

    Quarters Offered: Fall

    Student Outcomes/Competencies:
    Upon successful completion of the course the student will be able to:

    • Develop a working terminology in relation to the anatomy and physiology of the body
    • Identify the systems of the body, including the musculoskeletal, endocrine, respiratory, circulatory, immune, lymphatic, cardiovascular, excretory, and digestive
    • Describe the correlation between the structures and the functions that they perform
    • Explain the inter-relationship of the body systems and how homeostasis is supported through massage
  
  • MAST 135 Hydrotherapy and Injury Management

    5 credits
    This course teaches self-care techniques, correct body mechanics and the physiology of healing as they relate to treating sprains, strains and repetitive stress injuries. This includes instruction in specific hydrotherapy techniques.

    Prerequisites: MAST 105 , MAST 115 , MAST 125 .
    Corequisites: MAST 145 , MAST 155 .

    Quarters Offered: Winter

    Global Outcome(s)
    This course teaches to the global outcome of Teamwork.

    Student Outcomes/Competencies:
    Upon successful completion of the course the student will be able to:

    • Apply appropriate hydrotherapy techniques to sprains, strains, and repetitive stress injuries
    • Explain the stages of healing and inflammation
    • Collaborate with other health care professionals to create an effective treatment plan  
    • Assess the severity of sprains, strains, and repetitive stress injuries
    • Utilize correct body mechanics to avoid potential injury from administering massage
  
  • MAST 145 Pathologies For Massage Therapy

    5 credits
    This course introduces an array of pathological conditions commonly encountered in massage practice. The effects, benefits, and contraindications of massage are also covered.

    Prerequisites: MAST 105 , MAST 115 , MAST 125 .
    Corequisites: MAST 135 , MAST 155 .

    Quarters Offered: Winter

    Global Outcome(s)
    This course teaches to the global outcome of Information Literacy.

    Student Outcomes/Competencies:
    Upon successful completion of the course the student will be able to:

    • Recognize multiple pathologies commonly encountered in massage therapy
    • Describe massage benefits and contraindications for individuals with various disease states
    • Explain the systems of the body as they relate to a particular pathology
    • Converse with the health care community using appropriate medical terminology
    • Research and analyze pathology articles as they apply to indications and contraindications of massage
  
  • MAST 155 Treatment Massage I

    6 credits
    This course teaches students deeper massage techniques, postural assessment, and the charting process.

    Prerequisites: MAST 105 , MAST 115 , MAST 125 .
    Corequisites: MAST 135 , MAST 145 .

    Quarters Offered: Winter

    Global Outcome(s)
    This course teaches to the global outcome of Critical Thinking.

    Student Outcomes/Competencies:
    Upon successful completion of the course the student will be able to:

    • Assess a client’s needs relative to massage and select the most effective treatment modality
    • Palpate and safely assess deeper body structures
    • Perform treatment massage techniques and special tests
    • Document the performed massage and results in a standardized charting manner
  
  • MAST 165 Massage Clinic I

    6 credits
    This course offers a supervised environment where students can practice charting, client communication, and massage skills, while demonstrating professionalism and ethical conduct.

    Prerequisites: MAST 135 , MAST 145 , MAST 155 .
    Corequisites: MAST 175 , MAST 185 ,

    Quarters Offered: Spring

    Student Outcomes/Competencies:
    Upon successful completion of the course the student will be able to:

    • Perform a health history intake and a thorough postural assessment
    • Perform an appropriate massage based on the health history intake and postural assessment
    • Document the performed massage and results in a standardized charting manner
    • Interact professionally and ethically with clients and the public
  
  • MAST 175 Complementary Massage Modalities I

    5 credits
    This class introduces the students to a variety of massage techniques, including pregnancy massage, chair massage, and sports massage.

    Prerequisites: MAST 135 , MAST 145 , MAST 155 .
    Corequisites: MAST 165 , MAST 185 .

    Quarters Offered: Spring

    Global Outcome(s)
    This course teaches to the global outcome of Intercultural Appreciation.

    Student Outcomes/Competencies:
    Upon successful completion of the course the student will be able to:

    • Demonstrate an increased massage skill set
    • Explain and compare Eastern and Western bodywork philosophies
    • Demonstrate an increased awareness of the potential applications of massage
    • Perform pregnancy massage, chair massage, and sports massage safely and effectively
    • Apply appropriate massage in relation to clients’ cultural values
  
  • MAST 185 Massage Curriculum Review & Exam Prep

    2 credits
    This course offers a comprehensive review of anatomy, physiology, pathology, kinesiology, ethics, and massage techniques in preparation for the Washington State Licensing Exam.

    Prerequisites: MAST 135 , MAST 145 , MAST 155 .
    Corequisites: MAST 165 , MAST 175 .

    Quarters Offered: Spring

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Sit for the Washington State Licensing Exam
    • Identify the anatomy of the body including the muscle origins, insertions, and actions
    • Explain the body systems and how massage affects them
    • Choose appropriate massage techniques for a desired outcome
  
  • MAST 205 Spa Massage Techniques

    3 credits
    This course explores spa massage techniques from ancient to modern times.

    Prerequisites: MAST 165 , MAST 175 , MAST 185 , or instructor permission.
    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Identify the differences between various spa techniques
    • Apply appropriate massage in relation to clients’ cultural values
    • Assess a client’s needs and apply the correct spa techniques
    • Identify contraindications of spa treatment 
  
  • MAST 215 Business Development and Professional Relations

    5 credits
    This course introduces billing practices, licensing requirements, available insurance options, proper record organization and retention, and practical methods for operating a massage practice.

    Prerequisites: MAST 165 , MAST 175 , MAST 185 , or instructor permission.
    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Describe various Licensed Massage Practitioner (LMP) employment options
    • Practice appropriate record keeping methods
    • Operate a professional, legal LMP practice
    • Communicate effectively with other healthcare professionals
    • Research licensing and insurance requirements to remain current in both
  
  • MAST 255 Treatment Massage II

    6 credits
    This course further develops assessment skills, palpation skills, and treatment techniques to address a wider variety of conditions.

    Prerequisites: MAST 165 , MAST 175 , MAST 185 , or instructor permission.
    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Select the correct techniques to treat specific muscle dysfunctions
    • Create a change in the tissues by applying refined palpation skills
    • Assess a client’s needs and select an appropriate massage technique to obtain the most favorable outcome
    • Communicate effectively with other healthcare professionals to holistically align massage, chiropractic, physical therapy, and other treatment disciplines
  
  • MAST 265 Massage Clinic II

    6 credits
    This course offers a supervised environment where students can demonstrate their knowledge of massage and practice fundamental business skills.

    Prerequisites: MAST 165 , MAST 175 , MAST 185 , or instructor permission.
    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Perform an accurate health history intake and a thorough postural assessment
    • Perform an effective massage based on the health history intake and postural assessment
    • Document the performed massage and results in a standardized charting manner
  
  • MAST 275 Complementary Massage Modalities II

    5 credits
    Students refine a variety of massage techniques and gain an understanding of the different philosophies within Eastern and Western massage techniques.

    Prerequisites: MAST 175  or instructor permission.
    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Demonstrate an increased massage skill set (such as shiatsu, pregnancy massage, and sports massage)
    • Demonstrate an increased awareness of the potential applications of massage
    • Gain awareness of the psychology of the body
    • Define and implement the key components of hands-healing
    • Practice intra and inter-personal skills essential to energy healing
    • Integrate the chakra system and the physical body
    • Identify the chakra system and its dynamic effects of healing and its role in illness

Mathematics

  
  • MATH 070 Elements of Arithmetic

    5 credits
    This course covers fractions, decimals, percents, and ratios through the use of the four basic mathematical operations (add, subtract, multiply, divide) in both numeric and story problems. Content includes numeric, symbol, and word representations of number and the US measurement system.

    Prerequisites: ABED 030 , or equivalent placement score, or instructor permission.
    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Write names for numbers
    • Identify the place value of digits within a numeral
    • Add, subtract, multiply, and divide fractions
    • Add, subtract, multiply, and divide decimals
    • Add three or more numbers
    • Multiply and divide by tens
    • Express division remainders in fractional and rounded decimal form
    • Solve word problems requiring addition
    • Solve word problems requiring subtraction
    • Solve word problems requiring multiplication
    • Solve word problems requiring division
    • Measure using fractions of units
    • Convert common measurements in the US measurement system
    • Read and interpret simple graphs
    • Solve word problems requiring ratios and proportions
    • Solve word problems requiring percentages
    • Use the mathematical critical thinking skills of problem solving, pattern recognition, substitution, following structural rules, and quantitative modeling to solve problems in basic arithmetic
  
  • MATH 081 Technical Mathematics I

    5 credits
    Technical Mathematics I is the first of three courses in applied mathematics. By utilizing the foundations of measurements, problem solving and equations, students learn how to apply their mathematical knowledge to applied problems.

    Prerequisites: ABED 040  (or equivalent placement score for MATH 087  or higher)
    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Apply basic algebraic operations to applied topics
    • Apply and calculate percentages as applied to discounts and mechanical systems
    • Utilize a standard approach and mathematical logic to solve problems
    • Utilize geometry to solve application problems
    • Use functions and graphs to interpret and solve basic equations
    • Check, utilize, and apply conversions to applications
    • Use the mathematical critical thinking skills of problem solving, pattern recognition, substitution, following structural rules, and quantitative modeling to solve problems using basic algebraic operations
  
  • MATH 087 Quantitative Literacy

    5 credits
    This course develops student skills in interpreting, understanding, and using quantitative information. It integrates numeracy and proportional, statistical, and algebraic reasoning with an emphasis on critical thinking and problem solving. College success strategies are integrated with mathematical concepts.

    Prerequisites: ABED 040  (or equivalent placement score for MATH 087 )
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to: 

    • Demonstrate quantitative reasoning to analyze problems, critique arguments, and draw and justify conclusions
    • Accurately perform arithmetic operations involving fractions, decimals, percents, and signed numbers
    • Recall and apply the standard order of operations
    • Use proportional reasoning in solving applied problems
    • Use statistical and probabilistic reasoning in solving applied problems
    • Explain how quantities change, including multiplicative vs. additive and relative vs. absolute
    • Use estimation skills to solve problems, detect errors, and check accuracy
    • Interpret and use scientific notation
    • Make comparisons of relative magnitudes and work with various representations of quantitative information: ratios, rates, percentages, conversions, indices, scales, etc.
    • Organize and summarize data using a variety of representations, such as tables, graphs, and formulas
    • Use variables to represent quantities
    • Solve simple algebraic equations
    • Read and interpret quantitative information from a variety of real-world sources
    • Analyze and use quantitative information to support an argument
    • Recognize, make, and evaluate quantitative assumptions
    • Communicate quantitative results both in writing and orally using appropriate language, symbolism, data, and graphs
    • Use technology appropriately as a tool for calculations and to gather, research, and analyze quantitative information
    • Apply logical and time-effective study skills to mathematics
  
  • MATH 090 Introduction to Algebra for STEM

    5 credits
    This course covers basic algebraic concepts and operations that will prepare STEM students for MATH 099 . Topics include solution of first and second degree equations, linear graphs, inequalities, systems of equations, exponents, polynomials, and factoring.

    Prerequisites: MATH 087  or equivalent placement score.
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Identify the basic properties of real numbers
    • Apply properties of the real number system to both numeric and algebraic problems
    • Solve first and second degree equations in symbolic and in word problems
    • Solve and graph inequalities
    • Solve formulas for a specified variable
    • Graph linear equations
    • Solve systems of equations in two variables
    • Apply the rules of exponents
    • Add, subtract, multiply and divide polynomials
    • Use factoring to solve equations
    • Use the mathematical critical thinking skills of problem solving, pattern recognition, substitution, following structural rules, and quantitative modeling to solve problems involving basic algebra
  
  • MATH 090A Introduction to Algebra, Part 1

    2 credits
    Introduction to Algebra covers basic algebraic concepts and operations, including solution of first and second degree equations, linear graphs, inequalities, systems of equations, exponents, polynomials, and factoring.

    Prerequisites: Instructor permission.
    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Identify the basic properties of real numbers
    • Apply properties of the real number system to both numeric and algebraic problems
    • Solve first and second degree equations in symbolic and in word problems
    • Solve and graph inequalities
    • Solve formulas for a specified variable
    • Graph linear equations
    • Use the mathematical critical thinking skills of problem solving, pattern recognition, substitution, following structural rules, and quantitative modeling to solve problems involving basic algebra
  
  • MATH 090B Introduction to Algebra, Part 2

    3 credits
    Introduction to Algebra covers basic algebraic concepts and operations, including solution of first and second degree equations, linear graphs, inequalities, systems of equations, exponents, polynomials, and factoring.

    Prerequisites: Instructor permission.
    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Solve systems of equations in two variables
    • Apply the rules of exponents
    • Add, subtract, multiply and divide polynomials
    • Use factoring to solve equations
    • Use the mathematical critical thinking skills of problem solving, pattern recognition, substitution, following structural rules, and quantitative modeling to solve problems involving basic algebra
  
  • MATH 091 Technical Mathematics II

    5 credits
    Technical Mathematics II is the second of three courses in applied mathematics. This course covers technical and commercial mathematical applications, problem solving, and describing solutions and problems in a graphical format.

    Prerequisites: MATH 087  or MATH 081 .
    Quarters Offered: Fall, Winter, Spring

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Utilize volume and conversion formulas for measurements
    • Demonstrate an understanding and knowledge of applying physics formulas for applications
    • Read and calculate data for electrical and mechanical systems
    • Compute data and program set calculators (computer program simulations)
    • Calculate and apply sine wave applications
    • Analyze and work with displacement
    • Utilize compression ratios for understanding mechanical designs
    • Represent and utilize a graphical design for mechanical systems
    • Demonstrate how to calculate physics concepts in terms of physical systems of horse power and torque
    • Use the mathematical critical thinking skills of problem solving, pattern recognition, substitution, following structural rules, and quantitative modeling to solve problems
  
  • MATH 093 Applied Math and Computing Fundamentals

    1-5 credits
    This course teaches the fundamentals of math in preparation for the Applied Math and Computing sequence which begins with Math 131. Content includes arithmetic, algebra, geometry, mathematical modeling with linear, quadratic and exponential functions, and algorithmic thinking.

    Prerequisites: ABED 040  (or equivalent placement score for MATH 087  or higher)
    Corequisites: MATH 131

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Compute with fractions, decimals, ratios, proportions, and percents
    • Read and interpret graphs of linear, quadratic, and exponential functions
    • Use scientific notation during computation
    • Distinguish between exact and approximate solutions
    • Solve both symbolic and word problems involving linear and quadratic equations
    • Add and multiply polynomial expressions
    • Solve and graph problems involving inequalities
    • Simplify and solve equations involving radicals and complex numbers
    • Describe the algorithmic steps in solving simple algebraic problems
    • Use a symbolic computing program to solve algebraic problems
    • Apply the mathematical skills of computational problem solving, pattern recognition, substitution, following structural rules, discrete modeling, and formal logic to solve problems requiring reasoning, critical thinking, and computation 
  
  • MATH 098 Essentials of Intermediate Algebra

    5 credits
    This course focuses on the intermediate algebra skills needed for students planning to take MATH& 107 , MATH& 146 , or MATH 147 . Emphasis is on data analysis, mathematical modeling, quantitative reasoning, and working with linear and exponential functions. Applications with quadratic, rational, and radical functions are also covered.

    Prerequisites: MATH 087  or equivalent placement score for MATH 098
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course, students will be able to:

    • Use dimensional analysis to make calculations
    • Interpret and move flexibly between multiple formats, including graphs, tables, equations, and words
    • Solve applied problems involving linear, quadratic, exponential, rational, and radical equations
    • Calculate the slope of linear data and interpret slope within the context of the problem
    • Distinguish between linear and exponential growth models
    • Apply exponent rules to simplify expressions with exponents
    • Solve formulas for a specified variable
    • Use geometric concepts of area and volume in solving applied problems
    • Create and use models (tables, words, graphs, equations) of real-world situations
    • Analyze and use quantitative information to support an argument
    • Communicate quantitative results both in writing and orally using appropriate language, symbolism, data, and graphs
    • Demonstrate quantitative reasoning to analyze problems, critique arguments, and draw and justify conclusions
    • Use technology appropriately as a tool for calculations and to gather, research, and analyze quantitative information
  
  • MATH 099 Intermediate Algebra for STEM

    5 credits
    This course covers the intermediate algebra skills and content needed for students going into STEM fields. It focuses on linear, quadratic, exponential, and logarithmic functions; rational and radical expressions and equations; roots and exponents; complex numbers; functions; and graphing.

    Prerequisites: MATH 090  or equivalent placement score.
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Identify and apply the rules of algebra to solve algebraic problems
    • Demonstrate the use of rational and irrational numbers in problem solving
    • Solve problems involving linear, quadratic, logarithmic,  and exponential equations and functions
    • Graph linear, quadratic, and exponential functions
    • Apply the properties and laws of logarithms
    • Use factoring to simplify rational expressions and to solve rational equations
    • Identify functions and use functional notation and terminology
    • Solve problems involving inequalities
    • Simplify radical expressions and solve radical equations
    • Solve problems involving complex numbers
    • Use technology appropriately as a tool for calculations and to gather, research, and analyze quantitative information
    • Use the mathematical critical thinking skills of problem solving, pattern recognition, substitution, following structural rules, and quantitative modeling to solve problems involving intermediate algebra
  
  • MATH 099A Intermediate Algebra Part I

    2 credits
    Intermediate Algebra covers rational expressions, roots and exponents, complex numbers, functions, graphing, and the solution of quadratic equations. MATH 99A covers Part 1 of MATH 099 .

    Prerequisites: MATH 090  or equivalent placement test score and instructor permission.
    Student Outcomes/Competencies:
    Upon successful completion of this course, students will be able to:

    • Identify and apply the rules of algebra to solve algebraic problems
    • Understand the use of rational and irrational numbers in problem solving
    • Solve both symbolic and word problems involving linear and quadratic equations
    • Graph linear and quadratic equations
    • Use factoring to simplify rational expressions and to solve rational equations
    • Identify functions and use functional notation and terminology
    • Use problem solving skills, pattern recognition, substitution, structural rules, and quantitative modeling to solve problems involving intermediate algebra
  
  • MATH 099B Intermediate Algebra, Part II

    3 credits
    Intermediate Algebra covers rational expressions, roots and exponents, complex numbers, functions, graphing, and the solution of quadratic equations. MATH 99B covers Part 2 of MATH 099 .

    Prerequisites: MATH 099A  and instructor permission.
    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Solve problems involving inequalities
    • Simplify radical expressions and solve radical equations
    • Solve problems involving complex numbers
    • Use the quadratic formula to solve and to graph quadratic equations
    • Use a scientific calculator for multi-step operations
    • Use problem solving skills, pattern recognition, substitution, structural rules, and quantitative modeling to solve problems involving intermediate algebra
  
  • MATH 099X Accelerated Intermediate Algebra for STEM

    5 credits
    This course is a single-quarter refresher of both Elementary and Intermediate Algebra skills to prepare for STEM courses. Topics include solving and graphing linear, quadratic, exponential, logarithmic, rational and radical functions; roots and exponents; complex numbers; inequalities; and systems of equations.

    Prerequisites: MATH 087  or equivalent placement score.
    Quarters Offered: Fall, Winter, Spring

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Demonstrate appropriate use of integers, rational, and irrational numbers in problem solving
    • Solve problems involving linear, quadratic, logarithmic, and exponential equations and functions
    • Graph linear, quadratic, and exponential functions
    • Apply the rules of exponents
    • Add, subtract, multiply and divide polynomials
    • Use factoring to solve equations
    • Apply the properties and laws of logarithms
    • Use factoring to simplify rational expressions and to solve rational equations
    • Identify functions and use functional notation and terminology
    • Simplify radical expressions and solve radical equations
    • Solve and graph problems involving inequalities
    • Solve formulas for a specified variable
    • Solve systems of equations in two variables
    • Solve problems involving complex numbers
    • Use technology appropriately as a tool for calculations and to gather, research, and analyze quantitative information
    • Use the mathematical critical thinking skills of problem solving, pattern recognition, substitution, following structural rules, and quantitative modeling to solve problems involving basic and intermediate algebra
  
  • MATH 102 Quantitative Reasoning

    5 credits
    Quantitative Reasoning covers trigonometry, set theory and logic, and exponential and logarithmic functions. General and commercial applications are emphasized. Problem solving and class exercises focus on team projects.

    Prerequisites: MATH 087  or equivalent placement score.
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Use trigonometric functions to solve right triangle problems and applications
    • Use inverse trigonometric functions to solve right triangle problems and applications
    • Apply the Pythagorean Theorem to solve right triangle problems
    • Use the techniques of sets and Venn diagrams to solve applied problems
    • Understand the meaning of connectives in logic
    • Represent data in graphic, verbal, symbolic, and tabular forms
    • Distinguish between exponential and linear growth
    • Solve application problems using exponential and logarithmic techniques
    • Demonstrate how mathematical concepts relate to their field of study
    • Work within a small group to complete a mathematical project and/or presentation
    • Use the mathematical critical thinking skills of problem solving, pattern recognition, substitution, following structural rules, and quantitative modeling to solve problems involving trigonometry, logic, and exponential functions
  
  • MATH 103 Technical Mathematics III

    5 credits
    Technical Mathematics III is the last course in a three course series in applied mathematics. Technical applications are: Computer Logic, Computer Algebra, Venn Diagrams, Mathematical Design and Modeling, Calculus (3-D Graphs) and others.

    Prerequisites: MATH 090  or MATH 091 .
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Utilize mechanical physics for fluid and Pascal’s principle
    • Calculate and distinguish volume, pressure, force, and the use of hydraulics
    • Utilize computer algebra for computer conversions and mechanical design
    • Apply advanced algebra in electronics applications (circuits and complex fractions)
    • Apply trigonometric functions in electronics
    • Develop and evaluate logic gates for electronics applications
    • Represent, create, and apply 3-D calculus graphics
    • Apply basic concepts in statistics, exponential functions, and vectors
    • Use the mathematical critical thinking skills of problem solving, pattern recognition, substitution, following structural rules, and quantitative modeling to solve problems involving advanced algebra, trigonometry, and computer logic
  
  • MATH 111 College Algebra with Applications

    5 credits
    This course provides a comprehensive review of algebra, graphs, and functions, and includes an in-depth study of linear, quadratic, and trigonometric functions. Problem-solving using geometry and vector analysis is also covered. Practical applications are emphasized.

    Prerequisites: MATH 098  (recommended),  MATH 099 , or equivalent placement test score.
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Solve, graph, and interpret linear and quadratic equations, functions, and inequalities
    • Graph, transform, and compose functions
    • Solve systems of equations in two and three variables
    • Use trigonometric and inverse trigonometric functions to solve problems
    • Use vector analysis to solve problems in physics
    • Use quantitative modeling to solve problems involving functions, linear algebra, geometry, and  trigonometry
  
  • MATH 145 Finite Mathematics for Business

    5 credits
    Finite Math covers the computational knowledge, skills, and techniques necessary for success in modern business. Content includes functions and their graphs, linear programming, matrices, combinatorics, logic, statistics, and the applications of math to finance and economics.

    Prerequisites: MATH 099  (A grade of 2.5 or higher is highly recommended).
    Quarters Offered: Winter

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Compute simple and compound interest
    • Determine the present and future values of annuities
    • Solve small systems of equalities using matrix methods
    • Solve small systems of inequalities using geometric and simplex methods
    • Explain set and logical notation
    • Determine if conclusions logically follow from premises
    • Determine conditional and independent probabilities of joint events
    • Apply counting techniques to solve problems in combinatorics and probability
    • Apply the mathematical skills of computational problem solving, pattern recognition, substitution following structural rules, discrete modeling, and formal logic to solve problems requiring reasoning, critical thinking, and computation
  
  • MATH 147 Digital Mathematics

    5 credits
    Digital Mathematics covers the finite mathematical knowledge, skills and techniques necessary for success in computer-based technologies. Content includes counting, number systems, logic, relations, recursion, graphs and trees, algorithms, data structures, digital circuits, software languages, and programming.

    Prerequisites: MATH 098  (recommended) or MATH 099 .
    Quarters Offered: Spring

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Apply counting techniques to solve simple problems in probability
    • Explain the integer system expressed in various bases
    • Identify logical elements in artificial languages
    • Determine tautological, contradictory, and contingent logical forms
    • Differentiate between functions and relations
    • Appreciate the inductive structure of mathematics
    • Solve simple problems using recursion
    • Explain the fundamental rules of graph and tree data structures
    • Construct simple algorithms for computation
    • Express problems using a variety of different data structures
    • Write simple computer programs in very high-level software languages
    • Describe the use of logic and recursion in semiconductor circuitry
    • Apply the mathematical skills of computational problem solving, pattern recognition, substitution, following structural rules, discrete modeling, and formal logic to solve problems requiring reasoning, critical thinking, and computation
  
  • MATH 220 Linear Algebra

    5 credits
    Linear algebra serves as an introduction to matrix theory. Topics include matrix operations, determinants, solving systems of equations, n-dimensional vector spaces, subspaces, linear transformations, eigenvalues and eigenvectors, and their applications.

    Prerequisites: MATH& 153 .
    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Perform matrix operations, calculate determinants, find inverses for matrices (where possible), and find the transpose of a matrix
    • Use elementary row operations to solve systems of linear equations using Gaussian Elimination and Gauss-Jordan reduction methods
    • Identify a system of linear equations as independent, inconsistent, or dependent
    • Perform vector operations, use properties of vector operations, and determine vector subspaces, spanning sets, and bases of vector spaces
    • Show that a set of vectors forms the basis for a set, and find the dimension of a subspace
    • Find inner products and find a basis for a given inner product space
    • Use matrices to perform transformations between vector spaces and to identify isomorphisms
    • Find the kernel, range, rank, and nullity of a linear transformation
    • Find the standard matrix for a given linear transformation and use this matrix to find the image of a given vector
    • Find real eigenvalues and eigenvectors of a square matrix
    • Diagonalize symmetric matrices
    • Use the mathematical critical thinking skills of problem solving, pattern recognition, substitution, following structural rules, and quantitative modeling to solve problems requiring reasoning, critical thinking, and computation
  
  • MATH 246 Business Statistics

    5 credits
    The course is designed to teach business managers to interpret statistical analyses and apply statistical methods in a business context. Topics include data description, data presentation, statistical analysis, statistical interpretation, and statistical inference. Statistical results will be used as a foundation in answering business-related questions and making evidence-based decisions.

    Prerequisites: Admission to BASTLM program or instructor permission.
    Global Outcome(s)
    This course teaches to the global outcome of Critical Thinking.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Identify and implement statistically valid business data collection methods, and perform detailed statistical analysis using Excel and/or PASW
    • Present analytics for business applications using descriptive statistics and visualization
    • Apply linear regression to business data using Excel and/or PASW, and express how multiple regression can be utilized to improve upon linear regression
    • Apply probability distributions and statistical tools used for analysis and decision making in a business management context
    • Calculate and interpret measures of statistical inference, and apply these measures to  decision-making in a business management context
    • Interpret the results of hypothesis tests and Chi-square analyses using business related examples
    • Define the Central Limit Theorem, and apply its principles to Control Charts
  
  • MATH 341 Mathematics of Design

    5 credits
    Mathematics of Design examines the relationship between the concepts of mathematics and the disciplines of design, with emphasis on the interaction between visual thinking, digital design tools, and mathematical approaches to space, structure and form. Course content is selected from geometry, statistics, animation, search, virtual reality, information visualization, and modern mathematical fields such as fractals, cellular automata, and iconic math.

    Prerequisites: Admission to the BTAD program.
    Quarters Offered: Fall

    Global Outcome(s)
    This course teaches to the global outcome of Critical Thinking.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Visualize mathematical structures and apply these structures to design problems
    • Discuss the role of mathematics in art and the role of art in mathematics
    • Identify the type of algorithms used by a digital design tool
    • Apply vectors and matrices to achieve computer graphics transformations
    • Describe how shape and movement are implemented in software
    • Apply structured modeling principles to dialog and interaction
    • Apply mathematical models of space to information
    • Explain the use of statistical concepts in design
    • Formulate simple structured languages to communicate design intentions
    • Incorporate modern iconic mathematical forms and processes in applied designs
  
  • MATH 351 Biostatistics

    5 credits
    Introduction to statistical analysis of biological data. Topics include experimental design and hypothesis testing, descriptive statistics, probability, validity, reliability, chi-square distribution, confidence intervals, power, sample size, and introduction to various parametric and non-parametric tests.

    Prerequisites: Admission to the BASPH program.
    Quarters Offered: Winter

  
  • MATH& 107 Math in Society

    5 credits
    Math in Society is a survey course in practical mathematics. Core topics of the course include proportional reasoning, probability, descriptive statistics, growth and decay models (linear and exponential), and the mathematics of personal finance. Other topics that might be addressed include, but are not limited to: modern geometry, trigonometry, sets and logic, discrete math topics (such as graph theory, scheduling, voting theory, game theory, or fair division), and math in the arts.

    Prerequisites: MATH 098  (recommended), or MATH 099 , or equivalent placement score.
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Use proportions and ratios to interpret quantities and estimate the relative size of quantities
    • Apply proportionality to solve and analyze a variety of multi-step contextual problems
    • Use formulas and perform relevant calculations pertaining to personal finance to solve context-based scenarios
    • Analyze and critique claims related to personal finance (i.e. loans, mortgages, annuities, etc.) to make informed decisions
    • Calculate and interpret probabilities, including conditional probabilities, and use those calculations to make informed decisions
    • Analyze and critique statements about probability and risk that appear in the media (i.e. advertisements, odds, medical test results, etc.)
    • Recognize and categorize methods for obtaining data, discuss possible sources of bias, and use this information to make an informed decision given a scenario
    • Use appropriate tools and strategies to describe and display authentic data (including boxplots, histograms, pie charts, and other graph types)
    • Calculate, interpret, analyze, and critique numerical summaries of data (including measures of center and spread), and use these values to compare and contrast two or more samples or populations
    • Analyze data and/or scenarios to determine if they describe linear or exponential growth
    • Create linear and exponential models for an authentic situation
    • Use, interpret, and analyze linear and exponential models to make predictions, discussing appropriateness and limitations of the model
    • Read a complex problem requiring quantitative and/or symbolic analysis, use flexibility in selecting a solution strategy, and impose an appropriate mathematical structure or mathematical procedure in solving the problem
    • Determine the reasonableness and implications of mathematical solutions, recognize the limitations of the methods used in context, and then apply those methods to making personal and societal choices
  
  • MATH& 141 Pre-Calculus I

    5 credits
    Precalculus I includes the study of linear, absolute value, radical, polynomial, rational, exponential, and logarithmic functions.

    Prerequisites: MATH 099  or equivalent placement score.
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Apply the principles of basic algebra and coordinate geometry to solve math problems
    • Analyze and solve equations verbally, algebraically, graphically, and numerically
    • Use mathematical modeling to solve application problems and interpret the solution in the context of the problem
    • Simplify and evaluate combined functions and composite functions
    • Describe how transformations of functions affect their graphs
    • Determine key features of functions, such as domain, range, asymptotes, and intercepts
    • Graph linear, absolute value, piecewise, radical, polynomial, rational, exponential and logarithmic functions
    • Find an equation of a function from its graph
    • Find the inverse of a one-to-one function
    • Apply the properties and laws of logarithms
    • Interpret and analyze linear and non-linear data to develop appropriate models
  
  • MATH& 142 Pre-Calculus II

    5 credits
    Precalculus II includes the study of the properties, graphs, and applications of the trigonometric functions and their inverses with an emphasis on identities and solving equations. This course also introduces vectors, polar coordinates and graphs, and parametric equations.

    Prerequisites: MATH& 141 .
    Quarters Offered: Fall, Winter, Spring

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Measure angles in degrees and radians and relate them to arc length 
    • Identify reference angles and coterminal angles
    • Solve applied problems involving arc length, linear/angular speed, and the area of a circular sector
    • Link the graphical, numeric, and symbolic definitions of the trigonometric functions in terms of the unit circle
    • Solve problems involving right triangles and unit circles using the definitions of the trigonometric functions
    • Apply the law of sines and law of cosines to solve for unknown sides and angles of triangles, and solve applied problems associated with these laws
    • Graph the trigonometric functions and their transformations
    • Identify key features including amplitude, period, and phase shifts from a graph, formula, table, or verbal description
    • Use trigonometric functions to model periodic behavior described numerically or verbally
    • Use the inverse trigonometric functions to solve equations
    • Prove trigonometric identities and use identities to algebraically solve trigonometric equations
    • Graph complex numbers and write complex numbers in trigonometric form
    • Perform operations with vectors and use them to solve problems (both graphically and component-wise)
    • Relate coordinates and equations in polar form to coordinates and equations in rectangular form
    • Graph polar equations
    • Relate equations and graphs in parametric form to equations and graphs in rectangular form
    • Write clear, correct, and complete solutions to mathematical problems utilizing proper mathematical notation and appropriate language 
    • Use exact and approximate solutions when appropriate
    • Use problem solving skills, pattern recognition, substitution, structural rules, and quantitative modeling to solve problems involving trigonometric functions, vectors, systems of equations, alternative coordinate systems, and parametric equations
  
  • MATH& 146 Introduction to Statistics

    5 credits
    This course covers the organization and graphical representation of data, measures of central tendency and variation, basic probability theory, discrete probability distributions and the binomial formula, the normal distribution, hypothesis testing, confidence intervals, correlation, and linear regression.

    Prerequisites: MATH 098  recommended or MATH 099  (or equivalent placement score for MATH& 146)
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course the students will be able to:

    • Organize and graph data using scatterplots, histograms, and boxplots
    • Calculate mean, standard deviation, z-scores, and percentile values
    • Solve problems using the basic elements of probability theory, such as sample spaces, the addition rule, and the multiplication rule
    • Calculate the mean and standard deviation of a probability distribution
    • Calculate expected value
    • Calculate probabilities using the binomial probability formula
    • Calculate probabilities and find percentile values using the normal distribution and the central limit theorem
    • Construct and interpret confidence intervals
    • Perform hypothesis tests
    • Measure and test for correlation
    • Use regression equations to make predictions
  
  • MATH& 148 Business Calculus

    5 credits
    Surveys differential and integral calculus, emphasizing uses in business and social science. Intended for students who wish only a brief course in calculus.

    Prerequisites: MATH 145  or instructor permission.
    Quarters Offered: Spring

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Construct and transform the graphs of common functions
    • Solve simple exponential equations
    • Use the product, quotient and chain rules to differentiate simple functions
    • Construct equations for tangents and find average and instantaneous rates of change
    • Apply the concepts, techniques and vocabulary of limits, continuity, and first and second derivatives to solve simple problems
    • Use simple substitutions and appropriate software to find antiderivatives of simple functions
    • Determine the values of definite integrals using the Fundamental Theorem of Calculus
    • Apply the ideas of definite and indefinite integrals to solve problems
    • Recognize applications of differential and integral calculus to business problems
  
  • MATH& 151 Calculus I

    5 credits
    This first-quarter calculus course includes the study of function limits, and emphasizes differential calculus and its applications.

    Prerequisites: MATH& 142 .
    Quarters Offered: Fall, Winter, Spring

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Describe a function verbally, algebraically, graphically, and numerically
    • Define and calculate limits
    • Define the derivative of a function
    • Interpret derivatives as slopes of tangent lines and rates of change
    • Differentiate polynomial, exponential, logarithmic, and trigonometric functions
    • Apply the product, quotient, and chain rules to differentiate functions
    • Use implicit differentiation
    • Graph functions and their derivatives
    • Use linear approximation to estimate the value of a function
    • Calculate the maximum and minimum values of a function
    • Apply L’Hospital’s rule for solving indeterminate forms
    • Approximate solutions using curve sketching
    • Define antiderivative and find the antiderivative of a function
    • Solve application problems using differential calculus
    • Use problem solving skills, pattern recognition, substitution, structural rules, and quantitative modeling to solve problems involving differential calculus and limits
  
  • MATH& 152 Calculus II

    5 credits
    This second-quarter calculus course includes the study of integral calculus and its applications and an introduction to differential equations. A graphing calculator is required.

    Prerequisites: MATH& 151  or equivalent placement score.
    Quarters Offered: Fall, Winter, Spring

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Calculate antiderivatives, areas and distances, and the definite integral
    • Solve and evaluate functions using The Fundamental Theorem of Calculus
    • Solve and evaluate indefinite integrals
    • Compute the average value of a function
    • Integrate trigonometric functions
    • Solve equations using numerical integration and approximation of integrals
    • Evaluate improper integrals
    • Integrate by parts
    • Calculate the length of a curve, the area between curves, the volume of washers and shells, and center of mass
    • Use problem solving skills, pattern recognition, substitution, structural rules, and quantitative modeling to solve problems involving integral calculus
  
  • MATH& 153 Calculus III

    5 credits
    Third quarter of the calculus sequence. Calculus III includes the study of infinite sequences and series; the geometry of space including polar forms; parametric equations; and the study of vector-valued functions and space curves.

    Prerequisites: MATH& 152 .
    Quarters Offered: Fall, Winter, Spring

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Determine if a sequence converges or diverges, and if it converges, find its limit
    • Determine if an infinite series converges absolutely, converges conditionally, or diverges using an appropriate test (nth term test, integral test, comparison tests, ratio test, root test, alternating series test)
    • Calculate the sum of a convergent infinite geometric series
    • Find the radius and interval of convergence for a power series
    • Express basic and transcendental functions as power series, and derive Maclaurin and Taylor series
    • Convert between regular and parametric form for curves in a plane
    • Convert points and equations between polar and rectangular form
    • Recognize and sketch graphs of equations in polar coordinates
    • Compute arc length of parametrically-defined functions and polar coordinate equations
    • Identify conic sections from their equations in rectangular or polar form
    • Perform vector calculations in two- and three-dimensions (including dot products, cross products, and projections)
    • Solve problems involving distances and angles between lines using vectors
    • Write equations of lines and planes using vectors, and solve problems involving their intersections
    • Identify and sketch quadric surfaces
    • Differentiate and integrate vector-valued functions
    • Find the unit normal and binormal vectors of a curve defined by a vector-valued function
    • Calculate the tangential and normal components of the acceleration vector
    • Calculate the curvature of a path of motion
    • Use the mathematical critical thinking skills of problem solving, pattern recognition, substitution, following structural rules, and quantitative modeling to solve problems requiring reasoning, critical thinking, and computation
  
  • MATH& 254 Calculus IV

    5 credits
    Fourth quarter of the calculus sequence. Calculus IV introduces the study of multivariable calculus, with a focus on functions of two or three variables. Topics include: first-order differential equations, partial derivatives, directional derivatives, gradient vectors, multiple integration, vector fields, line and surface integrals, Green’s Theorem, Stokes’s Theorem, and the Divergence Theorem.

    Prerequisites: MATH& 153 .
    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Solve first-order differential equations, including initial value problems
    • Construct the phase line for an autonomous differential equation
    • Find the domain and range of a multivariable function, and sketch its typical level curve or level surface
    • Find both first-order and second-order partial derivatives of a multivariable function
    • Compute the gradient and apply it to find equations of tangent lines and planes and to compute directional derivatives for multivariable functions
    • Find local maxima and minima and saddle points of multivariable functions
    • Identify absolute maximum and minimum values of a multivariable function on a given region
    • Evaluate double and triple integrals
    • Solve area, volume, and average-value problems using multiple integration
    • Use alternate coordinate systems (polar, cylindrical, spherical) to simplify multiple integration problems
    • Use vector and scalar fields appropriately, particularly when computing a gradient, curl, or divergence
    • Use and compute line and surface integrals
    • Apply Green’s Theorem, Stokes’ Theorem, and the Divergence Theorem
    • Use the mathematical critical thinking skills of problem solving, pattern recognition, substitution, following structural rules, and quantitative modeling to solve problems requiring reasoning, critical thinking, and computation

Medical Assisting

  
  • MEDA 115 Law and Ethics

    3 credits
    Addresses ethical concerns and legal considerations for medical office staff and medical records management. Gain knowledge of medical contracts, explore workplace legalities, historical and social issues, and workplace responsibilities.

    Prerequisites: ENGL 099 , equivalent placement score, or instructor permission.
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Understand legal considerations encountered in the medical office
    • Identify ethical dilemmas encountered in health care
    • Communicate effectively to patients with culturally diverse backgrounds
    • Discuss the legal implications of professional interaction and communication between team members in a medical setting
  
  • MEDA 116 Medical Terminology

    5 credits
    Basic structure of medical terms including Greek and Latin roots, prefixes, suffixes, word analysis, spelling, and pronunciation. An overview of anatomical terms with an introduction to the basic concepts of health and disease.

    Prerequisites: ENGL 093 , equivalent placement score, or instructor permission.
    Quarters Offered: All

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Utilize basic medical terminology as a foundation for delivery of medical care
    • Relate medical terminology to anatomy and physiology
    • Spell, define, and pronounce given medical terms
    • Discuss client care and outcomes in the clinical setting
    • Use medical terminology to provide effective and accurate communication between other healthcare team members and patients
  
  • MEDA 118 Examine Room and Patient Preparation

    5 credits
    Introduction to clinical procedures in the medical office. Includes medical asepsis, Universal Precautions, vital signs, charting, preparing patient and rooms for examinations, first aid, and nutrition.

    Prerequisites: ENGL 093 , BIOL& 175 , MEDA 115 , MEDA 116 , or instructor permission.
    Quarters Offered: All

    Global Outcome(s)
    This course teaches to the global outcome of Teamwork.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Apply knowledge of medical asepsis and Universal Precautions
    • Apply correct technique for assisting with/performing procedures
    • Apply safety practices in the medical office
    • Work effectively as a healthcare team member
    • Use critical thinking when performing technical skills required in a clinical setting
    • Respect different cultural beliefs
    • Apply principles of team work
  
  • MEDA 119 Intercultural Awareness in Health Care

    3 credits


    This course is designed to help you explore, understand, and appreciate the challenges posed by cultural and ethnically diverse patient populations. Meeting the health care needs of culturally diverse individuals requires sensitivity and respect for the inherent beliefs, cultural traditions, medical practices, and inherent needs of each community.

    Prerequisites: ENGL 099 .
    Quarters Offered: Fall, Spring

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Communicate effectively to patients with culturally diverse backgrounds
    • Discuss the intercultural implications of professional interaction and communication between team members in a medical setting
    • Understand and appreciate the healthcare needs, beliefs, and practices of patients of diverse cultural backgrounds
    • Recognize and explain key issues, barriers, and alternatives to healthcare delivery for patients of diverse cultural backgrounds
    • Identify the salient beliefs and important traditions of diverse patient populations in terms of health promotion and wellness, illness and disease prevention, and health restoration
    • Demonstrate cultural competence in health care contexts

     

  
  • MEDA 121 Medical Office Skills

    5 credits
    Medical office procedures including scheduling guidelines and telephone techniques related to the medical office, filing, accounts receivable/payable, payroll, inventory control, billing procedures, collections.

    Prerequisites: BTE 101  (or test out), ENGL 093  or equivalent placement score, MEDA 116  or instructor permission.
    Quarters Offered: All

    Global Outcome(s)
    This course teaches to the global outcome of Information Literacy.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Perform medical office procedures
    • Apply safety practices for the medical office
    • Apply scheduling and telephone techniques
    • Maintain medical records and patient confidentiality
    • Communicate with healthcare team members and patients in a medical setting
    • Effectively perform basic operations of medical office equipment and computer programs or software
  
  • MEDA 125 Phlebotomy/Bloodborne Pathogens

    5 credits
    An overview of phlebotomy and the role of the phlebotomist in health care. Study includes circulatory system, infection control, clinical laboratory safety, and phlebotomy procedures and equipment. Laboratory hours provide students with hands on activities to gain skill competency in venipuncture and capillary specimen collection.

    Prerequisites: MEDA 118 , or instructor permission.
    Quarters Offered: Winter, Summer

    Global Outcome(s)
    This course teaches to the global outcome of Intercultural Appreciation.

    Student Outcomes/Competencies:
    Upon successful completion of this course students will be able to:

    • Apply knowledge of the anatomy and physiology of the circulatory system in blood collection
    • Apply knowledge of laboratory safety and infection control
    • Appropriately utilize the equipment used in blood collection including multiple tube draws
    • Apply knowledge of quality management and legal issues important to the phlebotomy practice
    • Apply clinical skills in capillary blood draws and performance of various lab procedures.
    • Apply clinical skills in specimen handling and preparation for submittal to laboratory for analysis
    • Practice lab safety and adhere to OSHA/WISHA guidelines
    • Educate special populations and patients of culturally diverse backgrounds regarding the global effect of AIDS 
 

Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10