May 05, 2024  
2021-22 Catalog 
    
2021-22 Catalog [ARCHIVED CATALOG]

Courses


Quarterly Credit Classes are available online, where you may filter class offerings by subject, time, day, or whether they are held on campus, online or are hybrid classes.

& = Common Course Identifier

 

Computer Science

  
  • CS 420 - Theory of Computation


    5 CR

    This course introduces students to the mathematical foundations of computation and complexity for problem-solving, including the concepts of automata theory, the theory of formal languages and grammars, and the notions of algorithm, decidability, complexity, and computability. Students will develop the ability to understand and conduct mathematical proofs for computation and algorithms in order to solve problems efficiently. 54

    Prerequisite(s): MATH 301   and admission to Computer Science, BS   program, or instructor’s permission.

    Course Outcomes
    • Characterize formal models of computation, such as finite automata, pushdown automata, and Turing machine and regular expressions
    • Design grammars for context-free languages
    • Classify regular and context-free languages based on their properties
    • Design Turing Machines for problems
    • Prove decidability and undecidability of languages
    • Describe class-based resource usage models, including time complexity
    • Apply basic concepts to explain the implications of modern complexity theory approaches to problem-solving


    Find out when this course is offered


  
  • CS 430 - Image Processing


    5 CR

    This course introduces the foundations of image processing such as sampling, enhancement, edge detection, segmentation, image morphology and image compression. Through hands-on experiences, students will use algorithms in a programming language to solve practical image processing problems for different applications. 

    Prerequisite(s): MATH 208  and admission to Computer Science, BS , or instructor’s permission.

    Course Outcomes
    • Explain current technologies and issues that are specific to image processing systems. 
    • Describe  basic principles of digital image processing. 
    • Implement algorithms that perform basic image processing (e.g., noise removal and image enhancement); 
    • Define image operations and use some image processing software tools such as MATLAB Image Processing Toolbox to execute these image operations 
    • Identify algorithms for advanced image analysis. 
    • Assess the performance of image processing algorithms and systems.



    Find out when this course is offered


  
  • CS 440 - Human - Computer Interaction


    5 CR

    This course exposes students to the methods and principles of user-experience-centered software development. The course covers a variety of disciplinary traditions, including psychology, ergonomics, computer science, graphics, product design, etc. Main topics include Human-Computer Interaction (HCI) concepts and history, user interface design paradigms, usability testing, and accessibility.

    Prerequisite(s): Admission to BS CS   program, or instructor’s permission.

    Course Outcomes
    • Understand the history and purpose of the features of contemporary user interfaces
    • Identify appropriate techniques for analysis and critique of user interfaces,
    • Create and conduct a simple usability test for an existing software application 
    • Discuss at least user interface design standard 
    • Use a variety of techniques to evaluate a given User Interface (UI)
    • Choose appropriate methods to support the development of a specific UI 
    • Design a UI for a security mechanism. 


    Find out when this course is offered


  
  • CS 441 - Functional Programming


    5 CR

    This course introduces the foundations of functional programming and explores situations when using a Functional Programming language is most beneficial. Students will have the opportunity to apply elements of the functional programming style in daily programming tasks. 54

    Prerequisite(s): CS 211   and admission to Computer Science, BS   program, or instructor’s permission.

    Course Outcomes
    • Identify instances in which a functional programming language would be most beneficial
    • Apply, implement and write functional programs using different specific functional programming languages
    • Use generic types for functional programs
    • Develop purely functional programs, using recursion, pattern matching, and apply higher-order functions
    • Explain the characteristics of pure functional functions in functional programming
    • Combine functional programming with objects and classes
    • Apply equational, evaluation, and compositional reasoning techniques, and use mathematical and structural induction in proofs
    • Describe model and use infinite sequences with lazy evaluation


    Find out when this course is offered


  
  • CS 450 - Distributed Systems


    5 CR

    The course introduces the fundamental concepts that enable the building of fast, scalable,  and distributed systems. The students will gain an understanding of the abstraction, design and implementation techniques to construct highly available and fault-tolerant services. Topics include server design, network programming, naming, storage systems, security, and fault tolerance.

    Prerequisite(s):
    • CS 300  
    • Admission to BS CS   program, or instructor’s permission


    Course Outcomes
    • Distinguish network faults from other kinds of failures.
    • Classify different distributed programming models
    • Discuss how to deal with the shared state between separate system processes.
    • Explain the tradeoffs among overhead, scalability, and fault tolerance when choosing a stateful vs. stateless design for a given service.
    • Design and implement distributed systems


    Find out when this course is offered


  
  • CS 455 - Cloud Computing


    5 CR

    This course is an introduction to cloud computing. It teaches distributed computing concepts, the architecture of cloud computing, cloud services, virtualization, and cloud-based data storage. The course provides students with the opportunity to having a hands-on experience by deploying an application that uses cloud architecture for computing and data resources.

    Prerequisite(s): Admission to BS CS program, or instructor’s permission.

    Course Outcomes

    • Discuss the importance of elasticity and resource management in cloud computing 
    • Distinguish Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS) 
    • Explain the advantages and disadvantages of using virtualized infrastructure 
    • Explain strategies to synchronize a common view of shared data across a collection of devices 
    • Deploy an application that uses cloud infrastructure for computing and data resources 


    Find out when this course is offered


  
  • CS 460 - Machine Learning


    5 CR

    This course is an introduction to the fundamentals and applications of machine learning. The course provides students with the opportunity to have theoretical knowledge and practical experience on basic concepts of machine learning with programming assignments. The course focuses on fundamentals, not on providing mastery of specific commercially available tools.

    Prerequisite(s): CS 300  with a C or better, MATH 208 , MATH 270  and admission to BS CS program, or instructor’s permission.

    Course Outcomes
    • List the differences among the three main styles of learning: supervised, reinforcement, and unsupervised 
    • Describe over-fitting in the context of a problem 
    • Implement simple algorithms for supervised learning, reinforcement learning, and unsupervised learning 
    • Develop an application that uses machine learning at its core 
    • Evaluate the performance of a simple learning system on a real-world dataset 


    Find out when this course is offered


  
  • CS 465 - Deep Learning


    5 CR

    This course is an introduction to the deep learning technologies in artificial intelligence. It explains the theoretical background of neural networks and provides hands-on experience of using popular open-source tools such as Keras and TensorFlow to build deep learning models.

    Prerequisite(s): CS 310  with a C or better and admission to BS CS program, or instructor’s permission

    Course Outcomes
    • Identify real-world problems suitable for deep learning.
    • Use the various optimization techniques in neural networks.
    • Explain the difference between various types of neural networks.
    • Determine which neural network is best for a specific problem.
    • Use popular open-source tools to train and inference neural network models.


    Find out when this course is offered


  
  • CS 470 - Mobile Application Development


    5 CR

    This course is a project-oriented course on software application development for mobile devices. It teaches the basic principles of mobile application design, development and testing for resource-restricted devices. The course provides students with the opportunity of having a hands-on experience by deploying a real-world mobile application on the Android platform. 

    Prerequisite(s): Admission to BS CS program, or instructor’s permission.

    Course Outcomes
    • Discuss the constraints of mobile devices 
    • Discuss the performance vs. power tradeoff 
    • Implement the model-view-controller design pattern 
    • Design and implement a mobile application with a graphical user interface 
    • Develop applications with location awareness and hardware sensors 
    • Deploy applications to the Android marketplace for distribution 
       


    Find out when this course is offered


  
  • CS 481 - Senior Capstone I


    3 CR

    This course focuses on literature review, requirement specification, project management, initial design and prototyping of the three-quarter long computer science project. Students work in teams and are given milestones. The course includes lectures, reading assignments and guest speakers on development process, team working, report writing and emerging trends in computer science.

    Prerequisite(s): CS 410  with a C or better and admission to BS CS program, or instructor’s permission.

    Course Outcomes
    • Follow a formal software development process to complete the project 
    • Write a project management plan to describe the team’s management process including project milestones and timelines 
    • Prepare a requirements specifications document describing the expected features, constraints, interfaces and other attributes 
    • Write an initial design document describing of how the product is to be implemented and which tools and techniques that are needed to complete the project 
    • Implement at least two key features of the product 
    • Perform independent learning of new technologies and concepts in order to complete the project 
    • Work productively in a team environment communicating appropriately with all team members 
    • Identify key ethical and legal issues affecting computer science projects 


    Find out when this course is offered


  
  • CS 482 - Senior Capstone II


    4 CR

    This course is the second in a sequence of three senior level capstone courses. This course focuses on detailed design, test plan and implementation of the project. The course includes lectures, reading assignments and guest speakers on development process, test plan, ethics, legal issues, and emerging trends in computer science.

    Prerequisite(s): CS 481  with a C or better and admission to BS CS program, or instructor’s permission.

    Course Outcomes
    • Follow a formal software development process to complete the project 
    • Write a detailed design description document describing how the project is to be implemented according to the requirements specifications 
    • Prepare a test plan and test case document describing relevant testing methods to valuate and verify the product 
    • Implement the requirements based on detailed design specification using appropriate techniques and tools. 
    • Make oral presentation 
    • Identify ethical and legal issues that might arise in the design and use of the product 
    • Perform independent learning of new technologies and concepts 
    • Work productively in a team environment communicating appropriately with all team members


    Find out when this course is offered


  
  • CS 483 - Senior Capstone III


    3 CR

    This course is the third in a sequence of three senior level capstone courses. This course focuses on implementation, test and presentation of the project. The course includes lectures, reading assignments and guest speakers on poster design, innovation and entrepreneurship, presentation skills and emerging trends in computer science.

    Prerequisite(s): CS 482  with a C or better and admission to BS CS program, or instructor’s permission.

    Course Outcomes
    • Follow a formal software development process to complete the project 
    • Implement the requirements based on detailed design specification using appropriate techniques and tools 
    • Measure product reliability and performance according to test plan 
    • Review, refine and adjust the project plan, and update the project’s progress. 
    • Make an oral presentation in a professional format 
    • Make a poster presentation describing the project 
    • Perform independent learning of new technologies and concepts 
    • Work productively in a team environment communicating appropriately with all team members 


    Find out when this course is offered


  
  • CS 485 - Computer Science Co-Op/Practicum


    1-5 CR

    Students undertake a full-time or part-time supervised work experience with an agency, firm, or organization approved by the program. Students develop a learning plan before the work project begins and submit a final written report. A written performance review by an onsite technical supervisor will be part of a student’s final assessment. 
     

    Prerequisite(s): CS 300  and admission to BS CS program, or instructor’s permission.

    Course Outcomes
    -Demonstrate a personal commitment to ethical behavior, competent practice, meeting legal and regulatory requirements, taking responsibility for their own work 
    -Apply skills and knowledge acquired in the classroom in a work setting 
    -Acquire knowledge of the industry in which the internship is done 
    -Demonstrate effective communication with co-workers and supervisors 
    -Write clear, concise, and accurate technical documents 
    -Recognize the need for, and an ability to engage in continuous learning 
    -Describe the professional, quality, economic, ethical, legal, security and social issues and responsibilities 


    Find out when this course is offered



