Apr 27, 2024  
2017-2018 Undergraduate Catalog 
    
2017-2018 Undergraduate Catalog [ARCHIVED CATALOG]

Course Descriptions


 

Computer Science

  
  • CS 231 - Computer Programming II

    3 Credit Hours
    Prerequisite: CS 230 . Corequisite: CSL 231 . This course is a continuation of CS 230 . Topics covered include recursion, file-based I/O, classes, packages, method overloading, inheritance, polymorphism, abstract classes, interfaces and exceptions. This course requires students to co-register for a programming lab, CSL 231. The lab provides students with hands-on practice developing programs implementing the programming constructs.
  
  • CS 330 - Databases

    3 Credit Hours
    Prerequisite: CS 215  or CIS 210  or CS 230  or  ITM 200 . This course examines the underlying concepts and theory of database management systems. Topics include database system architectures, data models, structured query languages, conceptual and logical database design, and physical organization. The entity-relationship model and relational model are investigated in detail; object-oriented databases are introduced. Integrity constraints, dependencies, and normalization are studied as a basis for formal design. An introduction to transaction management, concurrency control, distributed and Web databases and database recovery are presented.
  
  • CS 331 - Mobile Applications Development

    3 Credit Hours
    Prerequisite: CS 231 . This course introduces mobile application developments to Junior/Senior computer science and computer engineering students. The course covers operating systems, programming languages, and tools. At the end of the course, students would be able to develop applications/games for a variety of mobile devices.
  
  • CS 332 - Computer Organization and Assembly Language

    3 Credit Hours
    Prerequisite: CS 231 . Introduction to computer architecture, organization, and assembly language. Includes addressing techniques, input/output processing, interrupt handling, and the implementation of data structures including characters and strings, number systems and formats.
  
  • CS 333 - Data Structures

    3 Credit Hours
    Prerequisite: CS 231 . This course covers the design and implementation of data structures including generics and collections, lists, stacks, queues, trees, and graphs. Other topics include efficiency of algorithms, sorting, searching, and hashing. Course work involves both written homework and programming assignments.
  
  • CS 334 - Object Oriented Design

    3 Credit Hours
    Prerequisite: CS 231 . Topics include classes, operator overloading, inheritance, virtual functions and polymorphism, templates, file processing, and the use of UML. The course emphasizes a modern approach to software development. Students will be assigned to programming teams for assignments. The course has a term project requiring team programming.
  
  • CS 335 - Discrete Structures

    3 Credit Hours
    Prerequisite: CS 230  AND MAT 241 . An introduction to the theory of computation review of combinatorics, introduction to analysis of algorithms, graphs, computability, finite-state machines, and a brief introduction to complexity theory.
  
  • CS 336 - Software Engineering

    3 Credit Hours
    Prerequisite: CS 231 . A study of the techniques and approaches used to build large, reliable software systems. Methods, languages and tools used in modern software development are examined. Topics include software life-cycle models, software analysis, design, design verification, validation and reliability. Software engineering ethics and professionalism are explored. Programming topics include modularity, data abstraction, object-oriented programming. Laboratory assignments use a high level programming language.
  
  • CS 340 - Computer Networks and Communications

    3 Credit Hours
    Prerequisite: CS 230 . Introduces the concepts of computer networks and data communications. Topics include data transmission, transmission media, transmission signal encoding, link control and multiplexing, circuit switching, packet switching, local area networks, ATM, Open Systems Interconnection Architecture (OSI), TCP/IP, X.25, System Network Architecture (SNA) and network security.
  
  • CS 390 - Cooperative Education/Field Experience

    1-6 Credit Hours
    Work, research, or internship experience at the junior (CS 390) or senior (CS 490 ) levels. Students must have a minimum cumulative grade point average of 2.5. The department chair in the student’s discipline will determine Credit Hours credit after the details of placement have been made.
  
  • CS 432 - Numerical Analysis

    3 Credit Hours
    Prerequisite: CS 231 , MAT 334  and MAT 335 . Numerical algorithms and error analysis for the approximation of integration, differentiation, solutions of systems of equations, and solutions of differential equations.
  
  • CS 433 - Operating Systems

    3 Credit Hours
    Prerequisite: CS 231 . Basic principles of multiprogramming and time-sharing systems including interrupts, data channels, memory management, virtual memory, segmentation and paging, interprocess communication, deadlock handling, and distributed systems.
  
  • CS 436 - Computability

    3 Credit Hours
    Prerequisite: CS 335  and senior standing. This course is an introduction to the theory of computation in computer science. Topics include formal languages and grammars and their application to programming language design, and models of computation including finite automata, pushdown automata and Turing machines.
  
  • CS 437 - Digital Circuits

    3 Credit Hours
    Prerequisite: CS 332  and PH 252 . Corequisite: CSL 437 . This course deals with digital logic with feedback, fundamental mode circuits, Boolean algebra, Karnaugh maps, combinatorial networks, flip-flop, encoders, decoders, multiplexers, half-adders, adders, counters, state and flow tables, and memory design.
  
  • CS 438 - Computer Architecture

    3 Credit Hours
    Prerequisite: CS 437 . This course covers the basic concepts of computer architecture and organization, including computer evolution, CPU architectures, instruction sets, ALU design, memory hierarchies, input and output architectures, interrupts and DMA, and parallel processing.
  
  • CS 490 - Cooperative Education/Field Experience

    1-6 Credit Hours
    Work, research, or internship experience at the junior (CS 390 ) or senior (CS 490) levels. Students must have a minimum cumulative grade point average of 2.5. The department chair in the student’s discipline will determine Credit Hours credit after the details of placement have been made.
  
  • CS 497 - Senior Design I

    3 Credit Hours
    Prerequisite: senior standing on vertical curriculum, EN 250 . This course is the first of a two-sequence capstone courses for computer science majors. Students, working in teams, select a topic from a variety of potential project topics solicited from faculty members and representatives from local industry/non-profit organizations. Students will learn about team work, team dynamics, and learn to rely on other individuals to perform necessary work for the successful completion of team goals. By the end of the semester, the overall approach and design/architecture of the project must be completed so that it can be effectively implemented, in the second semester. The course also includes lectures on topics of interest to CS majors, such as intellectual property, information privacy, security, and exposure to a wide range of relevant software environments and technologies from mobile development environments to database-backed web services. Students must also take the comprehensive senior examination for the major.
  
  • CS 498 - Senior Design II

    3 Credit Hours
    Prerequisite: CS 497 . This course is the second of a two-sequence capstone courses for computer science majors. Students will continue the work begun in CS 497 - Senior Design I  and implement their chosen project to functional completion. The emphasis in this course is on the implementation, testing, report writing and presentation. Each team is required to make a formal project presentation to a group of faculty, students and outside representatives , A written final project document is required prior to the presentation; it must be provided to the faculty members advising the team and the project sponsor (if applicable).
  
  • CS 499 - Senior Seminar

    3 Credit Hours
    Prerequisite: CS 411 and EN 250 . This course is a continuation of CS 411. Each student, or group, will complete the project started in CS411. The focus of this course will be on writing the research report, preparing and delivering a presentation on the research project to a group of students, faculty and staff of the department.

