Select Page

BACHELOR OF SCIENCE IN COMPUTER SCIENCE

 

 

 

 

 

EMPOWER YOUR FUTURE IN TECHNOLOGY

Computer science is fast becoming a popular career path with the business world becoming increasingly reliant on technology and computers. Organizations around the globe are looking for professionals who have the technical skills, as well as the business skills. Northwood’s Bachelor of Science in Computer Science employs a distinct approach that includes technical know-how and business focus along with problem-solving skills that allow you to stand out in the market.

Northwood’s Bachelor of Science in Computer Science program is a STEM certified program for Optional Practical Training (OPT) purposes. This means that it offers the potential for international students to work in the US for a total of 3 years and the potential for a work visa (H1-B, etc.) This makes it the perfect platform to launch your career in computer science.

Bachelor of Science in Computer Science

15 + 7 =

THE NORTHWOOD DIFFERENCE

For over 60 years, Northwood University has prepared students to launch their careers successfully in their selected field. And our holistic approach develops the future leaders of a global free-enterprise society.

At Northwood, you will start classes in your major on your first day. This means you can validate your interest in a major field of study early and be prepared for internships after your first year. During your time at Northwood, you will;

  • Develop critical thinking skills through problem-solving and collaboration rather than lectures and memorization.

  • Learn from our exceptional faculty who guide class discussions and real-world case studies with their real industry experience.

  • Be immersed in an environment that emphasizes qualitative personal development through purposeful programming.

  • Emerge as an individual who: can explain personal values; appreciate the aesthetic, creative, and spiritual elements of life; seek lifelong education; and are effective self-evaluators and action-oriented.

CURRICULUM

The Bachelor of Science in Computer Science curriculum covers a comprehensive range of topics designed to provide students with a tool kit to navigate a business world dependent on computers and technology. The program covers a foundation in programming, algorithms, and data structures, providing you with a solid understanding of the building blocks of computer science and the skills to apply it in the real world.

The program will enable you to explore and gain hands-on experience to master several software, practices, and programming languages such as;

  • Java
  • MySQL
  • C/C#/C++
  • Object-Oriented Programming
  • Python
  • Networking
  • Agile Development
Foundation Courses (2-3 credit hours)

  • FDN 1110 Student Success Seminar or FDN 2500 Strategies for Success — 1 credit hour

  • FDN 1300 Student Leadership Seminar (campus only) — 1 credit hour

  • FDN 2250 Blueprint for Success or FDN 3200 Career Advancement — 1 credit hour

BS General Education Core (21 credit hours)

General education courses are the foundation of the University’s outcomes and attributes for its graduates.

  • ENG 1150 Composition I — 3 credit hours
  • ENG 1200 Composition II — 3 credit hours
  • MTH 1150 College Algebra or MTH 1100 Finite Math — 3 credit hours
  • SPC 2050 Speech — 3 credit hours
  • NSC 2100 Environmental Science or Natural Science — 3 credit hours
  • HIS 2100 Foundations of the Modern World I or History Elective — 3 credit hours
  • MTH 2310 Statistics I — 3 credit hours
Common Professional Core (36 credit hours)

  • ACC 2410 Fundamentals of Financial Accounting — 3 credit hours
  • ACC 2415 Fundamentals of Managerial Accounting — 3 credit hours
  • ECN 2210 Principles of Microeconomics — 3 credit hours
  • ECN 2220 Principles of Macroeconomics — 3 credit hours
  • LAW 3000 Business Law I — 3 credit hours
  • MGT 2300 Principles of Management — 3 credit hours
  • MIS 1500 Business Productivity Software — 3 credit hours
  • MKT 2080 Principles of Marketing — 3 credit hours
  • FIN 3010 Financial Management — 3 credit hours
  • MGT 4250 Organizational Behavior — 3 credit hours
  • MGT 4800 Strategic Planning — 3 credit hours
  • PHL 3100 Ethics — 3 credit hours
Northwood Idea Core (6 credit hours)

  • ECN 4010 Economics of Public Policies — 3 credit hours
  • PHL 4100 Philosophy of American Enterprise — 3 credit hours
Major Core (51 credit hours)

  • MIS 1110 Introduction to Management Information Systems — 3 credit hours
  • CS 1100 Computer Architecture — 3 credit hours
  • MIS 1300 Information Technology Infrastructure — 3 credit hours
  • CYB 2300 Advanced Networking Systems — 3 credit hours
  • MIS 2140 Programming I — 3 credit hours
  • MTH 3100 Calculus I — 3 credit hours
  • CS 2500 Data Structures and Algorithms — 3 credit hours
  • MIS 2150 Programming II — 3 credit hours
  • MTH 2870 Linear Algebra and Matrix Theory — 3 credit hours
  • CS 3100 Computer Organization & Assembly Language — 3 credit hours
  • CYB 2150 Scripting — 3 credit hours
  • MIS 3400 Systems Analysis and Design — 3 credit hours
  • MIS 3200 Database Design & Implementation — 3 credit hours
  • MTH 3150 Data Science for Informed Decision Making — 3 credit hours
  • CS 4000 Algorithm Design and Analysis — 3 credit hours
  • CS 4100 Operating Systems — 3 credit hours
  • MIS 4500 Technology Capstone Project — 3 credit hours