Criminal Justice

  
  • CJ& 101 - Introduction to Criminal Justice


    5 CR

    Surveys the criminal justice process from arrest through release. Students examine the relationships and responsibilities of and among police, prosecutors, courts, and probation and parole systems.

    Course Outcomes
    • Use a working vocabulary based on the terminology used in the three components of the Criminal Justice System.
    • Differentiate between the workings and responsibilities of the three major components of the American Criminal Justice System: the police, the courts and corrections.
    • Describe the theories, models and concepts within the Criminal Justice System and determine their strengths and weaknesses.
    • Explain how laws are made, categorized and enforced and the process of deciding how these laws are applied to case based situations.
    • Identify the reasons why experts in the field think the term Criminal Justice System is a myth and a true system is non-existent.
    • Examine the current major issues within the Criminal Justice System and be able to explain those issues giving case based examples of what they are.


    Find out when this course is offered


  
  • CJ 102 - Policing Operations


    5 CR

    Presents organizational structure and concepts of staff and line, chain of command, and hierarchy. Students examine advantages and limitations of organizational models for agencies of varying sizes.

    Course Outcomes
    • Comprehend the roles and functions in police organizations.
    • Explain the historical development of law enforcement from England to the present day in the United States.
    • Evaluate the differences between local, county, and state police functions.
    • Analyze model organizational charts for various size police agencies, police budgets, and financing of police activities.
    • Analyze situations involving police discretion, ethics, police culture and crime control models of policing.
     


    Find out when this course is offered


  
  • CJ 103 - Criminal Justice Report Writing


    5 CR

    Presents the fundamentals of written communication, using study guides and practice in mechanics and processes. Activities concentrate on preparing professional documents with appropriate sentence and paragraph structure. Writing models are used to demonstrate effective rhetorical strategies and stylistic options.

    Course Outcomes
    • In a timed classroom situation: Students will be able to conduct an interview of five minutes in length for data gathering. This will result in appropriate notes for use in a report
    • As an assignment, students will be able to write a report from notes and resources. This will meet professional criteria for format, grammar, punctuation and spelling.
    • As an assignment, Student will be able to write a professional resume in an accepted format.
    • As an assignment, Student will be able to edit raw text into grammatically correct English with 80% accuracy
    • As an assignment, Student will be able to write a test application that is grammatically sound and targeted appropriately


    Find out when this course is offered


  
  • CJ& 105 - Introduction to Corrections


    5 CR

    Previously CJ 106.
    Introduces basic concepts, theories, principles and an historical overview of the system as it pertains to the institutional control and supervision of adult offenders.

    Recommended: CJ 101  or CJ 112  
    Course Outcomes
    • Describe the historical problems that frame our contemporary experience or corrections.
    • Identify and analyze the current theory and empirical evidence on methods of punishment.
    • Demonstrate recognition and understanding of the issues surrounding how we portray the correctional client (the offender) in relation to criminal legislation, the criminal justice process, and greater societal forces associated with criminal behavior.
    • Identify and explain the major components and practices which constitute the American correctional system.
    • Construct critical assessments of current issues, trend, and policies which dominate the function and operation the correctional system.


    Find out when this course is offered


  
  • CJ& 106 - Juvenile Justice


    5 CR

    Previously CJ 109.
    Introduces basic concepts, theories, principles and an historical overview of the criminal process as they relate to the formal and informal adjudication of violent, serious, and chronic juvenile offenders. 

    Recommended: CJ 101  
    Course Outcomes
    • Distinguish the important differences between the adult and juvenile justice systems.
    • Identify the nine Supreme Court cases which have shaped critical issues in the Juvenile Justice System.
    • Identify important milestones in the development of the Juvenile Justice System.
    • Identify the basic procedures associated with the adjudication of Juvenile court cases.
    • Recognize and understand the problems and issues associated with measuring Juvenile Crime and Victimization.
    • Identify the important aspects of the Diversion and Intake process of Juvenile Justice.
    • Identify and discuss the goals and processes of Juvenile Probation and Parole.


    Find out when this course is offered


  
  • CJ& 110 - Criminal Law


    5 CR

    Surveys theories and concepts of law pertaining to the criminal justice system. Topics include the Revised Code of Washington and specific state and federal constitutional amendments.

    Course Outcomes
    • Use the basic vocabulary of law (e.g., culpability, mens rea, probable cause, rule of law, etc.)
    • Distinguish between “Common Law”, the “Model Code”, and the “Revised Code of Washington.”
    • Paraphrase the categories and sources of criminal and civil law.
    • Accurately and informatively explain and give examples of the conceptual and statutory differences between “civil” and “criminal” law.
    • Illustrate why general knowledge of “criminal” and “civil” law is important in the daily lives of all citizens.
    • Identify, explain and discuss in writings and discussions the theory behind the development of “criminal” and “civil” laws.
    • Classify the key elements to specific criminal statutes in the Revised Code of Washington.
    • Identify, explain and discuss the major purposes of criminal law.


    Find out when this course is offered


  
  • CJ& 112 - Introduction to Criminology


    5 CR

    Surveys the study of crime, causation, and criminals. Topics include types and characteristics of offenders and criminal behaviors, recidivism, environmental influences, diagnostic methods, prediction, prevention, and social policy. Introduces basic concepts, theories, principles and an historical overview of the criminal process as they relate to the formal and informal adjudication of violent, serious, and chronic juvenile offenders.

    Prerequisite(s): CJ 101  recommended.

    Course Outcomes
    • Define, recognize, and explain, key concepts related to the field of study called Criminology.
    • Explain the various methods of measuring crime, including the techniques of scientific methodology employed in each measure, the strengths and weakness characteristic of each measure, and the sociological, political, and economic usefulness of each measure.
    • Distinguish and explain the principle theories that attempt to explain various criminal behavior patterns that exist in the United States.
    • Compare and contrast the crime rate in the United States with that of other industrialized countries around the world.
    • Use theory to explain criminal behavior as it is commonly portrayed in the movies.
    • Identify the authors of the principle theories that attempt to explain various criminal behavior patterns.
    • Describe and articulate the historical development of criminological theories as they occurred and progressed throughout the world.
    • Critically analyze, compare and contrast the basic approaches to the control of crime utilized in this country.


    Find out when this course is offered


  
  • CJ 125 - Introduction to Visual Tracking


    5 CR

    The student will learn how to identify, interpret and document physical evidence directly related to human movement and travel. The student will learn how this evidence is relevant to the processing of a crime scene while working with a tracking team to identify and follow sign evidence to reach a valid conclusion pertaining to the person’s movements and behavior. The student will learn about different tracking applications to include Search and Rescue.

    Course Outcomes
    • Explain the relevance of the history and development of the visual tracking program and the use of tracking in law enforcement.
    • Apply the Introduction to Visual Tracking program vernacular and definitions as well as the different applications of tracking.
    • Apply the basic fundamentals of finding a track.
    • Analyze “sign” evidence in multiple outdoor and indoor environments to track human passage.
    • Evaluate legally tested and defensible tracking methodology techniques, practices and procedures to identify individual and group participation in criminal actions and activities.


    Find out when this course is offered


  
  • CJ 194 - Special Topics in Criminal Justice


    1-10 CR

    Covers supplementary or unusual classes related to the field. Topics are announced in the class schedule.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Special topics course. Outcomes will vary.


    Find out when this course is offered


  
  • CJ 195 - Special Topics in Criminal Justice


    1-10 CR

    Covers supplementary or unusual classes related to the field. Topics are announced in the class schedule.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Special topics course. Outcomes will vary.


    Find out when this course is offered


  
  • CJ 196 - Special Topics in Criminal Justice


    1-10 CR

    Covers supplementary or unusual classes related to the field. Topics are announced in the class schedule.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Special topics course. Outcomes will vary.


    Find out when this course is offered


  
  • CJ 197 - Special Topics in Criminal Justice


    1-10 CR

    Covers supplementary or unusual classes related to the field. Topics are announced in the class schedule.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Special topics course. Outcomes will vary.


    Find out when this course is offered


  
  • CJ 198 - Seminar in Criminal Justice


    1-10 CR

    Includes seminars, workshops, etc., for which college credit is offered.

    Course Outcomes
    Seminar course. Outcomes will vary.


    Find out when this course is offered


  
  • CJ 199 - Individual Studies in Criminal Justice


    1-10 CR

    Covers directed readings, special projects, and independent study by an individual student. May be repeated for a maximum of 15 credits.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Individual studies course. Outcomes will vary.


    Find out when this course is offered


  
  • CJ 200 - Criminal Evidence & Procedures


    5 CR

    Surveys the steps in collecting evidence, both real and circumstantial, in a criminal case. Students examine the legal processes from investigation through the trial process.

    Recommended: CJ 101  
    Course Outcomes
     

    • Evaluate the protections afforded by the United States Constitution and the Washington State Constitution.
    • Comprehend the roles and procedures of the police in criminal investigations.
    • Define proper methods of evidence collection in a criminal case.
    • Evaluate the history of rules of evidence in state and federal law.
    • Summarize the major case law from the United States Supreme Court in a criminal proceeding.
    • Analyze the various classes of evidence; real and demonstrative, direct and circumstantial, physical and testimonial, documentary and scientific.

     


    Find out when this course is offered


  
  • CJ 202 - Principles of Criminal Investigation


    5 CR

    Presents fundamental investigative techniques used within the criminal justice system. Topics include discovery, preservation, and presentation of evidence, methods of obtaining information and developing sources, and functions of a criminal laboratory.

    Course Outcomes
    • Conduct a basic crime scene investigation within the parameters set forth in the United States Constitution and the Washington State Constitution. 
    • Identify and gather evidence relevant to a criminal investigation. 
    • Use basic interrogation and interviewing techniques.
    • Maintain the chain of custody for evidence that will meet legal requirements. 
    • Apply inductive and deductive reasoning to evidence in order to reconstruct the crime scene.
    • Use the appropriate vocabulary for criminal investigations.


    Find out when this course is offered


  
  • CJ 204 - Constitutional Law


    5 CR

    Studies the Fourth, Fifth, Sixth, and Fourteenth Amendments to the U. S. Constitution and their impact on contemporary police practices. Students analyze Supreme Court decisions concerning arrests, searches, seizures, self-incrimination, and post-indictment right to counsel.

    Course Outcomes

     
    • Explain the history of the U.S. Constitution; the importance of the Constitution and the development and role of the United States Supreme Court.
    • Explain and discuss the process of judicial interpretation of the Constitution and the impact of the philosophies of the individual justices on the courts decisions.
    • Explain the legal terminology and concepts in the area of Constitutional Law.
    • Identify and explain selected individual liberties as established by the Constitution, the Bill of Rights and other amendments.
    • Explain and discuss historical decisions handed down by the U.S. Supreme Court and to further discuss contemporary issues facing the U.S. Supreme Court today.


    Find out when this course is offered


  
  • CJ& 240 - Introduction to Forensic Science


    5 CR

    A multidisciplinary approach covering the basic practices involved in forensic science, including crime scene investigations, proper evidence documentation and collection techniques, physical evidence analyses, maintaining chain of custody, and the presentation of scientifically-based conclusions in court. 

    Recommended: CJ 101  
    Course Outcomes
    • Identify and perform the key sequential steps in crime scene management.
    • Describe the proper methods for identifying, documenting, collecting, preserving, packaging, and presenting the various types and categories of physical evidence.
    • Discuss the proper use of laboratory equipment and applications associated with the identification and processing of various forms of physical evidence.
    • Discuss the significance of physical evidence as it relates to the reconstruction of a crime scene, provides evidence-based leads for investigators, provides pertinent evidentiary information during court testimony and all subsequent legal proceedings.


    Find out when this course is offered


  
  • CJ 242 - Race, Law, and Justice


    5 CR

    Examines the strengths and weaknesses of the police carrying out their mission in a culturally diverse society. Students develop an understanding of the influences of culture, race, ethnicity, sexual orientation, and socioeconomic class on the legal process and within society.

    Course Outcomes
    • Use key terms (e.g., multiculturalism, racism, institutional racism, prejudice, racial groups) correctly.
    • Explain the roles that racism and prejudice played in police-community conflicts, the creation of laws, the enforcement of laws, the legal interpretation of laws, the sentencing of offenders and community response to the police.
    • Apply comprehension of multicultural law enforcement by identifying the policing philosophies, strategies and techniques used by police departments and explaining whether the departments have addressed the needs of a diverse community.
    • Analyze the history of tension between the police and racial and ethnic groups by applying a psychological and sociological perspective.
    • Evaluate the strengths and weaknesses of the legal rationale supporting landmark criminal court decisions and determine whether they fit with common standards of equality and justice.
    • Evaluate police-community conflicts to determine whether the police lacked an understanding of the dynamics of a socially diverse community or whether there was a predisposed suspicion of the police due to a long and bitter history.
    • Evaluate the new policing strategies employed by the contemporary police departments and argue whether these new approaches address the arguments and concerns raised by those minority groups that are affected.


    Find out when this course is offered


  
  • CJ 248 - Ethics in Criminal Justice


    5 CR

    Same as PHIL 248 .
    Examines the philosophical, moral, and ethical bases of human behavior from a criminal justice perspective. Students discuss justice, law, and punishment, moral decision-making; and ethical and legal dilemmas in law enforcement. Either CJ 248 or PHIL 248  may be taken for credit, not both.

    Course Outcomes
    • Identify and explain major moral theories.
    • Explain the concepts of morality, justice and duty and how these are inter-related.
    • Analyze the various ethical dilemmas that confront Criminal Justice practitioners.
    • Discuss the relationship between police discretion, law-enforcement decision-making and morality.
    • Evaluate the various models of the Criminal Justice process in terms of consequentialist and deontological ethical theories.
    • Do self-analyses based on personal profiles to determine suitability as a police officer.
    • Practice decision-making in situations that challenge their personal and professional values.
    • Suggest ways for individuals interacting with the criminal justice system to manage occupational, often life-shattering situations, in a morally acceptable, legally defensible format.
     


    Find out when this course is offered


  
  • CJ 253 - Drug Use & the Law in American Society


    5 CR

    Studies the unique demands that alcohol and drug offenses place on the criminal justice system. Students learn how the procedures of investigation, information management, and prosecution differs between alcohol and drug crimes and other criminal offenses.

    Course Outcomes
    • Distinguish between the physical appearance of different types of commonly abused, licit and illicit substances.
    • Summarize the historical development of drug laws in the United States.
    • Define, identify and recognize the political, legal, and physiological reasoning behind the design, construction, and implementation of American drug laws.
    • Schematize the differences in the pharmacological, physiological, and psychological effects of specific forms of illicit drugs, for example, heroin, cocaine, marijuana, LSD, and such according to the federal drug code regulations.
    • Support arguments with citations from scientific evidence, expert opinion, journal articles and appropriate texts the pharmacological, physiological, and psychological effects of specific groups of licit drugs, for example, amphetamines, barbiturates, and tranquilizers.


    Find out when this course is offered


  
  • CJ 294 - Special Topics in Criminal Justice


    1-10 CR

    Covers supplementary or unusual classes related to the field. Topics are announced in the class schedule.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Special topics course. Outcomes will vary.


    Find out when this course is offered


  
  • CJ 295 - Special Topics in Criminal Justice


    1-10 CR

    Covers supplementary or unusual classes related to the field. Topics are announced in the class schedule.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Special topics course. Outcomes will vary.


    Find out when this course is offered


  
  • CJ 296 - Special Topics in Criminal Justice


    1-10 CR

    Covers supplementary or unusual classes related to the field. Topics are announced in the class schedule.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Special topics course. Outcomes will vary.


    Find out when this course is offered


  
  • CJ 297 - Special Topics in Criminal Justice


    1-10 CR

    Covers supplementary or unusual classes related to the field. Topics are announced in the class schedule.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Special topics course. Outcomes will vary.


    Find out when this course is offered


  
  • CJ 298 - Seminar in Criminal Justice


    1-10 CR

    Includes seminars, workshops, etc., for which college credit is offered.

    Course Outcomes
    Seminar course. Outcomes will vary.


    Find out when this course is offered


  
  • CJ 299 - Individual Studies in Criminal Justice


    1-10 CR

    Covers directed readings, special projects, and independent study by an individual student. May be repeated for a maximum of 15 credits.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Individual studies course. Outcomes will vary.


    Find out when this course is offered