Computer Science Laboratory

  
  • CSL 230 - Computer Programming I Laboratory

    1 Credit Hour
    Corequisite: CS 230 . Laboratory activities relating to the software development process and programming concepts covered in CS 230 .
  
  • CSL 231 - Computer Programming II Laboratory

    1 Credit Hour
    Corequisite: CS 231   Laboratory activities relating to the software development process and programming concepts covered in CS 231 .
  
  • CSL 340 - Computer Networks and Communications Laboratory

    1 Credit Hour
    Corequisite: CS 340  Laboratory experiments related to material covered in CS 340 .
  
  • CSL 437 - Digital Circuits Laboratory

    1 Credit Hour
    Corequisite: CS 437   Laboratory experiments related to material covered in CS 437  

Computer Information Systems

  
  • CIS 135 - Introduction to Computer Technology

    3 Credit Hours
    This course introduces students to all aspects of computer systems at the level required by most certification programs. The design of modern computer systems will be discussed as well as how the various systems can be connected. The hardware and software components of a computer system will be thoroughly covered. Hands-on experience will be provided. This is a fundamental course that will lay the foundation for every other course in the program. (FA)
  
  • CIS 138 - Introduction to Web Design

    3 Credit Hours
    Prerequisite: CS 132  or Equivalent. This course introduces tools and techniques used to create web pages on the World Wide Web. Student learns basic HTML (hypertext markup language), XTML, CSS, and the principles and practices of developing, producing, and publishing of digital images online. Emphasis is placed on the communication of meaning through the creation and management of digital images using industry-standard Web authoring software. (FA)
  
  • CIS 210 - Introduction to Programming

    3 Credit Hours
    Prerequisite: MA134 Students will learn the fundamental concepts and terminology of software application development and develop skills in designing and writing simple computer programs in a high-level language. The course assumes no programming background and provides an overview of the software development process in addition to introducing important programming constructs and methodologies. Topics include programming language characteristics, integrated development environments, flowcharts, algorithms and pseudo-code, variables, operators, conditional statements, looping statements, methods, error-handling and debugging, and object-oriented programming techniques. (FA)
  
  • CIS 240 - Dynamic Website Design I

    3 Credit Hours
    Prerequisite: CIS 138   This course builds on the fundamentals of CIS 138 - Introduction to Web Design  to introduce languages and technologies, such as PHP, JavaScript, advanced CSS and AJAX for creating dynamic websites. Topics also include customer expectations, usability and accessibility practices, and techniques for the evaluation of web design. (SP)
  
  • CIS 241 - Computer Networks

    3 Credit Hours
    Prerequisite: CIS 135 . This course introduces the student to the concepts of Computer Networks and Data Communications. Topics include data transmission, transmission media, transmission signal encoding, link control and multiplexing, circuit switching, packet switching, local area networks, ATM, Open Systems Interconnection Architecture (OSI), TCP/IP, X.25, System Network Architecture (SNA) and network security. Hands-on experience will be provided in the laboratory. (FA)
  
  • CIS 242 - Operating Systems

    3 Credit Hours
    Prerequisite: CIS 135 . The purpose of this course is to familiarize students with operating system (OS) concepts. Students will learn what an OS is and the role it plays in a computer system. Students will study the general architecture of an OS as well as the services it provides. Students will become familiar with current OSes like Windows 7, Windows Server 2008, Linux, Mac OS X Snow Leopard. (FA)
  
  • CIS 248 - Network Administration I

    3 Credit Hours
    Prerequisite: CIS 241  Students will explore network administration topics in theoretical and practical way, study different software platforms, control, shared resources, administration, security, antivirus procedures and methodologies. (FA)
  
  • CIS 299 - Network Administration II

    3 Credit Hours
    Prerequisite: CIS 248  This course teaches students, through lectures, discussions, scenarios, demonstrations, chapter review questions, textbook exercises, and classroom labs, the skills and knowledge necessary to configure, manage, and troubleshoot Windows Server 2008 Active Directory. Upon completion of this course students will be prepared for Microsoft certified technology specialist exam 70-640 “Active Directory Configuration”. (SP)
  
  • CIS 300 - Systems Analysis and Design

    3 Credit Hours
    Prerequisite: CS 330   The analysis and design phases of the system development life cycle are reviewed. Emphasis is on techniques and tools for determining systems requirements that lead to the development of logical design models using structured and object-oriented methodologies including:

    •  data and process,
    •  modeling,
    •  system requirements with use cases,
    •  object-oriented modeling using UML,
    •  rapid prototyping,
    •  introduction to application architecture.
    (FA)
  
  • CIS 306 - Wireless Networks

    3 Credit Hours
    Prerequisite: CIS 241 . This course introduces mobile computing technological concepts and applications. Students would be able to learn the fundamentals behind wireless communications, to read and understand technical papers, and to have hands-on experience with wireless hardware and protocol design. Topics covered include an over view of mobile computing, IEEE 802.11 standards, mobile IP, mobile ad hoc networks, and wireless MESH and sensor networks. The hands-on (lab) section provides students with hands-on experience on setting up, configuring, establishing a wireless network, and designing wireless protocols. Students would be able to run simulations for advanced wireless protocols. (SP)
  
  • CIS 310 - Dynamic Website Design II

    3 Credit Hours
    Prerequisite: CIS 240 . This course is a continuation of CIS 240 - Dynamic Website Design I  to introduce datadriven website development, web server architecture. Topics include the use of database CRUD statements (create, read, update, and delete) incorporated into web applications, web server installation, administration, and security. (SP)
  
  • CIS 332 - Network Operating Systems

    3 Credit Hours
    Prerequisite: CIS 241 . This course is an introduction to network operating systems with an emphasis on the management of network objects, e.g. users, groups, volumes, print servers, and other shared network resources. This course examines the interaction of people, systems and computers. Strategic management issues unique to the information technology environment are discussed. This course is also an introduction to installing, configuring, supporting and maintaining network operating system clients. Topics include software installation, configuration, operations, and troubleshooting. This course and CPT 209 help the student to prepare for the CompTIA 220-701 and 220-702 A+ certification exams. (SP)
  
  • CIS 333 - Database Technologies for Web Applications

    3 Credit Hours
    Prerequisite: CS 330  This course examines the database and related applications technologies which are critical in the enablement of web-based applications for e-commerce in its many variations. This lab-based course provides an in-depth study of using database technologies in the context of the Internet, including Oracle, and open source variations such as MySQL; the role of related scripting languages such as PHP. Also covered are the theory and practice involved in dynamic, database driven web-sites that are controlled using CSS and other web-enabling artifacts. Upon completion of this course, the student will understand the features of page scripting languages; understand the database options available for the web-based applications; explain how these can be combined with each other and with additional web-based tools to create effective web-based applications. (SP)
  
  • CIS 336 - Data Warehousing & OLAP’s Technology

    3 Credit Hours
    Prerequisite: CS 330 . This course covers the fundamentals of data warehousing/business intelligence architecture and issues involved in planning, designing, building, populating a successful data warehouse and business intelligence system. Topics covered in this course include business requirement analysis, dimensional modeling, physical design, extraction-transformation-load (ETL) design and development, Analysis Service Online Analytical Processing (OLAP) database, data mining, and business intelligence (BI) applications. (SP)
  
  • CIS 361 - CIS Supervised Internship

    3 Credit Hours
    Prerequisite: CIS senior standing on vertical curriculum. The CIS internship is designed to complement a student’s formal education with practical and meaningful IT-related work experience. It is a unique opportunity for students to clarify employment goals, develop a professional network and learn about a particular industry. Experience directly related to a student’s CIS major makes the student more marketable when seeking full-time positions after graduating. The internship should be in an IT-related field doing meaningful IT-related work. An early search to identify an internship opportunity is recommended and the internship must be approved and monitored by the Program Chair/Coordinator. (SU)
  
  • CIS 380 - E-commerce

    3 Credit Hours
    Prerequisite: CIS 138 CS 330   A study of e-commerce and its impact on business. The course provides a framework for understanding e-commerce, including marketing opportunities, as well as implementation and organization issues involved in capitalizing on e-commerce. (FA)
  
  • CIS 390 - Advanced Web Design

    3 Credit Hours
    Prerequisite: CIS 310 , CIS 333   This 300-level course will cover advanced concepts in web design and will start where CIS 310 left off. This course assumes an understanding of client-side web design and covers server-side design. Students will learn to set up dynamic web sites that can create content based on stored information as well as to create web sites that can dynamically store user information. A variety of server-side programming languages for scripting, page generation, and database interaction will be covered. (SP)
  
  • CIS 400 - Database Administration

    3 Credit Hours
    Prerequisite: CS 330 , and (CIS 210  or CS 230  ) This course focuses on developing the concepts and skills required to perform the duties of Database Administrator (DBA) in organizations using large relational databases. Students develop coherent plans for security, disaster recovery, backup and restore, replication and other administrative functions, including the creation and use of SQL scripts to automate administrative tasks, creating and managing indexes, and using advanced data transformation services. (FA, SP, SU)
  
  • CIS 402 - Project Management

    3 Credit Hours
    Prerequisite: Senior standing on vertical curriculum. This course discusses the processes, methods, techniques and tools that organizations use to manage their information systems projects. The course covers a systematic methodology for initiating, planning, executing, controlling, and closing projects. This course assumes that project management in the modern organization is a complex team-based activity, where various types of technologies (including project management software as well as software to support group collaboration) are an inherent part of the project management process. This course also acknowledges that project management involves both the use of resources from within the firm, as well as contracted from outside the organization. (FA)
  
  • CIS 411 - Computer Information Systems Seminar

    3 Credit Hours
    Prerequisite: senior standing and instructor approval. Each student (or group of 2-3) will design and conduct a research project approved by one or more faculty members who will guide and supervise the project. While the project is to be completed in CS/CIS 499 , student must show satisfactory progress to achieve a passing grade in the course. Students must also take the CS/CIS Senior Comprehensive Exam as part of the requirements for this course. (FA)
  
  • CIS 411 - Computer Science Seminar

    3 Credit Hours
    Prerequisite: senior standing and instructor approval. Each student (or group of 2-3) will design and conduct a research project approved by one or more faculty members who will guide and supervise the project. While the project is to be completed in CS/CIS499, student must show satisfactory progress to achieve a passing grade in the course. Students must also take the CS/CIS Senior Comprehensive Exam as part of the requirements for this course
  
  • CIS 420 - Network Design and Procurement

    3 Credit Hours
    Prerequisite: CIS 299 . This course discusses the design and implementation of network systems such as Ethernet switches and Internet routers. The course covers design principles and issues of traditional protocol processing systems and network processor technology. Packet processing, protocol processing, classification and forwarding, switching fabrics, network processors, and network systems design tradeoffs. This course reviews the area of physical distribution management, including warehouse management and layout, transportation, and customer services. (SP)
  
  • CIS 431 - Systems Analysis and Design

    3 Credit Hours
    Prerequisite: CS 330 . The analysis and design phases of the system development life cycle are reviewed. Emphasis is on techniques and tools for determining systems requirements that lead to the development of logical design models using structured and object-oriented methodologies, including data and process modeling, system requirements with use cases, object-oriented modeling using UML, rapid prototyping, and introduction to application architecture. (FA)
  
  • CIS 434 - Enterprise Architecture and Web Services

    3 Credit Hours
    Prerequisite: CS 330 , (CIS 210  or CS 230  ), and CIS 138 . This course provides an overview of the various options for building, deploying and maintaining an enterprise application on the web. Topics include Overview of Enterprise Applications, Web Services, Service-oriented Architecture (SOA), REST Application, and Security Requirements. (SP)
  
  • CIS 466 - Network Security

    3 Credit Hours
    Prerequisite: CIS 241 . The purpose of this course is to provide an overview of methods to assure secure and confidential information systems. Coverage includes basic concepts of main security and privacy issues of the Internet and devices, and the implementation of security methods for computer networks and the internet. (FA)
  
  • CIS 497 - Senior Design I

    3 Credit Hours
    Prerequisite: senior standing on vertical curriculum, EN 250 . This course is the first of a two-sequence capstone courses for computer science majors. Students, working in teams, select a topic from a variety of potential project topics solicited from faculty members and representatives from local industry/non-profit organizations. Students will learn about team work, team dynamics, and learn to rely on other individuals to perform necessary work for the successful completion of team goals. By the end of the semester, the overall approach and design/architecture of the project must be completed so that it can be effectively implemented, in the second semester. The course also includes lectures on topics of interest to CIS majors, such as intellectual property, information privacy, security, and exposure to a wide range of relevant software environments and technologies from mobile development environments to database-backed web services. Students must also take the comprehensive senior examination for the major.
  
  • CIS 499 - Senior Seminar

    3 Credit Hours
    Prerequisite: CS 411 and EN 250 . This course is a continuation of CS 411. Each student, or group, will complete the project started in CS411. The focus of this course will be on writing the research report, preparing and delivering a presentation on the research project to a group of students, faculty and staff of the department.
  
  • ITM 320 - Business Intelligence I

    3 Credit Hours
    Prerequisite: ITM 210, ITM 300 This course is concerned with the strategy, theory and the practice of sifting through large amounts of data, extracting pertinent information and turning that information into knowledge to facilitate informed decision making. Open to ITM Majors