Choice Electives (3 credit hours)

  • Choice Elective — 3 credit hours
  • Choice Elective — 1 credit hour

COMPUTER SCIENCE COURSES OFFERED

CS 1000 Introduction to Computer Science (3 credits)

In this course, students are introduced to the fundamental concepts of computer science, problem solving, object-oriented algorithm development, and programming. Core concepts such as contemporary programming languages and their constructs, identifiers, primitive data types, etc. would be covered. Students will analyze declarative and imperative computer programs regarding function, logic, structure, and object-based approaches.

CS 1100 Computer Architecture (3 credits)

In this course, students learn about the internal architecture and organization of a computer system. It helps students understand the role that performance evaluation has in relation to computer system design, the design and architecture of instruction sets, the design and optimization of data paths, control design, pipeline implementations, etc. This course also provides an overview of digital logic.

CS 2500 Data Structures and Algorithms (3 credits)

In this course, students learn basic and essential topics in data structures, such as array-based lists, linked lists, skiplists, hash tables, recursion, binary trees, and sorting algorithms. Students also learn to use data structures as algorithmic tools to design efficient computer programs that will cope with complex applications through the analysis and design of fundamental data structures.

CS 3100 Computer Organization and Assembly Language (3 credits)

In this course, students will be introduced to the organization and operation of computer systems at the assembly language level. Students will perform mapping of statements and constructs in a high-level language on top of sequences of machine instructions. Internal representations of simple data types and structures will also be analyzed and mapped by students. Practical application of concepts presented in class will be provided by hands-on programming experience with an assembly language.
Prerequisite: CS 2150

CS 4000 Algorithm Design and Analysis (3 credits)

In this course, students become acquainted with various techniques for designing algorithms, analyzing their time and space complexity, and demonstrating their correctness. This course also introduces the students to algorithm analysis, including tools such as computational models, case analysis, and computational complexity.
Prerequisite: CS 2500

CS 4100 Operating Systemsts)

In this course, students are introduced to the core concepts of operating systems, such as processes and threads, scheduling, synchronization, memory management, file systems, input and output device management, and security. Students will have to perform a general survey of operating system concepts and develop computer code and programs. Course concepts include synchronization of processes, inter-process communication, deadlock, multiprogramming and multiprocessing, scheduling, resource management, etc.
Prerequisite: CS 3100

CS 4200 Computer Science Senior Project (3 credits)

In this course, students will have to work in teams to apply the knowledge they have gained from the curriculum. The project can be either an applied application or a theory-based project. Students choosing applied projects will identify a problem, develop a project proposal, identify an approach to the problem’s solution, develop the solution, and implement the solution, followed by testing or evaluating the solution. A theory-based project involves conducting original research (e.g., developing a new algorithm) and evaluating the strengths and limitations of the research (e.g., the new algorithm). And finally, it involves the students documenting their work in the form of written reports and oral presentations.

ADMISSION

 

APPLICATION PROCESS

The program follows a simple 3-step application process. The step-by-step process is outlined below.

STEP 1: SUBMIT APPLICATION

Candidates can apply to the program online and attach all required materials as outlined in the requirements below.

STEP 2: ROLLING ADMISSION

The admissions team will assess your application as soon as it is received.

STEP 3: INTERVIEW

Candidates might be required to give an interview before being accepted into the program. Once all the requirements are completed, the admissions team will notify you with a decision.

For admissions support, we offer online office hours, an admissions checklist, and email and phone support to answer your questions.

APPLICATION REQUIREMENTS

Applicants for the undergraduate program are required to have:

  • Passport ID page (must be valid for at least 6 months beyond the entry date to Northwood University)
  • Secondary school transcripts
  • Secondary school completion certificate or diploma
  • College or university transcripts (if you have completed any university credits)
  • English proficiency

KEY DATES

Deadline: 15th April, 2024

Application Fees: USD 100

Please Note: Application fee is refunded only in the case an applicant is not offered admission to the program.

OPTIONAL PRACTICAL TRAINING – US OPT