Cultural and Ethnic Studies

  
  • CES 100 - Race in the United States


    5 CR

    Previously ETHN 100.
    Explore the role that race plays in your life, your community, and the nation at large. Using multiple means of analysis (scholarship, literature, and media), we will investigate how race shapes American society and identity from both historical and contemporary perspectives.  Note: Fulfills social science or humanities requirement, not both, at BC.

    Course Outcomes
    • Critically examine and reflect upon the role race plays in one’s own life.
    • Identify the ways race has shaped individuals, groups, and community experiences in both the past and present.
    • Describe how race is socially constructed and institutionalized in American society. 


    Find out when this course is offered


  
  • CES 104 - Whiteness Studies: Identity and Inquiry


    5 CR

    Previously ETHN 102.
    Critically understand the concept and invention of whiteness, who is considered white, and what it means to be white in the U.S. as well as globally. Using multiple means of analysis (scholarship, literature, and media), we will investigate the social, legal, and political construction of whiteness and when, where, how and why whiteness operates in everyday life in the 21st century. Satisfies either Social Science or Humanities credit.  Note: Fulfills social science or humanities course requirement, not both at BC.

    Course Outcomes
    • Analyze how whiteness is socially, politically, and legally constructed in the U.S.
    • Investigate and reflect upon how white privilege is institutionalized in American society
    • Identify the ways whiteness shapes one’s everyday experiences
    • Understand how whiteness is perceived from a global perspective 
       


    Find out when this course is offered


  
  • CES 109 - Introduction to Women’s Studies


    5 CR

    Previously ETHN 109.
    Examine the ways gender inequality and power shape women’s lives and experiences in the U.S. and globally. Topics may include marriage, motherhood, popular culture, family, education, reproductive rights, sexuality, politics, economic status, current events, and activism. 

    Course Outcomes
    • Critically examine and reflect upon how gender inequality is institutionalized in a global context; 
    • Apply key concepts and feminist theories to a broad spectrum of historical, political, and social issues facing women; 
    • Analyze the ways gender functions in one’s everyday experiences and how gender is also impacted by race, ethnicity, class, sexuality, and ability; 
    • Investigate the ways in which women are presented in popular culture and media from a global perspective 


    Find out when this course is offered


  
  • CES 115 - Storytelling: Identity and Culture through Film


    5 CR

    Previously AMST 115.
    Examine the ways that film reflects, counters, reshapes, and impacts society. Understand the historical, political, and social contexts of film and learn to critically “read” film to better understand culture and inequality. Satisfies either Social Science or Humanities credit.

    Course Outcomes
    • Critically interpret and analyze film as a cultural text. Identify how film can reflect and challenge U.S. society and culture.
    • Examine the ways race, ethnicity, class, gender, sexuality, and ability function in terms of representation in film.
    • Investigate film’s historical relevance in shaping history, culture, and identity. Identify one’s own previously-held perspectives on the themes addressed through film and explain how those perspectives may have changed. 


    Find out when this course is offered


  
  • CES 120 - Introduction to Native American Studies


    5 CR

    Previously ETHN 120.
    Examine Native American identity, culture, and politics. Explore historical and contemporary issues facing Native American peoples through studying Indigenous literature, representation of Native peoples in film, as well as Native American perspectives, experiences, and resistance. Satisfies either Social Science or Humanities credit. 

    Course Outcomes
    • Demonstrate an understanding of historical and contemporary issues facing Native American peoples.
    • Identify biases, stereotypes, and discrimination toward Native Americans in the past and present and explore how this contributes to systemic racism.
    • Critically analyze Native American experiences and identity formation and how those differ from colonizing and immigrant peoples.
    • Investigate the global concept of indigeneity and its political importance to identity.
    • Reflect on how knowledge of Native American issues applies to one’s own life and how different communities are racialized in relation to one another. 


    Find out when this course is offered


  
  • CES 121 - Native Americans & Film


    5 CR

    Same as SOC 121. Previously ETHN 121.
    Provides an historic and contemporary perspective on the representations of Native Americans in cinema. Explores the invention of Natives in Hollywood and the creation of a Native aesthetic. Either CES 121 or SOC 121 may be taken for credit, not both.

    Recommended: ENGL 101 .
    Course Outcomes
    Demonstrate a general knowledge and comprehension of how the experience of the Indigenous Peoples of North America is reflected through the dominant and subversive cinematic lens, including images of Native people living in the urban and rural centers and reservations/rancherias and Indians of mixed-blood. Critically demonstrate, through weekly writing, their comprehension of some of the basic tools of “reading film”. Demonstrate a general understanding of Indigenous cinematic activism. Demonstrate a general understanding of the field of Native American/Indigenous Studies, its history and its future, including the understanding of a global approach to the concept of Indigeneity.


    Find out when this course is offered


  
  • CES 130 - Ethnic Identity of Deafness


    5 CR

    Leads students to an understanding of Deafness as a cultural identity, through an exploration of Identity Formation, as explained by social scientific theory, and expressed through film, art, literature, poetry and visual music, which reveal the historical and social forces that act upon the lives of Deaf people in the modern world.

    Course Outcomes
    • Read critically, actively, and reflectively;
    • Construct and defend a working Definition of identity;
    • Identify and explain the substrates of contemporary, ethnic, Deaf, and individual identity;
    • Identify and explain historical events, and agents pursuant to the development of Deaf identity;
    • Support their own conclusions about the validity of the assumptions and ideas they have encountered in the assigned readings;
    • Form analytical questions about a text;
    • Demonstrate analysis through rhetorical techniques;
    • Analayze and articulate the ways in which power has been vested in definitions of “normal” within the context of Deafness and ethnicity.


    Find out when this course is offered


  
  • CES 140 - Introduction to African American Studies


    5 CR

    Previously ETHN 140.
    Examine African American identity, culture, and politics. Explore historical and contemporary issues facing African Americans in the United States. Topics may include social construction of black identity, film and media representations of black life, racial inequality, intersectionality of identity and systems of power, African American activism and literary and artistic achievements. Satisfies either Social Science or Humanities credit. 

    Course Outcomes
    • Demonstrate an understanding of historical and contemporary issues facing African Americans.
    • Identify biases, stereotypes, and discrimination toward African Americans in the past and present and explore how this contributes to systemic racism.
    • Critically analyze African American experiences, identity formation, culture and activism.
    • Reflect on how knowledge of African American issues applies to one’s own life and how different communities are racialized in relation to one another 


    Find out when this course is offered


  
  • CES 150 - Introduction to Asian American Studies


    5 CR

    Previously ETHN 152, CES 152.
    Examine Asian American identity, culture, and politics. Explore historical and contemporary issues facing Asian Americans. Topics may include: development of the model minority myth, diversity and differences among Asian American communities, Asian American activism, and inter-ethnic relations. Satisfies either Social Science or Humanities credit. Either CES 150 or CES 152 can be taken for credit, not both. 

    Course Outcomes
    • Demonstrate an understanding of historical and contemporary issues facing Asian Americans.
    • Identify biases, stereotypes, and discrimination toward Asian Americans in the past and present and explore how this contributes to systemic racism.
    • Critically analyze Asian American experiences, identity formation, culture and activism.
    • Reflect on how knowledge of Asian American issues applies to one’s own life and how different communities are racialized in relation to one another 


    Find out when this course is offered


  
  • CES 170 - Introduction to Latinx Studies


    5 CR

    Examine Latinx identity, culture, and politics. Explore historical and contemporary issues facing Latinx communities in the U.S. Topics may include: Latinx cultural and racial identity, social movements, immigration, stereotypes, social stratification, and racial inequality and activism. Satisfies either Social Science or Humanities credit. 

    Course Outcomes
    • Demonstrate an understanding of historical and contemporary issues facing Latinx peoples.
    • Identify biases, stereotypes, and discrimination, toward Latinx communities in the past and present and explore how this contributes to systemic racism.
    • Critically analyze Latinx experiences, identity formation, culture, and activism.
    • Reflect on how knowledge of Latinx issues applies to one’s own life and how different communities are racialized in relation to one another 


    Find out when this course is offered


  
  • CES 181 - Muslims in America


    5 CR

    • Examine Muslim American identity, culture, and community.
    • Explore historical and contemporary issues facing Muslim Americans in the United States, including representations of Muslim Americans, racialization of Islam, Islamophobia, gender and women’s rights in Islam, social justice and activism. 
    • Examine and analyze the history and contributions of Muslim Americans in film and media.
    • Satisfies either Social Science or Humanities credit.

     

    Recommended: NONE
    Course Outcomes

    • Understand the history and contributions of Muslims in America.
    • Differentiate the diverse identities and experiences of Muslim Americans.
    • Examine the impacts of Islamophobia on Muslims.
    • Identify one’s own previously-held perspectives on Islam, the relationship between American culture and Muslim identity, and explain how those perspectives may have changed.


    Find out when this course is offered


  
  • CES 198 - Seminar in Cultural & Ethnic Studies


    1-10 CR

    Includes seminars, workshops, etc. for which college credit is offered.

    Course Outcomes
    Outcomes will vary as student interest and instructor expertise determines it.


    Find out when this course is offered


  
  • CES 199 - Independent Studies in Cultural & Ethnic Studies


    1-5 CR

    Previously ETHN 199.
    Covers directed readings, special projects and independent study by an individual student.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    The outcomes for this course will be created by the student and instructor involved at the time that the students seeks approval for independent instruction.


    Find out when this course is offered


  
  • CES 200 - Diversity, Equity and Inclusion in the Workplace


    5 CR

    Previously: AMST 200.
    Why is diversity in the workplace important and necessary? How do race and gender function in the structuring of our workplaces?  What kinds of policies or practices can be implemented to make workplaces more equitable and inclusive?  Using case studies and real-world examples, critically examine how social inequality gets reproduced in the workplace and learn direct, practical skills for building more socially just and inclusive workplaces. Note: Satisfies either Social Sciences or Humanities credit. 

    Course Outcomes
    • Examine why diversity and inclusion is important in all workplaces
    • Critically assess and reflect upon one’s own identity and unconscious biases
    • Analyze how oppression, power, discrimination, and harassment is created and reproduced in the workplace
    • Learn tools and strategies for disrupting bias and how to create a more equitable work environment


    Find out when this course is offered


  
  • CES 201 - Sports, Narrative, Identity and Nation


    5 CR

    Previously: ETHN 200.
    Sports is more than just a game. Examine how culture is expressed through the sports we play and understand how sports defines the way we see ourselves as individuals. Using multiple means of analysis (scholarship, literature, and media), we will explore defining oneself as an athlete, the effects of competition, why America loves rooting for an underdog, sports as a means of forging or maintaining connections, marketing through and the marketing of sports, examining heroes and icons as well as issues and controversies in sports, and analyzing the ways inequalities, politics, gender, sexuality, race, and ability play out in the arena of sports. Satisfies either Social Science or Humanities credit. 

    Course Outcomes
    • Reflect and analyze the role and influence sports plays in our lives.
    • Identify how sports has functioned historically and contemporarily as both a source of inequality and injustice across race, sexuality, gender and ability as well as a site for social change and activism.
    • Critically analyze how sports is shaped by culture and cultural values and also how sports shapes culture and nationalism.
    • Identify one’s own previously-held perspectives on the themes and explain how those perspectives may have changed. 


    Find out when this course is offered


  
  • CES 210 - Art & Music in Communities of Color


    5 CR

    Previously ETHN 210.
    Explore how music and art are not only forms of artistic expressions but are also sources of self-empowerment and resistance against dominant power structures for communities of Color. Learn about how the aesthetic values of a piece of art or music have cultural/ethnic roots and the historical and contemporary ways music and art are used as tools of social activism. Topics may include specific genres of music, concepts of embodiment, protest or graphic art, performance art, and more. Satisfies either Social Science or Humanities credit.

    Course Outcomes
    • Identify aesthetic values and cultural/ethnic roots of particular music and art 
    • Critically analyze art and music of communities of color within their specific cultural and historical contexts 
    • Demonstrate an understanding of the connection between art, music and issues of identity and power 
    • Reflect on how art and music function in one’s own life and how art and music can be both tools of empowerment and resistance 


    Find out when this course is offered


  
  • CES 211 - Art and Soul: Cultural Connections through Doing Art


    5 CR

    Explore and directly participate in artistic cultural practices of communities of Color in a highly kinesthetic environment.  Learn in a hands-on way how art, dance or music of communities of Color can be forms of self-empowerment as well as tools for social change.  Course focus and genres are determined by the instructor.  Satisfies either Social Science or Humanities credit, not both.

    Course Outcomes
    • Identify the artistic and technical elements of a given art modality
    • Analyze kinesthetic arts practices within their cultural contexts
    • Demonstrate and perform fundamental physical sequences, musical phrasing, or visual arts techniques pertaining to specific cultural arts-based practices
    • Reflect on how art, music, or dance functions in one’s own life and how these art mediums can be both tools of self-empowerment and forms of social resistance in communities of Color


    Find out when this course is offered


  
  • CES 234 - Being Mixed Race the US


    5 CR

    What does it mean to be mixed race? Isn’t everyone mixed? Explore what it means to be mixed race in the US. Examine what our society tells us about race and ethnicity and how being mixed challenges those long-held understandings. Themes will include media representations, personal narratives, identity, and many more. May be used as social science course requirement at BC.

    Course Outcomes
    Explain a structural understanding of race and ethnicity in our increasingly multiracial world Analyze the experiences of mixed race individuals and how they are shaped by race, class, gender, and location Critically assess the issue of mixed race identity in society by taking into the various understandings and representations of race


    Find out when this course is offered


  
  • CES 257 - Queer Studies


    5 CR

    Explore social and historical issues facing queer and LGBTQ people in the U.S. Through analysis of queer literature, art, history, pop culture, and activism, we will examine the ways that sex, gender, and sexual orientation are not just private experiences or categories but larger social issues tied to political, legal, economic, and cultural power and inequality. Satisfies either Social Science or Humanities credit. 

    Course Outcomes
    • Critically examine and reflect upon how heterosexism and cissexism are institutionalized in American society.
    • Apply key concepts and theories of queer and LGBTQ studies to a broad spectrum of historical, political, and social issues.
    • Analyze the ways queerness functions in one’s everyday experiences and how queer identity is also impacted by race, ethnicity, class, gender, and ability 


    Find out when this course is offered


  
  • CES 281 - Issues in Womens Studies


    5 CR

    Previously ETHN 281/282/283/284.
    An exploration of women’s specific issues from a cultural and historical perspective. Topics are announced in the quarterly schedule.

    Course Outcomes
    The outcomes for this course will be created by the instructor involved so that each time the course is offered the outcomes will match the topic being studied.


    Find out when this course is offered


  
  • CES 285 - Comedy as Resistance


    5 CR

    Previously AMST 285.
    Explore how comedy, humor, and satire are used to address social problems and push back against dominant culture. Students will examine historic and contemporary comedic forms such as blackface minstrelsy, political cartoons, and stand-up comedies and analyze how they have been used to critique and disrupt social-cultural stereotypes and inequities. We will also investigate the boundaries, politics, and different distinctions around something being “just a joke.” Satisfies either Social Science or Humanities credit. 

    Course Outcomes
    • Demonstrate an understanding of the histories, theories, and functions of laughter and humor in the U.S. 
    • Explore how race, politics, social issues, economics, gender, and culture inform humor and learn what comedy teaches us about the self and society 
    • Critically analyze how humor and comedy are used to critique systems of power and inequities 
    • Reflect on how humor functions in one’s own life and how laughter is prompted by socially constructed understanding of differences 


    Find out when this course is offered


  
  • CES 286 - Popular Culture, Identity and Social Change


    5 CR

    Previously AMST 286.
    Critically analyze popular culture that surrounds us every day and learn about the racialized, classed, and gendered messages we consume. Examine how popular culture reinforces and challenges race, class and gender norms and what pop culture representations say about the lived realities of marginalized groups. Specific topics may include social media, blogs, reality television, consumerism, advertising and images, current social issues, film, and music. 

    Course Outcomes
    • Demonstrate an understanding of how popular culture reflects, reinforces, and/or disrupts social norms 
    • Critically analyze how race, class, gender, sexuality, and ability function in popular culture and the impact that these messages have on individual and group experiences 
    • Critically “read” popular culture artifacts and events and investigate pop culture consumption, production, and resistance 
    • Reflect on how one consumes and resists popular culture in one’s own life 


    Find out when this course is offered


  
  • CES 295 - Special Topics in Cultural and Ethnic Studies


    1-5 CR

    Previously AMST 294/295/296/297.
    Allows focused study of a topic supplementing the Cultural and Ethnic Studies curriculum. Student interest and instructor expertise help determine the topic, which is announced in the class schedule. Examples of topics are American Women Artists, Stages of American Life, Modernity in America, and Immigrant Women.

    Course Outcomes
    Special topics course. Outcomes will vary.


    Find out when this course is offered


  
  • CES 296 - Special Topics in Cultural and Ethnic Studies


    1-5 CR

    Previously AMST 294/295/296/297.
    Allows focused study of a topic supplementing the Cultural and Ethnic Studies curriculum. Student interest and instructor expertise help determine the topic, which is announced in the class schedule. Examples of topics are American Women Artists, Stages of American Life, Modernity in America, and Immigrant Women.

    Course Outcomes
    Special topics course. Outcomes will vary.


    Find out when this course is offered


  
  • CES 299 - Individual Studies in American Studies


    1-5 CR

    Previously AMST 299.
    Covers directed reading, special projects, and independent study by an individual student. May be repeated for a maximum of 15 credits.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Individual studies course. Outcomes will vary.


    Find out when this course is offered