Culinary Arts

  
  • CUL 105 - Culinary History, Development and Foundation

    1 Credit Hour
    This course focuses on history, development and foundation of cuisine, food preparation methods, and the foodservice industry. Emphasis is placed on World cuisine and the foodservice industry. Current trends and career opportunities in the culinary field are examined. Standard kitchen hand tools including proper knife usage; operation of equipment in a commercial kitchen; and culinary terminology are addressed. (As needed)
  
  • CUL 301 - Institutional Kitchen

    4 Credit Hours
    Prerequisite: HM 250 . Characteristics of fats, oils, egg and dairy products and the principles of preparation of vegetables, fruits, farinaceous products, and other food products will be studied and applied in the laboratory kitchen. (As needed)
  
  • CUL 302 - Meat Identification and Fabrication

    4 Credit Hours
    Prerequisite: HM 250 . This course includes the identification and fabrication of meat, seafood, and poultry. Selection, procurement, and preparation of products in commercial food service are dealt with and applied in the laboratory kitchen. (As needed)
  
  • CUL 303 - Garde-Manger

    4 Credit Hours
    Prerequisite: HM 250 . Garde-Manger is one of the most important courses culinary students take-and it’s often the first kitchen station that a new chef will encounter. This reflects the latest garde-manger trends, techniques, and flavors, including brining ratios, fermented sausages, micro greens, American cheeses, tapas menus, “action” buffet stations, and ice carving. This course covers the principles of preparation of salads, cold sauces, appetizers, and garnishes and their applications. Emphasis on color, texture, and temperature in preparation and presentation are studied and applied in the laboratory kitchen. (As needed)
  
  • CUL 304 - Principles of Food and Beverage Service

    2 Credit Hours
    Prerequisite: HM 250 . Competent food and beverage service has long been underestimated in terms of knowledge, social and technical skills. This course is designed for those who wish to learn how to serve food and beverages properly in a restaurant setting. In the process students will learn the etiquette of eating out and the behaviors associated with those who are comfortable discussing food, wines and other alcoholic and nonalcoholic beverages in a social or professional environment. (SP)
  
  • CUL 305 - Food Presentation Techniques

    2 Credit Hours
    Prerequisite: HM 250 . The art of preparing, presenting, and decorating cold food for buffets and banquets is one of the most demanding, artistic, and exciting specialties in the culinary arena. This course provides skills in preparing, constructing, and presenting elegant buffets and banquet with a flair for culinary artistry, and creativity. (As needed)

