{"id":2827,"date":"2024-09-17T16:57:00","date_gmt":"2024-09-17T14:57:00","guid":{"rendered":"https:\/\/miuniversity.edu\/?post_type=bachelor_degrees&#038;p=2827"},"modified":"2026-06-04T13:38:04","modified_gmt":"2026-06-04T11:38:04","slug":"bachelors-degree-in-computer-science","status":"publish","type":"bachelor_degrees","link":"https:\/\/miuniversity.edu\/en\/academics\/bachelor-degrees\/bachelors-degree-in-computer-science\/","title":{"rendered":"Bachelor\u2019s degree in Computer Science"},"content":{"rendered":"<link rel=\"preload\" href=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/Ciencias-informaticas-hero.jpg\" as=\"image\"><link rel=\"preload\" href=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/Mobile-1.jpg\" as=\"image\">\n<div id=\"hero\" class=\"hero\">\n      <img\n      src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/Ciencias-informaticas-hero.jpg\"\n      alt=\"Logo\"\n      class=\"desktop background\"\n      decoding=\"sync\"\n      loading=\"eager\" \/>\n    <div class=\"header mobile\">\n          <img\n        src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/Mobile-1.jpg\"\n        alt=\"Logo\"\n        class=\"background\"\n        data-mobile=\"true\"\n        decoding=\"sync\"\n        loading=\"eager\" \/>\n      <\/div>\n  <div class=\"container\">\n    <div class=\"content\">\n      <!-- <div class='logo-company'>\n                      <\/div> -->\n      <p class=\"hero__title\">\n        <span>Bachelor\u2019s Degree in <\/span>\n        Computer Science      <\/p>\n      <p>Earn your bachelor\u2019s degree with a comprehensive focus on programming, software development, databases, networks, and systems. You will master the use of cutting-edge tools and technologies to solve real-world problems in today\u2019s technological landscape.<\/p>\n      <div>\n        <div class=\"information\">\n                      <a class=\"btn-hide btn-hide-hero\"\n              href=\"#formulario\"\n              data-gtm-container=\"hero\"\n              data-gtm-category=\"solicitud_info_contextual\"\n              data-gtm-action=\"form_open\">\n              Request information<\/a>\n                    <div>\n            <span>$14,400*<\/span>\n            <div class='information__description-cta'>\n              <p>Apply for a scholarship<\/p>\n            <\/div>\n          <\/div>\n                      <img decoding=\"async\"\n              src=\"\/wp-content\/plugins\/iter-bloques\/blocks\/hero-iter\/line.png\"\n              alt=\"Line\"\n              class=\"line\" \/>\n                  <\/div>\n              <\/div>\n    <\/div>\n    <section>\n              <div class=\"data\">\n                      <div class=\"item\">\n                              <img decoding=\"async\"\n                  src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/07\/format.svg\"\n                  alt=\"\"\n                  class=\"desktop-icon\" \/>\n                            <p>\n                <span>Format<\/span>\n                100% online                                              <\/p>\n            <\/div>\n                      <div class=\"item\">\n                              <img decoding=\"async\"\n                  src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/07\/calendar.svg\"\n                  alt=\"\"\n                  class=\"desktop-icon\" \/>\n                            <p>\n                <span>Applications<\/span>\n                Closed                                              <\/p>\n            <\/div>\n                      <div class=\"item\">\n                              <img decoding=\"async\"\n                  src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/07\/medal.svg\"\n                  alt=\"\"\n                  class=\"desktop-icon\" \/>\n                            <p>\n                <span>US Degree<\/span>\n                Accredited                                              <\/p>\n            <\/div>\n                      <div class=\"item\">\n                              <img decoding=\"async\"\n                  src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/07\/language.svg\"\n                  alt=\"\"\n                  class=\"desktop-icon\" \/>\n                            <p>\n                <span>Language<\/span>\n                English and Spanish                                              <\/p>\n            <\/div>\n                      <div class=\"item\">\n                              <img decoding=\"async\"\n                  src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2025\/09\/Time-_-Regular.png\"\n                  alt=\"\"\n                  class=\"desktop-icon\" \/>\n                            <p>\n                <span>Duration<\/span>\n                4 years (12 semesters)                                              <\/p>\n            <\/div>\n                      <div class=\"item\">\n                              <img decoding=\"async\"\n                  src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2025\/09\/Education-_-Regular.png\"\n                  alt=\"\"\n                  class=\"desktop-icon\" \/>\n                            <p>\n                <span>Number of credits<\/span>\n                120 credits                                              <\/p>\n            <\/div>\n                  <\/div>\n          <\/section>\n  <\/div>\n<\/div>\n<script>\n  document.addEventListener('DOMContentLoaded', function() {\n    document.querySelector('[data-module=\"footer\"]').insertAdjacentHTML(\n      \/\/ document.getElementById(\"footer-web\").insertAdjacentHTML(\n      \"beforebegin\",\n      `<div class=\"button-banner\">\n        <div>\n          <span>$14,400*<\/span>\n          <div class=\"mobile\"><\/div>\n        <\/div>\n        <a href=\"#formulario\" data-gtm-container=\"sticky\" data-gtm-category=\"solicitud_info_contextual\" data-gtm-action=\"form_open\">Request information<\/a>\n      <\/div>`\n    );\n\n    function smoothScroll(e) {\n      e.preventDefault();\n      const targetId = this.getAttribute('href');\n      const targetElement = document.querySelector(targetId);\n      if (targetElement) {\n        const targetPosition = targetElement.offsetTop;\n        window.scrollTo({\n          top: targetPosition,\n          behavior: 'smooth'\n        });\n      }\n    }\n\n    document.querySelector('.button-banner').querySelector('a[href^=\"#\"]').addEventListener('click', smoothScroll);\n  });\n\n  const visible = function checkScreenWidth() {\n    const width = window.innerWidth;\n    return width >= 767 && width <= 1024;\n  }\n\n  window.addEventListener(\"scroll\", function() {\n    const topPosition =\n      document.querySelector(\".form\")?.getBoundingClientRect().top -\n      window?.innerHeight;\n    if (document.querySelector(\".button-banner\")) {\n      if (topPosition <= 0) {\n        document.querySelector(\".button-banner\").style.opacity = 0;\n        document.querySelector(\".button-banner\").style.height = \"0px\";\n      } else {\n        document.querySelector(\".button-banner\").style.opacity = 1;\n        document.querySelector(\".button-banner\").style.height = \"87px\";\n      }\n    }\n  });\n<\/script>\n\n\n<div id=\"menu-iter\" class=\"menu-iter\">\n  <div class=\"container\">\n    <div class=\"content\">\n                                                    <a href=\"#aprendizaje\"\n                  data-gtm-container=\"tab\"\n                  data-gtm-category=\"navigation\"\n                  data-gtm-action=\"navigation\">\n                  <div class=\"desktop\">\n                    Overview                  <\/div>\n                  <!-- A\u00f1adir texto mobile -->\n                  <div class=\"mobile\">\n                    Overview                  <\/div>\n                <\/a>\n                                            <a href=\"#formato\"\n                  data-gtm-container=\"tab\"\n                  data-gtm-category=\"navigation\"\n                  data-gtm-action=\"navigation\">\n                  <div class=\"desktop\">\n                    Format                  <\/div>\n                  <!-- A\u00f1adir texto mobile -->\n                  <div class=\"mobile\">\n                    Format                  <\/div>\n                <\/a>\n                                            <a href=\"#programa\"\n                  data-gtm-container=\"tab\"\n                  data-gtm-category=\"navigation\"\n                  data-gtm-action=\"navigation\">\n                  <div class=\"desktop\">\n                    Study Plan                  <\/div>\n                  <!-- A\u00f1adir texto mobile -->\n                  <div class=\"mobile\">\n                    Study Plan                  <\/div>\n                <\/a>\n                                            <a href=\"#salidasprofesionales\"\n                  data-gtm-container=\"tab\"\n                  data-gtm-category=\"navigation\"\n                  data-gtm-action=\"navigation\">\n                  <div class=\"desktop\">\n                    Career opportunities                  <\/div>\n                  <!-- A\u00f1adir texto mobile -->\n                  <div class=\"mobile\">\n                    Career opportunities                  <\/div>\n                <\/a>\n                                            <a href=\"#faqs\"\n                  data-gtm-container=\"tab\"\n                  data-gtm-category=\"navigation\"\n                  data-gtm-action=\"navigation\">\n                  <div class=\"desktop\">\n                    FAQs                  <\/div>\n                  <!-- A\u00f1adir texto mobile -->\n                  <div class=\"mobile\">\n                    FAQs                  <\/div>\n                <\/a>\n                                            <a href=\"#requisitos\"\n                  data-gtm-container=\"tab\"\n                  data-gtm-category=\"navigation\"\n                  data-gtm-action=\"navigation\">\n                  <div class=\"desktop\">\n                    Requirements                  <\/div>\n                  <!-- A\u00f1adir texto mobile -->\n                  <div class=\"mobile\">\n                    Requirements                  <\/div>\n                <\/a>\n                                            <a href=\"#calidad\"\n                  data-gtm-container=\"tab\"\n                  data-gtm-category=\"navigation\"\n                  data-gtm-action=\"navigation\">\n                  <div class=\"desktop\">\n                    Licenses                  <\/div>\n                  <!-- A\u00f1adir texto mobile -->\n                  <div class=\"mobile\">\n                    Licenses                  <\/div>\n                <\/a>\n                        <\/div>\n    <div class=\"information\">\n      <div>\n        <span>$120 per credit<\/span>\n                <\/div>\n      <a class=\"btn-hide btn-hide-sticky\" href=\"#formulario\" data-gtm-container=\"header\" data-gtm-category=\"solicitud_info_contextual\"  data-gtm-action=\"form_open\">Request information<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const menu = document.getElementById(\"menu-iter\"); \/\/ Selecciona el contenedor del men\u00fa\n    const menuItems = menu.querySelectorAll('a[href^=\"#\"]');\n    const sections = Array.from(menuItems)\n      .filter((item) => item.getAttribute(\"href\") !== \"#formulario\")\n      .map((item) => {\n        const id = item.getAttribute(\"href\").substring(1); \/\/ Removemos el '#'\n        return document.getElementById(id);\n      });\n\n    let menuHeight = menu.offsetHeight;\n\n    function setActiveMenuItem() {\n      const scrollPosition = window.scrollY + menuHeight + 5;\n\n      const activeSection = sections.find((section) => {\n\n        if(section){\n          const sectionTop = section.offsetTop;\n          const sectionHeight = section.offsetHeight;\n          return (\n            scrollPosition >= sectionTop &&\n            scrollPosition < sectionTop + sectionHeight\n          );\n        }\n        \n      });\n\n      if (!activeSection) return;\n\n      const activeMenuItem = Array.from(menuItems).find(\n        (item) => item.getAttribute(\"href\") === `#${activeSection.id}`\n      );\n\n      if (activeMenuItem) {\n        menuItems.forEach((item) => item.classList.remove(\"active\"));\n        activeMenuItem.classList.add(\"active\");\n        if (window.innerWidth < 1024) {\n          const menuScroll = document.querySelector(\".menu-iter .container .content\");\n          menuScroll.scrollLeft +=\n            activeMenuItem?.getBoundingClientRect()?.left -\n            menuScroll?.getBoundingClientRect()?.left -\n            16;\n        }\n      }\n    }\n\n    function smoothScroll(e) {\n      e.preventDefault();\n      const targetId = this.getAttribute(\"href\");\n      const targetElement = document.querySelector(targetId);\n      if (targetElement) {\n        const targetPosition = targetElement.offsetTop - menuHeight;\n        window.scrollTo({\n          top: targetPosition,\n          behavior: \"smooth\",\n        });\n      }\n    }\n\n    menuItems.forEach((item) => {\n      item.addEventListener(\"click\", smoothScroll);\n    });\n\n    window.addEventListener(\"scroll\", setActiveMenuItem);\n    window.addEventListener(\"resize\", () => {\n      menuHeight = menu.offsetHeight;\n    });\n\n    setActiveMenuItem();\n  });\n<\/script>\n\n\n\n<div id=\"descripcion\" class=\"numeros white\">\n  <div class=\"container\">\n    <div class=\"content\">\n      <p class=\"numeros__maintitle\">Become a computer expert and stand out in the evolving world of technology<\/p><div class=\"wysiwyg\"><p>While\u00a0earning\u00a0your\u00a0<strong>Bachelor\u2019s\u00a0Degree\u00a0in\u00a0Computer\u00a0Science<\/strong>, you will learn from industry professionals with expertise in key areas, such as <strong>cybersecurity,\u00a0corporate\u00a0finance, data\u00a0science, and AI<\/strong>, among others.<\/p>\n<p>You will\u00a0strengthen\u00a0your\u00a0technological skills with our\u00a0<strong>case-based approach<\/strong>, where you will analyze real incidents to connect technology, regulations, and business, and understand the impact of cyberattacks and how to structure an effective response.<\/p>\n<p>Learn through our fully online program that allows you to access a range of courses to\u00a0<strong>expand your\u00a0expertise\u00a0in the field of technology\u00a0<\/strong>and\u00a0the impact it has\u00a0across\u00a0industries.<\/p>\n<\/div>    <\/div>\n  <\/div>\n<\/div>\n\n\n<div id=\"aprendizaje\" class=\"editorial grey default  size_eq\"\n    data-course-url=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/course-combinations.json\"\n    data-course-version=\"20260618_18\">\n    \n    <div class=\"container  imgmobile-Arriba\">\n        <div class=\"content \">\n\n                            <div class=\"column column--left \">\n                    <p class=\"editorial__title \"><\/p>\n                    <h2>What will you learn in our Bachelor\u2019s in Computer Science program?<\/h2>\n<p>Our <strong>BA in\u00a0Computer\u00a0Science<\/strong>\u00a0program combines\u00a0a strong\u00a0theoretical\u00a0foundation\u00a0in mathematics, programming, and\u00a0computer\u00a0systems, with\u00a0practical application through projects, software development,\u00a0and real-world problem-solving.\u00a0With a\u00a0<strong>bachelor\u2019s\u00a0degree in CS<\/strong>, you will be able to:<\/p>\n<ul>\n<li><strong>Develop technological applications:\u00a0<\/strong>You will conceptualize, design, and program software to meet current business needs.<\/li>\n<li><strong>Analyze data and systems:\u00a0<\/strong>You will analyze interfaces that ensure accessibility and usability of computer systems, services, and applications.<\/li>\n<li><strong>Programming:\u00a0<\/strong>You will apply a range of programming techniques\u00a0to solve problems and meet the demands of businesses and clients.<\/li>\n<li><strong>IT\u00a0systems\u00a0management:\u00a0<\/strong>You will learn about the characteristics and structure of distributed systems, computer networks, and the Internet.<\/li>\n<li><strong>Security and\u00a0protection:\u00a0<\/strong>You will understand the importance of implementing secure systems, establishing cybersecurity policies, and fostering a transparent organizational culture.<\/li>\n<\/ul>\n                    \n                    \n                    \n                                    <\/div>\n            \n                            <div class=\"image \">\n                    <div class=\"shadow\"><\/div>                    <div><img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/que-aprenderas-1.jpg\" alt=\"que aprenderas\" title=\"\"><\/div>\n                <\/div>\n            \n            \n            \n                    <\/div>\n    <\/div>\n<\/div>\n\n<!-- Modal -->\n<div id=\"form_modal\" class=\"modal template-form\" data-modal=\"modal\">\n    <div class=\"modal__inner\">\n        <div class=\"modal__content\">\n            <div class=\"modal__body\">\n                <button type=\"button\" class=\"modal__close\" data-modal=\"close\" data-gtm-action=\"video_close\" data-gtm-container=\"video\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 22 22\" version=\"1.1\" alt=\"cerrar\" title=\"cerrar\" style=\"pointer-events: none;\">\n                        <g transform=\"translate(-750.000000, -1401.000000)\" fill=\"#2501C3\" fill-rule=\"nonzero\">\n                            <g id=\"Group\" transform=\"translate(749.000000, 1400.000000)\">\n                                <rect id=\"Rectangle\" transform=\"translate(11.989581, 11.990509) rotate(-135.605335) translate(-11.989581, -11.990509) \" x=\"-2.83410042\" y=\"10.7545291\" width=\"29.6473631\" height=\"2.47195968\" rx=\"1.23597984\"><\/rect>\n                                <rect id=\"Rectangle\" transform=\"translate(11.990970, 11.990492) rotate(134.419160) translate(-11.990970, -11.990492) \" x=\"-2.83271172\" y=\"10.7545628\" width=\"29.6473631\" height=\"2.47185909\" rx=\"1.23592955\"><\/rect>\n                            <\/g>\n                        <\/g>\n                    <\/svg>\n                <\/button>\n                <div class=\"modal__body__content\">\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div id=\"porque\" class=\"editorial white default  size_eq\"\n    data-course-url=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/course-combinations.json\"\n    data-course-version=\"20260618_18\">\n    \n    <div class=\"container  imgmobile-Arriba\">\n        <div class=\"content \">\n\n                            <div class=\"column column--left \">\n                    <p class=\"editorial__title \"><\/p>\n                    <h2>Why earn your Bachelor\u2019s in Computer Science at MIU?<\/h2>\n<p>Our\u00a0Bachelor\u00a0of\u00a0Computer\u00a0Science\u00a0program\u2019s applied approach allows you to analyze real technological problems, design and develop computer programs,\u00a0implement\u00a0software-based solutions, and apply software engineering methodologies. You will also have access to the following\u00a0benefits:<\/p>\n<ul>\n<li>A<strong>\u00a0U.S.-accredited degree\u00a0<\/strong>that meets the demands of the U.S. and global market<\/li>\n<li><strong>Access to high-quality networking<\/strong>\u00a0that connects you with students from around the world, expanding your horizons and increasing your opportunities<\/li>\n<li>A<strong>\u00a0flexible\u00a0methodology\u00a0<\/strong>that includes onboarding, personalized tutoring, live and recorded classes, around-the-clock technical support, and access to all our online resources<\/li>\n<li><strong>Affordable pricing\u00a0<\/strong>that makes quality education accessible<\/li>\n<\/ul>\n                    \n                    \n                    \n                                    <\/div>\n            \n                            <div class=\"image \">\n                    <div class=\"shadow\"><\/div>                    <div><img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/innovacion-1.jpg\" alt=\"innovacion\" title=\"\"><\/div>\n                <\/div>\n            \n            \n            \n                    <\/div>\n    <\/div>\n<\/div>\n\n<!-- Modal -->\n<div id=\"form_modal\" class=\"modal template-form\" data-modal=\"modal\">\n    <div class=\"modal__inner\">\n        <div class=\"modal__content\">\n            <div class=\"modal__body\">\n                <button type=\"button\" class=\"modal__close\" data-modal=\"close\" data-gtm-action=\"video_close\" data-gtm-container=\"video\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 22 22\" version=\"1.1\" alt=\"cerrar\" title=\"cerrar\" style=\"pointer-events: none;\">\n                        <g transform=\"translate(-750.000000, -1401.000000)\" fill=\"#2501C3\" fill-rule=\"nonzero\">\n                            <g id=\"Group\" transform=\"translate(749.000000, 1400.000000)\">\n                                <rect id=\"Rectangle\" transform=\"translate(11.989581, 11.990509) rotate(-135.605335) translate(-11.989581, -11.990509) \" x=\"-2.83410042\" y=\"10.7545291\" width=\"29.6473631\" height=\"2.47195968\" rx=\"1.23597984\"><\/rect>\n                                <rect id=\"Rectangle\" transform=\"translate(11.990970, 11.990492) rotate(134.419160) translate(-11.990970, -11.990492) \" x=\"-2.83271172\" y=\"10.7545628\" width=\"29.6473631\" height=\"2.47185909\" rx=\"1.23592955\"><\/rect>\n                            <\/g>\n                        <\/g>\n                    <\/svg>\n                <\/button>\n                <div class=\"modal__body__content\">\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div id=\"formato\" class=\"format grey\">\n    <div class=\"container\">\n        <div class=\"content\">\n\n            <div>\n                <p class=\"format__title\">Format<\/p>                <p><span class=\"TextRun SCXW18340934 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW18340934 BCX0\" data-ccp-parastyle=\"heading 2\">For greater flexibility, y<\/span><span class=\"NormalTextRun SCXW18340934 BCX0\" data-ccp-parastyle=\"heading 2\">ou can earn your U.S.-accredited\u00a0<\/span><span class=\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW18340934 BCX0\" data-ccp-parastyle=\"heading 2\">Bachelor\u2019s Degree in\u00a0<\/span><span class=\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW18340934 BCX0\" data-ccp-parastyle=\"heading 2\">C<\/span><span class=\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW18340934 BCX0\" data-ccp-parastyle=\"heading 2\">omputer\u00a0<\/span><span class=\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW18340934 BCX0\" data-ccp-parastyle=\"heading 2\">S<\/span><span class=\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW18340934 BCX0\" data-ccp-parastyle=\"heading 2\">cience<\/span><span class=\"NormalTextRun SCXW18340934 BCX0\" data-ccp-parastyle=\"heading 2\">\u00a0online<\/span><span class=\"NormalTextRun SCXW18340934 BCX0\" data-ccp-parastyle=\"heading 2\">.<\/span><span class=\"NormalTextRun SCXW18340934 BCX0\" data-ccp-parastyle=\"heading 2\">\u00a0<\/span><span class=\"NormalTextRun SCXW18340934 BCX0\" data-ccp-parastyle=\"heading 2\">Study at your own pace,\u00a0<\/span><span class=\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW18340934 BCX0\" data-ccp-parastyle=\"heading 2\">anytime<\/span><span class=\"NormalTextRun SCXW18340934 BCX0\" data-ccp-parastyle=\"heading 2\"> and from anywhere in the world.<\/span><\/span><\/p>\n            <\/div>\n\n            <div class=\"list list--single\">\n\n                                    \n                        <div class=\"card\">\n                            <h3>Online<\/h3>\n\n                                                            <div class=\"grid list__grid--mainsquares\">\n\n                                                                            <div class=\"feat\">\n                                            <span>$14,400<\/span>\n                                            <p>Tuition<\/p>\n                                        <\/div>\n                                                                            <div class=\"feat\">\n                                            <span>$120<\/span>\n                                            <p>Per credit<\/p>\n                                        <\/div>\n                                                                            <div class=\"feat\">\n                                            <span>$300*<\/span>\n                                            <p>Fees<\/p>\n                                        <\/div>\n                                    \n                                <\/div>\n                            \n                                                            <div class=\"grid list__grid--squares\">\n\n                                                                            <span>\n                                            <h5>Start date<\/h5>\n                                            <p>September 2026<\/p>\n                                        <\/span>\n                                                                            <span>\n                                            <h5>Language<\/h5>\n                                            <p>English<\/p>\n                                        <\/span>\n                                                                            <span>\n                                            <h5>Duration<\/h5>\n                                            <p>4 years (12 semesters)<\/p>\n                                        <\/span>\n                                    \n                                <\/div>\n                            \n                                                            \n                                    <section>\n                                        <div class=\"header\">\n\n                                            \n                                            <h4>Application fee<\/h4>\n                                        <\/div>\n                                        <ul>\n<li>Domestic Students: 50 USD\/ for International Students:150USD<\/li>\n<li>Foreign Credential Evaluation (FCE): 150 USD<\/li>\n<li>Graduation Fee: 400 USD<\/li>\n<\/ul>\n<p>(*) Does not include the graduation fee (USD 400)<\/p>\n                                    <\/section>\n\n                                \n                                    <section>\n                                        <div class=\"header\">\n\n                                            \n                                            <h4>Scholarships<\/h4>\n                                        <\/div>\n                                        <p><span style=\"font-weight: 400;\">See all the scholarships we have available for those who qualify, along with our no-interest payment plans. If you have any questions about your personal situation, we are here to help.<\/span><\/p>\n                                    <\/section>\n\n                                                            \n                                                            <a href=\"https:\/\/miuniversity.edu\/en\/admission\/scholarships\/\" data-gtm-container=\"becas\" data-gtm-category=\"formato_Online\" data-gtm-action=\"navigation\">\n                                    Scholarships                                    <img decoding=\"async\" src=\"\/wp-content\/plugins\/iter-bloques\/icons\/arrow.svg\" alt=\"Arrow\" title=\"\">\n                                <\/a>\n                            \n                        <\/div>\n                                    \n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div id=\"programa\" class=\"training white\">\n  <div class=\"container\">\n    <div class=\"content\">\n      <div>\n        <div class=\"title\">\n          <p class=\"training__title\">Program overview<\/p>\n          <h4>120 Credits<\/h4>\n        <\/div>\n        <p>MIU\u2019s\u00a0BA in Computer Science\u00a0curriculum is designed to provide knowledge of cybercrime, systems and network security, software development and auditing, programming, application development, and coding.<\/p>\n      <\/div>\n      <div class=\"accordion\">\n                              <div class=\"first-level frs-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"First year\" data-gtm-action=\"accordion_open\">\n              <div class=\"trigger\">\n                <h4>First year<\/h4>\n                <div>\n                  <span>12 courses<\/span>\n                  <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                    <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                  <\/svg>\n                <\/div>\n              <\/div>\n              <section>\n                                                                            <div class=\"first-level sec-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"1st semester\" data-gtm-action=\"accordion_open\">\n                        <div class=\"trigger\">\n                          <h4 class=\"inner-title\">1st semester<\/h4>\n                          <div>\n                                                          <span>4 courses<\/span>\n                                                                                      <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                                <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                              <\/svg>\n                                                      <\/div>\n                        <\/div>\n                        <section>\n                                                                                    <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"English Composition I\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>English Composition I<\/h5>\n                                  <div>\n                                    <p>ENC1101<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"183\" data-end=\"811\">English 1101 is a college-level writing course that introduces you to the various forms of academic discourse. This course focuses primarily on the basic elements of college composition and writing as a process in both narrative and analytical forms. You will investigate the importance and promise of effective written communication in various personal and professional contexts and identify effective strategies through critical analysis of written works as well as your own writing. Finally, this course prepares you for more advanced research analysis by connecting you to important avenues of research.<\/p>\n<p data-start=\"813\" data-end=\"835\"><strong data-start=\"813\" data-end=\"833\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"836\" data-end=\"1367\">\n<li data-start=\"836\" data-end=\"992\">\n<p data-start=\"839\" data-end=\"992\">Identify different academic writing styles. You identify and apply different styles of academic writing, choosing the one that best fits your audience.<\/p>\n<\/li>\n<li data-start=\"993\" data-end=\"1182\">\n<p data-start=\"996\" data-end=\"1182\">Communicate effectively based on research. Using a specific academic style, you demonstrate your ability to effectively communicate your ideas based on extensive analysis and research.<\/p>\n<\/li>\n<li data-start=\"1183\" data-end=\"1367\">\n<p data-start=\"1186\" data-end=\"1367\">Influence others through effective communication. You demonstrate your ability to influence with clear and effective communication strategies based on critical analysis and logic.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Sociology\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Sociology<\/h5>\n                                  <div>\n                                    <p>SYG2001<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"1374\" data-end=\"1615\">You should understand your role in society and be capable of interpreting the social phenomena surrounding you. This course provides you with a basic understanding of how society functions, and specifically how groups work.<\/p>\n<p data-start=\"1617\" data-end=\"1639\"><strong data-start=\"1617\" data-end=\"1637\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"1640\" data-end=\"2085\">\n<li data-start=\"1640\" data-end=\"1767\">\n<p data-start=\"1643\" data-end=\"1767\">You will be able to identify social facts and theories, explaining how they had an impact on the development of sociology.<\/p>\n<\/li>\n<li data-start=\"1768\" data-end=\"2085\">\n<p data-start=\"1771\" data-end=\"2085\">You will be able to apply empirical observation, recognizing the importance of social facts for strategic analysis of sociological circumstances. You will be able to define and explain main characteristics of social institutions around the world and their impact on the development of policies for social change.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"College Mathematics I\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>College Mathematics I<\/h5>\n                                  <div>\n                                    <p>MAC1005<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"2092\" data-end=\"2550\">This course provides a general introduction to college mathematics. You learn the following mathematical concepts in a logical sequence that increases in difficulty as you gain command of a concept: polynomials, equations, inequalities, the straight line, Cartesian coordinates, functions and graphs, systems of linear equations, logarithms and exponentials, matrix algebra, limit of a function, and derivative of a function and integral.<\/p>\n<p data-start=\"2552\" data-end=\"2784\"><strong data-start=\"2552\" data-end=\"2571\">Course Outcome:<\/strong><br data-start=\"2571\" data-end=\"2574\" \/>You will be able to apply mathematical concepts in a logical sequence that increases in difficulty as you gain command of basic algebra concepts, appreciating the importance of analytic and abstract thinking.<\/p>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Advanced Writing Techniques\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Advanced Writing Techniques<\/h5>\n                                  <div>\n                                    <p>WRI100<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"2791\" data-end=\"3335\">This course provides writing instruction for you in the Bachelor of Science. You practice and reflect on writing in professional, public, and academic genres, such as technical reports, progress reports, proposals, instructions, presentations, and technical reviews, relevant to technical professions and your individual goals. You evaluate a wide variety of sources and develop expertise in audience analysis, critical research, peer review as well as practical skills in writing more sophisticated texts and essays.<\/p>\n<p data-start=\"3337\" data-end=\"3359\"><strong data-start=\"3337\" data-end=\"3357\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"3360\" data-end=\"3631\">\n<li data-start=\"3360\" data-end=\"3631\">\n<p data-start=\"3363\" data-end=\"3631\">You will be able to apply the main techniques and procedures of descriptive statistics and inferential statistics techniques to specific situations in business and social sciences. You will learn how to solve statistical problems by hand and using computer software.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                                              <\/section>\n                      <\/div>\n                                                                                <div class=\"first-level sec-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"2nd semester\" data-gtm-action=\"accordion_open\">\n                        <div class=\"trigger\">\n                          <h4 class=\"inner-title\">2nd semester<\/h4>\n                          <div>\n                                                          <span>4 courses<\/span>\n                                                                                      <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                                <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                              <\/svg>\n                                                      <\/div>\n                        <\/div>\n                        <section>\n                                                                                    <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"College Mathematics II\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>College Mathematics II<\/h5>\n                                  <div>\n                                    <p>MAC1014<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"3638\" data-end=\"3957\">This course provides you with the methodologies required to understand the role played by the inductive method in this field of Mathematics. Trigonometric functions, identities and conditional equations, solution of triangles, trigonometric forms of complex numbers are all taught.<\/p>\n<p data-start=\"3959\" data-end=\"3990\"><strong data-start=\"3959\" data-end=\"3979\">Prerequisite(s):<\/strong> MAC 1005<\/p>\n<p data-start=\"3992\" data-end=\"4014\"><strong data-start=\"3992\" data-end=\"4012\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"4015\" data-end=\"4502\">\n<li data-start=\"4015\" data-end=\"4165\">\n<p data-start=\"4018\" data-end=\"4165\">You will be able to use and apply the inductive method through different exercises, analyzing the role played by it in this field of Mathematics.<\/p>\n<\/li>\n<li data-start=\"4166\" data-end=\"4201\">\n<p data-start=\"4169\" data-end=\"4201\">Identify sequences and series.<\/p>\n<\/li>\n<li data-start=\"4202\" data-end=\"4253\">\n<p data-start=\"4205\" data-end=\"4253\">Solve series, both numerical and of functions.<\/p>\n<\/li>\n<li data-start=\"4254\" data-end=\"4319\">\n<p data-start=\"4257\" data-end=\"4319\">Understand and solve the fundamental differential equations.<\/p>\n<\/li>\n<li data-start=\"4320\" data-end=\"4387\">\n<p data-start=\"4323\" data-end=\"4387\">Evaluate differential equations of the first and second order.<\/p>\n<\/li>\n<li data-start=\"4388\" data-end=\"4502\">\n<p data-start=\"4391\" data-end=\"4502\">Solve systems of differential equations. Apply the studied notions to the solution of problems and exercises.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"General Psychology\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>General Psychology<\/h5>\n                                  <div>\n                                    <p>PSY2001<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"4509\" data-end=\"4877\">This course places an emphasis on behavior and the factors that influence it, as well as on describing the cognitive, affective and personality factors that make up behavior. The knowledge you acquire in this course will provide you with a holistic view of humans and serve as the basis for understanding other courses related to behavioral science.<\/p>\n<p data-start=\"4879\" data-end=\"4901\"><strong data-start=\"4879\" data-end=\"4899\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"4902\" data-end=\"5329\">\n<li data-start=\"4902\" data-end=\"5146\">\n<p data-start=\"4905\" data-end=\"5146\">You will be able to identify the psychological processes that shape personality and human behavior, recognizing the main theories of this field and analyzing in a critical way the attitudes and conducts of people in different environments.<\/p>\n<\/li>\n<li data-start=\"5147\" data-end=\"5329\">\n<p data-start=\"5150\" data-end=\"5329\">You will be able to relate biological and social processes that impact the development and expression of human behavior, recognizing the importance of both nature and nurturing.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"English Composition II\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>English Composition II<\/h5>\n                                  <div>\n                                    <p>ENC1102<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"5336\" data-end=\"5903\">English 1102 focuses you on the importance of research to advancing knowledge for various purposes. This course builds on the foundations of composition and introduces you to the research process and the analysis and evaluation of various sources. You will investigate the writing process for research as well as appropriate research methods and skills. Additionally, this course offers multiple opportunities to engage in the important tasks of revision and editing and will ask you to incorporate feedback to improve your writing.<\/p>\n<p data-start=\"5905\" data-end=\"5936\"><strong data-start=\"5905\" data-end=\"5925\">Prerequisite(s):<\/strong> ENC 1101<\/p>\n<p data-start=\"5938\" data-end=\"5960\"><strong data-start=\"5938\" data-end=\"5958\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"5961\" data-end=\"6201\">\n<li data-start=\"5961\" data-end=\"6201\">\n<p data-start=\"5964\" data-end=\"6201\">You will be able to identify and elaborate personal writing through different expressions of literary forms. You will be able to structure a logical and analytical academic paper based on scientific research using the latest APA norms.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Speech\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Speech<\/h5>\n                                  <div>\n                                    <p>SPC1017<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"136\" data-end=\"809\">This course introduces you to the necessary skills to become a better public speaker through theory and, most importantly, practice. You will learn concepts, skills, and models of communication. Concepts include how to adapt a speech for different occasions and audiences, how to effectively support your ideas, how to select and organize materials in preparation for a speech, and how to utilize multimedia tools in presentations. This course is relevant in academic, business, and social settings in which you will become a better public speaker and listener. You will also be exposed to thinking about and maintaining ethical standards in public speaking.<\/p>\n<p data-start=\"811\" data-end=\"833\"><strong data-start=\"811\" data-end=\"831\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"834\" data-end=\"1427\">\n<li data-start=\"834\" data-end=\"1026\">\n<p data-start=\"837\" data-end=\"1026\">You will be able to identify communication concepts that serve as a basis for effective speaking and apply this conceptual knowledge in practice to give effective and persuasive speeches.<\/p>\n<\/li>\n<li data-start=\"1027\" data-end=\"1427\">\n<p data-start=\"1030\" data-end=\"1427\">You will be able to analyze and evaluate presentations made by others using the main components of technical and organizational areas in a speech. You will be able to develop and demonstrate verbal, nonverbal, and research competencies through researching, preparing, and delivering presentations relevant to your audiences, demonstrating confidence to speak publicly in a variety of situations.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                                              <\/section>\n                      <\/div>\n                                                                                <div class=\"first-level sec-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"3rd semester\" data-gtm-action=\"accordion_open\">\n                        <div class=\"trigger\">\n                          <h4 class=\"inner-title\">3rd semester<\/h4>\n                          <div>\n                                                          <span>4 courses<\/span>\n                                                                                      <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                                <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                              <\/svg>\n                                                      <\/div>\n                        <\/div>\n                        <section>\n                                                                                    <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Macroeconomics\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Macroeconomics<\/h5>\n                                  <div>\n                                    <p>ECO2013<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"1434\" data-end=\"1890\">This course explores the way the overall levels of output, income, employment, and prices are determined in a capitalist economy. The focus is on the forces that act to shape these factors and determine their fluctuations. The role of government fiscal and monetary policy in influencing the level of economic activity is also a major area of study. The impact of international transactions on the domestic economy is also discussed.<\/p>\n<p data-start=\"1892\" data-end=\"1914\"><strong data-start=\"1892\" data-end=\"1912\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"1915\" data-end=\"2244\">\n<li data-start=\"1915\" data-end=\"2244\">\n<p data-start=\"1918\" data-end=\"2244\">You will be able to define and identify how the overall levels of output, income, employment, and prices are determined in a capitalist economy. You will be able to recognize and value how government policy, credit market, banks, and national and foreign currency work and shape the fluctuations in the economy of a country.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Microeconomics\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Microeconomics<\/h5>\n                                  <div>\n                                    <p>ECO2023<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"2251\" data-end=\"2708\">This course examines the role of economic systems in allocating scarce resources to satisfy the needs and wants of individual members of a society. After a brief exposure to alternative economic systems, the focus becomes the nature and performance of American capitalism. Primary emphasis is placed upon the development of models that explain the behavior of consumers, producers, and resource suppliers in various market structures.<\/p>\n<p data-start=\"2710\" data-end=\"2732\"><strong data-start=\"2710\" data-end=\"2730\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"2733\" data-end=\"3200\">\n<li data-start=\"2733\" data-end=\"2911\">\n<p data-start=\"2736\" data-end=\"2911\">You will be able to understand and identify the development of models that explain the behavior of consumers, producers, and resource suppliers in various market structures.<\/p>\n<\/li>\n<li data-start=\"2912\" data-end=\"3200\">\n<p data-start=\"2915\" data-end=\"3200\">Through the analysis of different companies competing in a market, you will be able to discern strategic behavior in business decision-making. You will be able to understand and comprehend the application scope of the Dynamic Game Theory to different economic and business scenarios.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"World History\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>World History<\/h5>\n                                  <div>\n                                    <p>WHO1026<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"3207\" data-end=\"3692\">This course provides you with a general understanding of the changes that have taken place in the world since the appearance of humankind. This course covers the breakup of the Old World, the events of the Middle Ages in Europe, the rise of industrialization, the growth of imperialism, the two world wars, the changes in the postwar world, and globalization. This course also introduces you to the economic, political, and social processes in the world of today.<\/p>\n<p data-start=\"3694\" data-end=\"3716\"><strong data-start=\"3694\" data-end=\"3714\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"3717\" data-end=\"3978\">\n<li data-start=\"3717\" data-end=\"3978\">\n<p data-start=\"3720\" data-end=\"3978\">You will be able to identify and relate notable events, development of political and economic factors, and their influence on historical stages. You will be able to analyze how historical events and their development can be applied to current world events.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Statistics\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Statistics<\/h5>\n                                  <div>\n                                    <p>STA2311<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"3985\" data-end=\"4421\">This is a fundamental course in the application of statistics. In this course, you will learn to apply statistical techniques to a variety of applications in business and the social sciences. You will learn how to solve statistical problems by hand and with the use of computer software. Topics include probability distribution functions, sampling distributions, estimation, hypothesis testing, and linear regression.<\/p>\n<p data-start=\"4423\" data-end=\"4445\"><strong data-start=\"4423\" data-end=\"4443\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"4446\" data-end=\"4717\">\n<li data-start=\"4446\" data-end=\"4717\">\n<p data-start=\"4449\" data-end=\"4717\">You will be able to apply the main techniques and procedures of descriptive statistics and inferential statistics techniques to specific situations in business and social sciences. You will learn how to solve statistical problems by hand and using computer software.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                                              <\/section>\n                      <\/div>\n                                                                    <\/section>\n            <\/div>\n                      <div class=\"first-level frs-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Second year\" data-gtm-action=\"accordion_open\">\n              <div class=\"trigger\">\n                <h4>Second year<\/h4>\n                <div>\n                  <span>10 courses<\/span>\n                  <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                    <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                  <\/svg>\n                <\/div>\n              <\/div>\n              <section>\n                                                                            <div class=\"first-level sec-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"4th semester\" data-gtm-action=\"accordion_open\">\n                        <div class=\"trigger\">\n                          <h4 class=\"inner-title\">4th semester<\/h4>\n                          <div>\n                                                          <span>3 courses<\/span>\n                                                                                      <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                                <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                              <\/svg>\n                                                      <\/div>\n                        <\/div>\n                        <section>\n                                                                                    <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Computer Programming\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Computer Programming<\/h5>\n                                  <div>\n                                    <p>COP2210<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"179\" data-end=\"527\">The course will train you to work effectively as an entry-level developer. You will first learn the fundamentals of computer programming using one specific object-oriented programming language. Afterwards, you will learn the system development process and work on individual projects reflecting industry work scenarios.<\/p>\n<p data-start=\"529\" data-end=\"551\"><strong data-start=\"529\" data-end=\"549\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"552\" data-end=\"845\">\n<li data-start=\"552\" data-end=\"684\">\n<p data-start=\"555\" data-end=\"684\">You will be able to describe the system development process and work on individual projects reflecting industry work scenarios.<\/p>\n<\/li>\n<li data-start=\"685\" data-end=\"845\">\n<p data-start=\"688\" data-end=\"845\">You will be able to employ an object-oriented programming language as an entry-level developer and construct basic programs for solving practical problems.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Physics\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Physics<\/h5>\n                                  <div>\n                                    <p>PHY2048<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"852\" data-end=\"1153\">The aim of this course is to provide you with the necessary elements to understand the laws of classical physics. Lessons are taught through videos about mechanics, thermodynamics, electromagnetism, and optics. You will acquire foundational knowledge necessary for engineering courses.<\/p>\n<p data-start=\"1155\" data-end=\"1177\"><strong data-start=\"1155\" data-end=\"1175\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"1178\" data-end=\"1425\">\n<li data-start=\"1178\" data-end=\"1311\">\n<p data-start=\"1181\" data-end=\"1311\">You will be able to interpret the laws of classical physics and discuss mechanics, thermodynamics, electromagnetism, and optics.<\/p>\n<\/li>\n<li data-start=\"1312\" data-end=\"1425\">\n<p data-start=\"1315\" data-end=\"1425\">You will be able to identify the classical physics foundational knowledge necessary for engineering courses.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Computer Architecture and System Software\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Computer Architecture and System Software<\/h5>\n                                  <div>\n                                    <p>EEL3768<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"1432\" data-end=\"2139\">The course is composed of two parts: \u201cElectronic Calculators\u201d and \u201cOperating Systems.\u201d In the first part, you will understand the structure of modern electronic calculators, analyze their main components, and adopt the classical chart of \u201clevel hierarchy.\u201d You will study logical-digital levels, microarchitecture, instruction sets, operating systems, and setup languages, with examples such as Intel Pentium 4, Sun Ultra-SPARC III, and Intel 8051. The second part provides competences on modern operating systems, focusing on Unix and Linux, including Threads, Processes, deadlock, memory management, virtual memory, Input\/Output, graphical interfaces, and system programming.<\/p>\n<p data-start=\"2141\" data-end=\"2163\"><strong data-start=\"2141\" data-end=\"2161\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"2164\" data-end=\"2591\">\n<li data-start=\"2164\" data-end=\"2326\">\n<p data-start=\"2167\" data-end=\"2326\">You will be able to evaluate the structure of modern electronic calculators, analyzing main components and adopting the classical chart of \u201clevel hierarchy.\u201d<\/p>\n<\/li>\n<li data-start=\"2327\" data-end=\"2453\">\n<p data-start=\"2330\" data-end=\"2453\">You will be able to examine modern electronic calculators\u2019 virtualization ability, together with examples of their usage.<\/p>\n<\/li>\n<li data-start=\"2454\" data-end=\"2591\">\n<p data-start=\"2457\" data-end=\"2591\">You will be able to assess the structure of a modern operating system, enriching your knowledge regarding the Unix operating system.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                                              <\/section>\n                      <\/div>\n                                                                                <div class=\"first-level sec-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"5th semester\" data-gtm-action=\"accordion_open\">\n                        <div class=\"trigger\">\n                          <h4 class=\"inner-title\">5th semester<\/h4>\n                          <div>\n                                                          <span>4 subjects<\/span>\n                                                                                      <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                                <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                              <\/svg>\n                                                      <\/div>\n                        <\/div>\n                        <section>\n                                                                                    <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Operating Systems\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Operating Systems<\/h5>\n                                  <div>\n                                    <p>COP2300<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"2598\" data-end=\"3034\">This course offers you a general study of operating systems, including their evolution, general structure, and basic concepts for design and implementation. You will study structuring and designing operating systems, concurrency, memory management, and techniques to communicate and synchronize processes while avoiding deadlocks. Virtual memory and efficient memory use will also be introduced.<\/p>\n<p data-start=\"3036\" data-end=\"3058\"><strong data-start=\"3036\" data-end=\"3056\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"3059\" data-end=\"3323\">\n<li data-start=\"3059\" data-end=\"3149\">\n<p data-start=\"3062\" data-end=\"3149\">You will be able to explain the evolution and general structure of operating systems.<\/p>\n<\/li>\n<li data-start=\"3150\" data-end=\"3236\">\n<p data-start=\"3153\" data-end=\"3236\">You will be able to interpret how operating systems are designed and implemented.<\/p>\n<\/li>\n<li data-start=\"3237\" data-end=\"3323\">\n<p data-start=\"3240\" data-end=\"3323\">You will be able to recognize efficient memory use and understand virtual memory.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Information System and Safety\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Information System and Safety<\/h5>\n                                  <div>\n                                    <p>ISM4300<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"3330\" data-end=\"3607\">This course supplies you with knowledge to understand the branches of computer system safety, covering technical aspects like cryptography, system safety, and network safety. You will also study system safety from legal and management perspectives.<\/p>\n<p data-start=\"3609\" data-end=\"3631\"><strong data-start=\"3609\" data-end=\"3629\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"3632\" data-end=\"3832\">\n<li data-start=\"3632\" data-end=\"3741\">\n<p data-start=\"3635\" data-end=\"3741\">You will be able to revise technical aspects related to cryptography, system safety, and network safety.<\/p>\n<\/li>\n<li data-start=\"3742\" data-end=\"3832\">\n<p data-start=\"3745\" data-end=\"3832\">You will be able to distinguish system safety from legal and management perspectives.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Human-Computer Interaction\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Human-Computer Interaction<\/h5>\n                                  <div>\n                                    <p>CEN2710<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"3839\" data-end=\"4252\">This course studies the relationships established between you and electronic devices like computers, tablets, or mobiles. You will analyze interaction from sociological, psychological, cognitive, and ethical points of view, and also from an engineering and design perspective. Emphasis will be placed on accessibility, usability, and design for people with functional diversity.<\/p>\n<p data-start=\"4254\" data-end=\"4276\"><strong data-start=\"4254\" data-end=\"4274\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"4277\" data-end=\"4575\">\n<li data-start=\"4277\" data-end=\"4362\">\n<p data-start=\"4280\" data-end=\"4362\">You will be able to analyze relationships between people and electronic devices.<\/p>\n<\/li>\n<li data-start=\"4363\" data-end=\"4575\">\n<p data-start=\"4366\" data-end=\"4575\">You will examine these relationships adopting sociological, psychological, cognitive, and ethical points of view, emphasizing accessibility, usability, and design issues for people with functional diversity.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Fundamentals of Software Engineering\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Fundamentals of Software Engineering<\/h5>\n                                  <div>\n                                    <p>CEN4072<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"4582\" data-end=\"4897\">This course introduces you to software engineering, covering system requirements, design, coding, testing, team software development, and application of engineering tools. You will complete a capstone project to practice your knowledge and skills in a realistic development setting.<\/p>\n<p data-start=\"4899\" data-end=\"4921\"><strong data-start=\"4899\" data-end=\"4919\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"4922\" data-end=\"5244\">\n<li data-start=\"4922\" data-end=\"5081\">\n<p data-start=\"4925\" data-end=\"5081\">You will be able to compare cost-effective solutions to computing and information processing problems, developing software systems in service of humanity.<\/p>\n<\/li>\n<li data-start=\"5082\" data-end=\"5244\">\n<p data-start=\"5085\" data-end=\"5244\">You will be able to evaluate system requirements, design, coding, testing, team development, and application of engineering tools through a capstone project.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                                              <\/section>\n                      <\/div>\n                                                                                <div class=\"first-level sec-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"6th semester\" data-gtm-action=\"accordion_open\">\n                        <div class=\"trigger\">\n                          <h4 class=\"inner-title\">6th semester<\/h4>\n                          <div>\n                                                          <span>3 subjects<\/span>\n                                                                                      <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                                <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                              <\/svg>\n                                                      <\/div>\n                        <\/div>\n                        <section>\n                                                                                    <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Web Application Development\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Web Application Development<\/h5>\n                                  <div>\n                                    <p>COP3874<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"5251\" data-end=\"5484\">This course studies the development of distributed Web applications. You will learn client-server architecture, programming languages for client and server, Grid architecture, and Web services.<\/p>\n<p data-start=\"5486\" data-end=\"5508\"><strong data-start=\"5486\" data-end=\"5506\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"5509\" data-end=\"5834\">\n<li data-start=\"5509\" data-end=\"5651\">\n<p data-start=\"5512\" data-end=\"5651\">You will be able to explain the development of distributed Web applications, recalling fundamental concepts of distributed architectures.<\/p>\n<\/li>\n<li data-start=\"5652\" data-end=\"5743\">\n<p data-start=\"5655\" data-end=\"5743\">You will be able to examine client-server architecture and programming languages used.<\/p>\n<\/li>\n<li data-start=\"5744\" data-end=\"5834\">\n<p data-start=\"5747\" data-end=\"5834\">You will be able to categorize aspects related to Grid architecture and Web services.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Artificial Intelligence and Knowledge Engineering\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Artificial Intelligence and Knowledge Engineering<\/h5>\n                                  <div>\n                                    <p>CEN3070<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"5841\" data-end=\"6129\">You will be introduced to the most representative areas of AI and the modeling of complex problems. You will analyze the potential of general-purpose computers compared to human intelligence, and use tools and libraries to model and solve complex problems.<\/p>\n<p data-start=\"6131\" data-end=\"6153\"><strong data-start=\"6131\" data-end=\"6151\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"6154\" data-end=\"6456\">\n<li data-start=\"6154\" data-end=\"6265\">\n<p data-start=\"6157\" data-end=\"6265\">You will be able to evaluate representative areas of AI and model complex problems using expert knowledge.<\/p>\n<\/li>\n<li data-start=\"6266\" data-end=\"6372\">\n<p data-start=\"6269\" data-end=\"6372\">You will be able to assess the potential of general-purpose computers compared to human intelligence.<\/p>\n<\/li>\n<li data-start=\"6373\" data-end=\"6456\">\n<p data-start=\"6376\" data-end=\"6456\">You will be able to model problems using AI and select appropriate techniques.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Data Structures and Algorithm Analysis in C++\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Data Structures and Algorithm Analysis in C++<\/h5>\n                                  <div>\n                                    <p>COP3530<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"6463\" data-end=\"6731\">You will learn to design, write, and analyze C\/C++ programs that handle structured data and perform complex tasks. You will use generic principles for data representation and manipulation, focusing on efficiency, maintainability, and code reuse.<\/p>\n<p data-start=\"6733\" data-end=\"6755\"><strong data-start=\"6733\" data-end=\"6753\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"6756\" data-end=\"7096\">\n<li data-start=\"6756\" data-end=\"6866\">\n<p data-start=\"6759\" data-end=\"6866\">You will be able to design, write, and analyze C\/C++ programs handling structured data and complex tasks.<\/p>\n<\/li>\n<li data-start=\"6867\" data-end=\"6964\">\n<p data-start=\"6870\" data-end=\"6964\">You will be able to combine principles for data representation and manipulation efficiently.<\/p>\n<\/li>\n<li data-start=\"6965\" data-end=\"7096\">\n<p data-start=\"6968\" data-end=\"7096\">You will be able to comprehend concepts such as abstract data types, generic programming, algorithms, and efficiency analysis.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                                              <\/section>\n                      <\/div>\n                                                                    <\/section>\n            <\/div>\n                      <div class=\"first-level frs-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Third year\" data-gtm-action=\"accordion_open\">\n              <div class=\"trigger\">\n                <h4>Third year<\/h4>\n                <div>\n                  <span>10 courses<\/span>\n                  <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                    <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                  <\/svg>\n                <\/div>\n              <\/div>\n              <section>\n                                                                            <div class=\"first-level sec-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"7th semester\" data-gtm-action=\"accordion_open\">\n                        <div class=\"trigger\">\n                          <h4 class=\"inner-title\">7th semester<\/h4>\n                          <div>\n                                                          <span>3 courses<\/span>\n                                                                                      <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                                <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                              <\/svg>\n                                                      <\/div>\n                        <\/div>\n                        <section>\n                                                                                    <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Algorithms and Complexity\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Algorithms and Complexity<\/h5>\n                                  <div>\n                                    <p>COP2550<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"7103\" data-end=\"7365\">You will familiarize yourself with general techniques of algorithm design, main algorithms, and data structures. You will learn to analyze complexity, identify bottlenecks, and calculate resources needed for algorithm execution.<\/p>\n<p data-start=\"7367\" data-end=\"7389\"><strong data-start=\"7367\" data-end=\"7387\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"7390\" data-end=\"7726\">\n<li data-start=\"7390\" data-end=\"7508\">\n<p data-start=\"7393\" data-end=\"7508\">You will be able to employ general techniques of algorithm design, including main algorithms and data structures.<\/p>\n<\/li>\n<li data-start=\"7509\" data-end=\"7621\">\n<p data-start=\"7512\" data-end=\"7621\">You will be able to differentiate algorithm complexity, identify bottlenecks, and prevent execution delays.<\/p>\n<\/li>\n<li data-start=\"7622\" data-end=\"7726\">\n<p data-start=\"7625\" data-end=\"7726\">You will be able to calculate resources needed and classify algorithms by computational complexity.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Computer Structure\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Computer Structure<\/h5>\n                                  <div>\n                                    <p>EEE3050<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"7733\" data-end=\"7956\">This course continues from Computer Architecture and System Software, focusing on parallelism techniques, functional organization, computer performance, interconnection, and communication systems.<\/p>\n<p data-start=\"7958\" data-end=\"7980\"><strong data-start=\"7958\" data-end=\"7978\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"7981\" data-end=\"8207\">\n<li data-start=\"7981\" data-end=\"8065\">\n<p data-start=\"7984\" data-end=\"8065\">You will be able to inspect evolution towards different computer architectures.<\/p>\n<\/li>\n<li data-start=\"8066\" data-end=\"8207\">\n<p data-start=\"8069\" data-end=\"8207\">You will be able to evaluate parallelism at instruction and data levels, pipelining, shared memory systems, and interconnection systems.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Networks and the Internet\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Networks and the Internet<\/h5>\n                                  <div>\n                                    <p>EEL3123<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"8214\" data-end=\"8431\">You will be introduced to web calculators and telecommunication web services, covering data transmission over wired and wireless networks, system characteristics, protocols, and Internet applications.<\/p>\n<p data-start=\"8433\" data-end=\"8455\"><strong data-start=\"8433\" data-end=\"8453\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"8456\" data-end=\"8690\">\n<li data-start=\"8456\" data-end=\"8551\">\n<p data-start=\"8459\" data-end=\"8551\">You will be able to analyze telecommunication web services and data transmission concepts.<\/p>\n<\/li>\n<li data-start=\"8552\" data-end=\"8690\">\n<p data-start=\"8555\" data-end=\"8690\">You will be able to compare systems used in different areas (geographical, metropolitan, local) and explain protocols and structures.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                                              <\/section>\n                      <\/div>\n                                                                                <div class=\"first-level sec-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"8th semester\" data-gtm-action=\"accordion_open\">\n                        <div class=\"trigger\">\n                          <h4 class=\"inner-title\">8th semester<\/h4>\n                          <div>\n                                                          <span>4 subjects<\/span>\n                                                                                      <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                                <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                              <\/svg>\n                                                      <\/div>\n                        <\/div>\n                        <section>\n                                                                                    <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Neural Networks and Fuzzy Logic\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Neural Networks and Fuzzy Logic<\/h5>\n                                  <div>\n                                    <p>EEE3032<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"8697\" data-end=\"8884\">You will study neural networks and fuzzy theory for dynamic systems, learning model-free estimation and control using numerical and linguistic data.<\/p>\n<p data-start=\"8886\" data-end=\"8908\"><strong data-start=\"8886\" data-end=\"8906\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"8909\" data-end=\"9138\">\n<li data-start=\"8909\" data-end=\"9006\">\n<p data-start=\"8912\" data-end=\"9006\">You will be able to revise neural networks and fuzzy theory from an engineering perspective.<\/p>\n<\/li>\n<li data-start=\"9007\" data-end=\"9138\">\n<p data-start=\"9010\" data-end=\"9138\">You will be able to formulate identification and control schemes for dynamic systems, as model-free estimators or controllers.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Information Retrieval\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Information Retrieval<\/h5>\n                                  <div>\n                                    <p>COP2410<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"9145\" data-end=\"9344\">You will learn techniques to automatically gather information from heterogeneous and distributed sources, applying modern web search and automatic-learning technologies.<\/p>\n<p data-start=\"9346\" data-end=\"9368\"><strong data-start=\"9346\" data-end=\"9366\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"9369\" data-end=\"9687\">\n<li data-start=\"9369\" data-end=\"9476\">\n<p data-start=\"9372\" data-end=\"9476\">You will be able to recognize system technologies used to gather information from distributed sources.<\/p>\n<\/li>\n<li data-start=\"9477\" data-end=\"9587\">\n<p data-start=\"9480\" data-end=\"9587\">You will be able to use information processing techniques for modern applications and web search engines.<\/p>\n<\/li>\n<li data-start=\"9588\" data-end=\"9687\">\n<p data-start=\"9591\" data-end=\"9687\">You will be able to develop systems reusing available knowledge and data in electronic format.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Embedded Software Engineering\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Embedded Software Engineering<\/h5>\n                                  <div>\n                                    <p>COP4301<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"9694\" data-end=\"9896\">You will study software development processes for embedded systems, especially in automobiles, focusing on reliability, effectiveness, correctness, and reusability.<\/p>\n<p data-start=\"9898\" data-end=\"9920\"><strong data-start=\"9898\" data-end=\"9918\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"9921\" data-end=\"10119\">\n<li data-start=\"9921\" data-end=\"10007\">\n<p data-start=\"9924\" data-end=\"10007\">You will be able to assemble software development processes for embedded systems.<\/p>\n<\/li>\n<li data-start=\"10008\" data-end=\"10119\">\n<p data-start=\"10011\" data-end=\"10119\">You will be able to understand embedded software as an effective, correct, reusable, and reliable product.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Project Management\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Project Management<\/h5>\n                                  <div>\n                                    <p>CEN3880<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"10126\" data-end=\"10388\">You will learn methodologies for successful project execution, ensuring projects are delivered on time, within budget, and with quality. You will understand project management as a union of competencies to drive organizational success.<\/p>\n<p data-start=\"10390\" data-end=\"10412\"><strong data-start=\"10390\" data-end=\"10410\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"10413\" data-end=\"10673\">\n<li data-start=\"10413\" data-end=\"10481\">\n<p data-start=\"10416\" data-end=\"10481\">You will be able to manage methodologies for project execution.<\/p>\n<\/li>\n<li data-start=\"10482\" data-end=\"10570\">\n<p data-start=\"10485\" data-end=\"10570\">You will appraise project management as a union of competencies to achieve success.<\/p>\n<\/li>\n<li data-start=\"10571\" data-end=\"10673\">\n<p data-start=\"10574\" data-end=\"10673\">You will be able to propose strategies, selecting projects and the most suitable people for them.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                                              <\/section>\n                      <\/div>\n                                                                                <div class=\"first-level sec-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"9th semester\" data-gtm-action=\"accordion_open\">\n                        <div class=\"trigger\">\n                          <h4 class=\"inner-title\">9th semester<\/h4>\n                          <div>\n                                                          <span>3 subjects<\/span>\n                                                                                      <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                                <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                              <\/svg>\n                                                      <\/div>\n                        <\/div>\n                        <section>\n                                                                                    <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Advanced Computer Programming\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Advanced Computer Programming<\/h5>\n                                  <div>\n                                    <p>COP3500<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"10680\" data-end=\"10871\">You will study advanced programming technologies, object distribution, and algorithmic examples in distributed, concurrent, and parallel environments.<\/p>\n<p data-start=\"10873\" data-end=\"10895\"><strong data-start=\"10873\" data-end=\"10893\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"10896\" data-end=\"11110\">\n<li data-start=\"10896\" data-end=\"11004\">\n<p data-start=\"10899\" data-end=\"11004\">You will be able to apply advanced programming and use object distribution in distributed environments.<\/p>\n<\/li>\n<li data-start=\"11005\" data-end=\"11110\">\n<p data-start=\"11008\" data-end=\"11110\">You will be able to solve problems in multi-core, distributed, and concurrent\/parallel environments.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Information and Encoding\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Information and Encoding<\/h5>\n                                  <div>\n                                    <p>COP3501<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"11117\" data-end=\"11285\">You will learn to handle digital signals for memory and transmission, reducing redundancy and increasing correct information retrieval.<\/p>\n<p data-start=\"11287\" data-end=\"11309\"><strong data-start=\"11287\" data-end=\"11307\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"11310\" data-end=\"11482\">\n<li data-start=\"11310\" data-end=\"11386\">\n<p data-start=\"11313\" data-end=\"11386\">You will be able to manage digital signals for memory and transmission.<\/p>\n<\/li>\n<li data-start=\"11387\" data-end=\"11482\">\n<p data-start=\"11390\" data-end=\"11482\">You will be able to design systems to reduce redundancy and improve information retrieval.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Installations and Systems Performance and Quality\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Installations and Systems Performance and Quality<\/h5>\n                                  <div>\n                                    <p>COP3601<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"11489\" data-end=\"11703\">You will define and describe systems, networks, and computer systems, characterizing qualities, performance, and metrics. You will also build models for planning and improving service quality.<\/p>\n<p data-start=\"11705\" data-end=\"11727\"><strong data-start=\"11705\" data-end=\"11725\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"11728\" data-end=\"11937\">\n<li data-start=\"11728\" data-end=\"11853\">\n<p data-start=\"11731\" data-end=\"11853\">You will be able to examine systems, networks, and computer systems, characterizing qualities, performance, and metrics.<\/p>\n<\/li>\n<li data-start=\"11854\" data-end=\"11937\">\n<p data-start=\"11857\" data-end=\"11937\">You will be able to propose models for planning and upgrading service quality.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                                              <\/section>\n                      <\/div>\n                                                                    <\/section>\n            <\/div>\n                      <div class=\"first-level frs-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Fourth year\" data-gtm-action=\"accordion_open\">\n              <div class=\"trigger\">\n                <h4>Fourth year<\/h4>\n                <div>\n                  <span>7 courses<\/span>\n                  <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                    <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                  <\/svg>\n                <\/div>\n              <\/div>\n              <section>\n                                                                            <div class=\"first-level sec-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"10th semester\" data-gtm-action=\"accordion_open\">\n                        <div class=\"trigger\">\n                          <h4 class=\"inner-title\">10th semester<\/h4>\n                          <div>\n                                                          <span>3 courses<\/span>\n                                                                                      <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                                <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                              <\/svg>\n                                                      <\/div>\n                        <\/div>\n                        <section>\n                                                                                    <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Online Information System for Business\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Online Information System for Business<\/h5>\n                                  <div>\n                                    <p>COP3701<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"371\" data-end=\"1537\">You will study business intelligence systems as applications and technologies for gathering, storing, analyzing, and accessing information for better business decision-making. You will examine examples of BI systems including measuring and monitoring key performance indicators, benchmarking and forecasting sales, performing data mining and analysis of customer information to discover new business opportunities, and building enterprise dashboards to integrate and visualize information from various business areas. You will understand the high demand for building and managing BI systems in today\u2019s very competitive and challenging economy. You will be guided through the complete life cycle of building and managing BI and analytics systems. You will be introduced step by step to the various phases and complexities in building and supporting successful BI and analytics systems. Topics covered include best practices in BI requirement gathering; BI project management; data warehousing; ETL (extract, transform, and load); data mining, predictive analytics, online analytical processing, BI application development, BI implementation, and production support.<\/p>\n<p data-start=\"1539\" data-end=\"1561\"><strong data-start=\"1539\" data-end=\"1559\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"1562\" data-end=\"2172\">\n<li data-start=\"1562\" data-end=\"1773\">\n<p data-start=\"1565\" data-end=\"1773\">You will be able to examine the complete life cycle of building and managing BI and analytics systems, including gathering, storing, analyzing, and accessing information for better business decision-making.<\/p>\n<\/li>\n<li data-start=\"1774\" data-end=\"2172\">\n<p data-start=\"1777\" data-end=\"2172\">You will be able to manage the various phases and complexities in building and supporting successful BI and analytics systems, including best practices in BI requirement gathering; BI project management; data warehousing; ETL (extract, transform, and load); data mining, predictive analytics, online analytical processing, BI application development, BI implementation, and production support.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Intelligent Web System\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Intelligent Web System<\/h5>\n                                  <div>\n                                    <p>COP3801<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"2208\" data-end=\"2658\">You will be introduced in an historical context to the concept of \u201cintelligence\u201d when associated to systems\/agents, analyzing the methodologies developed for the analysis of complex issues, evaluating the complexity of single approaches, identifying the structures and the strategies for the resolution of more complex problems. Lastly, you will analyze the specificity of the problematic, in the moment in which web intelligent agents are created.<\/p>\n<p data-start=\"2660\" data-end=\"2682\"><strong data-start=\"2660\" data-end=\"2680\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"2683\" data-end=\"3110\">\n<li data-start=\"2683\" data-end=\"2992\">\n<p data-start=\"2686\" data-end=\"2992\">You will be able to value the concept of \u201cintelligence\u201d, when associated to systems\/agents, analyzing the methodologies developed for the analysis of complex issues, evaluating the complexity of single approaches, identifying the structures and the strategies for the resolution of more complex problems.<\/p>\n<\/li>\n<li data-start=\"2993\" data-end=\"3110\">\n<p data-start=\"2996\" data-end=\"3110\">You will be able to analyze the problems specificity, in the moment in which web intelligent agents are created.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Software Engineering and Quality\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Software Engineering and Quality<\/h5>\n                                  <div>\n                                    <p>CEN2020<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"3156\" data-end=\"3537\">You will define the software industrial production process, formalize the life cycle of the software product from the requisites phase to the phase of realization and integration, following the most modern methodologies, which are oriented towards objects. You will also be introduced to methodologies of verifying the software quality, testing methods, and planning time sheets.<\/p>\n<p data-start=\"3539\" data-end=\"3561\"><strong data-start=\"3539\" data-end=\"3559\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"3562\" data-end=\"3964\">\n<li data-start=\"3562\" data-end=\"3760\">\n<p data-start=\"3565\" data-end=\"3760\">You will be able to employ the software industrial production process, formalizing the life cycle of the software product, from the requisites phase to the phase of realization and integration.<\/p>\n<\/li>\n<li data-start=\"3761\" data-end=\"3964\">\n<p data-start=\"3764\" data-end=\"3964\">You will be able to experiment the most modern methodologies, which are object oriented, also introducing methodologies for verifying the software quality, testing methods, and planning time sheets.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                                              <\/section>\n                      <\/div>\n                                                                                <div class=\"first-level sec-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"11th semester\" data-gtm-action=\"accordion_open\">\n                        <div class=\"trigger\">\n                          <h4 class=\"inner-title\">11th semester<\/h4>\n                          <div>\n                                                          <span>3 courses<\/span>\n                                                                                      <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                                <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                              <\/svg>\n                                                      <\/div>\n                        <\/div>\n                        <section>\n                                                                                    <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Wireless Network and System\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Wireless Network and System<\/h5>\n                                  <div>\n                                    <p>CNT4704<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"4024\" data-end=\"4394\">You will be introduced to wireless systems and networks, including mobile networks. You will receive all those necessary elements to design a radio system. You will discuss the main quality parameters, also evaluating their performances. You will examine the characterization of both protocols and structures of GSM and UMTS systems, and of those new wireless systems.<\/p>\n<p data-start=\"4396\" data-end=\"4418\"><strong data-start=\"4396\" data-end=\"4416\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"4419\" data-end=\"4670\">\n<li data-start=\"4419\" data-end=\"4529\">\n<p data-start=\"4422\" data-end=\"4529\">You will be able to design a radio system using wireless systems and networks, including mobile networks.<\/p>\n<\/li>\n<li data-start=\"4530\" data-end=\"4670\">\n<p data-start=\"4533\" data-end=\"4670\">You will be able to value the characterization of protocols and structures for GSM and UMTS systems, and of those new wireless systems.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Advanced Algorithm Design\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Advanced Algorithm Design<\/h5>\n                                  <div>\n                                    <p>CEN3180<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"4709\" data-end=\"5591\">You will deepen into the techniques of algorithm design, or problem-solving techniques, and you will focus accurately on how to verify if a program meets your specifications. These techniques can be applied to a multitude of problems of all kinds. You will understand the fundamental importance of algorithms in computing and information processing, including those on which Google is based. The course will not be focused on a specific programming language, although the possibility of implementing an algorithm in an application that can be executed on a computer is essential to understand the operation and efficiency of the algorithms that will be studied. You will also deal with efficiency as a fundamental concept when judging the goodness of algorithms, considering the exponential advance of computer technology and the growing amount of data that needs to be processed.<\/p>\n<p data-start=\"5593\" data-end=\"5615\"><strong data-start=\"5593\" data-end=\"5613\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"5616\" data-end=\"5803\">\n<li data-start=\"5616\" data-end=\"5723\">\n<p data-start=\"5619\" data-end=\"5723\">You will be able to select the advanced techniques of algorithm design, or problem-solving techniques.<\/p>\n<\/li>\n<li data-start=\"5724\" data-end=\"5803\">\n<p data-start=\"5727\" data-end=\"5803\">You will be able to interpret if a program truly meets the specifications.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                          <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Simulation Methods and Languages\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Simulation Methods and Languages<\/h5>\n                                  <div>\n                                    <p>COP4400<\/p>\n                                    <p>3 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"5849\" data-end=\"6094\">You will define the finalities and the characteristics of a simulative approach to system studying, presenting different methods for the construction of your own simulation models. You will use planning models, and adjust systems and networks.<\/p>\n<p data-start=\"6096\" data-end=\"6118\"><strong data-start=\"6096\" data-end=\"6116\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"6119\" data-end=\"6418\">\n<li data-start=\"6119\" data-end=\"6318\">\n<p data-start=\"6122\" data-end=\"6318\">You will be able to evaluate the finalities, and the characteristics of a simulative approach to system studying, presenting different methods for the construction of your own simulation models.<\/p>\n<\/li>\n<li data-start=\"6319\" data-end=\"6418\">\n<p data-start=\"6322\" data-end=\"6418\">You will be able to design planning models, and tunning systems, and networks for simulations.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                                              <\/section>\n                      <\/div>\n                                                                                <div class=\"first-level sec-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"12th semester\" data-gtm-action=\"accordion_open\">\n                        <div class=\"trigger\">\n                          <h4 class=\"inner-title\">12th semester<\/h4>\n                          <div>\n                                                          <span>1 course<\/span>\n                                                                                      <svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\">\n                                <path d=\"M1 1L9.5 9L18 1\" stroke=\"black\" stroke-width=\"2\" \/>\n                              <\/svg>\n                                                      <\/div>\n                        <\/div>\n                        <section>\n                                                                                    <div class=\"last-level trd-lvl\" data-gtm-container=\"Program overview\" data-gtm-category=\"Computer Engineering Capstone Project\" data-gtm-action=\"accordion_open\">\n                                <div class=\"trigger\">\n                                  <h5>Computer Engineering Capstone Project<\/h5>\n                                  <div>\n                                    <p>CIS4011<\/p>\n                                    <p>6 Credits<\/p>\n                                    <svg\n                                      width=\"19\"\n                                      height=\"11\"\n                                      viewBox=\"0 0 19 11\"\n                                      fill=\"none\">\n                                      <path\n                                        d=\"M1 1L9.5 9L18 1\"\n                                        stroke=\"black\"\n                                        stroke-width=\"2\" \/>\n                                    <\/svg>\n                                  <\/div>\n                                <\/div>\n                                <section>\n                                  <div>\n                                    <p data-start=\"6488\" data-end=\"7013\">You will apply computer engineering concepts and skills to a computer-engineering project. Team projects are strongly encouraged. You will cover all aspects of the computer life cycle: specification of requirements and functionality; project planning and scoping; system and user interface definition; analysis of architectural solutions; detailed system design; implementation and integration; testing and quality assurance; reliability, usability, and performance testing, documentation, evolution, and change management.<\/p>\n<p data-start=\"7015\" data-end=\"7144\"><strong data-start=\"7015\" data-end=\"7035\">Prerequisite(s):<\/strong> You are required to complete all other program credits before registering for the capstone project course.<\/p>\n<p data-start=\"7146\" data-end=\"7168\"><strong data-start=\"7146\" data-end=\"7166\">Course Outcomes:<\/strong><\/p>\n<ol data-start=\"7169\" data-end=\"7649\">\n<li data-start=\"7169\" data-end=\"7275\">\n<p data-start=\"7172\" data-end=\"7275\">You will be able to apply computer engineering concepts and skills to a computer-engineering project.<\/p>\n<\/li>\n<li data-start=\"7276\" data-end=\"7649\">\n<p data-start=\"7279\" data-end=\"7649\">You will be able to formulate specification of requirements and functionality; project planning and scoping; system and user interface definition; analysis of architectural solutions; detailed system design; implementation and integration; testing and quality assurance; reliability, usability, and performance testing, documentation, evolution, and change management.<\/p>\n<\/li>\n<\/ol>\n                                  <\/div>\n                                <\/section>\n                              <\/div>\n                                                                              <\/section>\n                      <\/div>\n                                                                    <\/section>\n            <\/div>\n                        <\/div>\n          <\/div>\n  <\/div>\n<\/div>\n<script>\n  document.querySelectorAll(\".trigger\").forEach((accordion) => {\n    accordion.onclick = function() {\n      \/\/ analitics\n      if (this.parentNode.classList.contains(\"open\")) {\n        this.parentNode.setAttribute('data-gtm-action', 'accordion_open');\n      } else {\n        this.parentNode.setAttribute('data-gtm-action', 'accordion_close');\n      }\n      const image = this.querySelector(\".trigger svg\");\n      let content = this.nextElementSibling;\n      if (content?.style?.maxHeight) {\n        this.parentElement.classList.remove(\"open\");\n        content.style.maxHeight = null;\n        image.classList.remove(\"rotated\");\n        content.querySelectorAll(\".trigger\").forEach((item) => {\n          const svg = item.querySelector(\"svg\");\n          svg.classList.remove(\"rotated\");\n          let section = item.nextElementSibling;\n          section.parentElement.classList.remove(\"open\");\n          if (section.style) {\n            section.style.maxHeight = null;\n          }\n        });\n      } else {\n        \/\/ get class name of this.parentElement \n        let className = this.parentElement.className;\n        \/\/ get all elements with the same class name  \n        let elementsParent = document.getElementsByClassName(className);\n        console.log(elementsParent);\n        \/\/ remove class open from all elements with the same class name \n        for (let i = 0; i < elementsParent.length; i++) {\n          elementsParent[i].classList.remove(\"open\");\n          let content = elementsParent[i].querySelector(\"section\");\n          content.style.maxHeight = null;\n          let image = elementsParent[i].querySelector(\"svg\");\n          image.classList.remove(\"rotated\");\n        }\n        this.parentElement.classList.add(\"open\");\n        setParentHeight(content, content.scrollHeight * 1.5);\n        content.style.maxHeight = content.scrollHeight * 1.5 + \"px\";\n        image.classList.add(\"rotated\");\n      }\n    };\n  });\n\n  function setParentHeight(content, scrollHeight) {\n    const parent = content.parentElement.parentElement;\n    if (parent.style.maxHeight) {\n      parent.style.maxHeight =\n        parent.scrollHeight + scrollHeight * 1.2 + \"px\";\n      setParentHeight(parent, parent.scrollHeight + scrollHeight * 1.2);\n    }\n  }\n<\/script>\n\n\n<section class=\"alliances grey\" >\n\t<div class=\"alliances_container container\">\n\n\t\t\t\t\t<div class=\"alliances_head\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"alliances_title\">Drive innovation with computer science tools<\/p>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"alliances_description wysiwyg\"><p>You will learn to integrate core computer science foundations and emerging technology to design innovative solutions and solve complex problems in the tech environment. MIU\u2019s online computer and information technology programs prepare you to master key industry tools:<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li><strong>Wireshark:\u00a0<\/strong>Examines and captures\u00a0real network traffic to troubleshoot connectivity issues,\u00a0monitor\u00a0security, and analyze network behavior.<\/li>\n<li><strong>Cisco Packet\u00a0Tracer:\u00a0<\/strong>Used to design, configure, and manage network infrastructure, allowing you to understand routing, switching, network security, and communication systems management.<\/li>\n<li><strong>Jupyter Notebook:\u00a0<\/strong>Used to write and develop code alongside text, visualizations, and data analysis. It is commonly used in data science and analysis to explore information, create models, and document clear and reproducible results.<\/li>\n<li><strong>Weka:\u00a0<\/strong>A machine-learning platform used to analyze data and apply classification, clustering, and predictive algorithms. It can be used to discover patterns, generate predictive models, and support data-driven decision-making.<\/li>\n<li><strong>Maltego:\u00a0<\/strong>An intelligent analysis and data visualization tool used to uncover\u00a0relationships between people, domains, IP addresses, and organizations. It is used in cybersecurity to investigate threats, map infrastructures, and detect hidden connections.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>Each of these tools will aid you in traffic and network analysis, systems simulation, data exploration, machine learning, and basic cybersecurity research.<\/p>\n<\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"alliances_logos columns-4\">\n\t\t\t\t\t\t\t<div class=\"alliances_logo white\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/1-7.png\" alt=\"1\" title=\"\">\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"alliances_logo white\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/2-7.png\" alt=\"2\" title=\"\">\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"alliances_logo white\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/3-6.png\" alt=\"3\" title=\"\">\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"alliances_logo white\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/4-5.png\" alt=\"4\" title=\"\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t<\/div>\n<\/section>\n\n\n<div id=\"editorial\" class=\"editorial white default  size_eq\"\n    data-course-url=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/course-combinations.json\"\n    data-course-version=\"20260618_18\">\n    \n    <div class=\"container no-image imgmobile-Arriba\">\n        <div class=\"content content--columns\">\n\n                            <div class=\"column column--left \">\n                    <p class=\"editorial__title \">Master Python and broaden your career opportunities<\/p>\n                    <p>In addition to your coursework, you will have access to\u00a0<strong>Python programming content<\/strong>\u00a0designed to strengthen your programming knowledge and allow you to master the most widely used Python libraries and apply effective computational solutions in both industrial and scientific environments. A\u00a0<strong>practical and up-to-date experience<\/strong> to boost your professional development in the tech field.<\/p>\n                    \n                    \n                    \n                                    <\/div>\n            \n            \n            \n                            <div class=\"column column--right \">\n                    <p class=\"\"><\/p>\n                    <p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-13174\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/Diseno-sin-titulo-46-300x195.png\" alt=\",\" width=\"300\" height=\"195\" srcset=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/Diseno-sin-titulo-46-300x195.png 300w, https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/Diseno-sin-titulo-46.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" title=\"\"><\/p>\n                    \n                                    <\/div>\n            \n                    <\/div>\n    <\/div>\n<\/div>\n\n<!-- Modal -->\n<div id=\"form_modal\" class=\"modal template-form\" data-modal=\"modal\">\n    <div class=\"modal__inner\">\n        <div class=\"modal__content\">\n            <div class=\"modal__body\">\n                <button type=\"button\" class=\"modal__close\" data-modal=\"close\" data-gtm-action=\"video_close\" data-gtm-container=\"video\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 22 22\" version=\"1.1\" alt=\"cerrar\" title=\"cerrar\" style=\"pointer-events: none;\">\n                        <g transform=\"translate(-750.000000, -1401.000000)\" fill=\"#2501C3\" fill-rule=\"nonzero\">\n                            <g id=\"Group\" transform=\"translate(749.000000, 1400.000000)\">\n                                <rect id=\"Rectangle\" transform=\"translate(11.989581, 11.990509) rotate(-135.605335) translate(-11.989581, -11.990509) \" x=\"-2.83410042\" y=\"10.7545291\" width=\"29.6473631\" height=\"2.47195968\" rx=\"1.23597984\"><\/rect>\n                                <rect id=\"Rectangle\" transform=\"translate(11.990970, 11.990492) rotate(134.419160) translate(-11.990970, -11.990492) \" x=\"-2.83271172\" y=\"10.7545628\" width=\"29.6473631\" height=\"2.47185909\" rx=\"1.23592955\"><\/rect>\n                            <\/g>\n                        <\/g>\n                    <\/svg>\n                <\/button>\n                <div class=\"modal__body__content\">\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<section  class=\"qs-stars navy\">\n    <div class=\"qs-stars__container container\">\n\n        <div class=\"qs-stars__content\">\n\n                            <p class=\"qs-stars__title text-white\">5 Stars in the QS Ranking<\/p>\n            \n                            <div class=\"qs-stars__description wysiwyg text-white\"><p>At MIU City University Miami, we hold a 5-star distinction in the QS Stars ranking, which endorses the quality of our online education, our practical approach, and our commitment to the professional development of our students.<\/p>\n<\/div>\n            \n                            <div class=\"qs-stars__stars qs-stars__stars--5\">\n                                            <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/plugins\/iter-bloques\/blocks\/qs-stars\/images\/star.svg\" alt=\"Star\" title=\"\">\n                                            <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/plugins\/iter-bloques\/blocks\/qs-stars\/images\/star.svg\" alt=\"Star\" title=\"\">\n                                            <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/plugins\/iter-bloques\/blocks\/qs-stars\/images\/star.svg\" alt=\"Star\" title=\"\">\n                                            <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/plugins\/iter-bloques\/blocks\/qs-stars\/images\/star.svg\" alt=\"Star\" title=\"\">\n                                            <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/plugins\/iter-bloques\/blocks\/qs-stars\/images\/star.svg\" alt=\"Star\" title=\"\">\n                                    <\/div>\n            \n        <\/div>\n\n                    <div class=\"qs-stars__side\">\n                <div class=\"qs-stars__side-image\">\n                    <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2025\/10\/image-15-1.svg\" alt=\",\" title=\"\">\n                <\/div>\n            <\/div>\n        \n    <\/div>\n<\/section>\n\n\n<section id=\"salidasprofesionales\" class=\"career-oportunities white\">\n  <div class=\"container\">\n\n    <div class=\"content\">\n\n              <p class=\"career-oportunities__title\">\n          Career opportunities with a Bachelor\u2019s in Computer Science        <\/p>\n      \n              <p>A\u00a0<strong>BA\u00a0Degree\u00a0in\u00a0Computer\u00a0Science<\/strong>\u00a0prepares you\u00a0to enter the tech\u00a0job market, where you will be\u00a0prepared\u00a0to apply\u00a0knowledge\u00a0in areas such as\u00a0<strong>programming,\u00a0systems analysis, cybersecurity, systems architecture, data\u00a0communication,\u00a0<\/strong>etc. Earning your degree helps you qualify for roles such as the following:<\/p>\n<ul>\n<li><strong>Application Analyst and Developer:<\/strong> Work on software design projects where you will build and test applications that meet client and company needs.<\/li>\n<li><strong>Hardware\u00a0Engineer:<\/strong> Design and test physical components of electronic devices to ensure efficient performance and seamless integration with different software systems.<\/li>\n<li><strong>Software and Network\u00a0Architect:\u00a0<\/strong>Design and develop technical components, system structures, and communication infrastructure in complex systems.<\/li>\n<li><strong>Software Project Manager:\u00a0<\/strong>Coordinate work teams to automate tasks, monitor progress, and ensure productivity throughout project execution.<\/li>\n<li><strong>AI and Machine\u00a0Learning\u00a0Expert:\u00a0<\/strong>Develop and apply intelligent algorithms and systems based on machine learning.<\/li>\n<li><strong>Cybersecurity Consultant:\u00a0<\/strong>Identify risks and ensure data security and the protection of digital systems.<\/li>\n<\/ul>\n      \n      \n      \n    <\/div>\n\n    <div class=\"grid grey\">\n\n      <div class=\"feat\">\n        <span>$98,670*<\/span>\n        <p>AVERAGE SALARY<\/p>\n      <\/div>\n\n      <div class=\"feat\">\n        <span>95%<\/span>\n        <p>EMPLOYABILITY<\/p>\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n<section class=\"faq grey\"  id=\"faqs\">\n  <div class=\"faq__container container\">\n\n    <div class=\"faq__introduction -width-75p-md -width-full\">\n\n              <p class=\"faq__title\">Frequently Asked Questions<\/p>\n      \n      \n    <\/div>\n\n    \n      <div class=\"faq__list\" data-module=\"accordion\">\n\n                  \n            <details class=\"faq__item white\" data-accordion=\"item\" open>\n\n              <summary class=\"faq__item__title\" data-accordion=\"button\">\n                <h2>\n                  <span class=\"accordion__action -icon-after icon--plus-slim\"\n                    data-gtm-container=\"Frequently Asked Questions\"\n                    data-gtm-category=\"Do I\u00a0need\u00a0to\u00a0take\u00a0the\u00a0TOEFL\u00a0exam\u00a0or\u00a0obtain\u00a0a\u00a0student\u00a0visa\u00a0to\u00a0enroll?\"\n                    data-gtm-action=\"accordion_close\">\n                    Do I\u00a0need\u00a0to\u00a0take\u00a0the\u00a0TOEFL\u00a0exam\u00a0or\u00a0obtain\u00a0a\u00a0student\u00a0visa\u00a0to\u00a0enroll?                  <\/span>\n                <\/h2>\n              <\/summary>\n\n              <div class=\"faq__body\" data-accordion=\"content\">\n                <div class=\"faq__inner\"><!-- wp:paragraph -->\n<p>No. As our programs&nbsp;are&nbsp;available in Spanish and fully online, neither the TOEFL exam nor an F-1 student visa is&nbsp;required, making enrollment simple for international students.<\/p>\n<!-- \/wp:paragraph --><\/div>\n              <\/div>\n\n            <\/details>\n\n                            \n            <details class=\"faq__item white\" data-accordion=\"item\" open>\n\n              <summary class=\"faq__item__title\" data-accordion=\"button\">\n                <h2>\n                  <span class=\"accordion__action -icon-after icon--plus-slim\"\n                    data-gtm-container=\"Frequently Asked Questions\"\n                    data-gtm-category=\"What technologies and programming languages are included in the\u00a0program?\"\n                    data-gtm-action=\"accordion_close\">\n                    What technologies and programming languages are included in the\u00a0program?                  <\/span>\n                <\/h2>\n              <\/summary>\n\n              <div class=\"faq__body\" data-accordion=\"content\">\n                <div class=\"faq__inner\"><!-- wp:paragraph -->\n<p>The program is centered on the most in-demand languages like&nbsp;Python, Java, C++, and SQL,&nbsp;while&nbsp;also&nbsp;integrating&nbsp;advanced&nbsp;training in Artificial&nbsp;Intelligence, Cloud Computing, and&nbsp;Cybersecurity.<\/p>\n<!-- \/wp:paragraph --><\/div>\n              <\/div>\n\n            <\/details>\n\n                            \n            <details class=\"faq__item white\" data-accordion=\"item\" open>\n\n              <summary class=\"faq__item__title\" data-accordion=\"button\">\n                <h2>\n                  <span class=\"accordion__action -icon-after icon--plus-slim\"\n                    data-gtm-container=\"Frequently Asked Questions\"\n                    data-gtm-category=\"Can I transfer credits earned at another university?\"\n                    data-gtm-action=\"accordion_close\">\n                    Can I transfer credits earned at another university?                  <\/span>\n                <\/h2>\n              <\/summary>\n\n              <div class=\"faq__body\" data-accordion=\"content\">\n                <div class=\"faq__inner\"><!-- wp:paragraph -->\n<p>Yes. MIU\u00a0accepts\u00a0credit\u00a0transfers\u00a0from\u00a0previously\u00a0accredited\u00a0institutions,\u00a0subject\u00a0to\u00a0academic\u00a0evaluation,\u00a0allowing\u00a0students\u00a0to\u00a0complete\u00a0their\u00a0degree\u00a0in\u00a0less\u00a0time and\u00a0make\u00a0the\u00a0most\u00a0of\u00a0their\u00a0investment.<\/p>\n<!-- \/wp:paragraph --><\/div>\n              <\/div>\n\n            <\/details>\n\n                            \n            <details class=\"faq__item white\" data-accordion=\"item\" open>\n\n              <summary class=\"faq__item__title\" data-accordion=\"button\">\n                <h2>\n                  <span class=\"accordion__action -icon-after icon--plus-slim\"\n                    data-gtm-container=\"Frequently Asked Questions\"\n                    data-gtm-category=\"How does MIU\u2019s curriculum adapt to current Artificial Intelligence trends?\"\n                    data-gtm-action=\"accordion_close\">\n                    How does MIU\u2019s curriculum adapt to current Artificial Intelligence trends?                  <\/span>\n                <\/h2>\n              <\/summary>\n\n              <div class=\"faq__body\" data-accordion=\"content\">\n                <div class=\"faq__inner\"><!-- wp:paragraph -->\n<p>Our&nbsp;curriculum&nbsp;includes&nbsp;specific&nbsp;courses&nbsp;in&nbsp;Language&nbsp;Models&nbsp;(LLMs),&nbsp;applied&nbsp;Machine&nbsp;Learning, and AI&nbsp;ethics,&nbsp;ensuring&nbsp;our&nbsp;graduates&nbsp;master&nbsp;the&nbsp;tools&nbsp;that&nbsp;are&nbsp;transforming&nbsp;the&nbsp;tech&nbsp;industry.<\/p>\n<!-- \/wp:paragraph --><\/div>\n              <\/div>\n\n            <\/details>\n\n                            \n            <details class=\"faq__item white\" data-accordion=\"item\" open>\n\n              <summary class=\"faq__item__title\" data-accordion=\"button\">\n                <h2>\n                  <span class=\"accordion__action -icon-after icon--plus-slim\"\n                    data-gtm-container=\"Frequently Asked Questions\"\n                    data-gtm-category=\"Is\u00a0an\u00a0MIU\u00a0degree\u00a0equivalent\u00a0to\u00a0a\u00a0degree\u00a0earned\u00a0at\u00a0an\u00a0on-campus\u00a0university\u00a0in\u00a0the\u00a0United\u00a0States?\"\n                    data-gtm-action=\"accordion_close\">\n                    Is\u00a0an\u00a0MIU\u00a0degree\u00a0equivalent\u00a0to\u00a0a\u00a0degree\u00a0earned\u00a0at\u00a0an\u00a0on-campus\u00a0university\u00a0in\u00a0the\u00a0United\u00a0States?                  <\/span>\n                <\/h2>\n              <\/summary>\n\n              <div class=\"faq__body\" data-accordion=\"content\">\n                <div class=\"faq__inner\"><!-- wp:paragraph -->\n<p>Yes, a&nbsp;degree&nbsp;earned&nbsp;online&nbsp;with&nbsp;MIU&nbsp;is&nbsp;no&nbsp;different&nbsp;from&nbsp;a&nbsp;degree&nbsp;earned&nbsp;in&nbsp;person. MIU&nbsp;graduates&nbsp;earn&nbsp;an&nbsp;accredited&nbsp;Bachelor&nbsp;of&nbsp;Science&nbsp;in&nbsp;Computer&nbsp;Science&nbsp;degree&nbsp;with&nbsp;the&nbsp;same&nbsp;legal and&nbsp;professional&nbsp;validity.<\/p>\n<!-- \/wp:paragraph --><\/div>\n              <\/div>\n\n            <\/details>\n\n                            \n            <details class=\"faq__item white\" data-accordion=\"item\" open>\n\n              <summary class=\"faq__item__title\" data-accordion=\"button\">\n                <h2>\n                  <span class=\"accordion__action -icon-after icon--plus-slim\"\n                    data-gtm-container=\"Frequently Asked Questions\"\n                    data-gtm-category=\"Can I complete my\u00a0Bachelor\u2019s Degree in Computer Science\u00a0entirely in Spanish?\"\n                    data-gtm-action=\"accordion_close\">\n                    Can I complete my\u00a0Bachelor\u2019s Degree in Computer Science\u00a0entirely in Spanish?                  <\/span>\n                <\/h2>\n              <\/summary>\n\n              <div class=\"faq__body\" data-accordion=\"content\">\n                <div class=\"faq__inner\"><!-- wp:paragraph -->\n<p>Absolutely. MIU\u2019s&nbsp;<strong>bachelor\u2019s program for computer science<\/strong>&nbsp;is available entirely in Spanish, allowing Spanish-speaking students to earn an official U.S. degree without language barriers.<\/p>\n<!-- \/wp:paragraph --><\/div>\n              <\/div>\n\n            <\/details>\n\n                            \n            <details class=\"faq__item white\" data-accordion=\"item\" open>\n\n              <summary class=\"faq__item__title\" data-accordion=\"button\">\n                <h2>\n                  <span class=\"accordion__action -icon-after icon--plus-slim\"\n                    data-gtm-container=\"Frequently Asked Questions\"\n                    data-gtm-category=\"Does MIU offer support for students who work full-time?\"\n                    data-gtm-action=\"accordion_close\">\n                    Does MIU offer support for students who work full-time?                  <\/span>\n                <\/h2>\n              <\/summary>\n\n              <div class=\"faq__body\" data-accordion=\"content\">\n                <div class=\"faq__inner\"><!-- wp:paragraph -->\n<p>Our fully online format with live and recorded classes and flexible scheduling makes it easier for working students to balance their studies with personal and professional responsibilities.<\/p>\n<!-- \/wp:paragraph --><\/div>\n              <\/div>\n\n            <\/details>\n\n                  \n      <\/div>\n\n    \n  <\/div>\n\n<\/section>\n\n<!-- Schema FAQ -->\n\n  <script type=\"application\/ld+json\">\n    {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Do I\u00a0need\u00a0to\u00a0take\u00a0the\u00a0TOEFL\u00a0exam\u00a0or\u00a0obtain\u00a0a\u00a0student\u00a0visa\u00a0to\u00a0enroll?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"No. As our programs&nbsp;are&nbsp;available in Spanish and fully online, neither the TOEFL exam nor an F-1 student visa is&nbsp;required, making enrollment simple for international students.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What technologies and programming languages are included in the\u00a0program?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"The program is centered on the most in-demand languages like&nbsp;Python, Java, C++, and SQL,&nbsp;while&nbsp;also&nbsp;integrating&nbsp;advanced&nbsp;training in Artificial&nbsp;Intelligence, Cloud Computing, and&nbsp;Cybersecurity.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I transfer credits earned at another university?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Yes. MIU\u00a0accepts\u00a0credit\u00a0transfers\u00a0from\u00a0previously\u00a0accredited\u00a0institutions,\u00a0subject\u00a0to\u00a0academic\u00a0evaluation,\u00a0allowing\u00a0students\u00a0to\u00a0complete\u00a0their\u00a0degree\u00a0in\u00a0less\u00a0time and\u00a0make\u00a0the\u00a0most\u00a0of\u00a0their\u00a0investment.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"How does MIU\u2019s curriculum adapt to current Artificial Intelligence trends?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Our&nbsp;curriculum&nbsp;includes&nbsp;specific&nbsp;courses&nbsp;in&nbsp;Language&nbsp;Models&nbsp;(LLMs),&nbsp;applied&nbsp;Machine&nbsp;Learning, and AI&nbsp;ethics,&nbsp;ensuring&nbsp;our&nbsp;graduates&nbsp;master&nbsp;the&nbsp;tools&nbsp;that&nbsp;are&nbsp;transforming&nbsp;the&nbsp;tech&nbsp;industry.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Is\u00a0an\u00a0MIU\u00a0degree\u00a0equivalent\u00a0to\u00a0a\u00a0degree\u00a0earned\u00a0at\u00a0an\u00a0on-campus\u00a0university\u00a0in\u00a0the\u00a0United\u00a0States?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Yes, a&nbsp;degree&nbsp;earned&nbsp;online&nbsp;with&nbsp;MIU&nbsp;is&nbsp;no&nbsp;different&nbsp;from&nbsp;a&nbsp;degree&nbsp;earned&nbsp;in&nbsp;person. MIU&nbsp;graduates&nbsp;earn&nbsp;an&nbsp;accredited&nbsp;Bachelor&nbsp;of&nbsp;Science&nbsp;in&nbsp;Computer&nbsp;Science&nbsp;degree&nbsp;with&nbsp;the&nbsp;same&nbsp;legal and&nbsp;professional&nbsp;validity.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I complete my\u00a0Bachelor\u2019s Degree in Computer Science\u00a0entirely in Spanish?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Absolutely. MIU\u2019s&nbsp;bachelor\u2019s program for computer science&nbsp;is available entirely in Spanish, allowing Spanish-speaking students to earn an official U.S. degree without language barriers.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Does MIU offer support for students who work full-time?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Our fully online format with live and recorded classes and flexible scheduling makes it easier for working students to balance their studies with personal and professional responsibilities.\"\n            }\n        }\n    ]\n}  <\/script>\n\n\n\n\n<div id=\"requisitos\" class=\"text-image white\">\n  <div class=\"container image-left image-top\">\n    <div class=\"content content-left bg-white\">\n      <p class=\"text-image__title\">Admission requirements<\/p>\n      <p>To\u00a0enroll\u00a0in\u00a0our\u00a0Bachelor\u2019s\u00a0in\u00a0Computer\u00a0Science\u00a0program,\u00a0you\u00a0must\u00a0provide\u00a0the\u00a0following:<\/p>\n<ul>\n<li>High\u00a0school\u00a0diploma\u00a0or\u00a0GED<\/li>\n<li>Copy\u00a0of\u00a0your\u00a0passport\u00a0or\u00a0national\u00a0ID<\/li>\n<li>Completed\u00a0application\u00a0form<\/li>\n<li>Current\u00a0r\u00e9sum\u00e9<\/li>\n<\/ul>\n<p>If you do not\u00a0reside\u00a0in the United States or your native language is not English,\u00a0<a href=\"https:\/\/miuniversity.edu\/en\/admission\/international\/\">additional requirements may apply<\/a>.<\/p>\n            <\/div>\n              <div class=\"image\">\n          <div class=\"shadow\"><\/div>\n          <img decoding=\"async\"\n            src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/checklist.jpg\"\n            alt=\"TextImage\"\n          \/>\n        <\/div>\n        <\/div>\n<\/div>\n\n\n\n<section  class=\"written-testimony navy\">\n    <div class=\"written-testimony__container container\">\n\n                    <div class=\"written-testimony__head\">\n                <p class=\"written-testimony__title text-white\">Learn about the experience of our graduates<\/p>\n            <\/div>\n        \n                    <div class=\"written-testimony__content\">\n                <div class=\"written-testimony__slider\" data-slider=\"slider\" id=\"testimonios-slider\">\n\n                    \n\n                        <div class=\"written-testimony__item\" data-slider=\"item\">\n\n                                                            <div class=\"written-testimony__image\">\n                                    <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2025\/09\/Diseno-sin-titulo-29-1.png\" alt=\"Dise\u00f1o sin t\u00edtulo (29)\" title=\"Dise\u00f1o sin t\u00edtulo (29)\" loading=\"lazy\">\n                                <\/div>\n                            \n                            <blockquote class=\"written-testimony__blockquote darkgrey quotes-white\">\n\n                                                                    <div class=\"written-testimony__testimonial text-white\"><div class=\"written-testimony__testimonial text-navy\">\n<p>My journey at MIU has been challenging yet rewarding. The program\u2019s support and practical coursework in leadership, innovation, and strategy have helped me apply lessons to real-world business challenges while gaining diverse perspectives.<\/p>\n<\/div>\n<\/div>\n                                \n                                                                    <footer class=\"written-testimony__footer\">\n\n                                                                                    <p class=\"written-testimony__name text-white\">Niya Anedra Christian<\/p>\n                                        \n                                        \n                                    <\/footer>\n                                \n                            <\/blockquote>\n                        <\/div>\n                    \n                <\/div>\n\n                \n            <\/div>\n        \n    <\/div>\n<\/section>\n\n\n<div id=\"especializacion\" class=\"boxes white\">\n    <div class=\"container\">\n\n        <div class=\"content\">\n\n            <div class=\"text\">\n                <p class=\"boxes__title\">Keep learning<\/p>\n                <p>Expand your knowledge and stand out from the competition with our\u00a0<strong>Continuing Education Courses.<\/strong> MIU\u2019s Continuing Education Courses do not count as university credits and are not transferable to other academic programs. They are designed solely for professional development and personal enrichment.<\/p>\n            <\/div>\n\n            <div class=\"list\">\n\n                                    <button\n                        class=\"left\"\n                        data-gtm-container=\"carousel\"\n                        data-gtm-category=\"Keep learning\"\n                        data-gtm-action=\"backward\">\n                        <img decoding=\"async\" src=\"\/wp-content\/plugins\/iter-bloques\/icons\/left-navy.svg\" alt=\"Left\" loading=\"lazy\" title=\"\">\n                    <\/button>\n                \n                <div class=\"scroll\">\n                    \n                                                    <span style=\"cursor: pointer\" data-module=\"link\" data-link-href=\"https:\/\/miuniversity.edu\/en\/academics\/continuing-education\/expert-certificates\/cybersecurity\/\"                                data-gtm-container=\"cards_certificates\"\n                                data-gtm-category=\"Cybersecurity\"\n                                data-gtm-action=\"navigation\">\n\n                                <div>\n                                    <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/icono-ciberseguridad-1.png\" alt=\"Cybersecurity\" width=\"32\" height=\"32\" loading=\"lazy\" title=\"\">\n                                    <h5>Cybersecurity<\/h5>\n                                <\/div>\n\n                                <p>Develop a strategic vision to implement effective digital protection protocols.<\/p>\n\n                            <\/span>\n                                                    <span style=\"cursor: pointer\" data-module=\"link\" data-link-href=\"https:\/\/miuniversity.edu\/en\/academics\/continuing-education\/expert-certificates\/data-science\/\"                                data-gtm-container=\"cards_certificates\"\n                                data-gtm-category=\"Data Science\"\n                                data-gtm-action=\"navigation\">\n\n                                <div>\n                                    <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/Icono-ciencia-de-datos.png\" alt=\"Data Science\" width=\"32\" height=\"32\" loading=\"lazy\" title=\"\">\n                                    <h5>Data Science<\/h5>\n                                <\/div>\n\n                                <p>Master the techniques of data mining and data processing.<\/p>\n\n                            <\/span>\n                                                    <span style=\"cursor: pointer\" data-module=\"link\" data-link-href=\"https:\/\/miuniversity.edu\/en\/academics\/continuing-education\/expert-certificates\/digital-project-management\/\"                                data-gtm-container=\"cards_certificates\"\n                                data-gtm-category=\"Digital Project Management\"\n                                data-gtm-action=\"navigation\">\n\n                                <div>\n                                    <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/Icono-gestion-digital-de-proyectos.png\" alt=\"Digital Project Management\" width=\"32\" height=\"32\" loading=\"lazy\" title=\"\">\n                                    <h5>Digital Project Management<\/h5>\n                                <\/div>\n\n                                <p>Master the tools and methodologies to lead multidisciplinary teams and manage complex projects.<\/p>\n\n                            <\/span>\n                                                    <span style=\"cursor: pointer\" data-module=\"link\" data-link-href=\"https:\/\/miuniversity.edu\/en\/academics\/continuing-education\/expert-certificates\/data-business\/\"                                data-gtm-container=\"cards_certificates\"\n                                data-gtm-category=\"Data &amp; Business Analytics\"\n                                data-gtm-action=\"navigation\">\n\n                                <div>\n                                    <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/Icono-Data-Business.png\" alt=\"Data &amp; Business Analytics\" width=\"32\" height=\"32\" loading=\"lazy\" title=\"\">\n                                    <h5>Data &amp; Business Analytics<\/h5>\n                                <\/div>\n\n                                <p>Make decisions based on strategic data analysis.<\/p>\n\n                            <\/span>\n                                                    <span style=\"cursor: pointer\" data-module=\"link\" data-link-href=\"https:\/\/miuniversity.edu\/en\/academics\/continuing-education\/expert-certificates\/strategic-management-organizational-leadership\/\"                                data-gtm-container=\"cards_certificates\"\n                                data-gtm-category=\"Strategic Management and Organizational Leadership\"\n                                data-gtm-action=\"navigation\">\n\n                                <div>\n                                    <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/08\/10-1.png\" alt=\"Strategic Management and Organizational Leadership\" width=\"32\" height=\"32\" loading=\"lazy\" title=\"\">\n                                    <h5>Strategic Management and Organizational Leadership<\/h5>\n                                <\/div>\n\n                                <p>Learn how to lead teams and navigate crises effectively.<\/p>\n\n                            <\/span>\n                                                    <span style=\"cursor: pointer\" data-module=\"link\" data-link-href=\"https:\/\/miuniversity.edu\/en\/academics\/continuing-education\/expert-certificates\/emotional-intelligence-positive-discipline\/\"                                data-gtm-container=\"cards_certificates\"\n                                data-gtm-category=\"Emotional Intelligence and Positive Discipline\"\n                                data-gtm-action=\"navigation\">\n\n                                <div>\n                                    <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/08\/6-1.png\" alt=\"Emotional Intelligence and Positive Discipline\" width=\"32\" height=\"32\" loading=\"lazy\" title=\"\">\n                                    <h5>Emotional Intelligence and Positive Discipline<\/h5>\n                                <\/div>\n\n                                <p>Support your students\u2019 talents and help them grow.<\/p>\n\n                            <\/span>\n                                                    <span style=\"cursor: pointer\" data-module=\"link\" data-link-href=\"https:\/\/miuniversity.edu\/en\/academics\/continuing-education\/expert-certificates\/design-management\/\"                                data-gtm-container=\"cards_certificates\"\n                                data-gtm-category=\"Design Management\"\n                                data-gtm-action=\"navigation\">\n\n                                <div>\n                                    <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/08\/2.png\" alt=\"Design Management\" width=\"32\" height=\"32\" loading=\"lazy\" title=\"\">\n                                    <h5>Design Management<\/h5>\n                                <\/div>\n\n                                <p>Lead creative projects with successful brand communication strategies.<\/p>\n\n                            <\/span>\n                                                    <span style=\"cursor: pointer\" data-module=\"link\" data-link-href=\"https:\/\/miuniversity.edu\/en\/academics\/continuing-education\/expert-certificates\/corporate-finance\/\"                                data-gtm-container=\"cards_certificates\"\n                                data-gtm-category=\"Corporate Finance\"\n                                data-gtm-action=\"navigation\">\n\n                                <div>\n                                    <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/Icono-finanzas-corporativas.png\" alt=\"Corporate Finance\" width=\"32\" height=\"32\" loading=\"lazy\" title=\"\">\n                                    <h5>Corporate Finance<\/h5>\n                                <\/div>\n\n                                <p>Optimize your company&#039;s financial management to gain a competitive edge.<\/p>\n\n                            <\/span>\n                                                    <span style=\"cursor: pointer\" data-module=\"link\" data-link-href=\"https:\/\/miuniversity.edu\/en\/academics\/continuing-education\/expert-certificates\/digitalmarketingaiappliedtomarketing\/\"                                data-gtm-container=\"cards_certificates\"\n                                data-gtm-category=\"Digital Marketing &amp; AI Applied to Marketing\"\n                                data-gtm-action=\"navigation\">\n\n                                <div>\n                                    <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/Icono-digital-marketing.png\" alt=\"Digital Marketing &amp; AI Applied to Marketing\" width=\"32\" height=\"32\" loading=\"lazy\" title=\"\">\n                                    <h5>Digital Marketing &amp; AI Applied to Marketing<\/h5>\n                                <\/div>\n\n                                <p>Learn effective strategies to connect with your audience and grow your business.<\/p>\n\n                            <\/span>\n                                                    <span style=\"cursor: pointer\" data-module=\"link\" data-link-href=\"https:\/\/miuniversity.edu\/en\/academics\/continuing-education\/expert-certificates\/ecommerce-digital-business-management\/\"                                data-gtm-container=\"cards_certificates\"\n                                data-gtm-category=\"E-commerce and Digital Business Management\"\n                                data-gtm-action=\"navigation\">\n\n                                <div>\n                                    <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/Icono-Ecommerce.png\" alt=\"E-commerce and Digital Business Management\" width=\"32\" height=\"32\" loading=\"lazy\" title=\"\">\n                                    <h5>E-commerce and Digital Business Management<\/h5>\n                                <\/div>\n\n                                <p>Explore the latest trends and find new business opportunities in e-commerce.<\/p>\n\n                            <\/span>\n                                                    <span style=\"cursor: pointer\" data-module=\"link\" data-link-href=\"https:\/\/miuniversity.edu\/en\/academics\/continuing-education\/expert-certificates\/skills-for-lawyers\/\"                                data-gtm-container=\"cards_certificates\"\n                                data-gtm-category=\"Skills for Lawyers\"\n                                data-gtm-action=\"navigation\">\n\n                                <div>\n                                    <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/icono-habilidades-para-los-abogadas.png\" alt=\"Skills for Lawyers\" width=\"32\" height=\"32\" loading=\"lazy\" title=\"\">\n                                    <h5>Skills for Lawyers<\/h5>\n                                <\/div>\n\n                                <p>Adapt to the ever-changing demands of the legal profession.<\/p>\n\n                            <\/span>\n                                                    <span style=\"cursor: pointer\" data-module=\"link\" data-link-href=\"https:\/\/miuniversity.edu\/en\/academics\/continuing-education\/expert-certificates\/legal-tech\/\"                                data-gtm-container=\"cards_certificates\"\n                                data-gtm-category=\"Legal Tech\"\n                                data-gtm-action=\"navigation\">\n\n                                <div>\n                                    <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/icono-legal-tech.png\" alt=\"Legal Tech\" width=\"32\" height=\"32\" loading=\"lazy\" title=\"\">\n                                    <h5>Legal Tech<\/h5>\n                                <\/div>\n\n                                <p>Become a sought-after legal expert in the digital marketplace.<\/p>\n\n                            <\/span>\n                                                    <span style=\"cursor: pointer\" data-module=\"link\" data-link-href=\"https:\/\/miuniversity.edu\/en\/academics\/continuing-education\/expert-certificates\/quality-patient-safety\/\"                                data-gtm-container=\"cards_certificates\"\n                                data-gtm-category=\"Quality and Patient Safety\"\n                                data-gtm-action=\"navigation\">\n\n                                <div>\n                                    <img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/Icono-calidad-y-seguridad-del-paciente.png\" alt=\"Quality and Patient Safety\" width=\"32\" height=\"32\" loading=\"lazy\" title=\"\">\n                                    <h5>Quality and Patient Safety<\/h5>\n                                <\/div>\n\n                                <p>Become a healthcare professional capable of managing risks and crisis situations.<\/p>\n\n                            <\/span>\n                        \n                                    <\/div>\n\n                \n                    <div class=\"shadow\"><\/div>\n\n                    <button class=\"right\"\n                        data-gtm-container=\"carousel\"\n                        data-gtm-category=\"Keep learning\"\n                        data-gtm-action=\"forward\">\n                        <img decoding=\"async\" src=\"\/wp-content\/plugins\/iter-bloques\/icons\/right-navy.svg\" alt=\"Right\" loading=\"lazy\" title=\"\">\n                    <\/button>\n\n                \n            <\/div>\n\n                    <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        \/\/ Obtener todos los contenedores de slider\n        const sliders = document.querySelectorAll(\".boxes\");\n\n        sliders.forEach((slider) => {\n            const scrollContainer = slider.querySelector(\".scroll\");\n            const leftButton = slider.querySelector(\".left\");\n            const rightButton = slider.querySelector(\".right\");\n            const shadow = slider.querySelector(\".shadow\");\n\n            \/\/ Verificar que existen los elementos necesarios\n            if (!scrollContainer || !leftButton || !rightButton || !shadow) {\n                return;\n            }\n\n            \/\/ Funci\u00f3n para verificar si necesita botones\n            function checkScroll(resize) {\n                if (scrollContainer.scrollWidth > scrollContainer.offsetWidth) {\n                    if (resize) {\n                        leftButton.style.display = \"flex\";\n                    }\n                    shadow.style.display = \"flex\";\n                    rightButton.style.display = \"flex\";\n                } else {\n                    leftButton.style.display = \"none\";\n                    shadow.style.display = \"none\";\n                    rightButton.style.display = \"none\";\n                }\n            }\n\n            \/\/ Funci\u00f3n para scroll izquierda\n            function scrollLeft() {\n                const width = scrollContainer.querySelector(\"span\").offsetWidth;\n                scrollContainer.scrollLeft -= width + (width > 265 ? 24 : 16);\n            }\n\n            \/\/ Funci\u00f3n para scroll derecha\n            function scrollRight() {\n                const width = scrollContainer.querySelector(\"span\").offsetWidth;\n                scrollContainer.scrollLeft += width + (width > 265 ? 24 : 16);\n            }\n\n            \/\/ Funci\u00f3n al hacer scroll\n            function onScroll() {\n                const containerWidth = scrollContainer.scrollLeft;\n\n                if (containerWidth <= 0) {\n                    leftButton.style.display = \"none\";\n                } else if (\n                    containerWidth >=\n                    scrollContainer.scrollWidth - scrollContainer.offsetWidth\n                ) {\n                    shadow.style.display = \"none\";\n                    rightButton.style.display = \"none\";\n                } else {\n                    shadow.style.display = \"flex\";\n                    rightButton.style.display = \"flex\";\n                    leftButton.style.display = \"flex\";\n                }\n            }\n\n            \/\/ Event listeners (SE A\u00d1ADEN UNA SOLA VEZ)\n            leftButton.addEventListener(\"click\", scrollLeft);\n            rightButton.addEventListener(\"click\", scrollRight);\n            scrollContainer.addEventListener(\"scroll\", onScroll);\n\n            \/\/ Funci\u00f3n de resize espec\u00edfica para este slider\n            function handleResize() {\n                checkScroll(true);\n            }\n\n            \/\/ Inicializar\n            checkScroll();\n\n            \/\/ Resize espec\u00edfico para este slider\n            window.addEventListener(\"resize\", handleResize);\n        });\n    });\n<\/script>\n\n\n<div id=\"editorial\" class=\"editorial grey default  size_eq\"\n    data-course-url=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/course-combinations.json\"\n    data-course-version=\"20260618_18\">\n    \n    <div class=\"container  imgmobile-Arriba\">\n        <div class=\"content \">\n\n                            <div class=\"column column--left \">\n                    <p class=\"editorial__title \"><\/p>\n                    <h2>Key dates<\/h2>\n<p><span class=\"TextRun SCXW241985407 BCX0\" lang=\"ES-ES\" xml:lang=\"ES-ES\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW241985407 BCX0\">Key dates<\/span><span class=\"NormalTextRun SCXW241985407 BCX0\">\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW241985407 BCX0\">for<\/span><span class=\"NormalTextRun SCXW241985407 BCX0\">\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW241985407 BCX0\">our<\/span><span class=\"NormalTextRun SCXW241985407 BCX0\">\u00a0<\/span><\/span><strong><span class=\"TextRun SCXW241985407 BCX0\" lang=\"ES-ES\" xml:lang=\"ES-ES\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW241985407 BCX0\">Bachelor<\/span><span class=\"NormalTextRun SCXW241985407 BCX0\">\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW241985407 BCX0\">of<\/span><span class=\"NormalTextRun SCXW241985407 BCX0\">\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW241985407 BCX0\">Computer<\/span><span class=\"NormalTextRun SCXW241985407 BCX0\">\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW241985407 BCX0\">Science<\/span><\/span><\/strong><span class=\"TextRun SCXW241985407 BCX0\" lang=\"ES-ES\" xml:lang=\"ES-ES\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW241985407 BCX0\">\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW241985407 BCX0\">program<\/span><span class=\"NormalTextRun SCXW241985407 BCX0\">\u00a0are as\u00a0<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW241985407 BCX0\">follows<\/span><span class=\"NormalTextRun SCXW241985407 BCX0\">:<\/span><\/span><span class=\"EOP Selected SCXW241985407 BCX0\" data-ccp-props=\"{&quot;134245418&quot;:true,&quot;134245529&quot;:true}\">\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Fall semester<\/b><span style=\"font-weight: 400;\">:<\/span> <span style=\"font-weight: 400;\">September &#8211; December<\/span>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Enrollment: August<\/span><\/li>\n<\/ul>\n<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Spring semester<\/b><span style=\"font-weight: 400;\">: January &#8211; May<\/span>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Enrollment: December<\/span><\/li>\n<\/ul>\n<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Summer semester<\/b><span style=\"font-weight: 400;\">: May &#8211; August<\/span>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Enrollment: April<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n                    \n                    \n                    \n                                            <a href=\"https:\/\/static.miuniversity.edu\/CalendariosSTI\/Actual\/BaEnBCS.pdf\" class=\"btn\"\n                            data-gtm-container=\"internal_button\"\n                            data-gtm-category=\"\"\n                            data-gtm-action=\"navigation\"\n                                                        target=\"_blank\">\n                            2026\/2027 academic calendar                        <\/a>\n                                    <\/div>\n            \n                            <div class=\"image \">\n                    <div class=\"shadow\"><\/div>                    <div><img decoding=\"async\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/fechasclaves.jpg\" alt=\"fechasclaves\" title=\"\"><\/div>\n                <\/div>\n            \n            \n            \n                    <\/div>\n    <\/div>\n<\/div>\n\n<!-- Modal -->\n<div id=\"form_modal\" class=\"modal template-form\" data-modal=\"modal\">\n    <div class=\"modal__inner\">\n        <div class=\"modal__content\">\n            <div class=\"modal__body\">\n                <button type=\"button\" class=\"modal__close\" data-modal=\"close\" data-gtm-action=\"video_close\" data-gtm-container=\"video\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 22 22\" version=\"1.1\" alt=\"cerrar\" title=\"cerrar\" style=\"pointer-events: none;\">\n                        <g transform=\"translate(-750.000000, -1401.000000)\" fill=\"#2501C3\" fill-rule=\"nonzero\">\n                            <g id=\"Group\" transform=\"translate(749.000000, 1400.000000)\">\n                                <rect id=\"Rectangle\" transform=\"translate(11.989581, 11.990509) rotate(-135.605335) translate(-11.989581, -11.990509) \" x=\"-2.83410042\" y=\"10.7545291\" width=\"29.6473631\" height=\"2.47195968\" rx=\"1.23597984\"><\/rect>\n                                <rect id=\"Rectangle\" transform=\"translate(11.990970, 11.990492) rotate(134.419160) translate(-11.990970, -11.990492) \" x=\"-2.83271172\" y=\"10.7545628\" width=\"29.6473631\" height=\"2.47185909\" rx=\"1.23592955\"><\/rect>\n                            <\/g>\n                        <\/g>\n                    <\/svg>\n                <\/button>\n                <div class=\"modal__body__content\">\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div id=\"calidad\" class=\"editorial white default  size_eq\"\n    data-course-url=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/course-combinations.json\"\n    data-course-version=\"20260618_18\">\n    \n    <div class=\"container no-image imgmobile-Arriba\">\n        <div class=\"content content--columns\">\n\n                            <div class=\"column column--left \">\n                    <h2 class=\"editorial__title \">Licenses and Authorizations<\/h2>\n                    <h4><span data-teams=\"true\"><strong>DEAC (Distance Education Accrediting Commission)<\/strong><\/span><\/h4>\n<p><span data-teams=\"true\">MIU City University Miami is accredited by the DEAC. The Distance Education Accrediting Commission is recognized by the Council for Higher Education Accreditation (CHEA).<\/span><\/p>\n<p><a href=\"https:\/\/www.deac.org\/\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-17884\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/DEAC-IDLogo-Color-1.png\" alt=\",\" width=\"200\" height=\"64\" title=\"\"><\/a><\/p>\n<p>&nbsp;<\/p>\n                    \n                    \n                    \n                                    <\/div>\n            \n            \n            \n                            <div class=\"column column--right \">\n                    <h2 class=\"\"><\/h2>\n                    <h4><strong>State License<\/strong><\/h4>\n<p>MIU City University Miami is licensed by the Commission for Independent Education, Florida Department of Education, under license number #5359.<\/p>\n<p><a href=\"https:\/\/www.fldoe.org\/\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-17890\" src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/logo-1.png\" alt=\",\" width=\"228\" height=\"64\" title=\"\"><\/a><\/p>\n                    \n                                    <\/div>\n            \n                    <\/div>\n    <\/div>\n<\/div>\n\n<!-- Modal -->\n<div id=\"form_modal\" class=\"modal template-form\" data-modal=\"modal\">\n    <div class=\"modal__inner\">\n        <div class=\"modal__content\">\n            <div class=\"modal__body\">\n                <button type=\"button\" class=\"modal__close\" data-modal=\"close\" data-gtm-action=\"video_close\" data-gtm-container=\"video\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 22 22\" version=\"1.1\" alt=\"cerrar\" title=\"cerrar\" style=\"pointer-events: none;\">\n                        <g transform=\"translate(-750.000000, -1401.000000)\" fill=\"#2501C3\" fill-rule=\"nonzero\">\n                            <g id=\"Group\" transform=\"translate(749.000000, 1400.000000)\">\n                                <rect id=\"Rectangle\" transform=\"translate(11.989581, 11.990509) rotate(-135.605335) translate(-11.989581, -11.990509) \" x=\"-2.83410042\" y=\"10.7545291\" width=\"29.6473631\" height=\"2.47195968\" rx=\"1.23597984\"><\/rect>\n                                <rect id=\"Rectangle\" transform=\"translate(11.990970, 11.990492) rotate(134.419160) translate(-11.990970, -11.990492) \" x=\"-2.83271172\" y=\"10.7545628\" width=\"29.6473631\" height=\"2.47185909\" rx=\"1.23592955\"><\/rect>\n                            <\/g>\n                        <\/g>\n                    <\/svg>\n                <\/button>\n                <div class=\"modal__body__content\">\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div id=\"metodology\" class=\"map grey\">\n  <div class=\"container\">\n    <h2 class=\"map__title\">A Leader in Online Education<\/h2>\n    <div class=\"content\">\n      <div>\n        <p>MIU City University Miami is part of PROEDUCA Universities, a leader in online education with over 15 years of experience. With more than 108,000 students across 90+ countries and a team of 3,000 highly qualified professors, we offer a proven learning system based on academic excellence and accessibility.<\/p>\n        <div class=\"grid\">\n          <div class=\"feat\">\n                              <span>90+<\/span>\n                <p>Countries<\/p>\n                        <\/div>\n          <div class=\"feat\">\n                                <span>+100K <\/span>\n                  <p>Students<\/p>\n                        <\/div>\n          <div class=\"feat\">\n                                <span>15+<\/span>\n                  <p>Years of Experience<\/p>\n                        <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"image\">\n        <img decoding=\"async\"\n          src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/08\/mapa.png\"\n          alt=\"\"\n        \/>\n      <\/div>\n    <\/div>\n    <div class=\"brands\">\n      <div>\n        <p><\/p>\n                      <img decoding=\"async\"\n              alt=\"\"\n              src=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/2024\/09\/proeduca.svg\"\n            \/>\n                <\/div>\n      <section>\n          \n      <\/section>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n\n\n<div class=\"form grey\" id=\"formulario\"\n  data-course-url=\"https:\/\/miuniversity.edu\/wp-content\/uploads\/course-combinations.json\"\n  data-course-version=\"20260618_18\"\n  data-program-selected=\"\">\n  <div class=\"container\">\n    <div class=\"content\">\n      <h2 class=\"form__title\">Request information<\/h2>\n      <p><\/p>\n            <!-- form -->\n      \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f5-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/bachelor_degrees\/2827#wpcf7-f5-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.9.8\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<div class=\"js-form\">\n \n   <div class=\"form__row\">\n     <div class=\"form__column\">\n        <span class=\"wpcf7-form-control-wrap\" data-name=\"first_name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form__field\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"first_name\" \/><\/span>\n     <\/div>\n     <div class=\"form__column\">\n        <span class=\"wpcf7-form-control-wrap\" data-name=\"last_name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form__field\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Surname\" value=\"\" type=\"text\" name=\"last_name\" \/><\/span>\n     <\/div>\n   <\/div>\n \n  <div class=\"form__row\">\n    <div class=\"form__column\">\n      <span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email form__field\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Enter your email\" value=\"\" type=\"email\" name=\"email\" \/><\/span>\n    <\/div>\n    <div class='form__column form__telephone'>\n      <div class=\"form__column form__column-prefix\">\n        <span class=\"wpcf7-form-control-wrap\" data-name=\"prefix_phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form__field form__prefix\" aria-required=\"true\" aria-invalid=\"false\" value=\"+34\" type=\"text\" name=\"prefix_phone\" \/><\/span>\n      <\/div>\n      <div class=\"form__column\">\n         <span class=\"wpcf7-form-control-wrap\" data-name=\"phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel form__field\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Enter your phone\" value=\"\" type=\"tel\" name=\"phone\" \/><\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n \n   <div class=\"form__row\">\n     <div class=\"form__column form__select\">\n<select id=\"education_level-5\" name=\"education_level\" data-name=\"education_level\" required=\"\" class=\"form__field\"><option value=\"\">Level of studies completed *<\/option><option value=\"doctorado\">PhD\/Doctorate<\/option><option value=\"postgrado\">Master<\/option><option value=\"graduado\">Bachelor's Degree<\/option><option value=\"bachiller\">High school<\/option><\/select>\n     <\/div>\n     <div class=\"form__column form__select\">\n       <select class=\"form__field form__country\" aria-invalid=\"false\" placeholder=\"Country of residence\" name=\"country_code\"><\/select>\n     <\/div>\n   <\/div>\n\n  <div class=\"form__row row-reverse\">\n    <div class='form__column form__radio'>\n      <p>Training language :<\/p>\n        <span class=\"wpcf7-form-control-wrap\" data-name=\"language\"><span class=\"wpcf7-form-control wpcf7-radio\"><span class=\"wpcf7-list-item first\"><label><input type=\"radio\" name=\"language\" value=\"es\" \/><span class=\"wpcf7-list-item-label\">es<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"radio\" name=\"language\" value=\"en\" \/><span class=\"wpcf7-list-item-label\">en<\/span><\/label><\/span><\/span><\/span>\n    <\/div>\n\n    <div class='form__column form__radio'>\n       <p> Modality :<\/p>\n       <span class=\"wpcf7-form-control-wrap\" data-name=\"modoDiFruizione\"><span class=\"wpcf7-form-control wpcf7-radio\"><span class=\"wpcf7-list-item first\"><input type=\"radio\" name=\"modoDiFruizione\" value=\"Online\" \/><span class=\"wpcf7-list-item-label\">Online<\/span><\/span><span class=\"wpcf7-list-item last\"><input type=\"radio\" name=\"modoDiFruizione\" value=\"Hybrid\" \/><span class=\"wpcf7-list-item-label\">Hybrid<\/span><\/span><\/span><\/span>\n    <\/div>\n  <\/div>\n\n<input type=\"hidden\" name=\"studio\" value=\"BSCS\" \/>\n<div class=\"form__row\"><div class=\"form__column form__select\"><select name=\"studio_child\" id=\"certificado_experto\" class=\"form__field\" aria-invalid=\"false\" aria-required=\"true\"><option value=\"\">Select a specialization course<\/option><\/select><\/div><\/div>\n \n<div class=\"form__rgpd\"><div class=\"form__row\"><div class=\"form__legal\"><p class=\"form__legal-p\">MIU CITY UNIVERSITY MIAMI, INC. (hereinafter, \u201cMIU\u201d), shall process the personal data you have provided so as to manage your request for information, claim doubt or suggestion regarding the products and\/or services .offered by MIU, by telephone, and to keep you up to date with our activities.We also inform you that we will profile your personal data with the aim of sending you information tailored to your interests. You may find additional information by clicking here.You may revoke your consent and exercise your rights under articles 15 to 22 of EU Regulation 2016\/679 by writing to 111 NE 1st Street, 6th Floor, Miami, FL 33132, or the following email address: ppd@miuniversity.edu, attaching a copy of your DNI or proof of identity. If you wish, you can read the additional, detailed information on data protection in the following link: https:\/\/miuniversity.edu\/privacy-policy\/I wish to receive information from MIU, and from the other Proeduca Group companies that operate in the education sector.<\/p><\/div><\/div>\n<div><label class=\"form__check\"><input type=\"checkbox\" class=\"form__check-input\" name=\"gdpr\" value=\"1\" aria-invalid=\"false\"><div class=\"form__checkbox\"><\/div><span class=\"form__checkbox-text\"><span>I wish to receive information from MIU, and from the other <a href=\"https:\/\/miuniversity.edu\/en\/privacy-policy\/\" target=\"_blank\">Proeduca Group<\/a>, companies that operate in the education sector.<\/span><\/span><\/label><\/div>\n<\/div>\n \n   <div class=\"form__send\">\n     <div class=\"form__loader\"><\/div>\n     <input class=\"wpcf7-submit\" type=\"submit\" value=\"Request information\">\n   <\/div>\n\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"sw4yJvw8aOfd9d1hZop00ZH0EM9F2XBu\" type=\"hidden\" name=\"token\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"EN\" type=\"hidden\" name=\"lang_lead\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"web\" type=\"hidden\" name=\"request_from\" \/>\n<input type=\"hidden\" name=\"utm_medium\" value=\"\" \/><input type=\"hidden\" name=\"utm_content\" value=\"\" \/><input type=\"hidden\" name=\"facebook_utm\" value=\"\" \/><input type=\"hidden\" name=\"source_url\" value=\"https:\/\/miuniversity.edu\/en\/wp-json\/wp\/v2\/bachelor_degrees\/2827\" \/><input type=\"hidden\" name=\"utm_source\" value=\"\" \/> <input type=\"hidden\" name=\"utm_campaign\" value=\"\" \/>\n \n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n    <\/div>\n    <div class=\"price\">\n              <div class=\"price__container\">\n          <p class=\"price__number\">$14,400*<\/p>\n          <p class=\"price__description\">$120 per credit<\/p>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Become an expert in computer science, a key professional in any industry. This degree equips you with comprehensive training, encompassing everything from fundamentals to the latest developments in a field that is constantly evolving.<\/p>\n","protected":false},"featured_media":7153,"template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"transifo":[],"modalidad":[],"class_list":["post-2827","bachelor_degrees","type-bachelor_degrees","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/miuniversity.edu\/en\/wp-json\/wp\/v2\/bachelor_degrees\/2827"}],"collection":[{"href":"https:\/\/miuniversity.edu\/en\/wp-json\/wp\/v2\/bachelor_degrees"}],"about":[{"href":"https:\/\/miuniversity.edu\/en\/wp-json\/wp\/v2\/types\/bachelor_degrees"}],"version-history":[{"count":82,"href":"https:\/\/miuniversity.edu\/en\/wp-json\/wp\/v2\/bachelor_degrees\/2827\/revisions"}],"predecessor-version":[{"id":33025,"href":"https:\/\/miuniversity.edu\/en\/wp-json\/wp\/v2\/bachelor_degrees\/2827\/revisions\/33025"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/miuniversity.edu\/en\/wp-json\/wp\/v2\/media\/7153"}],"wp:attachment":[{"href":"https:\/\/miuniversity.edu\/en\/wp-json\/wp\/v2\/media?parent=2827"}],"wp:term":[{"taxonomy":"transifo","embeddable":true,"href":"https:\/\/miuniversity.edu\/en\/wp-json\/wp\/v2\/transifo?post=2827"},{"taxonomy":"modalidad","embeddable":true,"href":"https:\/\/miuniversity.edu\/en\/wp-json\/wp\/v2\/modalidad?post=2827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}