Dance

An asterisk (*) indicates a performance class. Use of performance classes in the distribution area of the Arts & Science transfer degree is limited to 5 credits.

  
  • DANCE 130* - Jazz Technique I


    2 CR

    Develops the movement techniques that are the basis for a highly energized, theatrical style of jazz dance. May be repeated for a maximum of ~ 6 credits.

    Course Outcomes
     

    • Use the characteristic elements of exercise for a Jazz Dance Class.
    • Perform progressive exercises to stretch, strengthen, align and condition the dancer’s body.
    • Identify how specific jazz movements in warm-up will later be incorporated into a dance combination.
    • Display how alignment and placement determine the dancer’s ability to turn, jump or move fluidly through space.

     


    Find out when this course is offered


  
  • DANCE 131* - Jazz Technique II


    2 CR

    Continues DANCE 130 , with students performing at a more advanced level. Students learn nuances of style, rhythm, and dynamics. May be repeated for a maximum of ~ 6 credits.

    Prerequisite(s): DANCE 130  or equivalent or permission of instructor.

    Course Outcomes
     

    • Continue to develop Dance 130 skills.
    • Use the characteristic elements of exercise for a Jazz Dance Class.
    • Perform progressive exercises to stretch, strengthen, align and condition the dancer’s body.
    • Show how specific jazz movements in warm-up will later be incorporated into a dance combination.
    • Use appropriate alignment and placement to turn, jump and move fluidly through space.

     


    Find out when this course is offered


  
  • DANCE 140* - Ballet Technique I


    2 CR

    Introduces the principles, techniques, and vocabulary of classical ballet. Students learn placement, flexibility, strength, and coordination. For beginning and advanced-beginning students. May be repeated for a maximum of ~ 6 credits.

    Course Outcomes
     

    • Describe the composition of a dancer’s line and form and apply correct body alignment and posture to ballet technique.
    • Perform fundamental ballet conditioning exercises.
    • Identify basic ballet movements using French terminology Illustrate how a system of practice exercises at the barre prepares dancers for proper ballet technique.
    • Analyze the way in which acquired skills developed at the barre coordinate with movements in the center and across the floor.
    • Explain how musical phrasing is used in ballet.
    • Improve physical fitness and cultivate self-expression.
    • Outline how the mechanics of ballet technique can be used to progress toward a mastery of other dance styles.

     


    Find out when this course is offered


  
  • DANCE 141* - Ballet Technique II


    2 CR

    Expansion of the principles, techniques, and vocabulary of classical ballet. Students continue to develop in all areas of technique as they gain flexibility, strength and coordination. For advanced beginning, intermediate and continuing students.

    Prerequisite(s): DANCE 140  or equivalent recommended.

    Course Outcomes
     

    • Perform fundamental ballet conditioning exercises.
    • Illustrate how a system of practice exercises at the barre prepares dancers for proper ballet technique. Improve physical fitness and cultivate self-expression.
    • Identify basic ballet movements using French terminology.
    • Describe the composition of a dancer’s line and form and apply correct body alignment and posture to ballet technique.
    • Analyze the way in which acquired skills developed at the barre coordinate with movements in the center and across the floor.
    • Explain how musical phrasing is used in ballet.
    • Explain how the mechanics of ballet technique can be used to progress toward a mastery of other dance styles.

     


    Find out when this course is offered


  
  • DANCE 151* - Contemporary Dance I


    2 CR

    Same as PE 151 .
    Introduces basic technique and movement studies. Students gain flexibility and strength together with movement vocabulary. May be repeated for a maximum of ~ 6 credits. Either DANCE 151 or PE 151  may be taken for credit, not both.

    Course Outcomes
     

    • Perform a series of exercises to improve posture, balance and alignment, while working toward correct body placement and muscle reconditioning.
    • Outline practical guidelines needed to improve personal dance stills.
    • Display elements of physical fitness, range of motion, coordination and flexibility.
    • Exhibit techniques that incorporate timing, phrasing and dynamics in dance movement.
    • Improve stamina and balance.
    • Perform choreography at regular tempo using correct counts.
    • Perform dance sequences by being secure enough in the basic movement, technique and rhythm.


    Find out when this course is offered


  
  • DANCE 152* - Contemporary Dance II


    2 CR

    Same as PE 152 .
    Continues Contemporary Dance I with longer and more challenging movement combinations. Students should consult with the program advisor to determine ability. May be repeated for a maximum of ~ 6 credits. Either DANCE 152 or PE 152  may be taken for credit, not both.

    Course Outcomes
     

    • Illustrate elements of increased physical fitness, range of motion, coordination, and flexibility.
    • Exhibit personal security in movement, technique, memory and rhythm to be able to perform choreography with greater ease.
    • Use space and dynamics in dance movement.

     


    Find out when this course is offered


  
  • DANCE 170 - Tap Technique I


    2 CR

    PE 170
    Introduces the basic technique and principles of Tap Dance. Students gain flexibility and strength together with movement vocabulary. Students will be required to buy their own tap shoes. May be repeated for a total of 6 credits. Either DANCE 170 or PE 170 may be taken for credit, not both.

    Course Outcomes
    • Perform a series of exercises to improve posture, balance, and alignment, while working toward correct body placement and muscle reconditioning. 
    • Outline practical guidelines needed to improve personal dance skills. 
    • Display elements of physical fitness, a range of motion, coordination, and flexibility. 
    • Exhibit techniques that incorporate timing, phrasing, and dynamics in dance movement. 
    • Improve stamina and balance. 
    • Perform Tap choreography at regular tempo using correct counts. 
    • Perform Tap Dance sequences by being secure enough in the basic movement, technique, and rhythm. 
    • Identify Tap Dance as an integral part of American Culture and History in dance and theater
       


    Find out when this course is offered


  
  • DANCE 171 - Tap Technique II


    2 CR

    Same as PE 171. 
    Continues Tap Technique I with more challenging techniques and principles of Tap Dance. Students gain flexibility and strength together with movement vocabulary. May be repeated for a total of 6 credits. Either DANCE 171 or PE 171 may be taken for credit, not both. 

    Prerequisite(s): DANCE 170  or PE 170 .

    Course Outcomes
    • Perform a series of exercises to improve posture, balance, and alignment, while working toward correct body placement and muscle reconditioning. 
    • Outline practical guidelines needed to improve personal dance skills. 
    • Display elements of physical fitness, a range of motion, coordination, and flexibility. 
    • Exhibit techniques that incorporate timing, phrasing, and dynamics in dance movement. 
    • Improve stamina and balance. 
    • Perform Tap choreography at regular tempo using correct counts. 
    • Perform Tap Dance sequences by being secure enough in the basic movement, technique, and rhythm. 
    • Identify Tap Dance as an integral part of American Culture and History in dance and theater 


    Find out when this course is offered


  
  • DANCE 194 - Special Topic in Dance


    1-5 CR

    Allows focused study of topics supplementing dance. Topics are announced in the class schedule.

    Course Outcomes
    Outcomes vary according to topic.


    Find out when this course is offered


  
  • DANCE 195 - Special Topic in Dance


    1-5 CR

    Allows focused study of topics supplementing dance. Topics are announced in the class schedule.

    Course Outcomes
    Outcomes vary according to topic.


    Find out when this course is offered


  
  • DANCE 196 - Special Topic in Dance


    1-5 CR

    Allows focused study of topics supplementing dance. Topics are announced in the class schedule.

    Course Outcomes
    Outcomes vary according to topic.


    Find out when this course is offered


  
  • DANCE 197 - Special Topic in Dance


    1-5 CR

    Allows focused study of topics supplementing dance. Topics are announced in the class schedule.

    Course Outcomes
    Outcomes vary according to topic.


    Find out when this course is offered


  
  • DANCE 202* - Dance Ensemble II


    1-5 CR

    Continues DANCE 201 , with emphasis on rehearsing for specific dance works. Students with appropriate experience and ability get an introduction to choreography. Course may be repeated for a maximum of 15 credits.

    Prerequisite(s): DANCE 201  and permission of instructor.

    Course Outcomes
     

    • Exhibit a high level of commitment by attending classes, auditions and rehearsals in preparation for company performances
    • Exhibit professionalism in rehearsals while working with professional guest artists
    • Use intermediate/advanced contemporary and jazz technique, exhibiting principles of proper alignment, phrasing, dynamics and vocabulary while learning choreography
    • Perform a variety of choreographic works with confidence, precision, dynamics, phrasing and style
    • Display artistic expression through movement by using focus, projection and stage presence during rehearsals and performances
    • Use dance habits of mind, proper dance etiquette and professionalism while working as an ensemble in classes, rehearsals and performances (as outlined in the syllabus)

     


    Find out when this course is offered


  
  • DANCE 203* - Dance Ensemble III


    1-5 CR

    Continues DANCE 202 , with emphasis on performance. Students gain technical and performing skills and experience in dance concert production. Course may be repeated for a maximum of 15 credits.

    Prerequisite(s): DANCE 202  or permission of instructor.

    Course Outcomes
     

    • Exhibit professionalism, focus and strong commitment while continuing to rehearse and prepare for company performances
    • Demonstrate proper theater etiquette while in spacing, technical, lighting, dress rehearsals and while interacting with the director, guest artists and theater crew
    • Display proper performance etiquette during all company performances
    • Perform choreography, illustrating all the elements of technique, dynamics, style and self-expression
    • Analyze and understand the production elements that contribute to a successful dance performance Identify and analyze the success of each performance through a self-reflection process and by receiving post performance feedback from the director, guest artists and theater crew

     


    Find out when this course is offered


  
  • DANCE 299 - Individual Research


    1-3 CR

    Course Outcomes
    • Individual study course. Outcomes dependent upon topic selected between student and teacher.


    Find out when this course is offered