After you have completed at least one year of your studies in the U.S. you will be eligible to participate in the US OPT (Optional Practical Training) program for F-1 students upon the completion of your undergraduate degree, allowing you to stay in the US while you start your career in data analytics.

Optional Practical Training (OPT) is temporary employment in the US that is directly related to an F-1 student’s major area of study. Eligible students can apply to receive up to 12 months of OPT employment authorization before completing their academic studies (pre-completion) and/or after completing their academic studies (post-completion). Please click here to know more about OPT.

Northwood’s Bachelor of Science in Computer Science program is a STEM (Science, Technology, Engineering, and Mathematics) certified program for Optional Practical Training (OPT) purposes. This allows the graduates of the program to apply for an additional 24 months of extension of OPT. Ultimately, it offers the potential for international students to work in the US for a total of 3 years and the potential for a work visa (H1-B, etc.)

TUITION & SCHOLARSHIPS

TUITION AND FEES

The following figures are fixed 2023-2024 costs for 12-17 credit hours per semester.

Expense Description 1st Semester (Fall) 2nd Semester (Spring) Total Per Year
Tuition* $ 15,700 $ 15,700 $ 31,400
Student and Technology Fee $ 800 $ 800 $ 1,600

*The fee does not include transport expenses, health insurance, any associated visa fees etc. and accommodation. It also does not cover any other expenses that are not expressly mentioned above. Students are required to live on campus for the first two years of attendance at Northwood University.

Healthcare plan is mandatory and is available for approximately $ 1,500*/year (*Subject to change per academic year).

SCHOLARSHIPS

The aim of the scholarships is to provide outstanding candidates with an opportunity to study irrespective of their financial circumstances. The program offers significant scholarship funding to the most talented applicants.

All applicants for the Bachelor of Science in Computer Science program are automatically considered for Northwood University scholarships. Scholarship amounts will be noted in your letter of acceptance.

PROGRAM EXPERIENCE

With a large international presence both at our U.S. locations and abroad, the Northwood student body is very diverse. Our alumni are at ease in complex, multi-cultural business environments with a professional network around the world. Learning at Northwood takes place in more than just the classroom. With a multitude of activities to choose from, students realize significant personal and professional growth which, after graduation, will set them apart as they launch their careers.

Campus life

CAMPUS LIFE

Be it academic-based organizations like the Entrepreneurship Society, Collegiate DECA or Business Professionals of America (BPA) to Greek Life to service-based organizations like Circle K, Rotaract, the Student Athletic Advisory Council or Student Government Association, Northwood University has ways for students to be engaged and involved on campus and in the local community. These experiences help students learn first-hand, how businesses and people connect through shared experiences.

PROFESSIONAL DEVELOPMENT

Northwood students graduate with a superior business education that gives them a foundation of understanding free markets, entrepreneurial endeavors, personal responsibility, and ethical behavior. And, NU students also graduate with the ability to effectively communicate their ideas, beliefs, and experiences in an effort to promote success in their own lives and in the lives of others. Through workshops and campus-life programming, students hone networking, interviewing and résumé writing skills putting them one more step ahead in a competitive job market.

Professional development

Experiential Learning

EXPERIENTIAL LEARNING

One hallmark of the Northwood education is hands-on, experiential learning. Many of our academic programs enhance classroom learning with large-scale, active learning student-run projects. These events allow our students to apply what they learn in the classroom to real situations.

ENTERPRISE/ENTREPRENEURIAL ORIENTATION

Many Northwood alumni earn their livelihoods in enterprises they own in whole or in part. While we offer a program in Entrepreneurship, our entire curriculum is focused on enterprise models and entrepreneurial achievements. Enterprise is a key tenet of our Mission, and we believe entrepreneurship is the essential element of our free market economy.

Entrepreneurial Orientation

Competitive Advantage

COMPETITIVE ADVANTAGE

While our student-athletes are competing on the athletic fields as part of the NCAA Division II Great Lakes Intercollegiate Athletic Conference (GLIAC); many of our students also compete in academic arenas. Our national champion Mock Trial team has bested teams from Harvard, Georgetown, and Stanford while our Competitive Speech team, American Marketing Association, BPA, DECA, and American Advertising Federation student chapters regularly place in regional and national competitions.

𝐃𝐫𝐞𝐚𝐦 𝐁𝐢𝐠, 𝐒𝐭𝐮𝐝𝐲 𝐁𝐢𝐠𝐠𝐞𝐫!


Unlock endless opportunities with a world-class education in the UK 🇬🇧 or the USA! 🇺🇸 🌟 Diverse cultures, top universities, and a future full of possibilities await you. ✈️📚

📞 074 165 6726 | 077 344 9438
🌐 www.innoventsys.com
WhatsApp - https://wa.me/773449438

Learn More

This will close in 0 seconds