Apr 18, 2024  
2019-2020 Undergraduate Academic Catalog 
    
2019-2020 Undergraduate Academic Catalog [ARCHIVED CATALOG]

Course Descriptions


 

Electrical Engineering

  
  • EE 3720 - Control Systems

    3 lecture hours 2 lab hours 4 credits
    Course Description
    Students are introduced to the fundamentals of automatic control systems including analysis and design. Classical control system topics include system response and performance characteristics, stability criteria and analysis, dominant pole approximation, phase and PID compensator design. MATLAB and Simulink are used to aid in the analysis and design of control systems. The laboratory work introduces modern techniques needed for the design and implementation of automatic control systems. (prereq: EE 3050  or EE 3051B )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Analyze a system’s time-domain performance
    • Simplify system block diagrams
    • Determine system stability using Routh-Hurwitz criterion, including for a single parameter variation
    • Determine steady-state error in a system for typical inputs, including a disturbance input
    • Obtain the root-locus for typical open-loop transfer functions
    • Design closed-loop phase-type and PID control systems by root-locus techniques
    • Design and implement real-time servo-control systems in laboratory
    • Write a technical report about a laboratory design project
    • Realize closed loop controllers with analog and digital networks
    • Design a state-feedback controller for a system in state-space representation

    Prerequisites by Topic
    • Obtain a linear dynamic model (state space and transfer function) of physical systems, including electrical, mechanical and electromechanical systems
    • Analyze systems for dynamic time-domain response
    • Predict system response using analytic and digital simulation methods

    Course Topics
    • Prerequisite review: modeling of electromechanical systems and time-domain response analysis (3 classes)
    • Block diagram system analysis (3 classes)
    • Stability analysis via Routh-Hurwitz criterion (2 classes)
    • Steady-state error analysis (2 classes)
    • Root-locus analysis (3 classes)
    • Root-locus design: phase-lead, phase-lag, PID controller designs (6 classes)
    • State-space analysis: conversions to and from transfer functions, stability and steady-state error (3 classes)
    • State-space controller design (3 classes)
    • Reviews and examinations (5 classes)

    Laboratory Topics
    • Introduction to data acquisition and real-time control hardware
    • Feedback system simulation
    • System modeling using time-domain measurements
    • Position feedback control design project
    • Analog feedback control design project
    • Error-improving velocity feedback control design project
    • Phase-lead compensated position control design
    • Introduction to state-space control

    Coordinator
    Dr. Jay Wierer
  
  • EE 3900B - Design of Logic Systems

    3 lecture hours 2 lab hours 4 credits
    Course Description
    The goal of this course is to develop the ability to design combinational and sequential logic circuits used to construct digital systems. Topics discussed include analysis and design of ALU, tristate devices, multiplexers, bus, flip-flops, counters, registers, timing and state diagrams, ASM chart and memory devices. Students design a digital system, such as simple microprocessor, a video driver or communications module. VHDL is used for design and an FPGA is used for logic realization. Digital circuit simulators and logic analyzers are used in the design and testing process. (prereq: full admission into the AAS-EET to BSEE transfer track or consent of an EE program advisor)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Design combinational logic circuits using VHDL and test on a programmable logic device (FPGA)
    • Design storage elements (Flip-flops, Latches), ALU, counters, registers, tristate devices, multiplexers, and bus using VHDL and test on a programmable logic device (FPGA)
    • Design synchronous sequential circuits using state diagrams and/or ASM using VHDL and test on a programmable logic device (FPGA)
    • Design VHDL model of a digital system, such as simple microprocessor, a video driver and/or communications module, and test on a programmable logic device (FPGA)
    • Use commercially available digital-design software tools and evaluation boards to design, simulate and implement design circuits

    Prerequisites by Topic
    • Procedural programming concepts
    • Number systems: Binary, decimal, hexadecimal
    • Conversion from one number system to another
    • Binary arithmetic
    • Boolean algebra
    • Logic operations
    • Logic gates
    • Logic expressions
    • Logic functions
    • Simplification of logic functions using Karnaugh map and/or Boolean algebra
    • Codes: Binary Coded Decimal (BCD), ASCII
    • Combinational digital circuits
    • Storage elements such as flip-flops and latches, and synchronous sequential digital circuits

    Course Topics
    • Hardware description language for modeling of digital circuits
    • Design combinational logic circuits using VHDL
    • Design VHDL models of storage elements (Flip-flops, Latches), ALU, counters, registers, tristate devices, multiplexers, and buses
    • Design finite state machines (FSM), state diagrams, ASM, and behavioral description of FSM using VHDL
    • Implementation of logic elements, combinational logic circuits, sequential circuits in a FPGA
    • Design ROM, SRAM, or DRAM using Altera MegaWizard and/or VHDL
    • Design a digital system such as VGA driver, simple microprocessor and/or communications module, using VHDL and test on a programmable logic device (FPGA)
    • Review sessions and exams

    Laboratory Topics
    • Design combinational circuits using VHDL
    • Design VHDL models of storage elements (Flip-Flops, Latches), ALU, counters, registers, tristate devices, multiplexers, and bus
    • Design finite state machine (FSM) using VHDL
    • Design RAM or ROM using Altera MegaWizard and/or VHDL
    • Implementation of combinational logic circuits, sequential circuits and FSM in FPGA
    • Design and implementation of digital systems

    Coordinator
    Dr. Joshua Carl
  
  • EE 3910B - Embedded Systems

    3 lecture hours 2 lab hours 4 credits
    Course Description
    In this course students develop the understanding of microprocessor-based systems with specific focus on an embedded system architecture, the ability to design and implement real-time applications using interrupts, and the ability to interface external devices to the system. High level programming language will be used for programming purposes. Laboratory sessions and class projects will be used to enhance lecture topics. (prereq: full admission into the AAS-EET to BSEE transfer track or consent of an EE program advisor)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Understand all the components required and architecture of an embedded system
    • Design programs using a high-level language for programming the microcontroller
    • Compile, download, debug, and execute programs in the microcontroller
    • Describe and interpret timing diagrams
    • Use interrupt vectors and external interrupts to control the system and process
    • Use USART, SPI and/or I2C interfaces to communicate with external devices
    • Interface external devices to microcontroller
    • Design, construct and test an embedded system

    Prerequisites by Topic
    • Procedural programming concepts in C
    • Number systems, basic binary arithmetic, Boolean algebra
    • DC linear circuit analysis

    Course Topics
    • Elementary computer operations, architecture of a typical Harvard microcontroller
    • C language programming including user-defined functions and modules
    • Timing, machine cycles and states
    • Parallel input/output, programmed I/O and interrupt I/O
    • Timing system and I/O
    • A/D and D/A conversion
    • Serial communication
    • Power management and sleep modes
    • Examinations and review

    Laboratory Topics
    • Use of PC for developing programs, and for debugging software and hardware
    • Laboratory assignments to develop language programming skills
    • Laboratory assignments to develop microprocessor interfacing techniques to I/O devices
    • Design projects to interface the microcontroller to real world I/O devices. Each project requires a demonstration of the working hardware and software plus a formal design report
    • Design, construct and test an embedded system

    Coordinator
    Dr. Kerry Widder
  
  • EE 3921 - Digital System Design

    3 lecture hours 2 lab hours 4 credits
    Course Description
    The objective of this course is to give students a solid foundation in 21st century digital systems design practices. The primary emphasis of the course is on designing a SOPC (System-On-A-Programmable-Chip). Thus, the course incorporates the use of soft processors, such as the NIOS II from Altera. Designs are specified using VHDL and simulated on a personal computer. The design is then realized on an FPGA. Real-time verification of the design using an in-system logic analyzer such as SignalTap is emphasized. The course also involves advanced projects based on a soft processor interface. Due to the project-oriented nature of the course, the syllabus is organized as a set of case studies. (prereq: CE 1911  or EE 2902, EE 2050 )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Design a complex (more than 10,000 logic elements) digital system
    • Interface to external peripherals (such as audio codecs) using various protocols (like I2C)
    • Understand the architecture behind soft processors, such as the NIOS II
    • Describe the design and verification process through written communication in the form of laboratory reports

    Prerequisites by Topic
    • Steady state DC electrical circuit theory
    • Design techniques for combinational and sequential digital circuits
    • Familiarity with the campus PC network

    Course Topics
    • Introduction and course overview (1 class)
    • Review the combinational logic design process (1 class)
    • Review the sequential logic design process (2 classes)
    • Bidirectional bus interfacing (5 classes)
    • Algorithmic State Machine specification (1 class)
    • VGA interfacing (2 classes)
    • External peripheral interfacing (1 class)
    • Timing closure (3 classes)
    • Design partitioning (1 class)
    • Design of digital systems as Data Path and Control Unit (3 classes)
    • Design of a CPU as an example of a digital system - audio codec interfacing to NIOS processor (2 classes)
    • Debugging (4 classes)
    • Midterm review (1 class)
    • Course overview (2 classes)
    • Course survey (1 class)

    Laboratory Topics
    • Bidirectional bus interfaces
    • Timing closure
    • Soft processor interfaces
    • Finite State Machine (FSM) design using VHDL will be performed using QUARTUS II an implemented on a FPGA
    • A FSM will be designed using the ASM method. The design of the Data Path and Control Unit such as a simple microprocessor will be performed. The circuit will be simulated using QUARTUS II and implemented on a FPGA

    Coordinator
    Dr. Kerry Widder
  
  • EE 4022 - Principles of Communications

    3 lecture hours 2 lab hours 4 credits
    Course Description
    In the study of communication systems, students will investigate how they operate and what affects their performance. The course relies heavily on system and signal analysis, both in the time and frequency domains, and on the statistical representation of random signals and noise. Amplitude and angle modulation systems are analyzed, including systems that transfer analog data and systems transferring digital data. Performance comparisons of commonly used digital modulation methods are presented. Signal-processing techniques that are commonly used in systems that transfer digital data are presented. Bit-error rate performance for baseband signal detection in the presence of noise is analyzed. Laboratory experiments reinforce the concepts from the lecture, with an emphasis on communication system functional modules. (prereq: MA 262  or MA 3620, EE 3032 )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Develop the representations of analog AM, FM, and PM communication signals both in the time and frequency domains
    • Explain the representations of digitally modulated ASK, FSK, and PSK communication signals both in the time and frequency domains
    • Analyze communication systems and subsystems (both analog and digital) using both time and frequency domain techniques
    • Explain advantages and disadvantages of various modulation systems under differing circumstances
    • Determine the performance of digitally modulated amplitude and angle modulation systems with a specified signal-to-noise ratio
    • Determine required bandwidths and signal-to-noise ratios needed to achieve specified bit-error rates for various digital modulation methods in the presence of noise, at specified bit rates
    • Design an optimal correlation receiver for baseband and bandpass, binary and M-ary, digital communication systems operating in the presence of noise

    Prerequisites by Topic
    • Calculate the Fourier series coefficients (in trigonometric and exponential forms) for a continuous-time periodic signal
    • Reconstruct periodic signals from Fourier series coefficients. (This may be done with the aid of a digital computer)
    • Determine the result of signal and system interaction by convolution
    • Obtain the Fourier transform of a finite-energy signal, and the inverse-Fourier transform of a spectrum
    • Properly sample a continuous time signal to create a discrete time signal
    • Determine the probability that a random variable having a specified density function exceeds a stated threshold
    • Determine the mean-square value of a random variable having a specified density function

    Course Topics
    • Signal representations (2 classes)
    • System representations (2 classes)
    • Analog amplitude modulated (AM) signals and systems (6 classes)
    • Analog frequency and phase modulated (FM and PM) signals and systems (4 classes)
    • Digitally modulated amplitude-, phase- and frequency-shift key signals and systems (3 classes)
    • Random variables, processes, noise, performances with noise, optimal filters (6 classes)
    • Pulse code modulation and error-correction coding (2 classes)
    • Problem sessions, reviews, and tests (6 classes)

    Laboratory Topics
    • Spectrum measurements
    • Multiplication of signals and frequency conversion
    • Amplitude modulation
    • Frequency modulation
    • Sampling, quantization, and PCM
    • Digital modulation: ASK and FSK
    • Digital modulation: BPSK and QPSK
    • Baseband digital channel bit-error rate
    • Direct sequence spread spectrum and code division multiple access (CDMA)

    Coordinator
    Dr. Cory Prust
  
  • EE 4050 - Low-Noise Analog System Design

    3 lecture hours 0 lab hours 3 credits
    Course Description
    In this course students are given background in noise mechanisms and models as applicable to analog electronics. Topics covered included fundamental noise mechanisms, amplifier noise model, noise in feedback amplifiers, noise in BJTs and FETs, and low-noise design methodologies for amplifiers and power supplies. The noise model in SPICE is introduced and used for various designs. Different examples of low noise designs are extensively discussed and simulated. (prereq: EE 3102 EE 3112 )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Demonstrate an understanding of noise mechanisms and models as applicable to analog electronic circuits
    • Develop the skills necessary to use a computer to analyze and design low-noise circuits
    • Analyze noise performance of resistor circuits
    • Analyze noise performance of BJT and FET circuits
    • Analyze noise performance of amplifiers and power supplies
    • Design low-noise amplifiers and power supplies

    Prerequisites by Topic
    • BJT DC and AC analysis, FET DC and AC analysis, SPICE simulation of analog electronic circuits

    Course Topics
    • Introduction, noise mechanisms, origin of noise (3 classes)
    • Resistor noise model (2 classes)
    • Basic circuit noise analysis (4 classes)
    • Noise simulation using SPICE (3 classes)
    • BJT noise models and applications (3 classes)
    • FET noise models and applications (3 classes)
    • Amplifier noise models and applications (3 classes)
    • Low-noise amplifier design (4 classes)
    • Low-noise power supply design (3 classes)
    • Noise measurements (2 classes)

    Coordinator
    Dr. Richard Kelnhofer
  
  • EE 4112 - Advanced Analog Electronics

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course continues investigation of single and cascaded BJT and MOSFET amplifiers. In addition, midband gains, impedances, and frequency responses of multi-transistor amplifiers are studied. The effects of classic feedback configurations on amplifier characteristics are included. A significant portion of the course is based on comprehensive design projects. Students are expected to use previously learned design tools such as PSPICE to explore alternatives and verify their designs. The designs are constructed and tested in the laboratory and documented in formal design reports. (prereq: EE 3112 EE 3102 )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Design differential amplifiers with active loads
    • Design output stages of power amplifiers
    • Understand different configurations of feedback and their applicability to electronic circuits
    • Understand frequency response of single-stage and multi-stage amplifiers
    • Understand frequency compensation of feedback amplifiers and design the required feedback network
    • Understand non-ideal effects of operational amplifiers
    • Design oscillators and voltage regulators using operational amplifiers

    Prerequisites by Topic
    • Design of single-stage BJT amplifiers  
    • Design of operational amplifier circuits 

    Course Topics
    • Design of the first and second stage of a three-stage amplifier (6 classes)
    • Design of the output stage of a three-stage amplifier (2 classes)
    • Feedback and stability and frequency compensation (4 classes)
    • Frequency response of transistor amplifiers (2 classes)
    • Non-ideal effects of operational amplifiers (2 classes)
    • Oscillators and voltage regulators (2 classes)
    • Exams (2 classes)

    Coordinator
    Dr. Steve Holland
  
  • EE 4142 - Power Electronics

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course focuses on the design and simulation of linear and switch-mode power supplies. Topics covered emphasize the use of various active devices in inverters, converters, drives, and power conditioning circuits. Different types of linear and switching power supplies are designed and their performance is analyzed. (prereq: EE 3102  or equivalent and EE 3112  or equivalent)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Design and analyze linear power supplies
    • Design and analyze buck converters
    • Design and analyze boost converters
    • Design and analyze buck-boost converters
    • Design and analyze inverters

    Prerequisites by Topic
    • PN-junction diode operation
    • BJT and FET devices operation
    • Single stage transistor amplifier design and analysis
    • Om-Amp amplifier design

    Course Topics
    • Power, FFT analysis
    • Diode and SCR rectifiers, linear power supply
    • Buck converters
    • Boost converters
    • Buck-boost converters
    • Forward converters
    • Inverters
    • Regulation of switch-type regulators

    Laboratory Topics
    • Simulation of single-phase rectifier circuits
    • Simulation and analysis of a single-phase AC voltage controller
    • Simulation, Implementation, and analysis of a linear power supply
    • Simulation, implementation, and analysis of a buck converter
    • Simulation, implementation, and analysis of a boost converter
    • Simulation, implementation, and analysis of a buck-boost converter
    • Simulation and analysis of a fly-back converter
    • Simulation and analysis of an inverter
    • Simulation and analysis of resonant converters

    Coordinator
    Dr. Luke Weber
  
  • EE 4240 - Software-Defined Radio

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course introduces students to fundamental topics involving software-defined radio and their application to modern wireless systems. Software-defined radios provide a flexible hardware platform in which a wide range of wireless systems can be prototyped and implemented in software.  Course topics include an overview of transceiver architectures, underlying analog and digital subsystems, and digital signal processing algorithms typically used in software-defined radios.  Hands-on laboratory experiences will utilize modern software radio hardware and will examine solutions to practical issues that impact the feasibility and performance a wireless digital communication system.  At the conclusion of the course, students will have constructed a fully functional software-based digital transceiver.  (prereq: EE 3221 , EE 4022 )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Identify the architecture of a modern software-defined radio system
    • Explain the advantages, limitations, and design trade-offs of the underlying analog and digital subsystems of a software-defined radio
    • Perform link budget calculations for a software defined radio system given parameters of the communication link
    • Analyze communication signals and systems using I/Q and complex-baseband models
    • Explain the design challenges associated with building digital wireless communication links
    • Implement the optimum receiver structure for digital transmission through an additive white Gaussian noise channel
    • Implement software-based solutions for non-ideal phenomena impacting digital wireless communication systems such as multi-path propagation, synchronization, and channel equalization
    • Implement an end-to-end wireless data transceiver capable of performing over-the-air digital transmission

    Prerequisites by Topic
    • Linear-Time Invariant system analysis
    • Fourier transforms
    • Sampling theorem, sampled spectra, and aliasing
    • Amplitude, frequency and phase modulation
    • Basic digital communications
    • Students should be comfortable with MATLAB/Simulink

    Course Topics
    • Introduction to software-defined radio
    • SDR system architectures
    • Multi-rate signal processing
    • Link budgets for digital communication systems
    • Elements of a digital communication transceiver
    • Non-ideal effects and software-based solutions

    Laboratory Topics
    • SDR hardware and software support package installation
    • I/Q signaling and complex-baseband
    • Efficient downconversion and sampling rate conversion
    • Signal to noise ratio, spectrum plots, link budget
    • Channel fading
    • Carrier recovery
    • Pulse shaping, eye diagrams, matched ltering
    • Fully functional digital transceiver

    Coordinator
    Dr. Cory J. Prust
  
  • EE 4250 - Advanced Signal Processing

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This course introduces students to advanced topics in signal processing. The course will focus on two main areas of signal processing: statistical signal processing and digital image processing. Adaptive filtering will be the primary focus of the statistical signal processing segment with applications such as gradient descent, LMS, and RLS algorithms. Techniques for image enhancement, restoration, and compression will be covered as applications of digital image processing. MATLAB will be used extensively as a simulation tool. (prereq: (EE 3220 or EE 3221 ) and (MA 262  or MA 3620), or consent of the instructor)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Determine the optimal filter that produces the minimum mean squared error at its output
    • Apply adaptive filtering algorithms, such as gradient search, LMS, or RLS, to various signal and noise filtering situations
    • Determine the maximum likelihood estimator for a set of randomly distributed data
    • Apply and compare two-dimensional filters to images in the spatial- and frequency-domains
    • Use nearest-neighbor or bilinear interpolation to determine the values of pixels in a resized or transformed image
    • Identify types (such as smoothing or sharpening) of image filters
    • Complete a project on a topic related to statistical and/or image processing not covered in class

    Prerequisites by Topic
    • Fourier series/transform methods
    • Sampling theorem
    • Random processes and expectations
    • Linear algebra
    • Some previous use of MATLAB is desired

    Course Topics
    • Prerequisite review: random variables and statistics, DSP (3 classes)
    • Statistical image processing (12 classes) - topics may include: autocorrelation functions, Wiener filter, gradient search/steepest descent, LMS algorithm, RLS algorithm, maximum likelihood estimation
    • Digital image processing (12 classes) - topics may include: 2D signals and systems, sampling, filtering, edge detection, digital image enhancement: spatial and frequency domains, digital image restoration, digital image compression
    • Final project (3 classes)

    Coordinator
    Dr. Jay Wierer
  
  • EE 4280 - Antenna Theory and Wireless Applications

    3 lecture hours 0 lab hours 3 credits
    Course Description
    The fundamental principles of antenna and wave propagation that underpin modern wireless systems and govern the design of EMI compliant high-speed circuit boards are developed in this course. Topics build upon the foundation established in electromagnetic fields and electromagnetic waves. The magnetic vector potential is introduced and is used to analyze canonical dipole and monopole antennas. Fundamental antenna concepts are examined, such as radiation patterns, directivity, gain, efficiency, bandwidth, and practical feeding techniques. Linear antenna arrays are then developed. Antenna and electromagnetic propagation principles are then applied to the analysis of common communication system links. (prereq: EE 3204  or EE 3212)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Derive the radiated fields of the infinitesimal dipole antenna using the magnetic vector potential and vector calculus
    • Use image theory to determine the performance of a monopole antenna
    • Explain the meaning of antenna gain, directivity, and efficiency
    • Model basic dipole antennas using equivalent circuits
    • Explain fundamental trade-offs between the size, gain, and bandwidth of an antenna
    • Calculate the radiation pattern of linear antenna arrays
    • Perform link budget calculations for line-of-sight wireless links using the Friis equation
    • Analyze the performance of common wireless system links, such as cellular telephone, broadcast radio/television, satellite communication, and radar systems
    • Determine the performance of basic antennas using computational electromagnetics software

    Prerequisites by Topic
    • Resonant RLC circuits
    • Principles of electromagnetic radiation
    • Static and dynamic electromagnetic fields
    • Maxwell’s equations
    • Transmission lines 

    Course Topics
    • Advanced electromagnetic field theory
    • Magnetic vector potential
    • Radiated fields and impedances of dipole antennas
    • Antenna radiation patterns and polarization
    • Baluns
    • Linear antenna arrays
    • Basic propagation and communication system links

    Coordinator
    Dr. Steven Holland
  
  • EE 4480 - Electrical Power Systems Quality

    2 lecture hours 2 lab hours 3 credits
    Course Description
    An advanced course that examines the causes, analysis and mitigation of power quality phenomena found in low, medium and high voltage systems. Topics covered include voltage sags, surges, interruptions, transients, notching, distortions, unbalance, current distortions, and frequency variations. (prereq: EE 3401  or electrical machines course)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Understand the basics of electric power systems quality
    • Measure and interpret voltage, current and frequency variations and distortions
    • Understand the principles of power system harmonics, harmonic indices and mitigation strategies
    • Use laboratory instrumentation to measure and analyze power quality indices
    • Be familiar with industrial standards on power quality requirements

    Prerequisites by Topic
    • Linear ac circuit analysis
    • Three-phase complex power
    • Basic knowledge of electrical machines and transformers

    Course Topics
    • General classes of power quality problems (1 class)
    • Power quality terms and requirements (1 class)
    • Sags and interruptions (3 classes)
    • Transient over-voltages (2 classes)
    • Harmonic distortion (5 classes)
    • Principles for controlling harmonics (2 classes)
    • Long-duration voltage variations (1 class)
    • Effects of lightning on power systems (1 class)
    • Grounding and wiring issues leading to voltage problems (2 classes)
    • Power quality standards (2 classes)

    Laboratory Topics
    • Power quality instrumentation and interpretation
    • Harmonic current and voltage measurements of Adjustable Speed Drives
    • Line notching
    • Voltage sags, transients
    • Comparison of power quality for different devices used for lighting
    • Neutral current issues in three-phase circuits

    Coordinator
    Dr. Rich Kelnhofer
  
  • EE 4601 - Modeling and Simulation of Dynamic Systems

    3 lecture hours 0 lab hours 3 credits
    Course Description
    Modern engineering projects are complex with multiple physical domains interacting with each other. This course is divided into two parts. The first half of the class will focus on using bond graphs to model multi-domain physical systems (electrical, mechanical, hydraulic, etc.), and then using the bond graph model to derive a set of state space equations for the system. In the second half of the course the students will study how the state space model can be used to describe the system’s behavior through time using simulation. Students will describe the properties and characteristics of different numerical integration methods, select an appropriate integration method for a particular model, and describe and resolve the challenges that can arise when simulating a model with multiple physical domains. At the conclusion of the course, the students will construct their own dynamic system simulator, and use it to describe the behavior of a multi-domain model. (prereq: PH 2011 EE 1910  and either EE 2070  or EE 3002B ) (coreq: MA 383 )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Apply a generic modeling framework to model multi-domain physical systems (such as electrical, mechanical, and hydraulic domains) as state space equations
    • Design a simulation to describe dynamic system behavior across time
    • Compare and differentiate between the properties and characteristics of numerical integration methods
    • Recommend an appropriate numerical integration method to apply to a particular state-space model description
    • Recognize, describe, and resolve difficulties that arise when simulating multi-domain physical systems
    • Use dynamic system simulation software to describe the behavior of a system across time

    Prerequisites by Topic
    • Mechanical physics using calculus
    • Transient circuit analysis
    • Procedural programming

    Course Topics
    • Review state space representation and introduction to bond graphs (3 classes)
    • Electrical, mechanical translation, mechanical rotation, and hydraulic systems as bond graphs (6 classes)
    • Deriving state space equations from a bond graph (2 classes)
    • Modeling switches in various physical domains (2 classes)
    • Dynamic system simulation background (2 classes)
    • Properties of numerical integration methods (3 classes)
    • Numerical difficulties simulating multi-domain systems (4 classes)
    • Dynamic system simulation software (4 classes)
    • Exams, review and project (4 classes)

    Coordinator
    Dr. Joshua Carl
  
  • EE 4720 - Control Systems Applications

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course extends the classical continuous time control techniques to the areas of discrete-time systems and state-space models. An independent hardware project is required that demonstrates the principles of control system analysis, modeling, and design. Control systems are analyzed, modeled, and designed using frequency response, z-transform and state-space techniques. (prereq: EE 3220 or EE 3221 EE 3720 )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Determine the open-loop and closed-loop transfer functions of a system containing a sampler and zero-order-hold
    • Determine the stability of sampled data (discrete-time, DT) systems
    • Design DT system compensators
    • Analyze system controllability and observability
    • Design state feedback estimator-regulators
    • Build a control system from the component level that includes actuation, transducer feedback, and closed-loop compensation
    • Experimentally measure the frequency response of their control system
    • Estimate a transfer function representation from their experimental frequency response data
    • Implement a closed-loop compensator on their control system

    Prerequisites by Topic
    • Simplify control system block diagrams
    • Obtain continuous time system time-domain performance specifications
    • Determine steady-state error of continuous time systems for typical inputs
    • Design continuous time, closed-loop, phase-type and PID control systems by root-locus techniques
    • Analyze continuous time systems using frequency response methods: Bode diagrams
    • Realize phase-type and PID controllers utilizing operational amplifiers and resistor-capacitor networks
    • Demonstrate the effects of discrete-time sampling of continuous signals

    Course Topics
    • Prerequisite review (1 class)
    • System frequency response modeling techniques (1 class)
    • Sampled-data systems and the z-transform (10 classes)
    • Design state feedback system (5 classes)
    • Homework review sessions (2 classes)
    • Exam (1 lab period)
    • Review state space representation (1 class)

    Laboratory Topics
    • Design and construct electromechanical actuation system and mechanical structure
    • Design and construct transducer feedback instrumentation network
    • Calibrate instrumentation network
    • Experimentally measure frequency response of open-loop system
    • Analyze frequency response data to estimate open-loop system transfer function
    • Design and simulate closed-loop compensator
    • Implement closed-loop compensator
    • Experimentally measure closed-loop frequency response, transient response, and steady state error

    Coordinator
    Dr. Jay Wierer
  
  • EE 4901 - Electrical Engineering Cooperative Practicum 1

    1 lecture hours 0 lab hours 1 credits
    Course Description
    Students complete one summer and contiguous fall or spring quarter of approved, supervised cooperative employment. An oral presentation and written report of the work performed is required. (prereq: consent of department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Gain professional work experience
    • Present both an oral and written summary of their work

    Prerequisites by Topic
    • None

    Course Topics
    • Varies with the work experience

    Coordinator
    Dr. Richard Kelnhofer
  
  • EE 4902 - Electrical Engineering Cooperative Practicum 2

    1 lecture hours 0 lab hours 1 credits
    Course Description
    Students complete one summer and contiguous fall or spring quarter of approved, supervised cooperative employment. An oral presentation and written report of the work performed is required. (prereq: EE 4901  and consent of department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Gain professional work experience
    • Present both an oral and written summary of their work

    Prerequisites by Topic
    • None 

    Course Topics
    • Vary with the work experience

    Coordinator
    Dr. Richard Kelnhofer
  
  • EE 4903 - Electrical Engineering Cooperative Practicum 3

    1 lecture hours 0 lab hours 1 credits
    Course Description
    Students complete one summer and contiguous fall or spring quarter of approved, supervised cooperative employment. An oral presentation and written report of the work performed is required. (prereq: EE 4902  and consent of department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Gain professional work experience
    • Present both an oral and written summary of their work

    Prerequisites by Topic
    • None

    Course Topics
    • Vary with the work experience

    Coordinator
    Dr. Richard Kelnhofer
  
  • EE 4930 - Advanced Embedded Systems

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course presents advanced techniques for solving problems with embedded microcontroller-based systems. Topics include Real Time Operating Systems, low power operation modes, code optimization, system response, and Finite State Machines. Laboratory work reinforces the concepts learned in the classroom and provides practical experience working with these techniques.  (prereq: EE 2920  or EE 3910B )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Use a debugger to diagnose problems in source code
    • Set up tasks in a Real Time Operating System (RTOS) with appropriate priorities
    • Use semaphores and events in an RTOS to coordinate resource use between tasks
    • Utilize memory management mechanisms to dynamically control the use of memory resources
    • Interface to external devices over a serial communication channel
    • Implement a Finite State Machine (FSM) solution to an engineering problem
    • Specify an appropriate optimization level for the code in a project
    • Calculate the interrupt latency of a microcontroller
    • Utilize low power modes and sleep features in a microcontroller to minimize the system power consumption

    Prerequisites by Topic
    • Procedural programming concepts in C 
    • Practical understanding of basic microcontroller architecture and peripherals 
    • Developing and debugging programs for an embedded system 

    Course Topics
     

    • Advanced microcontroller architecture overview (1 class)
    • Peripheral overview for target system - GPIO, A/D, timers, serial communication (2 classes)
    • Stacks - purpose, structure, design considerations (1 classes)
    • Interrupt latency and system response (1 class)
    • Real Time Operating System - general features, tasks, events, semaphores, memory management, peripheral drivers (6 classes)
      • Finite State Machine (FSM) implementation using Lookup Tables (LUT) (3 classes)
      • Controlling code size/speed using compiler optimization levels (1 classes)
      • Low power modes - behavior and usage (3 classes)
      • Power management and sleep modes (2 class)

    Laboratory Topics
    • Target microcontroller peripherals
    • Finite State Machine implementation
    • Code optimization for speed or size
    • Low power modes of operation
    • Real Time Operating Systems

    Coordinator
    Dr. Kerry Widder
  
  • EE 4980 - Topics in Electrical Engineering

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This course allows for study of emerging topics in electrical engineering that are not present in the curriculum. Topics of mutual interest to faculty and students will be explored. (prereq: consent of instructor)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Varies

    Prerequisites by Topic
    • Varies

    Course Topics
    • Varies

    Coordinator
    Dr. Sheila Ross
  
  • EE 4981 - Topics in Electrical Engineering with Laboratory

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course allows for study of emerging topics in electrical engineering that are not present in the curriculum. Topics of mutual interest to faculty and students will be explored.  (prereq: consent of instructor)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Varies

    Prerequisites by Topic
    • Varies

    Course Topics
    • Varies

    Laboratory Topics
    • Varies

    Coordinator
    Dr. Sheila Ross
  
  • EE 5280 - Antenna Theory and Wireless Applications


    Course Description
    The fundamental principles of antenna and wave propagation that underpin modern wireless systems and govern the design of EMI compliant high-speed circuit boards are developed in this course. Topics build upon the foundation established in electromagnetic fields and electromagnetic waves. The magnetic vector potential is introduced and is used to analyze canonical dipole and monopole antennas. Fundamental antenna concepts are examined, such as radiation patterns, directivity, gain, efficiency, bandwidth, and practical feeding techniques. Linear antenna arrays are then developed. Antenna and electromagnetic propagation principles are then applied to the analysis of common communication system links. (prereq: EE 3214  or EE 3212 or EE 5210)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Derive the radiated fields of the infinitesimal dipole antenna using the magnetic vector potential and vector calculus
    • Use image theory to determine the performance of a monopole antenna
    • Explain the meaning of antenna gain, directivity, and efficiency
    • Model basic dipole antennas using equivalent circuits
    • Explain fundamental trade-offs between the size, gain, and bandwidth of an antenna
    • Calculate the radiation pattern of linear antenna arrays
    • Perform link budget calculations for line-of-sight wireless links using the Friis equation
    • Analyze the performance of common wireless system links, such as cellular telephone, broadcast radio/television, satellite communication, and radar systems
    • Determine the performance of basic antennas using computational electromagnetics software

    Prerequisites by Topic
    • Resonant RLC circuits
    • Principles of electromagnetic radiation
    • Static and dynamic electromagnetic fields
    • Maxwell’s equations
    • Transmission lines 

    Course Topics
    • Advanced electromagnetic field theory
    • Magnetic vector potential
    • Radiated fields and impedances of dipole antennas
    • Antenna radiation patterns and polarization
    • Baluns
    • Linear antenna arrays
    • Basic propagation and communication system links

    Coordinator
    Dr. Steven Holland

English

  
  • EN 441 - Professional Presentation Techniques

    2 lecture hours 2 lab hours 3 credits
    Course Description
    The purpose of this course is to develop effective presentation skills, to learn to incorporate graphics into presentations, to understand the basics of communication skills in professional settings, and to appreciate the role of the team in preparing a formal presentation. The assignments reflect experiences which will be encountered by graduates in their careers. Typical assignments include group presentations, presentation graphics, and presentation reviews. (prereq: GS 1003  and senior standing) (coreq: AE 4311  for AE and CM students only)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Apply the principles of effective communication in professionally focused presentations
    • Analyze and evaluate supporting material and organize this content for informative and persuasive oral presentations
    • Analyze situational, contextual, and audience characteristics and apply this analysis to the development of professional presentations
    • Demonstrate knowledge of the principles of effective graphic aids and apply these principles to professional presentations
    • Analyze individual strengths of team members
    • Evaluate individual strengths of team members
    • Apply this analysis and evaluation toward working as a team in preparing and presenting a formal professional presentation
    • Understand (comprehend) the importance of verbal and non-verbal communication variables and apply this to concisely, coherently, and persuasively presenting his/her ideas

    Prerequisites by Topic
    • Speaking in public
    • Listening
    • Topic selection/purpose
    • Audience analysis
    • Supporting your ideas
    • Organization of a speech
    • Outlining
    • Introducing and concluding a speech
    • Using language
    • Delivery
    • Using visual aids
    • Types of speeches - informative, persuasive
    • Speaking in small groups

    Course Topics
    • Course introduction (1 class)
    • Defining communication (1 class)
    • Presentation speaking (2 classes)
    • Organization (2 classes)
    • Audience analysis (2 classes)
    • Credibility (2 classes)
    • Non-verbal communication (2 classes)
    • Demonstration speech (4 classes)
    • Graphic techniques (4 classes)
    • Model-building techniques
    • Graphic problem (2 classes)
    • Group presentations/Group dynamics (4 classes)
    • Selling the concept (4 classes)
    • Physical procedures (2 classes)
    • Office rehearsals (2 classes)
    • Presentations (4 classes)

    Coordinator
    Dr. Nadya Shalamova

General Engineering

  
  • GE 205 - Professional Growth

    1 lecture hours 0 lab hours 0 credits
    Course Description
    This series of courses (GE 205, GE 305 , GE 405 ) is directed towards the overall growth of the student. The AE and CM B.S. student is required to attain 20 hours of combined professional and community outreach from sophomore through senior year. (prereq: sophomore standing)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Have had an opportunity for professional growth and exposure to community activities related to their profession
    • Have opportunities to participate in community outreach and professional technical continuing education activities

    Prerequisites by Topic
    • None

    Course Topics
    • None

    Coordinator
    Dr. Deborah Jackman
  
  • GE 300 - Career and Professional Guidance

    2 lecture hours 0 lab hours 1 credits
    Course Description
    This course is designed to provide career guidance to electrical engineering students who are completing their junior year. The course serves to prepare students for professional issues arising during the senior year and for entry into a professional career following graduation. Guest speakers from several major electrical engineering areas and disciplines help provide insight into industrial careers. The instructors also advise students on selecting their senior technical electives. Students learn about graduate school opportunities and the mechanics for applying to graduate school. Ethical issues and professional responsibilities are discussed. Part of the course is devoted to developing and discussing team concepts, and the advantages and pitfalls of team engineering efforts. Placement office personnel discuss how to prepare a good resume, placement office procedures, interviewing skills and use of the Internet to find employment opportunities. Students prepare a resume, do research on a company in which they are interested and submit their resume with an appropriate cover letter seeking employment. Finally, the process of professional engineering registration is presented. (prereq: EE junior standing or participation in Exchange program or EE 3001B )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Have a perspective of various areas of the electrical engineering field
    • Have a perspective of various functions within the engineering team
    • Be aware of various professional issues facing engineers and engineering technologists
    • Write a resume and a cover letter
    • Be aware of possible ethical issues and professional responsibilities in the workplace
    • Conduct research on a company

    Prerequisites by Topic
    • None

    Course Topics
    • Introduction (1 class)
    • Career areas in electrical engineering and electrical engineering technology - industry guest speakers (8 classes)
    • Professional issues: resume preparation, interviewing, teamwork, professional registration, and financial planning (7 classes)
    • Professional and ethical responsibilities (2 classes)
    • Graduate school (1 class)
    • Senior Design and Technical Elective information and voting (1 class)

    Coordinator
    Dr. Richard Kelnhofer
  
  • GE 305 - Professional Growth

    1 lecture hours 0 lab hours 0 credits
    Course Description
    This series of courses (GE 205 , GE 305, GE 405 ) is directed towards the overall growth of the student. The AE and CM B.S. student is required to attain 20 hours of combined professional and community outreach from sophomore through senior year. (prereq: junior standing)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Have had an opportunity for professional growth and exposure to community activities related to their profession
    • Have opportunities to participate in community outreach and professional technical continuing education activities

    Prerequisites by Topic
    • None

    Course Topics
    • None

    Coordinator
    Dr. Deborah Jackman
  
  • GE 405 - Professional Growth

    1 lecture hours 0 lab hours 0 credits
    Course Description
    This series of courses (GE 205 , GE 305 , GE 405) is directed towards the overall growth of the student. The AE and CM B.S. student is required to attain 20 hours of combined professional and community outreach from sophomore through senior year. (prereq: senior standing)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Have had an opportunity for professional growth and exposure to community activities related to their profession
    • Have opportunities to participate in community outreach and professional technical continuing education activities

    Prerequisites by Topic
    • None

    Course Topics
    • None

    Coordinator
    Dr. Deborah Jackman
  
  • GE 499 - Independent Study

    1 lecture hours 0 lab hours 3 credits
    Course Description
    This selection allows the student, with faculty guidance, to concentrate on an approved subject of special interest not covered in regularly scheduled courses. This may take the form of individual or small group supervised study, literature survey, analysis, design or laboratory study. (prereq: approval of a faculty advisor and the program director)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Have studied an engineering topic of special interest

    Prerequisites by Topic
    • None

    Course Topics
    • To be determined by the faculty supervisor

    Coordinator
    Dr. Cynthia Barnicki
  
  • GE 1001 - Principles of Engineering

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course provides an overview of engineering and engineering technology. Students develop problem-solving skills by tackling real-world engineering problems. Through theory and practical hands-on experiences, students address the emerging social and political consequences of technological change. Enrollment in this course is restricted to students in the Project Lead The Way (PLTW) program. (prereq: none) 
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • None

    Prerequisites by Topic
    • None 

    Course Topics
    • None

    Coordinator
    Dr. Steve Williams
  
  • GE 1002 - Introduction to Engineering Design

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course emphasizes the development of a design. Students use computer software to produce, analyze and evaluate models of projects solutions. They study the design concepts of form and function, then use state-of-the-art technology to translate conceptual design into reproducible products. Enrollment in this course is restricted to students in the Project Lead The Way (PLTW) program. (prereq: none) 
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • None

    Prerequisites by Topic
    • None 

    Course Topics
    • None

    Coordinator
    Dr. Steve Williams
  
  • GE 1003 - Digital Electronics

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course introduces students to applied digital logic, a key element of careers in engineering and engineering technology. This course explores the smart circuits found in watches, calculators, video games and computers. Students use industry-standard computer software in testing and analyzing digital circuitry. They design circuits to solve problems, export their designs to a printed circuit auto-routing program that generates printed circuit boards, and use appropriate components to build their designs. Students use mathematics and science in solving real-world engineering problems. This course covers several topics, including analog and digital fundamentals, number systems, and binary addition logic gates and functions Boolean algebra and circuit design decoders, multiplexers and de-multiplexers. Enrollment in this course is restricted to students in the Project Lead The Way (PLTW) program. (prereq: none) 
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • None

    Prerequisites by Topic
    • None 

    Course Topics
    • None

    Coordinator
    Dr. Richard Kelnhofer
  
  • GE 1004 - Computer Integrated Manufacturing

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course teaches the fundamentals of computerized manufacturing technology. It builds on the solid-modeling skills developed in the Introduction to Engineering Design course. Students use 3-D computer software to solve design problems. They assess their solutions through mass propriety analysis (the relationship of design, function and materials), modify their designs, and use prototyping equipment to produce 3-D models. The course includes these integrated concepts: Computer Modeling: Students use 3-D software for mass property analysis; Computer Numerical Control (CNC) Equipment: Students develop an understanding of the operating procedures and programming capabilities of machine tools; Computer-aided Manufacturing (CAM): Students convert computer-generated geometry into a program to direct the operation of CNC machine tools; Robotics: Students program robots to handle materials in assembly-line operations. Flexible manufacturing systems: teams of students design manufacturing work cells and tabletop factories to solve complex problems that arise in integrated multiple pieces of computer-controlled equipment. Enrollment in this course is restricted to students in the Project Lead The Way (PLTW) program. (prereq: none) 
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • None

    Prerequisites by Topic
    • None 

    Course Topics
    • None

    Coordinator
    Dr. Steve Williams
  
  • GE 1006 - Civil Engineering and Architecture

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course explores the fields of civil engineering and architecture, their similarities and differences. It touches such concepts as project development, site selection and analysis, utilities, and landscaping. In architecture such subjects as style, space utilization, building systems, and structural engineering are covered. Enrollment in this course is restricted to students in the Project Lead The Way (PLTW) program. (prereq: none) 
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • None

    Prerequisites by Topic
    • None 

    Course Topics
    • None

    Coordinator
    Dr. Blake Wentz
  
  • GE 1009 - Introduction to Computer Science and Software Engineering

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course implements the College Board’s 2013 CS Principles framework. Uses Python® as a primary tool and incorporates multiple platforms and languages for computation. This course aims to develop computational thinking, generate interest in career paths that utilize computing, and introduce professional tools that foster creativity and collaboration. Helps students develop programming expertise and explore the workings of the Internet. Projects and problems include application development, visualization of data, cybersecurity, robotics, and simulation. The course aligns with Computer Science Teachers Association (CSTA) 3B standards. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Analyze existing code
    • Create an Android application by using pair programming and by practicing the Agile software design process
    • Implement algorithms in Python using GitHub to manage the process
    • Create a graphical user interface using an application-programming interface
    • Use PHP and SQL to structure and access a database hosted on a remote server
    • Understand the role of client-side code, server-side code, and databases in delivering interactive web content
    • Examine very large data sets and utilize data visualization techniques
    • Program automated robotic behavior in C++

    Prerequisites by Topic
    • None

    Course Topics
    • Unit 1 Algorithms, Graphics, and Graphical User Interfaces (48%)
      • Lesson 1.1 Algorithms and Agile Development
      • Lesson 1.2 Mobile App Design
      • Lesson 1.3 Algorithms in Python
      • Lesson 1.4 Images and Object-Oriented Libraries
      • Lesson 1.5 GUIs in Python
    • Unit 2 The Internet (18%)
      • Lesson 2.1 The Internet and the Web
      • Lesson 2.2 Shopping and Social on the Web
      • Lesson 2.3 Security and Cryptography
    • Unit 3 Raining Reigning Data (17%)
      • Lesson 3.1 Visualizing Data
      • Lesson 3.2 Discovering Knowledge in Data
    • Unit 4 Intelligent Behavior (17%)
      • Lesson 4.1 Intelligent Machines
      • Lesson 4.2 Interpreting Simulations

    Coordinator
    Dr. Darrin Rothe
  
  • GE 1010 - Environmental Sustainability (ES)

    2 lecture hours 2 lab hours 3 credits
    Course Description
    Environmental Sustainability (ES) is an interdisciplinary engineering course in which students investigate and design solutions to solve real-world challenges related to clean and abundant drinking water, food supply enhancement, and renewable energy. This course has the potential to bring together a diverse group of students with interests in biology, chemistry, and/or environmental studies, and it gives students the opportunity to lead their own learning, collaborate, and gain skills needed to communicate their creative solutions. In ES, students also gain insights into the future career opportunities that exist in the areas they are exploring. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Identify cause, impact, and prevention for water pollution
    • Administer and analyze chemical tests to determine water pollutants
    • Examine energy use - past, present, and future
    • Explore biomanufacturing of biofuels from algae and cellulosic plant materials
    • Identify genetically modifiable plants as potential solutions to food security issues
    • Conduct molecular tests for food source Genetically Modified Organisms (GMOs)

    Prerequisites by Topic
    • None

  
  • GE 3102 - Fluid Mechanics

    3 lecture hours 2 lab hours 4 credits
    Course Description
    This is a course that examines the basic characteristics of fluids. Fundamental fluid properties (density, viscosity) are examined. Fluid statics focuses on the concept of fluid pressure and its variation. Fluid dynamics establishes the fluid flow energy equation and examines the concept of losses. Applications to turbomachinery are presented. Laboratory experiments support the concepts introduced in the lecture. (prereq: MA 128 or MA 136 , PH 113 )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Apply the fluid-static equation to determine pressure at a point.
    • Apply the steady-flow forms of the mass and energy balances to a variety of fluid flow problems.
    • Determine pipe friction and minor losses and include these in the energy analysis.
    • Evaluate the performance of pumps and fans, using pump-fan curves and flow analysis.
    • Utilize instrumentation for measurement of fluid and flow properties, with an understanding of the accuracy and precision of the measuring systems.

    Prerequisites by Topic
    • Newton’s Second Law
    • Trigonometric relations

    Course Topics
    • Definitions and properties
    • Statics and pressure gauges, buoyancy
    • Fluid flow: mass and energy balances
    • Bernoulli energy, losses, shaft work
    • Reynolds number, predictions of friction and minor losses
    • External flow, drag
    • Turbomachinery
    • Exams

    Laboratory Topics
    • Pressure gauge calibration
    • Measurement of viscosity
    • Measure of air flow in a duct
    • Obstruction flow meter calibration
    • Determination of friction factor and minor losses
    • Analysis of a pump system/analysis of a fan system
    • Reynolds’ experiment

    Coordinator
    Dr. Michael Swedish
  
  • GE 3302 - Instrumentation and Control of Engineered Systems

    3 lecture hours 2 lab hours 4 credits
    Course Description
    This course teaches the fundamentals of measurement systems and will prepare students to design and conduct engineering experiments.  Basic concepts in mechatronic systems will be introduced.  Topics include the general characteristics of measurement systems: static, transient and periodic signals, 1st and 2nd order response, signal conditioning, sampling and D/A conversion.  Laboratory topics will include the use of specific transducers, which includes the physical principle for each transducer and the advantages and limitations of the measurement techniques, along with fundamental concepts in signal conditioning and data acquisition. A project is included in this course. (prereq: EE 201 , GE 2006 or ME 2003 , ME 354 , GE 3901 or ME 190 )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Design and conduct engineering experiments
    • Describe the characteristics and requirements for common measurements
    • Describe the operation and use of common sensors used in measurement
    • Design a measurement and data acquisition system

    Prerequisites by Topic
    • Basic circuits, dynamics, heat transfer and MATLAB programming

    Course Topics
    • Signal characteristics
    • Measurement system behavior
    • Sampling and data acquisition
    • Measurement uncertainty & uncertainty analysis
    • Planning an experiment
    • Technical report writing
    • Types of measurements
    • Mechatronics, actuators & controls
    • Review and exams

    Laboratory Topics
    • Measurement uncertainty (measuring density of a sample)
    • Static calibration and transient response (temperature measurement)
    • Measurement of temperature rise during cutting process
    • Measurement of torque vs tension in bolted joint (strain gage)
    • Accelerometer measurement (vibration of cantilever beam)
    • Accelerometer measurement (transient, vehicle “crash test”)
    • Pressure & flow measurement
    • Project (specification of measurement and data acquisition)

    Coordinator
    Dr. Matt Schaefer
  
  • GE 3650 - Engineering Systems Design

    4 lecture hours 0 lab hours 4 credits
    Course Description
    This course is an introduction to the methods and practices of engineering design. Topics include: the design process, describing and developing design objectives, managing the design process, engineering specifications, engineering problem-solving, presentation of design solutions, and the concepts of DFX. A team design project will be undertaken. (prereq: ME 207  or ME 2004 , ME 1601  or GE 3601, and junior standing)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Perform an assessment of problem need and develop design specifications in engineering design
    • Be familiar with techniques used to develop multiple solutions
    • Apply a systematic approach to select optimal design solution
    • Be familiar with the role of engineering ethics and societal concerns in design process

    Prerequisites by Topic
    • None

    Course Topics
    • Course introduction, team assignment and collaboration techniques
    • Define engineering design process 
    • Problem definition
    • Design goals and specifications 
    • Design solution idea generation techniques 
    • Ethics and liability in engineering design 
    • Hazard analysis and failure analysis 
    • Design analysis
    • Design process project and presentation

    Coordinator
    Dr. William Farrow
  
  • GE 3651 - Computer-Aided Engineering Design

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This is a course in the applications of computing tools to the engineering design. Simulation tools and techniques for virtual prototyping and design optimization will be introduced. A team design project will be undertaken using these modern simulation tools. (prereq: GE 3650 )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Apply the design methodology to design and analyze parts and assemblies of parts
    • Effectively communicate a design in graphics, report writing and oral presentations
    • Use computer tools to solve linear equations
    • Use the CAD package to design parts
    • Use FEA software to analyze stress and strain
    • Use computer tools to prototype and verify a design
    • Work in a work environment to develop and analyze an engineering design
    • Assign and/or divide engineering work in a group environment

    Prerequisites by Topic
    • CAD Modeling

    Course Topics
    • Review of statics and strength of materials
    • Overview of the design process with CAE (traditional versus concurrent engineering)
    • Definition of project goals, objective and constraints
    • Project conceptual design
    • CAD topics
    • Overview of the finite element (FE) method
    • Generation of a FE model from CAD (geometric) model
    • Linear structural analysis
    • Report writing methods and presentations

    Laboratory Topics
    • Statics and strength of material review of application
    • Advanced CAD topics (enhanced features, assemblies)
    • CAD geometry export and import
    • FEA analysis
    • Design presentations

    Coordinator
    Dr. Robert Rizza
  
  • GE 4200 - Advanced MATLAB Programming

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This course builds upon students’ previous exposure to MATLAB. After completing this course, students will be able to produce professional quality applications that solve real-world engineering problems using MATLAB and to professionally document their work. In this course, students will learn to design, develop and test programs having graphical user interfaces (GUIs). Students will also learn to create sophisticated MATLAB programs that interact with hardware, communicate with other devices via serial ports and by other means, can run outside the MATLAB environment (i.e., be compiled) and call functions written in other modern computer languages. In particular, serial communications with embedded computer boards, such as the Arduino, will be covered. (prereq: sophomore standing, BE 2200 , GE 3901 or ME 190 )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • None

    Prerequisites by Topic
    • General physics, math and engineering skills associated with sophomore engineering student standing
    • General procedure programming concepts such as variables, selection, repetition and file input and output
    • Previous exposure to the MATLAB programming language and environment

    Course Topics
    • Cell arrays, structures and other advanced MATLAB data types
    • Dealing with uncontrollable error conditions
    • Standalone (compiled) MATLAB programs
    • Generating and using pseudo-random values in MATLAB
    • MATLAB programs with professional GUIs
    • MATLAB programs that send and receive information via USB connections
    • MATLAB programs that communicate with embedded processor systems (specifically Arduino boards)

    Laboratory Topics
    • Reintroduction to MATLAB and command window.
    • Console and dialog box I/O
    • Handling errors & variable argument lists
    • Persistent variables & program compilation
    • GUIs (2 weeks)
    • Timers and related topics
    • Serial communications and the Arduino (2 weeks)
    • Examinations (2 weeks)

    Coordinator
    Dr. Charles Tritt
  
  • GE 4901 - Capstone Design I

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This is the first course in the three-course Capstone Design sequence in the Bachelor of Science in Engineering program. Working in teams, students will carry out an integrated design/realization project. (prereq: GE 3651 , GE 3650 , senior standing)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Formulate a proposal for an open-ended engineering design project

    Prerequisites by Topic
    • Engineering design process
    • CAD

    Course Topics
    • The design process
    • Open ended engineering design
    • Writing a design proposal

    Coordinator
    Dr. Joseph Musto
  
  • GE 4902 - Capstone Design II

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This is the second course in the three-course Capstone Design sequence in the Bachelor of Science in Engineering program. (prereq: GE 4901 )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Perform a detailed engineering design
    • Write a design report
    • Make a formal design presentation

    Prerequisites by Topic
    • Engineering design process
    • CAD

    Course Topics
    • Engineering design
    • Engineering report writing

    Coordinator
    Dr. Joseph Musto
  
  • GE 4903 - Capstone Design III

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This is the third course in the three-course Capstone Design sequence in the Bachelor of Science in Engineering program. (prereq: GE 4902 )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Perform a detailed engineering design
    • Realize and evaluate a design solution
    • Write a design report
    • Make a formal design presentation

    Prerequisites by Topic
    • Engineering design process
    • CAD

    Course Topics
    • Engineering design
    • Engineering report writing
    • Engineering design presentations

    Coordinator
    Dr. Joseph Musto

Humanities, Social Science, and Communication

  
  • GS 090 - Intensive Grammar Application

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course builds on foundational grammar skills to improve common errors in academic writing and speaking. It includes the present, the past, the perfect, the future, modals and modal-like expressions, nouns and pronouns, gerunds and infinitives, noun clauses, indirect speech, the passive, relative clauses, conditionals, and connecting ideas. Emphasis is given to avoiding and identifying most common grammar usage mistakes with explicit application of target structures in writing. Students use the targeted grammar to read, write, listen to, and speak about current events.  At the end of this course, students should be better prepared to accurately use English grammatical structures to participate academic speaking and writing tasks at a university level. (prereq: recommendation by the Coordinator of ESL)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Analyze and apply English grammar rules to in and out of class activities
    • Apply knowledge of grammar to written tasks
    • Recognize, categorize, and correct grammatical errors in your own writing and the writing of others
    • Recognize grammatical structure used in current event oral and written reports
    • Lead a discussion using appropriate and targeted grammar concepts
    • Demonstrate knowledge of grammatical concepts on in-class assessments

    Coordinator
    Katherine Toske
  
  • GS 091 - Analysis of Academic Texts and Lectures

    2 lecture hours 2 lab hours 3 credits
    Course Description
    In this reading-focused class, students will be exposed to different styles of academic texts that they will encounter in the MSOE classroom, allowing for a smoother transition into higher education in the United States. They will analyze texts ranging from introductory college textbooks to academic journals. Students will work on identifying and developing their academic vocabulary, test-taking, and metacognition skills. They will also analyze the style and structure of academic lectures as they refine their note-taking and listening comprehension skills. (prereq: recommendation by the Coordinator of ESL)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Identify personal learning skills and study preferences
    • Use your understanding of the organization of a text and lecture to aid comprehension
    • Apply strategies to increase academic vocabulary and test-taking success
    • Determine the perspective of an author or speaker
    • Draw conclusions based on a reading or lecture
    • Take initiative in student-driven class discussions in response to academic articles and research
    • Reflect upon his or her reading and listening successes and areas for improvement
    • Finish a book of his or her choice, reflect upon the process, and share with a small group

    Prerequisites by Topic
    • None

    Course Topics
    • Module 1: Study skills and Metacognition
      • Time management and making a schedule
      • Study preferences
    • Module 2: Reading Skills
      • Analyzing parts of a textbook
      • Text organization and patterns
      • Annotating while reading
      • Critical reading
      • Analyzing and responding to a written prompt and assignment guidelines 
    • Module 3: Test-taking skills
      • Test preparation and anxiety
      • Analysis of different types of test questions 
    • Module 4: Academic journals
      • Analysis of different parts and types
      • Discussing findings
    • Module 5: Lectures and Note-taking
      • Effective note-taking strategies
      • Lecture purpose, preparation and structure
      • Understanding and using notes

    Coordinator
    Katherine Toske
  
  • GS 092 - Academic Research Paper

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course has been designed to transition students from diverse backgrounds into the world of academic research. Students are expected to produce a college-level research paper based on courses taught in North American and European Universities. Students will choose a topic, research and read a variety of academic sources, and synthesize them into an annotated bibliography. They will then craft an 8-10 page academic research paper in which they develop a thesis statement and supporting ideas, find evidence and plan their work using a formal outline. The writing process provides ample opportunity for editing, guided support, peer feedback and revision. Students will be trained to adhere to American Psychological Association (APA) style and to identify and avoid plagiarism in their writing. Finally, students are expected to deliver an academic/professional presentation where significant findings are presented to a selected audience with two evaluators. (prereq: recommendation by the Coordinator of ESL)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Understand and engage in the reasoning and culture of US-style research practices
    • Brainstorm and select a research topic suitable for undergraduate and professional work
    • Focus a topic to the scale of a standard undergraduate research project
    • Find, assess, and maintain a pool of academic print and electronic resources related to research area
    • Synthesize authentic academic material to compose an annotated bibliography
    • Craft an arguable thesis that effectively indicates the scope of entire work and allows for concrete development
    • Develop an outline that organizes Introductory and Background Material, Major and Minor Supporting elements, Explicit/Implicit Arguments and Counter-Arguments, and Conclusions, all proceeding from the original intent of the thesis statement
    • Execute various strategies for concise summarizing and accurate paraphrasing
    • Understand the role of quoted material in non-fiction work and be able to effectively incorporate quotations in writing
    • Synthesize borrowed material to support and develop Major and Minor elements
    • Write a valid research-based paper in accordance with American Psychological Association (APA) style
    • Incorporate citations and references as a result of a firm understanding of intellectual property ideals common to all developed academic communities
    • Recognize and avoid any and all forms of plagiarism
    • Present and defend work to an audience and a small panel of evaluators

    Prerequisites by Topic
    • None 

    Course Topics
    • Choosing a research topic
    • Finding, evaluating, and reading academic sources
    • Summarizing and paraphrasing
    • Synthesizing sources into an annotated bibliography
    •  APA citation and academic integrity 
    • Crafting an arguable thesis
    • Using a formal outline
    • Supporting an argument with evidence 
    • The writing process
    • Delivering an academic presentation 

    Coordinator
    Katherine Toske
  
  • GS 093 - Introduction to Primary Research and Data Analysis

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This writing-focused class will bridge students’ classroom experiences by exposing them to types of writing tasks that will be expected of them at MSOE. They will look at different types of quantitative and qualitative research and develop the capacity to analyze information as they form research questions and gather data through conducting interviews, surveys, and observations. Students will learn about the scientific method and the basic structure of lab reports, as well has how to answer a question by developing an experiment to test a hypothesis. They will also practice reporting their findings to an audience. (prereq: recommendation by the Coordinator of ESL)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Conduct primary research projects - specifically scientific experiments and field research - and report on findings in formal reports and presentations
    • Apply the scientific method to answer a research question by formulating a hypothesis, designing and conducting an experiment, measuring results, and drawing conclusions
    • Evaluate how and when to employ various forms of field research methodology, including interviews, surveys, and observations
    • Accurately describe and interpret statistics, graphics, and mathematical operations
    • Avoid producing biased or misleading research
    • Compose an abstract for an academic publication
    • Write conclusions using language of argumentation and evaluation

    Prerequisites by Topic
    • None

    Course Topics
    • Primary research and the Scientific Method
    • Experiments, measurements, and calculations
    • Scientific abstracts, presenting data, and describing change
    • Presenting findings from scientific research
    • Field research methodology
    • Making comparisons and connections and working with collected data
    • Presenting findings from field research

    Coordinator
    Katherine Toske
  
  • GS 094 - Academic Communication Skills

    4 lecture hours 0 lab hours 3 credits
    Course Description
    In this course, students will further develop their academic listening and speaking skills as they engage in critical thinking and discussions.  They will be exposed to listening material in different formats and perspectives as they work toward individual speaking opportunities and group interactions in a variety of formal and informal contexts, such as an encounter with an academic advisor or a panel discussion.  Through various structured activities, students will build their academic vocabulary and critical thinking skills, as well as their comprehension of concepts in key academic disciplines.   (prereq: recommendation by the Coordinator of ESL)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Listen actively to interviews, lectures, presentations, and panel discussions
    • Identify key facts and details while listening
    • Determine the perspective and purpose of a speaker
    • Refine note-taking skills
    • Identify problems and evaluate arguments
    • Clearly express a need or ask a question to an academic advisor or professor
    • Critique a product or service
    • Research and explain a technical subject
    • Present a project proposal
    • Deliver a well-organized academic presentation with a partner
    • Participate in a panel discussion 

    Coordinator
    Katherine Toske
  
  • GS 095 - Critical Reading

    4 lecture hours 0 lab hours 3 credits
    Course Description
    The development of critical reading skills is essential to success in post-secondary academic studies.  Critical Reading is designed to improve upon students’ standard reading skills, such as comprehension and vocabulary development, while concurrently developing their higher-order critical thinking skills. Students will work with authentic texts on a variety of subject matters, taken from academic journals, professional and general-interest magazines, opinion columns, and websites.  Working with these texts, they will utilize skills that are fundamental to developing critical awareness.  This course also enhances students’ understanding of American culture by engaging them in the reading of classic American novels or short stories.   (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Build an understanding of critical, academic vocabulary
    • Consider place and date of text publication
    • Identify author bias and purpose
    • Evaluate the scope of research
    • Distinguish fact from opinion
    • Compare the author’s argument to alternative points of view
    • Evaluate the strength of an argument and the validity of a text
    • Critically review an article
    • Read, analyze, and discuss short stories
    • Define, locate and analyze literary elements 

    Coordinator
    Katherine Toske
  
  • GS 200H - University Scholars Capstone

    1 lecture hours 0 lab hours 0 credits
    Course Description
    The course is designed as a capstone to the University Scholars honors program.  Students will be expected to produce a thoughtful paper which allows them to reflect on their experience in the first two year of the program.  (prereq: GS 1010H , GS 1020H , GS 1030H )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Synthesize and analyze the relationship between MSOE University Scholars Honors Program coursework and the concept of “The Power of Place”
    • Further develop critical thinking skills regarding the ways that human, physical, historical, economic, cultural, and technological factors influence the choices they will makes as professionals.
    • Reflect on place of servant-leadership in the MSOE University Scholars Honors Program curriculum.
    • Prepare the student for a successful junior-year undergraduate research experience. 

    Coordinator
    Dr. Michael Carriere
  
  • GS 398 - Student Leadership Development

    2 lecture hours 0 lab hours 0 credits
    Course Description
    This course is designed to develop emerging student leaders’ leadership skillsets, provide participants with leadership learning opportunities, connect participants with other leaders for mutual learning, connect participants with their communities, helping to develop their leadership networks, and prepare participants for leadership roles in their professional and social endeavors. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Be granted a Student Leadership Development Program completion certificate
    • Receive an official transcript line dedicated to the completion of the program
    • Have developed self-awareness as a leader
    • Have developed the ability to identify leadership needs and develop leadership vision
    • Have developed integrity as a leader
    • Be capable of effective personal interaction and communication
    • Be capable of managing leadership teams
    • Be capable of navigating political fields

    Prerequisites by Topic
    • None

    Course Topics
    • Program introduction; perform leadership self-examination
    • Week 2 Defining leadership
    • Week 3 Positive change/vision development 
    • Week 4 Positive change/vision development 
    • Week 5 Leadership integrity 
    • Week 6 Political field navigation 
    • Week 7 Interpersonal relationships and 
    • Week 8 Communication/transparency
    • Week 9 Leadership personality 
    • Week 10 Conclusion

    Coordinator
    Dr. Alicia Domack
  
  • GS 1001 - Freshman Studies I

    4 lecture hours 0 lab hours 4 credits


    Course Description
    This course emphasizes close reading of “texts,” including not only printed materials but also art, photographs, maps, film, music, and other documents. At the same time, this course requires students to shift focus from the “micro” level of a text to the “macro” level of its context in a way that allows them to understand a problem in terms of the larger system(s) of which it is part. Critical thinking skills are developed as students interpret and synthesize these “micro” and “macro” elements of text and context. Similarly, personal growth is encouraged as students make connections between course material and their own experiences, beliefs, and values. A primary course focus will be rhetorical strategies for communicating ideas clearly, concisely, and correctly. Students will engage in some form of civic activity in the form of experiential learning that involves the larger community and society outside of MSOE. Thematic subject matter varies by instructor. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Demonstrate familiarity with contemporary social issues, cultural perspectives, and historical perspectives
    • Communicate information, ideas, and results via written means
    • Demonstrate aesthetic engagement through exposure to literature, philosophy, and the arts
    • Demonstrate expectations of responsible citizenship (civic engagement)
    • Demonstrate understanding of how knowledge is derived in the humanities and social sciences
    • Exercise critical thinking skills in an interdisciplinary context
    • Demonstrate understanding of basic documentation and citation of sources

     


    Course Topics
    • Introduction to the disciplines of the humanities and social sciences (2 classes)
    • Discussion of rhetorical concepts and the role of synthesis as a meaning-making tool in the humanities (2 classes) 
    • Tour of Grohmann Museum and/or other cultural institutions (1 class)
    • Student analysis and discussion of art (2 classes)
    • Classroom activities/discussions, film viewing, field trips, etc., exploring subject materials related to the selected course topic-for example, “sustainability,” “globalization,” etc. (10 classes)
    • Analysis and interpretation of assigned readings from course texts, including rhetorical analysis of texts (10 classes)
    • Discussion/exercises on research methods in the humanities and social sciences (2 classes)
    • Writing workshops (10 classes)

    Coordinator
    Dr. Katherine Wikoff

  
  • GS 1001C - Freshman Studies IC

    4 lecture hours 0 lab hours 4 credits
    Course Description
    This course emphasizes close reading of “texts,” including not only printed material but also art, photographs, maps, film, music, and other documents. At the same time, this course requires students to shift focus from the “micro” level of a text to the “macro” level of its context in a way that allows them to understand a problem in terms of the larger system(s) of which it is part. Critical thinking skills are developed as students interpret and synthesize these “micro” and “macro” elements of text and context. Similarly, personal growth is encouraged as students make connections between course material and their own experiences, beliefs, and values. A primary course focus will be rhetorical strategies for communicating ideas clearly, concisely, and correctly. Students will engage in some form of civic activity in the form of experiential learning that involves the larger community and society outside of MSOE. Thematic subject matter varies by instructor. Note: Students cannot earn credit for both GS 1001 and EN 131. Students must be enrolled in Carter Academy to take this course. (prereq: Carter Academy students only)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Demonstrate familiarity with contemporary social issues, cultural perspectives, and historical perspectives
    • Communicate information, ideas, and results via written means
    • Demonstrate aesthetic engagement through exposure to literature, philosophy, and the arts
    • Demonstrate expectations of responsible citizenship (civic engagement)
    • Demonstrate understanding of how knowledge is derived in the humanities and social sciences
    • Exercise critical thinking skills in an interdisciplinary context
    • Demonstrate understanding of basic documentation and citation of sources

    Prerequisites by Topic
    • None

    Course Topics
    • Introduction to the disciplines of the humanities and social sciences (2 classes)
    • Discussion of rhetorical concepts and the role of synthesis as a meaning-making tool in the humanities (2 classes) 
    • Tour of Grohmann Museum and/or other cultural institutions (1 class)
    • Student analysis and discussion of art (2 classes)
    • Classroom activities/discussions, film viewing, field trips, etc., exploring subject materials related to the selected course topic-for example, “sustainability,” “globalization,” etc. (10 classes)
    • Analysis and interpretation of assigned readings from course texts, including rhetorical analysis of texts (10 classes)
    • Discussion/exercises on research methods in the humanities and social sciences (2 classes)
    • Writing workshops (10 classes)

    Coordinator
    Dr. Michael Carriere
  
  • GS 1001E - Freshman Studies I

    4 lecture hours 0 lab hours 4 credits
    Course Description
    This course emphasizes close reading of “texts,” including not only printed materials but also art, photographs, maps, film, music, and other documents. At the same time, this course requires students to shift focus from the “micro” level of a text to the “macro” level of its context in a way that allows them to understand a problem in terms of the larger system(s) of which it is part. Critical thinking skills are developed as students interpret and synthesize these “micro” and “macro” elements of text and context. Similarly, personal growth is encouraged as students make connections between course material and their own experiences, beliefs, and values. A primary course focus will be rhetorical strategies for communicating ideas clearly, concisely, and correctly. Students will engage in some form of civic activity in the form of experiential learning that involves the larger community and society outside of MSOE. Thematic subject matter varies by instructor. (prereq: for ESL students only)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Demonstrate familiarity with contemporary social issues, cultural perspectives, and historical perspectives
    • Communicate information, ideas, and results via written means
    • Demonstrate aesthetic engagement through exposure to literature, philosophy, and the arts
    • Demonstrate expectations of responsible citizenship (civic engagement)
    • Demonstrate understanding of how knowledge is derived in the humanities and social sciences
    • Exercise critical thinking skills in an interdisciplinary context
    • Demonstrate understanding of basic documentation and citation of sources

    Prerequisites by Topic
    • None

    Course Topics
    • Introduction to the disciplines of the humanities and social sciences (2 classes)
    • Discussion of rhetorical concepts and the role of synthesis as a meaning-making tool in the humanities (2 classes) 
    • Tour of Grohmann Museum and/or other cultural institutions (1 class)
    • Student analysis and discussion of art (2 classes)
    • Classroom activities/discussions, film viewing, field trips, etc., exploring subject materials related to the selected course topic-for example, “sustainability,” “globalization,” etc. (10 classes)
    • Analysis and interpretation of assigned readings from course texts, including rhetorical analysis of texts (10 classes)
    • Discussion/exercises on research methods in the humanities and social sciences (2 classes)
    • Writing workshops (10 classes)

    Coordinator
    Dr. Katherine Wikoff
  
  • GS 1002 - Freshman Studies II

    4 lecture hours 0 lab hours 4 credits
    Course Description
    This course introduces students to the principles of report structure and professional documentation. Students are also introduced to collaborative writing strategies and given opportunities to practice this skill. College-level research strategies are introduced, with emphasis on locating appropriate sources, evaluating sources in terms of quality and bias, and citing and documenting sources correctly. Data analysis and techniques for visual representation of data to communicate meaning effectively will also be emphasized. Student research will be focused in an area related to the thematic subject matter of their particular section. Student research projects will address specific real-world problems and opportunities in a way that situates their work within the larger civic or professional context outside of the classroom. Thematic subject matter varies by instructor. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Produce professional quality documents-specifically report structure and document design
    • Access and organize information
    • Evaluate and analyze collected information
    • Communicate information, ideas, and results effectively via visual means
    • Produce coherent collaboratively written documents
    • Demonstrate expectations of responsible citizenship (civic engagement)

    Prerequisites by Topic
    • None

    Course Topics
    • Rhetorical principles of technical communication (2 classes)
    • Principles of document design (2 classes)
    • Ethical considerations in technical communication (1 class)
    • Report structure and organization (6 classes)
    • Research methods, working with both primary and secondary sources (2 classes)
    • Visual representation of data (4 classes)
    • Lectures, discussions, activities related to selected-topic subject material (6 classes)
    • Principles of effective slideshows and speaking/presentation strategies (2 classes)
    • Formal oral presentations with visual support (5 classes)
    • Collaborative writing strategies and practice (3 classes)
    • Writing workshops, including collaborative projects (7 classes)

    Coordinator
    Dr. Tammy Rice-Bailey
  
  • GS 1002E - Freshman Studies II

    4 lecture hours 0 lab hours 4 credits
    Course Description
    This course introduces students to the principles of report structure and professional documentation. Students are also introduced to collaborative writing strategies and given opportunities to practice this skill. College-level research strategies are introduced, with emphasis on locating appropriate sources, evaluating sources in terms of quality and bias, and citing and documenting sources correctly. Data analysis and techniques for visual representation of data to communicate meaning effectively will also be emphasized. Student research will be focused in an area related to the thematic subject matter of their particular section. Student research projects will address specific real-world problems and opportunities in a way that situates their work within the larger civic or professional context outside of the classroom. Thematic subject matter varies by instructor. (prereq: for ESL students only)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Produce professional quality documents-specifically report structure and document design
    • Access and organize information
    • Evaluate and analyze collected information
    • Communicate information, ideas, and results effectively via visual means
    • Produce coherent collaboratively written documents
    • Demonstrate expectations of responsible citizenship (civic engagement)

    Prerequisites by Topic
    • None

    Course Topics
    • Rhetorical principles of technical communication (2 classes)
    • Principles of document design (2 classes)
    • Ethical considerations in technical communication (1 class)
    • Report structure and organization (6 classes)
    • Research methods, working with both primary and secondary sources (2 classes)
    • Visual representation of data (4 classes)
    • Lectures, discussions, activities related to selected-topic subject material (6 classes)
    • Principles of effective slideshows and speaking/presentation strategies (2 classes)
    • Formal oral presentations with visual support (5 classes)
    • Collaborative writing strategies and practice (3 classes)
    • Writing workshops, including collaborative projects (7 classes)

    Coordinator
    Katie Toske
  
  • GS 1003 - Freshman Studies III

    4 lecture hours 0 lab hours 4 credits
    Course Description
    This course develops oral communication skills through multiple presentations and small group interactions aimed at producing confidence, poise, and fluency in speech.  Students will learn rhetorical strategies for oral communication through classroom activities and analysis of sample “texts” (speeches on video).  Multimedia visual support is emphasized, particularly the relationship between a presentation’s communication goal and the design of a its supporting visual elements.  Assignments will be based on the thematic subject matter of the particular section of the course and typically will require students to explain or persuade in varying presentation formats or to problem-solve in a group discussion.  The final project of the course is a multimedia presentation that addresses a specific problem or opportunity within the larger civic or professional context outside of the classroom.  Thematic subject matter varies by instructor. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Produce professional quality presentations - specifically visual representation within supporting materials
    • Communicate information, ideas, and results effectively via oral means
    • Apply knowledge to and formulate creative solutions to problem-solving and decision-making
    • Demonstrate expectations of responsible citizenship (civic engagement)
    • Select and use the most appropriate medium for a variety of audiences, contexts, and purposes

    Prerequisites by Topic
    • None

    Course Topics
    • Theory and rhetorical principles of oral communication (5 classes)
    • Audience analysis, including cultural contexts (2 classes)
    • Lectures, class discussions (ideally led by students), activities related to selected-topic subject material (8 classes)
    • Lab/workshop on civic project, which will be the subject of the multimedia presentation (6 classes)
    • Informative presentation (4 classes)
    • Debates or persuasive presentation (4 classes)
    • Small-group discussion (7 classes)
    • Multimedia presentation preparation and delivery (4 classes)

    Coordinator
    Dr. Katherine Wikoff
  
  • GS 1010H - Honors Seminar I

    4 lecture hours 0 lab hours 4 credits
    Course Description
    Students will explore the “city as text,” learning to “read” the city. Readings from humanities disciplines about the concept of “the city” are included, and film will be used as a supplement to students’ reading. Students will write papers in response to their reading and service-learning experience; the final paper will be persuasive and include research from primary and secondary sources. (prereq: enrollment in the honors program)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Write unified, coherent, emphatic, and well-organized essays that include a clear thesis and, in some form, an introduction, a body, and a conclusion
    • Understand basic rhetorical concepts, including ethos, pathos, and logos
    • Work with sources at the college level. This includes discerning quality of sources, identifying which sources are more authoritative within a given rhetorical context, avoiding plagiarism and copyright infringement through awareness of ethical and legal constraints, and incorporating sources appropriately and effectively in students’ own writing
    • Understand the concept of a “city” and become aware of issues specific to that concept
    • Develop awareness of social responsibility and interpret personal experience through a service-learning project
    • Become aware of ethical issues specific to human interactions within the framework of a city
    • Develop the capacity for independent thought through self-selection of paper topics, service-learning experience, and selected readings

    Prerequisites by Topic
    • None 

    Course Topics
    • Rhetorical concepts and writing instruction (8 classes)
    • Research methods (1 class)
    • Evaluation, documentation, and incorporation of sources (1 class)
    • Research/writing workshops (5 classes)
    • Lectures, classroom activities/discussions, and field trips exploring the concept of “The City” (10 classes)
    • Class discussion of assigned readings from course texts (5 classes)
    • Service learning (2 classes)
    • Lecture on art terms, class discussion/analysis of art in class (2 classes)
    • Museum tour, student analysis and presentations on art works (2 classes)
    • Student presentations of research projects (4 classes)

    Coordinator
    Dr. Michael Carriere
  
  • GS 1020H - Honors Seminar II

    4 lecture hours 0 lab hours 4 credits
    Course Description
    Students study the way a city functions and how people live and work together within a city. Students will research current issues in the city and select a topical area to study for the quarter. They will study raw data regarding what makes a city healthy (environmental data, safety data, etc.) related to the issues they have selected. Working in teams, they will organize public events/public hearings on selected issues, invite speakers, schedule a location, notify the media, etc. Students will write short reports related to their project topics and will write a formal proposal that a certain action be taken to solve a problem related to the selected issue. (prereq: enrollment in the honors program, and GS 1010H )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Write a variety of short reports, with an emphasis on conciseness, correctness, coherence, and contextual relevance
    • Understand and apply principles of document design
    • Develop appropriate visual representation of data
    • Analyze raw data, identify significant data points and patterns among the data, and draw conclusions regarding what the data means
    • Work with primary research sources in addition to secondary research sources
    • Write a formal proposal, including all apparatus associated with formal reports
    • Work as a member of a team to organize and manage an event
    • Become aware of social issues and interact with members of the local community who are involved in the process of making public policy
    • Make connections between professional training and social/civic contexts
    • Develop the capacity for independent thought through self-selection of public policy issue and by proposing a solution to a problem related to that issue
    • Create a succinct slide show with well-designed slides
    • Deliver a team presentation

    Prerequisites by Topic
    • None

    Course Topics
    • Exposure to materials related to the social sciences (10 classes)
    • Research skills (8 classes)
    • Principles and techniques of various forms of written communication (including essay and memorandum) (6 classes) 
    • Principles and techniques of various forms of oral communication (including public presentations and formal speeches) (3 classes)
    • Community engagement (6 classes)
    • Group work (8 classes)
    • Urban design (8 classes)

    Coordinator
    Dr. Michael Carriere
  
  • GS 1030H - Honors Seminar III

    4 lecture hours 0 lab hours 4 credits
    Course Description
    Students study architectural aesthetics and physical/temporal characteristics of the city. They will study art works, including music and theater, to discern patterns in the ways cities are represented in art. They will study architecture and analyze the relationships between form and function. In addition, students may study public art, its role in city life, and the discourse surrounding it. Field trips to study the aesthetics of public spaces will be included. Throughout the quarter, students will create and deliver short presentations regarding their reading and research. At the quarter’s end a poster session event, planned by students and open to the public, will present student work discussing the relationships between a city’s ethos and its aesthetics. Students will also design presentation slides and posters that are both aesthetically appealing and rhetorically effective. (prereq: enrollment in the honors program, GS 1020H )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Understand basic aesthetic principles, including relationships between form and function
    • Become aware of social/civic issues surrounding the aesthetics of designing public spaces
    • Develop awareness of audience in public speaking
    • Prepare and deliver speeches and presentations
    • Design effective slides and develop well-structured slide shows
    • Work as part of a team to plan and stage a public speaking event
    • Design an effective poster and speak to multiple audiences at a poster session event

    Prerequisites by Topic
    • None 

    Course Topics
    • Lecture, class discussion, field trips on the rhetoric of public space (4 classes)
    • Class discussions of assigned readings from course text on architectural styles and history (7 classes)
    • Review of rhetorical concepts; instruction, analysis and workshops on public speaking and presentations, including student preparation of slideshow and posters (10 classes)
    • Student speeches/presentations (14 classes)
    • Small group discussions and rhetorical analysis of these discussions by classmates (3 classes)
    • Class discussion of assigned reading from course text on interdisciplinary creative thinking (1 class)
    • Poster session presentation (1 class)

    Coordinator
    Dr. Michael Carriere

Humanities

  
  • HU 299 - Global Healthcare and International Health Care Systems

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This course examines worldwide health, history, healthcare delivery systems, health care practice, and professional health education as compared to the United States. Students discuss how providers, nurses, and ancillary health team members are utilized in delivering health care. This course involves an optional study abroad experience designed to assist students to integrate a global perspective related to educational preparation, health care delivery, and health care policy within an international environment. The student analyzes competencies needed to be an effective healthcare manager in a multicultural and global environment and relates to the effective management of health services in his or her community. (prereq: sophomore standing)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Demonstrate an expanded understanding of healthcare systems in a global perspective and the main differences between the USA healthcare system and other systems around the world.
    • Describe the basic principles and characteristics that define healthcare systems and health policy issues in the international arena.
    • Explain the main characteristics and roles of international organizations.
    • Analyze the competencies and academic preparation needed to be an effective healthcare manager in a multicultural and global environment.
    • Identify the historical evolution of health care delivery and contributions from various countries.
    • Compare the health delivery models in the United States compared to other countries.
    • Identify health management strategies used in different countries and healthcare systems to mobilize, allocate, and maintain resources to improve health care status and delivery systems
    • Reflect and develop a personal view about international health care systems and how it could impact one’s future career.

    Prerequisites by Topic
    • None

    Course Topics
    • Introduction, history and principles of global health
    • Global health determinants and measurements
    • Health education, poverty, and economy
    • Elements of a health care system
    • Ethical and human rights in global healthcare
    • Culture and health
    • Environment and health
    • Nutrition and health
    • Women’s health
    • Child health
    • Noncommunicable diseases
    • Communicable disease
    • National disasters and humanitarian health
    • Professional practice and required provider education (dependent upon the country)
    • Sustainability in global health care
    • International health care systems
      • United States
      • United Kingdom
      • Mexico/Central America
      • Australia
      • Asia

    Coordinator
    Dr. Victoria Carlson-Oehlers
  
  • HU 332 - Bioethics

    3 lecture hours 0 lab hours 3 credits
    Course Description
    Bioethics is a broad interdisciplinary field encompassing consideration of the ethical significance of the practice and results of the biological sciences as well as the ethics of practice of the various health care professions. This course emphasizes ethical issues arising in health care delivery and its institutions. Topics include the nature of professional ethics; truth telling, informed consent and confidentiality; children, well-being and competence; decision-making with respect to the end of life; the ethics of reproductive technologies; and justice and access to health care. The polarity of the values of autonomy and community is a recurring theme of the course. (prereq: must be a BE or nursing student to enroll in HU 332, junior standing)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Identify ethical issues in their professional practice
    • Understand the outlines of traditional consequentiality and deontological ethical theories
    • Understand the nature of the demand for justification
    • Understand the requirements for the application of abstract principles to concrete situations
    • Understand the range of bioethical issues
    • Appreciate the responsiveness of bioethical thought and practice to technological and social change

    Prerequisites by Topic
    • None 

    Course Topics
    • The nature of morality (2 classes)
    • Responsibility (1 class)
    • Utilitarianism (1 class)
    • Kantian moral theory (2 classes)
    • Central professional values (2 classes)
    • Truth telling (1 class)
    • Informed consent (1 class)
    • Confidentiality (1 class)
    • Abortion and infanticide (2 classes)
    • Euthanasia and assisted suicide (3 classes)
    • Justice in the distribution of health care (2 classes)
    • Human gene therapy (3 classes)
    • Reproductive technologies and surrogate parenting (3 classes)
    • Global AIDS epidemic (2 classes)

    Coordinator
    Dr. Jon Borowicz
  
  • HU 401 - Spanish for Nurses

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course is designed to give nursing students the skills to communicate with Spanish-speaking patients in a medical setting.  Students will learn basic vocabulary and grammar associated with the medical setting while also developing cultural sensitivity.  Open only to Nursing students.  This course is not open to students whose native language is Spanish. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Use basic conversational Spanish to obtain health history from patients, provide patients with information about their condition and treatment
    • Acknowledge and be sensitive to cultural influences with interacting with patients and their families
    • Demonstrate knowledge of basic Spanish medical vocabulary and associated appropriate grammar
    • Demonstrate the ability to use coping mechanisms when vocabulary is not available or known

    Prerequisites by Topic
    • None

    Course Topics
    • Introductions
    • Numbers, dates, times
    • Biographical information
    • Body parts/systems
    • Symptoms
    • Medical history
    • Medications

    Coordinator
    Dr. Candela Marini
  
  • HU 406G - German Literature

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This course focuses on the original works of major authors of German literature throughout history, including Goethe, Schiller, the Grimm Brothers, Kafka, Mann, Hesse, and Heine, among others. Texts will be read in the original German. (prereq: HU 414G , consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Understand major German authors
    • Strengthen their understanding of intermediate German
    • Strengthen their German writing, reading and speaking skills while becoming familiar with significant German works

    Prerequisites by Topic
    • None 

    Course Topics
    • No course topics appended

    Coordinator
    Dr. Alicia Domack
  
  • HU 406S - Spanish Literature

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This course focuses on the original works of major authors of Spanish and Latin American literature throughout history. Texts will be read in the original Spanish. (prereq: HU 414S , consent of department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Understand major Spanish/Latin American authors
    • Strengthen their understanding of intermediate Spanish
    • Strengthen their Spanish writing, reading and speaking skills while becoming familiar with significant Spanish/Latin American works

    Prerequisites by Topic
    • None 

    Course Topics
    • None

    Coordinator
    Dr. Candela Marini
  
  • HU 410CH - Chinese I

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This is a beginning course in Mandarin Chinese (the national standard language of the People’s Republic of China and the Republic of China (Taiwan). Students will be introduced to the basic grammar of the language as well as vocabulary useful in daily conversations. By developing elementary skills in speaking, listening to, reading and writing Mandarin Chinese, students will acquire the ability to communicate in everyday situations. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Read, write, listen, and speak basic Chinese words
    • Understand elementary Chinese grammar
    • Converse in some everyday situations
    • Know general Chinese geographical and cultural features

    Prerequisites by Topic
    • None

    Course Topics
    • No course topics appended

    Coordinator
    Dr. Alicia Domack
  
  • HU 410F - French I

    2 lecture hours 2 lab hours 3 credits
    Course Description
    The objective of this course is to provide students with a basic knowledge of the French language. The course will teach all four aspects of the learning of a foreign language: reading, writing, speaking and understanding. Particular emphasis will be laid from the very beginning on correct pronunciation. The course will start with a brief historic presentation of the origins of the French language and continue with the alphabet and spelling. Major effort will go into having the students understand the phonetic value of the French vowels. Each one-hour session will include reading of the vocabulary, a brief grammatical chapter, exercises and review of the material. Each week, one topical aspect of French culture and civilization, such as geography, basic history, social customs, and political and economic problems such as government, work conditions, immigration, and religion, will be covered. The tape that comes with the textbook will be available in the library. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Read and pronounce basic French words
    • Understand elementary French grammar
    • Ask simple questions in French and answer them
    • Have a general idea about French geography and some institutions

    Prerequisites by Topic
    • None 

    Course Topics
    • The French alphabet (2 classes)
    • Verbs (10 classes)
    • Nouns and articles (4 classes)
    • Numeral (3 classes)
    • Pronouns (5 classes)
    • Cultural aspects (6 classes)
    • Vocabulary (5 classes)
    • Reviews (2 classes)
    • Tests (2 classes)

    Coordinator
    Dr. Alicia Domack
  
  • HU 410G - German I

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course teaches the basics of the German language: grammar, vocabulary, and pronunciation. Elements of German culture are also covered through reading material. Grades are determined by class participation, homework exercises, quizzes, and a comprehensive final exam. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Pronounce the standard High German correctly, especially in reading aloud
    • Converse in some everyday situations, using simple grammar
    • Understand elementary passages in German and translate these into English accurate in both grammar and meaning
    • Convert selected easy English passages into German, using the vocabulary and grammar from the course, spelling and punctuating appropriately
    • Know generally the geography of Germany and cultural features presented

    Prerequisites by Topic
    • None

    Course Topics
    • Oral reading, pronunciation and associated spelling (8 classes)
    • Oral composition including everyday expressions (2 classes)
    • Listening practice (3 classes)
    • Vocabulary (5 classes)
    • Sentence structure (4 classes)
    • Nouns and articles (2 classes)
    • Pronouns (2 classes)

    Laboratory Topics
    • Listening to the cassette tapes for textbook is expected
    • Attending a designated cultural event in the community is required (example: Oktoberfest, Germanfest)
    • Drill work in class is analogous to laboratory work

    Coordinator
    Dr. Alicia Domack
  
  • HU 410I - Italian I

    2 lecture hours 2 lab hours 3 credits
    Course Description
    The basics of the Italian language, including grammar, vocabulary, and pronunciation are covered. Elements of Italian culture are also explored. Class participation is an important part of the course. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Understand the practical and fundamental skills of Italian presented in this course in reading, writing, listening and speaking with emphasis on communication
    • Use practically and creatively the target language both in and out of class
    • Have insights into the cultures of Italian-speaking people and hopefully, a greater understanding of the world and our place in it

    Prerequisites by Topic
    • None 

    Course Topics
    • No course topics appended

    Coordinator
    Dr. Alicia Domack
  
  • HU 410J - Japanese I

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course teaches the basics of the Japanese language: grammar, vocabulary, and pronunciation. Elements of Japanese culture are also covered through reading material. Class participation is an important part of the course. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Read, write, listen, and speak basic Japanese words
    • Understand elementary Japanese grammar
    • Converse in some everyday situations
    • Know general Japanese geographical and cultural features

    Prerequisites by Topic
    • None

    Course Topics
    • The Japanese sound system and HIRAGANA writing (5 classes)
    • Basic everyday expressions (1 class)
    • Grammar: sentence structure; particle and demonstrative usage (4 classes)
    • Vocabulary: nouns; verbs; adjectives; questions words (2 classes)
    • KATAKANA writing (5 classes)
    • Language in culture (1 class)
    • Reviews (1 class)
    • Exam (3 classes)

    Laboratory Topics
    • Listening to the audio for the textbook is expected, and drill work in class is analogous to laboratory work (11 sessions)

    Coordinator
    Dr. Alicia Domack
  
  • HU 410S - Spanish I

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course aims to provide the student with an understanding of the basic sounds, morphology, and to a smaller extent, customs and sometimes, the civilization of the language. Through exercises and dictation, the student will be exposed to the reading, understanding, and writing of the language. The intention is to perform all these activities concurrently. A large part of the time will be devoted to class exercises. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Understand the practical and fundamental skills of Spanish presented in this course in reading, writing, listening and speaking with emphasis on communication
    • Use practically and creatively the target language both in and out of class
    • Have insights into the cultures of Spanish-speaking people and hopefully, a greater understanding of the world and our place in it

    Prerequisites by Topic
    • None

    Course Topics
    • Pronunciation: cognates, vowels, diphthongs, problem consonants, the alphabet, accents and stress
    • Greetings and common expressions
    • Vocabulary: In the Spanish classroom
    • Articles and nouns
    • Adjectives
    • Punctuation and word order
    • Days of the week
    • Numbers 0-29
    • Telling Time
    • Reading: The Spanish Language and the Hispanic World
    • Vocabulary-The family
    • Subject pronouns
    • The irregular verb ser in the present tense
    • The irregular verb estar in the present tense
    • Ser vs. estar
    • The irregular verb ir in the present tense
    • Contractions
    • Reading: The Hispanic Family
    • Vocabulary: At the market
    • The present tense of regular -ar verbs
    • The present tense of regular -er, ir verbs
    • Vocabulary: Food
    • Interrogative
    • Gustar-to be pleasing (to like)
    • Reading: Hispanic Food
    • Vocabulary: The body and activities
    • The personal a
    • Verbs with irregular yo form in the present tense
    • Stem-changing verbs in the present tense
    • Stem-changing verbs with irregular yo form in the present tense
    • Numbers (30-100)
    • Reading: Hispanic life

    Coordinator
    Dr. Candela Marini
  
  • HU 411CH - Chinese II

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course is a continuation of HU 410CH , Chinese I. (prereq: HU 410CH  or consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Read, write, listen, and speak basic Chinese words with ease
    • Understand elementary Chinese grammar
    • Converse in additional everyday situations
    • Appreciate Chinese cultural features through the language

    Prerequisites by Topic
    • None

    Course Topics
    • No course topics appended

    Coordinator
    Dr. Alicia Domack
  
  • HU 411F - French II

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This is a continuation of the introductory course of the French language and culture. This second quarter will continue to provide the students with the three major elements of the course: expansion of grammar and its applications to written and spoken language. The students will learn new tenses, interrogative and negative forms of past tenses, irregular verbs; agreement between passe compose and the direct object, expansion of the vocabulary with many incursions into transportation, travel, food, hospital and time telling, expansion of the cultural background with references to the school and college system, military system, immigration and religion. In addition, the students will do exercises every day. (prereq: HU 410F  or consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Combine words in simple sentences
    • Expand his/her grammar ability
    • Translate simple sentences from English into French
    • Deepen his/her knowledge and understanding of the French culture

    Prerequisites by Topic
    • None 

    Course Topics
    • Verbs (10 classes)
    • Adjectives (4 classes)
    • Pronouns (4 classes)
    • Prepositions (2 classes)
    • Readings (4 classes)
    • Cultural aspects (5 classes)
    • Vocabulary (5 classes)
    • Review (2 classes)
    • Tests (3 classes)

    Coordinator
    Dr. Alicia Domack
  
  • HU 411G - German II

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course is a continuation of HU 410G  German I. (prereq: HU 410G  or consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Pronounce German correctly and confidently
    • Converse about additional everyday topics, using three verbs tenses in active voice
    • Translate somewhat more complicated German passages into English without misrepresenting grammar or meaning; and to do conversely for English into German, spelling and punctuating correctly
    • Enjoy the pursuit of language competence as skills develop from a firm foundation
    • Discuss issues in German life similar to those in his/her own life

    Prerequisites by Topic
    • None 

    Course Topics
    • Oral readings; pronunciation and associated spelling (8 classes)
    • Oral composition including everyday expressions (3 classes)
    • Listening practice (2 classes)
    • Vocabulary (5 classes)
    • Sentence structure (3 classes)
    • Pronouns (1 class)
    • Adjectives (1 class)
    • Verbs (6 classes)
    • Adverbs (1 class)
    • Conjunctions (2 classes)
    • Cultural features (3 classes)
    • Tests (7 classes)

    Laboratory Topics
    • Listening to the cassette tapes for the textbook is expected
    • Attending and reporting on a designated cultural event in the community is required
    • In-class drill work is analogous to laboratory experience

    Coordinator
    Dr. Alicia Domack
  
  • HU 411I - Italian II

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course is a continuation of HU 410I  Italian I. (prereq: HU 410I  or consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Pronounce Italian words correctly and confidently
    • Converse about additional everyday topics
    • Translate somewhat basic Italian passages into English without misrepresenting grammar or meaning; and to do conversely for English into Italian, spelling and punctuating correctly
    • Enjoy the pursuit of language competence as skills develop from a firm foundation
    • Discuss issues in Italian life similar to those in his/her own life

    Prerequisites by Topic
    • None

    Course Topics
    • None

    Coordinator
    Dr. Alicia Domack
  
  • HU 411J - Japanese II

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course is a continuation of HU 410J . During the Japanese II course, students further develop the four skills of listening, speaking, reading and writing. Also, to a smaller extent, students are exposed to Japanese culture, examining the connections between the language and the beliefs and values of that culture. A large part of the time will be devoted to class exercises. (prereq: HU 410J  or consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Read, write, listen, and speak basic Japanese words with ease
    • Understand elementary Japanese grammar
    • Converse in some everyday situations
    • Appreciate some Japanese cultural features through the language

    Prerequisites by Topic
    • None 

    Course Topics
    • KATAKANA writing (3 classes)
    • Numerals: telling time, and days of the week (2 classes)
    • Polite/plain verb/adjective forms (4 classes)
    • Particles, pre/suffixes (1 class)
    • Tenses: verbs and adjectives (2 classes)
    • Adverbs and their locations (1 class)
    • Nouns and counters (2 classes)
    • Compound/complex sentences and conjunctions (2 classes)
    • Comparisons (1 class)
    • Elementary KANJI (1 class)
    • Language in culture
    • Exam (3 classes)

    Laboratory Topics
    • Listening to the audio for the textbook is expected
    • Drill work in class is analogous to laboratory

    Coordinator
    Dr. Alicia Domack
  
  • HU 411S - Spanish II

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course is a continuation of HU 410S  Spanish I. (prereq: HU 410S  or consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Understand the practical and fundamental skills of Spanish presented in this course in reading, writing, listening, and speaking, with emphasis on communication
    • Use practically and creatively the target language both in and out of class
    • Have insights into the cultures of Spanish-speaking people and hopefully, a greater understanding of the world and our place in it

    Prerequisites by Topic
    • None 

    Course Topics
    • Vocabulary: clothes
    • Expressions with tener
    • The weather, months, and seasons
    • The present progressive
    • The possessives
    • Reading: Hispanics in the United States
    • Vocabulary: The city
    • The preterit tense of regular verbs
    • Preterit tense: stem-changing verbs
    • Affirmative and negative words
    • Numbers (100 and up)
    • What is the date
    • Reading: Spain
    • Vocabulary: The countryside and nature
    • Preterit tense: irregular verbs ser, ir, and dar
    • Preterit tense: other irregular verbs
    • Prepositions
    • The prepositions por and para
    • Pronouns that are objects of prepositions
    • Reading: The Spanish Character
    • Vocabulary: The home
    • The imperfect tense
    • Preterit vs. imperfect
    • Hacer in expressions of time
    • Demonstratives
    • Reading: Mexico

    Coordinator
    Dr. Candela Marini
  
  • HU 412CH - Chinese III

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course is a continuation of HU 411CH , Chinese II. (prereq: HU 411CH  or consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Read, write, listen and speak elevated level of Chinese words and sentences
    • Understanding intermediate level of Chinese grammar
    • Converse in everyday situations
    • Appreciate Chinese culture features through the language

    Prerequisites by Topic
    • None

    Course Topics
    • No course topics appended

    Coordinator
    Dr. Alicia Domack
  
  • HU 412F - French III

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course, a continuation of French II, will provide the students with the remaining major grammar aspects of the language. These aspects include reflexive verbs, irregular verbs, the imperfect, subjunctive, conditional and future tenses, as well as possessive and demonstrative pronouns. In terms of vocabulary, the students will have a chance to read short excerpts from French newspapers and magazines. The spoken aspect of the language will be enhanced by television news programs from Paris and more of the course being conducted in French. The cultural aspects will be complemented by videos and film, and short incursions into art and literature. (prereq: HU 411F  or consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Understand the structure of the French language grammatically
    • Write short, correct sentences in sequence on a given topic
    • Translate with ease simple sentences from French to English
    • Expand the understanding of the French way of life and culture

    Prerequisites by Topic
    • None 

    Course Topics
    • Verbs (10 classes)
    • Pronouns (5 classes)
    • Prepositions (4 classes)
    • Cultural aspects (7 classes)
    • Readings (7 classes)
    • Reviews (4 classes)
    • Tests (2 classes)

    Coordinator
    Dr. Alicia Domack
  
  • HU 412G - German III

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course is a continuation of HU 411G  German II. (prereq: HU 411G  or consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Have experienced the third quarter of a three-quarter series covering the basics of German grammar and pronunciation
    • Have strengthened their understanding of German grammar
    • Have strengthened their conversational skills in German

    Prerequisites by Topic
    • None

    Course Topics
    • None

    Coordinator
    Dr. Alicia Domack
  
  • HU 412I - Italian III

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course is a continuation of HU 411I  Italian II. (prereq: HU 411I  or consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Understand the practical and fundamental skills of Italian presented in this course in reading, writing, listening, and speaking
    • Use practically and creatively the target language both in and out of class
    • Have insights into the cultures of Italian-speaking people and hopefully, greater understanding of the world and our place

    Prerequisites by Topic
    • None

    Course Topics
    • No course topics appended

    Coordinator
    Dr. Alicia Domack
  
  • HU 412J - Japanese III

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course is a continuation of HU 411J  Japanese II. During the Japanese III course, students will achieve communicative competence of the Japanese language in four skills: listening, speaking, reading and writing. A large part of the time will be devoted to class exercises. (prereq: HU 411J  or consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Read, write, listen and speak elevated level of Japanese words and sentences
    • Understanding intermediate level of Japanese grammar
    • Converse in everyday situations
    • Appreciate Japanese culture features through the language

    Prerequisites by Topic
    • None 

    Course Topics
    • Comparisons (2 classes)
    • Formation of the “–n desu” construction (2 classes)
    • Making a request, using the “–te” form + “kudasai” (1 class)
    • Nouns and Counters (2 classes)
    • Abbreviations verbal expressions, using “desu” (1 class)
    • Expressing decision and purpose (2 classes)
    • Making verbal ending forms of inviting and responding (1 class)
    • Describing a resultant state (1 class)
    • Making noun-modifying (adjectival) clauses (2 classes)
    • Compound/complex sentences and conjunctions (2 classes)
    • Expressing past experiences and hearsay (2 classes)
    • Elementary KANJI (along with classes) (1 class)
    • Language in culture (along with every class) (1 class)
    • Exam (3 classes)

    Laboratory Topics
    • Listening to the audio for textbook and workbook is expected
    • Drill work in class is analogous to laboratory work

    Coordinator
    Dr. Alicia Domack
  
  • HU 412S - Spanish III

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course is a continuation of HU 411S  Spanish II. (prereq: HU 411S  or consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Understand the practical and fundamental skills of Spanish presented in this course in reading, writing, listening, and speaking
    • Use practically and creatively the target language both in and out of class
    • Have insights into the cultures of Spanish-speaking people and hopefully, greater understanding of the world and our place

    Prerequisites by Topic
    • None 

    Course Topics
    • Vocabulary: mail and banking
    • Direct-object pronouns
    • Indirect-object pronouns
    • Indirect and direct object pronouns with the verb
    • Formation of adverbs
    • Reading: The Mexican Voice-Artistic and Personal Expression
    • Vocabulary: The student residence and daily life
    • Reflexive pronouns and verbs
    • The impersonal se
    • The present perfect tense
    • The past perfect tense
    • Passive voice
    • Reading: Central America and the Antilles
    • Vocabulary: The railroad station and telephone calls
    • The future tense
    • The conditional
    • Comparisons
    • The tu command forms
    • Reading; South American
    • Vocabulary: The highway
    • The present subjunctive formation
    • The usted, ustedes, and nostros commands
    • The subjunctive in indirect commands
    • The subjunctive with expressions of emotions
    • The subjunctive with expressions of doubt, denial, and disbelief
    • Reading: South American voices

    Coordinator
    Dr. Candela Marini
  
  • HU 413G - German IV

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This conversation and composition course is taught primarily in German. Grammar is reviewed as needed. Vocabulary review and expansion is addressed through the reading material. Course grades are determined by short quizzes, weekly writing assignments, class participation, and a midterm and final exam. (prereq: HU 412G  or consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Have experienced the first of two quarters of intermediate German
    • Have improved German speaking, listening, reading, and writing skills
    • Have increased their knowledge of German grammar and vocabulary

    Prerequisites by Topic
    • None 

    Course Topics
    • None

    Coordinator
    Dr. Alicia Domack
  
  • HU 413S - Spanish IV

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course is a continuation of HU 412S  Spanish III. (prereq: HU 412S  or consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Understand the practical and fundamental skills of Spanish presented in this course in reading, writing, listening, and speaking, with emphasis on communication
    • Use practically and creatively the target language both in and out of class
    • Have insights into the cultures of Spanish-speaking people and hopefully, a greater understanding of the world and our place in it

    Prerequisites by Topic
    • None 

    Course Topics
    • Vocabulary: mail and telephoning
    • Answering the phone
    • Conversation: Violeta goes to the post office
    • The subjunctive after conjunctions of finality and condition
    • The future tense
    • Vocabulary: In the future
    • The subjunctive after conjunctions of time
    • Formats for courtesy in letters
    • Writing business and personal letters
    • Reading: The countries of the southern cone: Chile, Argentina, Uruguay, and Paraguay
    • Vocabulary: today’s world
    • Conversation: The environment
    • The conditional tense
    • The imperfect subjunctive tense
    • Cultural notes: student protests
    • Hypothetical situations: “If” clauses and “ojala”
    • Emphasis with “-isimo”
    • Reading: Our world

    Coordinator
    Dr. Candela Marini
  
  • HU 414G - German V

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course is a continuation of HU 413G  German IV. (prereq: HU 413G , consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Have experienced the second of two quarters of intermediate German
    • Have strengthened German speaking, listening, reading, and writing skills
    • Strengthen understanding of German grammar and vocabulary

    Prerequisites by Topic
    • None

    Course Topics
    • None

    Coordinator
    Dr. Alicia Domack
  
  • HU 414S - Spanish V

    2 lecture hours 2 lab hours 3 credits
    Course Description
    This course is a continuation of HU 413S  Spanish IV. (prereq: HU 413S  or four years of high school Spanish, consent of instructor or department chair)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Understand the practical and fundamental skills of Spanish presented in this course in reading, writing, listening, and speaking, with emphasis on communication
    • Use practically and creatively the target language both in and out of class
    • Have insights into the cultures of Spanish-speaking people and hopefully, a greater understanding of the world and our place on it
    • Have a greater understanding of and appreciation for the art of translation

    Prerequisites by Topic
    • None 

    Course Topics
    • Una carta a Dios-short story
    • Cognates/false cognates
    • Uses of the imperfect
    • Composition
    • Un dia de estos-short story
    • Nouns derived from stem-changing verbs
    • Progressive actions
    • Discussion of themes
    • Cajas de carton–short story
    • Diminutives
    • Imperfect vs. Preterit
    • Future tense
    • Technical translation
    • Translation exercise
    • La ciudad y los perros-a movie
    • Cultural report

    Coordinator
    Candela Marini
  
  • HU 419S - Special Topics in Spanish Speaking World

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This course covers timely topics that affect the Spanish speaking world or specialized subjects that reflect the expertise/interest of current Humanities, Social Science, and Communication Department faculty.  The course is taught in Spanish. (prereq: HU 414S )
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Varies by instructor and topic

    Prerequisites by Topic
    • None

    Coordinator
    Dr. Candela Marini
  
  • HU 420 - Classical Derivatives

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This course aims to help the student better appreciate the classical heritage of the English language. It is a comprehensive study of the basic Greek and Latin word elements - roots, prefixes, and suffixes - that underlie modern English usage. The purpose of the course is to provide the student with a systematic method for increasing his/her vocabulary. Exercises will illustrate practical application. (prereq: none) 
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Gain a greater appreciation of the philosophy of language development and word meanings
    • Acquire greater linguistic knowledge
    • Increase his/her English vocabulary
    • Improve his/her spelling of English words
    • More fully appreciate the terminology of his/her technical course

    Prerequisites by Topic
    • None 

    Course Topics
    • History of Latin’s impact on English (1 class)
    • The dictionary/definition/Latin bases (1 class)
    • Latin prefixes (1 class)
    • Combination of bases (1 class)
    • Latin suffixes (7 classes)
    • Latinisms/uncommon meanings (1 class)
    • Latin words and phrases in English (1 class)
    • The Greek alphabet/words from Greek mythology, history, and philosophy (1 class)
    • Greek bases/combination of bases (1 class)
    • Greek prefixes (1 class)
    • Greek suffixes (5 classes)
    • The law/literary terms/terms from various occupations (1 class)
    • Scientific language (3 classes)
    • Animals/colors (1 class)
    • Meteorology/minerals (1 class)
    • Tests (3 classes)

    Coordinator
    Dr. Katherine Wikoff
  
  • HU 421 - Literary Genres

    3 lecture hours 0 lab hours 3 credits
    Course Description
    The purpose of the course is to acquaint students with the conventions of the novel, short story, poetry, and drama and to provide them with the tools they need in order to interpret, evaluate, and appreciate quality literature. By providing students with a richly diverse menu of selections, which balance the classic with the contemporary, it is hoped that they will develop a habit of reading quality literature because it holds their interest, helps them reflect on and understand the human condition better, and affords them much pleasure. The course focuses on class discussions involving the analysis and interpretation of many selections in each genre, but also considers, at times, historical, political, and social forces which may impact on a writer’s vision. It also considers major approaches to literary criticism. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Recognize the characteristics of a drama, short story, or poem and understand the structure of the work
    • Analyze and interpret a given drama, short story, or poem
    • Recognize the difference between popular and quality literature
    • Appreciate the contributions of specific authors to the body of literature
    • Understand and apply the main critical theories used to analyze and interpret literature

    Prerequisites by Topic
    • No previous literature course is required; however, it is expected that students will apply and build on the learned knowledge from previous literature courses and language skills learned from their GS 1001  and GS 1003  and courses in their class discussions and writing. Examples of such skills are the recognition of figurative language and their understanding of character and plot as well as their ability to articulate their responses to the selections they read

    Course Topics
    • Discussion of drama and terms used in drama (2 classes)
    • Specific dramas, Sophocles, Shakespeare, Beckett (6 classes)
    • Live theatre experience (1 class)
    • Discussion of terms used in the short story (1 class)
    • Discussion of critical theories (4 classes)
    • Discussion of short stories (6 classes)
    • Discussion of poetry and terms used in poetry (1 class)
    • Discussion of specific poems by the following authors (6 classes)
    • Critical essays (2 classes)
    • Tests (2 classes)

    Coordinator
    Dr. Jennifer Farrell
  
  • HU 422 - British Literature

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This course acquaints students with a significant range of British literature beginning with the Middle Ages and continuing through the 21st century. Students learn of the social, historical, political, religious, and economic factors which influenced writers of each period. The course covers poetry, essays, short stories, drama, and a novel. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Identify characteristics of major periods including: The Anglo-Saxon, The Medieval, The Elizabethan, The Age of Reason, Victorian, Modern
    • Identify important authors of each period
    • Identify representative selections of literature from each period
    • Identify the structure and characteristics of poetry, the essay, the short story, the novel, and drama
    • Identify primary components of literature such as: character, plot, setting, conflict, point of view, persona, figurative language, prosody, sonnet, epic, pastoral, the unities of time, place, and action

    Prerequisites by Topic
    • No prerequisites; however, it is expected that the student will apply language arts skills learned in GS 1001  and speaking skills learned in GS 1003 . An example of language arts skills would be the ability to analyze figurative language and sentence structure. An example of speaking skills would be the ability to participate in a group discussion on a particular work and/or author

    Course Topics
    • The Anglo-Saxon and Medieval Periods (3 classes)
    • The Renaissance (Elizabethan) Period (3 classes)
    • Shakespearean Drama (3 classes)
    • The Age of Reason Drama (3 classes)
    • The Romantic Period (3 classes)
    • Mary Shelley’s Frankenstein (3 classes)
    • The Victorian Period (3 classes)
    • The Modern Period (3 classes)
    • Tests (2 classes)
    • Panel discussion (1 class)
    • Films (3 classes)

    Coordinator
    Dr. Jennifer Farrell
  
  • HU 423 - American Literature

    3 lecture hours 0 lab hours 3 credits
    Course Description
    The objective of this course is to acquaint students with representative selections from the main periods in American literature, beginning with the Native-American oral traditions (pre-colonization) and continuing through the 21st century. The various movements in American literature are explained and discussed, as are the various social, political, religious, historical, and economic conditions which helped to produce them. Students read the works of a variety of different writers in each period, and they read essays, poetry, and short stories as well as a novel and a play. It is hoped that, as a result of their reading, students will come to appreciate how American literature has evolved to its present status as a world-class literature. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Identify philosophical beliefs giving rise to major periods including Calvinism, Realism, Transcendentalism. Naturalism, Romanticism, Harlem Renaissance
    • Identify important authors of each period
    • Identify representative selections of literature from each period
    • Identify the structure and characteristics of poetry, the essay, the short story, the novel, a drama
    • Identify primary components of literature such as character, figurative language, plot, prosody, setting, persona, conflict, point of view
    • Identify characteristics of American literature that make it uniquely American
    • Identify characteristics of American literature that make it a world-class literature

    Prerequisites by Topic
    • No previous literature courses are necessary; however, it is expected that the student will apply language arts skills learned in GS 1001  and speaking skills learned in GS 1003 . An example of language arts skills required would be the ability to analyze figurative language and sentence structure. An example of speaking skills required would be the ability to participate in a group discussion on a particular work and or author

    Course Topics
    • Discussion of Native-American oral tradition (2 classes)
    • Short stories, tales, myths (10 classes)
    • Essays and speeches (2 classes)
    • Poetry (10 classes)
    • Novel (2 classes)
    • Drama (2 classes)
    • Specific movements in American Literature (2 classes)
    • Test and quizzes

    Coordinator
    Dr. Jennifer Farrell
  
  • HU 424 - Science Fiction

    3 lecture hours 0 lab hours 3 credits
    Course Description
    The goal of this course is to, through various theoretical approaches, teach students the necessary analytical skills required to read below the surface of a text. By learning to semiotically read cyberpunk texts the students will be able to apply their knowledge to any form of literature. Using short fiction alongside novels and some cyber-text (i.e. fan fiction), we can see how the different forms inform one another and also analyze each form’s shortcomings and strengths with regard to the subject matter. (prereq: none) 
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Identify key components and literary terms
    • Examine and understand how literature reflects current political, social, religious, and economic climates
    • Analyze and synthesize works in longer papers
    • Examine and understand how literature reflects current political, social, religious, and economic climates
    • Understand the interplay between various genres and mediums and how a work is necessarily altered or transformed during the process of translation

    Prerequisites by Topic
    • None 

    Course Topics
    • Introduction to science fiction, its history and its importance in literature (1 class)
    • Introduction to literary theory, approaches to reading and interpretation (1 class)
    • Short stories (4 classes)
    • Novels (12 classes)
    • Internet/movie (1 class)
    • Mid-term (1 class)

    Coordinator
    Dr. Jennifer Farrell
  
  • HU 424H - Science Fiction

    3 lecture hours 0 lab hours 3 credits
    Course Description
    The goal of this course is to, through various theoretical approaches, teach students the necessary analytical skills required to read below the surface of a text. By learning to semiotically read cyberpunk texts the students will be able to apply their knowledge to any form of literature. Using short fiction alongside novels and some cyber-text (i.e. fan fiction), we can see how the different forms inform one another and also analyze each form’s shortcomings and strengths with regard to the subject matter. The course also explores how works of science fiction have created concepts of space/place that influenced the broader culture. (prereq: none) 
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Identify key components and literary terms
    • Examine and understand how literature reflects current political, social, religious, and economic climates
    • Analyze and synthesize works in longer papers
    • Examine and understand how literature reflects current political, social, religious, and economic climates
    • Understand the interplay between various genres and mediums and how a work is necessarily altered or transformed during the process of translation
    • Synthesize and analyze the power of place through the lens of Science Fiction

    Prerequisites by Topic
    • None 

    Course Topics
    • Introduction to science fiction, its history and its importance in literature (1 class)
    • Introduction to literary theory, approaches to reading and interpretation (1 class)
    • Short stories (4 classes)
    • Novels (12 classes)
    • Internet/movie (1 class)
    • Mid-term (1 class)

    Coordinator
    Dr. Jennifer Farrell
  
  • HU 425 - Contemporary Literature

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This course focuses on the best of literature published within the past few years in order to enhance students’ understanding and appreciation of modern literary forms, as well as to explore important human concerns in contemporary life. Readings may be drawn from contemporary poetry, novels, plays, short stories, and essays. Films may also be used to give students visual reference to what has been studied. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Identify specific contemporary authors and literary texts
    • Identify elements of short stories, novels and drama
    • Identify primary analytical components of literature: character, plot, setting, language
    • Identify political, social, religious, and aesthetics themes that are characteristics of contemporary literature

    Prerequisites by Topic
    • No previous literature courses required; however, it is expected that the student will apply language arts skills learned in GS 1001  and speaking skills learned in GS 1003  

    Course Topics
    • Introduction to literary theory, approaches to reading and interpretation (3 classes)
    • Short stories (8 classes)
    • Poetry (3 classes)
    • Literary nonfiction (6 classes)
    • Novel (6 classes)
    • Play (3 classes)
    • Quizzes and tests (2 classes)

    Coordinator
    Dr. Katherine Wikoff
  
  • HU 426 - Survey of Developing World Literature

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This course acquaints students with a variety of modern works by authors from developing world countries. As a result, students learn about the literature as well as the social, philosophical, and religious themes which concern writers in developing nations. Films may be used to give the students visual reference to what has been studied. (prereq: none) 
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Identify specific authors and texts from Latin America, India, Africa, and the Middle East
    • Identify elements of short stories, novels and drama
    • Identify primary analytical components of literature: character, plot, setting, language
    • Identify emerging political, social, religious themes that particularly affect developing world countries

    Prerequisites by Topic
    • No previous literature courses required; however, it is expected that the students will apply language arts skills learned in GS 1001   and speaking skills learned in GS 1003 .

    Course Topics
    • Introduction to comparative literature (1 class)
    • Introduction to literary theory (2 classes)
    • Latin-American literature (6 classes)
    • African literature (9 classes)
    • Indian literature (8 classes)
    • Pacific Rim literature (3 classes)
    • Exams (2 classes)

    Coordinator
    Dr. Katherine Wikoff
  
  • HU 427 - Classics in Eastern Literature

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This course acquaints students with classic literature of China, India, Japan, Korea, and the Middle East. Students will read and learn about some of the literary masterpieces of the Eastern world. Films may be used to give students visual reference to what has been studied. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Skillfully read, interpret, and critically analyze great works of the Eastern literary tradition
    • Read and discuss literary works in order to more deeply understand human experience
    • Successfully write essays analyzing and responding to literary works

    Prerequisites by Topic
    • None

    Course Topics
    • None

    Coordinator
    Dr. David Howell
  
  • HU 428 - Classics in Literature

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This course examines the development of major periods in literature, starting with the first writings that evolved out of the ancient oral tradition and continuing into the Renaissance. The course concentrates on well-known writings that represent the early social and literary evolution of the Mediterranean Basin and Western civilization. The course will be divided into three major divisions: Ancient literature (Gilgamesh, Homer, Sophocles, Euripides, Aristophanes, Plato, Virgil, etc.), Middle Ages literature (Beowulf, Dante, Chaucer, etc.), and Renaissance literature (Petrarch, Erasmus, Machiavelli, Cervantes, Shakespeare, Milton, etc.). In addition to the reading done as a group, students are required to conduct an individual research project. The individual projects will demonstrate a thorough investigation (secondary research and personal insight) of a specific piece of pre-Renaissance literature (preferably something not discussed as a class). (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Skillfully read, interpret and critically analyze great works of the Western literary tradition
    • Read and discuss literary works in order to more deeply understand human experience
    • Successfully write essays analyzing and responding to literary works

    Prerequisites by Topic
    • None

    Course Topics
    • The course will be equally divided into the three literary periods mentioned. The exact titles that the class covers will be determined by student input and interest, and the only criteria are that the selections must either be in the textbook or be easily available, and they must be representative of the era that the class is studying at the time

    Coordinator
    Dr. Jennifer Farrell
  
  • HU 429 - Literature of American Minorities

    3 lecture hours 0 lab hours 3 credits
    Course Description
    This course acquaints students with a broad range of literature by American writers from minority ethnic backgrounds, from colonial American poetry to contemporary poetry, novels, plays, short stories, and essays. The works read are placed into historical and cultural perspectives, and film may also be used to give students visual references to what has been studied. (prereq: none) 
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Identify specific authors and texts from American ethnic minority groups
    • Identify elements of short stories, novels and drama
    • Identify primary analytical components of literature: character, plot, setting, language
    • Identify political, social and religious themes that, in particular, affect members of American ethnic minority groups

    Prerequisites by Topic
    • None

    Course Topics
    • Introduction to ethnic literature (1 class)
    • Introduction to literary theory (2 classes)
    • African-American literature (6 classes)
    • Asian-American literature (6 classes)
    • Latino literature (6 classes)
    • Readings from authors in other ethnic minority groups (8 classes)
    • Exams (2 classes)

    Coordinator
    Dr. Katherine Wikoff
  
  • HU 430 - Epistemology

    3 lecture hours 0 lab hours 3 credits
    Course Description
    Epistemology, also known as the theory of knowledge, together with metaphysics, constitutes the traditional core of philosophy. What is knowledge, and how does it differ from mere belief? How do I know that I know anything? Is certainty even a reasonable objective? Among the topics within epistemology’s ambit are the challenge of skepticism, the justification of belief, belief in an external world, the nature of perceptual knowledge, memory, the justification for belief in other minds, the difference between “knowledge that” and “knowledge how,” theories of truth, and the ethics of belief. Both historical and contemporary texts will be used. (prereq: none) 
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Understand the fundamental concepts of the theory of knowledge
    • Understand the essential problems of epistemology: the nature of knowledge and belief, the justification of knowledge claims, the nature of perception, the nature of truth, the possibility of knowledge independent of experience, the existence of other minds, memory, and the ethics of belief

    Prerequisites by Topic
    • None 

    Course Topics
    • Introduction: the possibility of (and criteria for) knowledge (3 classes)
    • Skepticism (3 classes)
    • Perception (3 classes)
    • Challenges to knowledge (2 classes)
    • Foundationalism and Contextualism (3 classes)
    • Externalist theories (3 classes)
    • Empirical dogmas (2 classes)
    • The problem of induction (3 classes)
    • Models of scientific explanation (3 classes)
    • Science as myth (1 class)
    • The rejection of epistemology (1 class)
    • Exams (3 classes)

    Coordinator
    Dr. Jon Borowicz
  
  • HU 431A - Formal Logic

    3 lecture hours 0 lab hours 3 credits
    Course Description
    Logic is the theory of argument. Formal logic is principally the study of symbolic systems by which arguments are expressed, and is fundamental to such disciplines as computer science, artificial intelligence, linguistics, and mathematics. The course begins with an examination of the concepts of argument, validity, and soundness. The relation of the notions of semantics and syntax is stressed as elements of formal systems for sentential and quantificational deduction are introduced. Activities emphasize acquiring skill in the translation of English expressions into symbolic notation, and proof construction. (prereq: none)
    Course Learning Outcomes
    Upon successful completion of this course, the student will be able to:
    • Demonstrate understanding of the concepts of argument, validity, soundness, deduction and induction
    • Translate sentences from English into the language of first-order-logic
    • Prove the validity of truth-functional and quantificational arguments

    Prerequisites by Topic
    • None

    Course Topics
    • Atomic sentences (5 classes)
    • Boolean connectives (2 classes)
    • Proof for Boolean logic (3 classes)
    • Conditionals (4 classes)
    • Quantification (6 classes)
    • Multiple quantifiers (3 classes)
    • Proof for quantification (3 classes)

    Coordinator
    Dr. Jon Borowicz
 

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