Data Analytics

  
  • DA 310 - Introduction to Analytics


    5 CR

    Introduces the importance of data management, data analysis and data representation. Includes the use of common statistical tools and other applications in decision-making and research. Includes how data analytics works and why it matters in real world. Emphasis is on introduction and practice of various technologies along with story-telling and presentation skills.

    Prerequisite(s): Admission into the BAS Data Management and Analysis program and BUSIT 103   with a grade of C or better; or admission into the Molecular Biosciences program and PROG 108   with a grade of C or better; or permission of the instructor.

    Course Outcomes
    • Assess how data analytics can ­be used to solve business problems
    • Explore career paths related to data analytics
    • Utilize common technological tools in service of data handling
    • Employ SQL to work with data sets and build data applications
    • Appraise the merits of Python and R to manage data sets
    • Evaluate results to form conclusions that inform future actions
    • Provide reports and recommendations to stakeholders to inform their next steps


    Find out when this course is offered


  
  • DA 320 - Data Acquisition and Management


    5 CR

    Learn concepts of data collection and management. Topics include collecting data ethically from different sources, assessing data quality, learning techniques to clean, process, and store the big data while maintaining privacy and security. Students research real world examples, using cloud techniques and common statistical software to produce reports and presentations.

    Prerequisite(s): Admission to the BAS Data Analysis and Management program and BUSIT 103   with a C or better; or admission in the BAS IST Artificial Intelligence concentration; or permission of the instructor.

    Course Outcomes
    • Utilize data management to enable analysis and insights
    • Evaluate the merits of cloud computing and big data storage to select an appropriate data handling method
    • Establish data pipelines and recommend approaches for connecting external data sets to an internal data solution
    • Apply an array of data tools to process and store high-velocity data
    • Employ new data skills to craft a full end-to-end process of data capture, analysis and recommended next steps


    Find out when this course is offered


  
  • DA 410 - Multivariate Analysis


    5 CR

    Introduce various statistical methods for analyzing more than one outcome variable and understanding the relationships between variables. Topics include a variety of multivariate models such as MANOVA, discriminant functions, canonical correlation, and cluster analysis. The focus will be on real world examples from a variety of sources and using statistical software.

    Recommended: DA 460 .
    Prerequisite(s): MATH 342  with C or better.

    Course Outcomes
    - Identify the common multivariate analysis methods, and their advantages and limitations. - Evaluate the relevant aspects of a real world data set and choose an appropriate type of multivariate analysis method - Formulate, fit, and apply models using


    Find out when this course is offered


  
  • DA 420 - Predictive Analytics


    5 CR

    Students will study the process of formulating business objectives, data selection, preparation, and partition to successfully design, build, evaluate, and implement predictive models for a variety of practical business applications. Topics include a variety of predictive models such as classification, decision trees, machine learning, supervised and unsupervised learning.

    Recommended: DA 460 .
    Prerequisite(s): MATH 342  with a C or better, or permission of the instructor.

    Course Outcomes
    - Identify the common predictive analytics techniques, and their advantages and limitations. - Identify common predictive models and classifiers and their applications. - Evaluate the relevant aspects of a real world data set and choose an appropriate


    Find out when this course is offered


  
  • DA 430 - Marketing Analytics


    5 CR

    This course introduces a quantitatively oriented view of marketing strategy and provides tools and methods to leverage data to inform marketing strategies. Topics may include a variety of marketing analytics strategic models and metrics such as competitive analysis, segmentation, targeting and positioning. The focus will be on real world examples from a variety of sources and using statistical software.

    Prerequisite(s): DA 310   with a C or better, or permission of the instructor.

    Course Outcomes
    • Identify the common marketing strategies, and their advantages and limitations.
    • Identify common mathematical/statistical models used in marketing analytics
    • Apply mathematical/statistical models to support marketing decisions
    • Choose appropriate metrics and analysis technique for a real-world scenario
    • Formulate, fit, and apply the appropriate model
    • Evaluate the consequences of marketing decisions systematically and analytically.
    • Interpret results and clearly state conclusions in reports and presentations with close attention to detail and showing knowledge of data extraction and evaluation methods from previous classes


    Find out when this course is offered


  
  • DA 460 - Data Analysis with Software and Programming


    5 CR

    This course introduces modern software and programming languages for effective data analysis, such as R and Python. Students will learn how to configure software environment, apply programming concepts, build statistical models, and write code to analyze data sets.

    Prerequisite(s): Admission into BAS Data Management and Analysis program and BA 240   with a grade of C or better and ISIT 333   with a grade of C or better; or permission of instructor.

    Course Outcomes
    • Choose appropriate techniques to access data 
    • Utilize appropriate program packages 
    • Design and create functions and procedures 
    • Implement programs to build appropriate application models 
    • Create relevant output and graphs 
    • Debug, organize, and comment code 
    • Interpret results and clearly state conclusions in reports and presentations with close attention to detail


    Find out when this course is offered


  
  • DA 485 - Data Analytics Capstone Project


    5 CR

    In this integrative learning course, students will engage in planning, designing, implementing and presenting a project demonstrating the attainment of business analytics program learning outcomes, as well as professional competencies and career readiness.

    Prerequisite(s):  DA 410 and  DA 420  with a C or better, and permission of the program.

    Course Outcomes
    • Design, develop and implement a project following systematic methods acquired from the program 
    • Collaborate with a business sponsor, business liaison, and coaches to define the scope of the project 
    • Apply skills and knowledge attained from the program to address real and complicated business issues relevant to the sponsor organization  
    • Develop a written report commensurate with the scope and complexity of the project 
    • Present the project/deliverable orally to the sponsor audience, which may include business sponsor(s), business liaison(s), and subject matter experts. 
    • Solicit performance feedback from a business mentor(s) 
    • Develop skill improvement plan based on internship experience and self-assessment.


    Find out when this course is offered