Education

  
  • ED 231 - Introduction to Education

    3 Credit Hours
    This course is designed to help preserves teachers examine the American school’s historical progress, current issues, and organization structures. (FA, SP)
  
  • ED 240 - Educational Technology

    3 Credit Hours
    This course is designed to examine various ways computers are used in education and personally. The focus of this course is on basic concepts of computer operation, identification of types of educational technology resources, teacher made multi-media for use in the classroom, and the ethical and societal impacts of technology. Additionally, students will examine assistive technology in the classroom as ways to modify instruction for diverse learners. (FA, SP)
  
  • ED 320 - Inquiry Science

    3 Credit Hours
    Prerequisite: BI 131 , ED 240 , ESE 200 , ED 231 . This course involves a study of inquiry methods and laboratory experiences relevant to teaching science in the elementary school. (FA, SP)
  
  • ED 325 - Discovery Social Studies

    3 Credit Hours
    Prerequisite: HI 230 , HI 231 , ED 231 , ED 240 , ESE 200 . In this course, students study methods and materials relevant to teaching social studies, emphasizing conceptual orientation and discovery strategies for developing specific social studies skills. (FA, SP)
  
  • ED 340 - Assessment and Evaluation

    3 Credit Hours
    Prerequisite: ED 231 , ED 240 , ESE 200  and pass General Knowledge Test. This course is a discussion of the techniques for measuring and evaluating students’ performance and programs in education, elementary statistical procedures, and grading in the various areas. The interpretation of results of district and external assessments are explored in the course. Prospective teachers learn how to design and develop traditional as well as authentic forms of assessment in their respective disciplines and to measure teaching effectiveness. Prospective teachers also learn to read and interpret external assessments.  (FA, SP)
  
  • ED 351 - Curriculum Design & Development

    3 Credit Hours
    Prerequisite: ED 231 , ED 240 , ESE 200 . Students are presented with a review of theories for curriculum formation, the forces at work on the curriculum and social events, which require constantly changing curriculum for a viable education experience for children. (FA, SP)
  
  • ED 352 - Contemporary Teaching Methods

    3 Credit Hours
    Prerequisite: ED 231 , ED 240 , ESE 200 , PS 236 . Corequisite: EDA 352 . In this course, students study methods of teaching and strategies for planning and implementing various aspects of curriculum. (FA, SP)
  
  • ED 354 - Classroom Environment

    3 Credit Hours
    Prerequisite: Pass General Knowledge Test. The purpose of this course is to provide students with the skills to manage individuals and class behaviors through a well-planned system. The course will cover topics such as classroom environment, professional ethics, school safety, and theories on creating a successful classroom culture. (FA, SP)
  
  • ED 360 - Content-Specific Methods in Secondary Education

    3 Credit Hours
    Prerequisite: ED 231 , ED 240 , ESE 200 . This course prepares secondary teachers for the theoretical and practical understanding needed for the 21st century classroom. The foundation of the course rest on students’ understanding of information in several areas such as content development, development of pedagogical skills, philosophy, and context in planning in the secondary classroom. Through a reflective approach, students will be prepared to design unit plans and lesson plans with a focus on diversity and differentiated instruction for linguistically and culturally diverse students. Students will examine realistic scenarios and examples from a variety of subject areas such as Biology, Business, English, Music, and Social Science. (FA, SP)
  
  • ED 366 - Reading I : Foundations and Application of Reading Instrucation

    3 Credit Hours
    Prerequisite: ED 231  , ESE 200   Teacher candidates will demonstrate knowledge and applications of research-based instruction of the reading process (comprehension, fluency, oral language, phonics, phonemic awareness, and vocabulary). This course meets the requirements of Florida Reading Competencies 1 and 2. (FA,SP)
  
  • ED 367 - Reading II : Assessment and Differentiation of Reading Instruction

    3 Credit Hours
    Prerequisite: ED 231   , ESE 200  , ED 366     Teacher candidates will demonstrate knowledge and applications of the selection and administration of literacy assessments, and use of data to inform instruction. Teacher candidates will demonstrate differentiation of process, product, and context within literacy instruction.  This course, together with ED439 (Language Learning)  meets the requirements of Florida Reading Competencies 3 and 4. (FA,SP)
  
  • ED 368 - Reading Strategies

    3 Credit Hours
    Prerequisite: ED 231 , ED 240 , ESE 200 , ED 352 , EDA 352 . This course offers a basic understanding of the reading process and its relationship to the other language arts (listening, speaking, and writing). Students study strategies to develop phonemic awareness and comprehension skill, while they learn to authentically assess reading skills to identify pupils’ instructional needs. (FA, SP)
  
  • ED 369 - Content Reading (6-12)

    3 Credit Hours
    Prerequisite: ED 231 , ED 240 , ESE 200 . (Required depending on area of certification). The purpose of this course is to prepare secondary majors to teach students to (1) use reading, viewing, and listening effectively, (2) construct the meaning from a wide variety of texts, and (3) write and speak to communicate ideas and information effectively. Candidates will (a) acquire a repertoire of instructional strategies for developing vocabulary, comprehension, and study skills relevant to their content areas, (b) acquire teaching techniques to meet the content literacy needs of middle and secondary students, (c) discover text characteristics including readability levels to determine reading demands of content text books and other print materials, and (d) motivate and engage student learning from technology, including the internet and e-mail. (FA, SP)
  
  • ED 370 - Content Reading K-6

    3 Credit Hours
    Prerequisite: ED 231 , ED 240 , and ESE 200 . (Required depending on area of certification). This course provides the basis for planning stimulating learning experiences using expository text (nonfiction) and informational technology. Students in this course will identify reading demands of text and acquire strategies for assessing and meeting the instructional needs of students in content reading areas of comprehension, vocabulary, structural word analysis and critical thinking skills. (FA, SP)
  
  • ED 437 - Inquiry Mathematics

    3 Credit Hours
    Prerequisite: MAT 275 . This course offers a study of mathematics content, methods and materials, stressing competency-based approaches to teaching mathematics in elementary schools. (FA, SP)
  
  • ED 439 - Language Learning

    3 Credit Hours
    Prerequisite: ED 231 , ED 240 , ESE 200 , ED 352 , EDA 352 . This course acquaints students with theories of learning and innovative practices in teaching in a literature-based, integrated language arts program. With a focus on the writing process and oral communication, students acquire a repertoire of strategies to teach spelling, grammar, speaking, and listening skills. (FA, SP)
  
  • ED 462 - Student Teaching

    12 Credit Hours
    Prerequisite: All Major Requirements listed above with a GPA of at least 2.50. Corequisite: EDX 462 . This course provides an internship experience for Education majors who apply their content knowledge teaching strategies and classroom management skills in an actual classroom setting. (FA, SP)
  
  • EDA 352 - Teaching Practicum A

    1 Credit Hour
    Corequisite: ED 231 , ED 240 , ESE 200 . s Related methods courses. This course provides field experiences for teacher candidates to develop and implement competencies pertaining to individualized curricula and instruction. This course involves a field experience in conjunction with specialized methods courses. (FA,SP)
  
  • EDB 352 - Teaching Practicum B

    2 Credit Hours
    Prerequisite: ED 352 and EDA 352. Corequisites Related methods courses. Corequisite: s Related methods courses. This course involves a field experience in conjunction with specialized methods courses. Students must be cleared and approved by the TEI Office for registration in this course. (FA,SP)
  
  • EDL 350 - Children’s Literature

    3 Credit Hours
    Prerequisite: ED 231 , ED 240 , ESE 200 . This course develops an understanding of the role of children’s literature in the cognitive, language, and social development of elementary children. Students will read widely and design literary experiences in children and young adolescent’s literature, including picture books, fantasy, historical fiction, poetry, contemporary realistic fiction, and multicultural literature. (FA, SP)
  
  • EDM 380 - Professional Seminar

    0 Credit Hours
    Students must enroll in this course each Credit, beginning at the sophomore year, except during student teaching. This course provides education majors with relevant information about matriculation and professional development as necessary to complete the program. (FA, SP)
  
  • EDS 499 - Senior Seminar

    3 Credit Hours
    There is an emphasis in this course on the practical applications of research skills and methods for preparing a senior research paper. Special use of word processing will be required. (FA, SP)
  
  • EDT 180 - Educator Skills Preparation

    2 Credit Hours
    Prerequisite: FC 110   This course enables students to develop reading, writing, and mathematical competencies, and general test taking skills. The course also introduces students to skills and dispositions required of educators, as well as the path to successful educator certification. 
  
  • EDX 462 - Student Teaching Seminar

    0 Credit Hours
    Corequisite: ED 462 . This seminar provides assistance to student teachers during the student teaching experience. (FA, SP)
  
  • TSL 370 - Principles and Issues in ESOL

    3 Credit Hours
    Prerequisite: ED 231 , ED 240 , ESE 200 . This course is designed to introduce students to the underlying theories and principles that shape the field of ESOL. The legal, sociological, historical, and professional issues which have shaped and influenced the field will be explored. The course will focus on the theories of first and second language acquisition as well as the general study of language and communication. Special attention will be given to the subsystems of language, role of language transfer, BICS and CALP, language pragmatics, and cultural issues in communication. It also provides a field clinical experience in classroom settings with second language learners. (FA, SP)
  
  • TSL 440 - Methods of Teaching ESOL

    3 Credit Hours
    Prerequisite: ED 231 , ED 240 , ESE 200 . (Elementary Education and English Education majors) This course focuses on major methodologies and strategies for teaching second language learners. It provides specific instructional techniques and practices for teaching the development of reading, language arts, and content specific subject matter for the majors. It provides guidelines and practice for unit and lesson planning, classroom management and organization, multilevel learning activities, instructional materials selection, and related instructional competencies. It also provides a field clinical experience in classroom settings with second language learners. (FA, SP)

