This course helps to equip students with essential skills needed for structured and听object-oriented programming. At the completion of the course, students should understand fundamental programming concepts such as flow control, objects, classes,听methods, procedural decomposition, inheritance, and polymorphism; be able to听write simple applications using most of the capabilities of the Java programming听language and apply principles of good programming practices throughout the process.
At the end of the course, students should be able to research, analyze, design,听develop, and maintain functioning software systems in accord with the goals of the听偶蜜国际传媒 Software Engineering Department and the 510300 IT competency standard听(OK 17, 17, 115).
Topics: Structured Programming:
Topics: Object-oriented Programming
Safety Management for SFW is an introductory course covering the most important听aspects of Software System Safety from a developer鈥檚 point of view. The 3-credit听course focuses on topics of building secure, safe, and sustainable software. This听course takes an in-depth look into low-level programming languages such as C,听C++, and assembly, their relationship with the underlying hardware. We try to听understand how design decisions of such foundational technologies, used to build听core systems around us, and their relationships may influence virtual and real-world听sustainability and safety.
The IT Essentials course covers the fundamentals of computer hardware and software and advanced concepts such as security, networking, and the responsibilities of an IT professional. It is designed for students who want to pursue careers in ICT and students who want to gain practical knowledge of how a computer works. Students who complete COM-108 will be able to describe the internal components of a computer, assemble a computer system, install an operating system, and troubleshoot using system tools and diagnostic software. Students will also be able to connect to the Internet and share resources in a networked environment. New topics in this version include mobile devices such as tablets and smartphones and client-side virtualization. Expanded topics include security, networking, and troubleshooting. Hands-on lab activities are essential elements that are integrated into the curriculum.听
The inclusion of Packet Tracer supports alignment with the new CompTIA A+ certification objectives. This course helps students prepare for the CompTIA鈥檚 A+ certification, most importantly the Essentials exam.
Learning Objectives:
The goal of the course is to give knowledge of classic data structures and algorithms听basic for both practical and theoretical parts of computer science. A brief list of data听structures and algorithms studied in this course: dynamic arrays, linked lists, hash tables, binary trees, linear search, binary search. Special emphasis in the course will be听done on the STL part of the C++ standard library: classes string, vector, list, set,听unordered_set, map, unordered map, and standard algorithms.
Programming language and software tools of the course:
Students have to do lab works and projects using standard C++ and any compilers听that support standard C++ and command-line interface.
Performance of algorithms. O-notation
Linked lists. Class list of standard library C++
Doubly linked lists and single linked lists.
Hashing. Classes unordered_set and unordered_map of standard library C++.
Implementation of class HashSet听
Binary Search Trees. Classes set and map of standard library C++听
Implementation of class BinarySearchTree
Recursion. Backtracking
Sort algorithms: insertion sort, merge sort, quick sort听
Heap, heap sort听
Graphs. Breadth-first Search, depth-first search,
Topological sort.听
Weighted graphs. Shortest path.
Weighted graphs. Minimum spanning tree.听
Dynamic Programming. Longest common subsequence problem
Algorithms of standard library C++.
The course introduces students to the topic of computer architecture and organization. Students will focus on studying the structure and design of modern central听processing units. Students will learn the basics of the x86-64 and aarch64 instruction听sets, the assembly languages for the platforms, and the representation of high-level听language structures in the low-level languages.
At the end of the course, students should be able to research, analyze, design,听develop, and maintain the software in low-level programming languages in accord with the听goals of the 偶蜜国际传媒 Software Engineering Department and the 510300 IT competency听standard (OK 17, 17, 115).
Topics Covered
The course introduces students to the fundamentals of operating systems design and implementation. Topics include an overview of the components of an operating听system, synchronization, implementation of processes, scheduling algorithms, memory management, and file systems. This course is designed for Software Engineering听majors and minors.
As CPU speeds began to exceed 3.5 GHz, further CPU speed increases started to reach a limit. As a result, computer manufacturers began building machines with multiple CPUs.听Techniques for programming these multi-core machines were听soon developed. In this same time frame, graphical processing听units (GPUs), Field Programmable Gate Arrays (FPGAs), and听other types of heterogeneous computing technologies and听integrated circuits also emerged. Heterogeneous computing听provides efficient ways of addressing specific types of听computing needs. Today, most modern computing and
especially server-side or cloud computing is distributed across听heterogeneous computing machines. The modern software engineer who is interested in fast and efficient [cloud-based] computing must appreciate when and how to use such听technologies. This course provides an introduction and
grounding on these topics with a special focus on:
AIMS AND OUTCOMES
By the end of this course, students will:
The course teaches students the fundamentals of computer graphics through a process听of developing a 3-D engine in a series of laboratory tasks throughout the course.
Students will study how to work with graphics accelerators with the help of the听OpenGL ES API to deliver rich 3-D computer-generated images, animations, or听interactive applications. As a result, students should be able to research and analyze the functioning听of a complex real-time computational system, improve their skills using programming languages for software design and development in accord with the goals of the听偶蜜国际传媒 Software Engineering Department and the 510300 IT competency standard (including competency elements OK 1鈥7, 1鈥7, 1鈥15).
Topics Covered
The course introduces students to software engineering, teaching each of the听individual steps of the software life cycle: requirements, design, coding, testing, and听software delivery. The course covers estimating man-months to complete a project and听writing project proposals. Along with the theory, students will go through all the听stages of software development on their own projects.
This is a two-semester course designed for Software Engineering majors and minors.听The course introduces students to software engineering, providing information on key听processes.
Topics Covered
All students majoring in Software Engineering are required to complete a 2 semester-long Senior Project/Thesis in their senior year. A Senior Project/Thesis represents a student鈥檚 capstone experience in the discipline. Students completing a double major in another field are encouraged to propose interdisciplinary projects of their choosing.
By the end of the course, the student will be able to:
Course content
The course involves an application development or investigation of a relevant problem in the Software Engineering domain. The problem is identified by the students and should have practical and/or theoretical relevance for the SE domain. Students work individually or in pairs preferably within a company setting in which the problem they address is investigated. The investigation should be documented in the form of a written report.
听