Database Administration

  
  • DBA 130 - Database Theory


    5 CR

    Develops in-depth understanding of database concepts and terminology, emphasizing the relational databases model. Understanding the role of Structured Query Language (SQL), data modeling and normalization of database tables.

    Prerequisite(s): BUSIT 103  with a C or better. Placement by assessment into ENGL 101 , or completion of ENGL 092  or ENGL 093  with a C or better.

    Course Outcomes
    • Define common database terminology such as entities, attributes and relationships.
    • Write SQL statements to manipulate data (Data Manipulation Language subset of SQL)
    • Use normalization to design Database tables
    • Evaluate the normalization level of an existing table
    • Create and use Entity-Relationship (E-R) modeling concepts
    • Make good design decisions with respect to entity organization, data types, and database-specific issues
    • Research hiring requirements for careers in Database Programming and related fields, identifying personal skills, gaps in the student’s background, and pathways to obtain missing skills.

       


    Find out when this course is offered


  
  • DBA 232 - Database Administration


    5 CR

    Develops the concepts and skills required to perform the duties of Database Administrator (DBA) in organizations using large relational databases. Students develop coherent plans for security, disaster recovery, backup and restore, replication and other administrative functions, including the creation and use of SQL scripts to automate administrative tasks.

    Prerequisite(s): DBA 130  with a C- or better. Placement by assessment into ENGL 101  or ENGL 092  or ENGL 093  with a C- or better.

    Course Outcomes

     
    • Describe the SQL Server architecture.
    • Evaluate an installation plan to install SQL Server, and its related services.
    • Configure related components and manage files and databases.
    • Select the appropriate security scheme for a business situation and configure security and permissions.
    • Develop a backup plan for production databases.
    • Use industry best practice to establish database policy and documentation.
    • Monitor and maintain SQL Server performance.
    • Explain the role of disaster recovery and high availability.
     


    Find out when this course is offered


  
  • DBA 294 - Special Topics in Database Administration


    1-10 CR

    Allows specialized or in-depth study of a subject related to database administration. Topics are announced in the quarterly schedule. May be repeated for a maximum of 15 credits of different topics.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Special topics course. Outcomes will vary.


    Find out when this course is offered


  
  • DBA 295 - Special Topics in Database Administration


    1-10 CR

    Allows specialized or in-depth study of a subject related to database administration. Topics are announced in the quarterly schedule. May be repeated for a maximum of 15 credits of different topics.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Special topics course. Outcomes will vary.


    Find out when this course is offered


  
  • DBA 296 - Special Topics in Database Administration


    1-10 CR

    Allows specialized or in-depth study of a subject related to database administration. Topics are announced in the quarterly schedule. May be repeated for a maximum of 15 credits of different topics.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Special topics course. Outcomes will vary.


    Find out when this course is offered


  
  • DBA 297 - Special Topics in Database Administration


    1-10 CR

    Allows specialized or in-depth study of a subject related to database administration. Topics are announced in the quarterly schedule. May be repeated for a maximum of 15 credits of different topics.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Special topics course. Outcomes will vary.


    Find out when this course is offered


  
  • DBA 299 - Individual Studies in Database Administration


    1-10 CR

    Covers directed readings, special projects, and independent study by an individual student. May be repeated for a maximum of 15 credits.

    Prerequisite(s): Permission of instructor.

    Course Outcomes
    Individual studies course. Outcomes will vary.


    Find out when this course is offered