Engineering

  
  • E 123 - Engineering Drawing.

    3 Credit Hours
    Prerequisite: MAT 134  or higher. A study of Dimensioning and Tolerancing, 3D Drawing and Modeling, Isometric Drawing, Orthographic Views and Solid Modeling. AutoCAD, a computer aided drawing software is used for the drawing assignments.
  
  • E 124 - Introduction to Engineering

    3 Credit Hours
    Prerequisite: MAT 135  or higher. This course provides an understanding of the study and practice associated with computer engineering. Topics cover the definition of engineering, introduction to computer engineering, engineering design and problem solving methods, engineering communication methods, engineering ethics & professional societies, basics of computer and electrical systems, engineering computation and programming (MATLAB). In addition, students will discover principles of computer engineering through building and programming a robot.
  
  • E 230 - Introduction to Electric Circuits

    3 Credit Hours
    Prerequisite: MAT 241 , MAT 242 , PH 251 . Corequisite: PH 252 . A study of the principles of direct-current (DC) circuits, alternating-current (AC) circuits, Ohm’s and Kirchohoff’s laws and their application to electric circuits. Thevenin and Northon’s theorems, RC, RL and RLC circuits. Application of phasor diagrams in the analysis of AC circuits. Time domain solutions of first and second order circuit equations. Introduction to operational amplifiers. There is a laboratory component to this course.
  
  • E 230L - Introduction to Electric Circuits Laboratory

    1 Credit Hour
    Corequisite: E 230 . Laboratory experiments related to material covered in E 230 .
  
  • E 331 - Engineering Mechanics I, Statics

    3 Credit Hours
    Prerequisite: MAT 241 , MAT 242 , MAT 334 , PH 251 , PH 252 . A study of force vectors, equilibrium of a particle, force system resultants, equilibrium of a rigid body, structural analysis, internal forces, friction, centroid, moments of inertia.
  
  • E 332 - Engineering Mechanics II, Dynamics

    3 Credit Hours
    Prerequisite: E 331 . A study of kinetics and kinematics of a particle and rigid body including force and acceleration, work, energy, impulse and momentum.
  
  • E 333 - Networked Autonomous Robotics

    3 Credit Hours
    Prerequisite: CS 231 , CS 335 , MAT 241 , MAT 242 . This course deals with networked, autonomous and intelligent mobile robot systems. It is designed to help the student to develop fundamental understanding of planning and control issues for multiple autonomous mobile robotic systems. The course covers autonomous robot locomotion, mobile robot kinematics, perception using various sensors in robot systems, map building and localization, planning and navigation, and cooperative control of multiple robots. Results of current research and on-going research issues in the field of autonomous robotics are introduced in the course. Projects and hands-on lab experiments for the course are designed to enhance the student’s understanding and knowledge of autonomous robotics.
  
  • E 333L - Networked Autonomous Robotics Laboratory

    1 Credit Hour
    Corequisite: E 333 . Laboratory experiments related to material covered in E 333 .
  
  • E 334 - Introduction to Microcontrollers

    3 Credit Hours
    Prerequisite: E 230 , CS 231 . Corequisite: EL 334L. An introduction to microcontroller hardware and software applications. Interconnection of components, peripheral devices and bus timing relationships are explored. Assembly language and structured C-language are introduced and employed in microcontroller programming. Input/output (I/O) techniques are surveyed.
  
  • E 335 - Electronics I

    3 Credit Hours
    Prerequisite: PH 251 , PH 252 , E 230 . Corequisite: EL 335L. The analysis and design of circuits utilizing electronic devices such as bipolar transistors, MOS transistors and operational amplifiers. Topics include Integrated Circuit (IC) biasing, the behavior and operating limitations of large-signal and small-signal amplifiers. Computer circuit simulation is an integral part of this course.
  
  • E 336 - Electronics II

    3 Credit Hours
    Prerequisite: E 335 . Corequisite: EL 336L. A continuation of the analysis and design of circuits utilizing electronic devices such as bipolar transistors, MOS transistors and operational amplifiers. Topics include the behavior and operating limitations of large-signal and small-signal amplifiers, differential amplifiers, high-frequency amplification, stability and compensation. Tuned amplifiers, oscillators and Integrated Circuit (IC) biasing.
  
  • E 431 - VLSI Design I

    3 Credit Hours
    Prerequisite: E 230 , E 336 , MAT 334 , CS 437 . Corequisite: EL 431L This course covers the fundamental principles of NMOS and CMOS digital integrated circuit (IC) design. Principles of circuit analysis and design are emphasized. Modern CAD tools for Integrated Circuit layout and simulation are extensively used. Covers system level design issues, including testing.
  
  • E 431L - VLSI Design I Laboratory

    1 Credit Hour
    Corequisite: E 431 . Laboratory experiments related to material covered in E 431 .
  
  • E 432 - VLSI Design II

    3 Credit Hours
    Prerequisite: E 431 . Corequisite: EL 432L the design and synthesis of Very Large Scale Integrated (VLSI) chips using CMOS technology. Design issues at layout, schematic, logic and RTL levels are investigated. Commercial design software is used for laboratory exercises. Theoretical concepts in VLSI architectures and algorithms are explored. Advanced level application of VLSI computer-aided design (CAD) tools.
  
  • E 432L - VLSI Design II Laboratory

    1 Credit Hour
    Corequisite: E 432 . Laboratory experiments related to material covered in E 432 .
  
  • E 434 - Engineering Circuit Analysis

    3 Credit Hours
    Prerequisite: E 230 , MAT 334 , MAT 337 . A study of linear circuit analysis and techniques. In depth coverage of the properties of electric circuit elements, node and loop circuit equations, AC sources and impedance. Time domain, frequency domain and steady state analysis of RLC circuits are thoroughly covered. Laplace Transform, Fourier Analysis and Fourier Transform techniques are employed in the analysis of circuit characteristics.
  
  • E 436 - Digital Signal Processing

    3 Credit Hours
    Prerequisite: E 230 , MAT 242 , MAT 334 . Corequisite: EL 436L A study of the fundamental principles and concepts of Digital Signal Processing (DSP). Course coverage includes discrete-time signals and systems, Ztransforms, discrete convolution and Discrete Fourier Transform (DFT). Analog-to-Digital conversion (ADC), Digital-to-Analog conversion (DAC) and digital filter design are also covered. In the laboratory, a programmable DSP board and a software package for digital signal processing are used for data acquisition, filter implementation, convolution calculations, signal modeling and real-time filtering. MATLAB software with Simulink is used in the laboratory for DSP algorithm design and analysis.
 

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