Diagnostic Ultrasound

  
  • DUTEC 100 - Introduction to Diagnostic Medical Sonography


    3 CR

    This course will introduce the student to the field of diagnostic medical sonography. Topics include the history and foundations of medical ultrasound; medical terminology; relevant ergonomics; and the role of sonography compared to other Imaging disciplines. Professionalism, communication, patient care, vitals, medical ethics, legal issues, scope of practice, certification, and accreditation are addressed.

    Prerequisite(s): Acceptance into program.

    Course Outcomes
    Understand the obligations of the Sonographer to patients, institution and self. Explain the patient’s bill of rights. Describe patient reactions to illness. Discuss the safety considerations associated with patient care. List the components of good body mechanics. Describe the correct patient-transfer methods. Discuss the care of patients with tubes or tubing. Describe the sonographer’s role in emergency medical situations. Discuss the Sonographer’s role in infection control. Discuss the impact of cultural beliefs on diagnosis and treatment. Discuss the value of Ethics and professionalism. Understand the foundations for a professional job seeking process. Understand the importance of woking within the sonographer’s scope of practice


    Find out when this course is offered


  
  • DUTEC 102 - Practical Aspects of Sonography


    3 CR

    This course will introduce the student to the principles of Diagnostic Medical Sonography, scanning techniques, image critique, image identification; patient care and preparation as related to the sonography exam. Introduction to the operation of diagnostic ultrasound equipment and routine scanning protocols will provide a foundation for future scanning courses.

    Prerequisite(s): Acceptance into program.

    Course Outcomes
    Display an understanding of the various scan planes employed in sonography. Explain the need for and use of scanning protocols. Describe what structures are located within specific scan planes. Integrate Cross sectional anatomy and ultrasound images. Scan and recognize body anatomy in the laboratory. Use sonographic terminology to describe and identify organs. Employ the components of good body mechanics/ ergonomics in the lab


    Find out when this course is offered


  
  • DUTEC 105 - Pathophysiology I


    3 CR

    Introduces pathogenesis: the sequence of events in the development of a disease. Students focus on pathological conditions affecting the abdomen and identifiable with diagnostic imaging techniques. An extensive review of normal physiology is also presented.

    Prerequisite(s): Acceptance into the program or permission of the program chair.

    Course Outcomes
    • Define terms used to describe pathologic states of the abdomen.
    • Identify various pathologic conditions and lesions of the abdomen.
    • Correlate the physiologic changes associated with various pathologic conditions of the abdomen.
    • Obtain a thorough clinical history from a patient or referring physician.
    • Identify other testing procedures used for the diagnosis of disease.
       


    Find out when this course is offered


  
  • DUTEC 106 - Pathophysiology II


    3 CR

    Continues upon Pathophysiology I emphasizing the physiology and pathology of the cardiovascular and the peripheral vascular system.

    Prerequisite(s): DUTEC 105  or permission of program chair.

    Course Outcomes
    • Define terms used to describe pathologic states of the cardiac and peripheral vascular systems.
    • Identify various pathologies and lesions of the circulatory and nervous systems
    • Describe the sequence of events in hypoix injury.
    • Distinguish the differences between acquired and congenital diseases.
    • Obtain a thorough clinical history from a patient or referring physician relating to conditions of the circulatory or nervous systems.
    • Identify various testing procedures used for the diagnosis of disease relating to the circulatory and nervous systems.


    Find out when this course is offered


  
  • DUTEC 107 - Human Cross-Sectional Anatomy


    7 CR

    Covers the human anatomy from the cross-sectional perspective in longitudinal, transverse, coronal, and oblique planes. Students analyze correlations with clinical diagnostic imaging techniques.

    Prerequisite(s): Acceptance into program or permission of program chair.

    Course Outcomes
    Identify normal human anatomy
    Identify human anatomy represented in a variety of orthogonal planes
    Illustrate anatomical structures with correct spatial relationships
    Articulate terminology related to cross-sectional anatomy
    Describe the human body as an integrated system
    Recognize anatomical structures as displayed by various diagnostic imaging methods
    Perform live scanning using ultrasound protocolsPractice live scanning and using virtual simulation scanning in a laboratory experience


    Find out when this course is offered


  
  • DUTEC 110 - Abdominal Scanning and Techniques


    5 CR

    Presents basic concepts and terminology, as well as scanning protocols for the ultrasound examination of the abdomen. Topics include both normal and pathological states.

    Prerequisite(s): Acceptance into program or permission of program chair.

    Course Outcomes
    • Identify normal anatomy and conditions in sagittal, coronal, and transverse planes.
    • Describe the sonographic characteristics of pathological conditions in the abdomen.
    • Utilize scanning techniques for abdominal protocols.
    • Perform CPR through certification and training.
    • Describe the measures that need to be taken in order to maintain adequate infection control in the medical environment by following universal precautions.
    • Assess whether ultrasound is their best career choice by observing a hospital or clinic each week, preparing for clinical internship.



    Find out when this course is offered


 

Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11Forward 10 -> 21