{"id":143572,"date":"2023-12-18T10:56:49","date_gmt":"2023-12-18T10:56:49","guid":{"rendered":"https:\/\/um-edu.online\/almaarefa\/?page_id=143572"},"modified":"2026-02-12T08:40:56","modified_gmt":"2026-02-12T08:40:56","slug":"%d8%a8%d8%b1%d9%86%d8%a7%d9%85%d8%ac-%d8%b9%d9%84%d9%88%d9%85-%d8%a7%d9%84%d8%ad%d8%a7%d8%b3%d8%a8","status":"publish","type":"page","link":"https:\/\/www.um.edu.sa\/en\/applied-sciences\/computer-science-2\/%d8%a8%d8%b1%d9%86%d8%a7%d9%85%d8%ac-%d8%b9%d9%84%d9%88%d9%85-%d8%a7%d9%84%d8%ad%d8%a7%d8%b3%d8%a8\/","title":{"rendered":"Computer Science Program"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Computer Science Program<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        \/* Reset \u0644\u0644\u0643\u0648\u062f \u0641\u0642\u0637 - \u0644\u0627 \u064a\u0624\u062b\u0631 \u0639\u0644\u0649 WordPress *\/\n        .uqu-cs-dept-wrapper * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --uqu-cs-primary: #009CBF;\n            --uqu-cs-secondary: #54585A;\n            --uqu-cs-accent: #CF9E60;\n            --uqu-cs-bg: #f5f7fa;\n            --uqu-cs-light-bg: #eef3f7;\n            --uqu-cs-text-main: #222222;\n            --uqu-cs-text-muted: #666666;\n            --uqu-cs-white: #ffffff;\n        }\n\n        body {\n            font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(to bottom, #f5f7fa 0%, #ffffff 100%);\n            color: var(--uqu-cs-text-main);\n            line-height: 1.7;\n            overflow-x: hidden;\n            overflow-y: auto;\n        }\n\n        .uqu-cs-dept-wrapper {\n            min-height: 100vh;\n        }\n\n        .uqu-cs-dept-nav {\n            background-color: var(--uqu-cs-white);\n            border-bottom: 1px solid #e0e0e0;\n            padding: 10px 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 20px;\n            position: sticky;\n            top: 0;\n            z-index: 10;\n        }\n\n        .uqu-cs-dept-nav a {\n            color: var(--uqu-cs-secondary);\n            text-decoration: none;\n            font-size: 0.95rem;\n            font-weight: 500;\n            padding: 4px 6px;\n            border-radius: 4px;\n            transition: background-color 0.2s, color 0.2s;\n        }\n\n        .uqu-cs-dept-nav a:hover {\n            color: var(--uqu-cs-primary);\n            background-color: rgba(0, 156, 191, 0.08);\n        }\n\n        .uqu-cs-dept-lang-btn {\n            background: linear-gradient(135deg, var(--uqu-cs-primary), var(--uqu-cs-secondary)) !important;\n            color: white !important;\n            border: none !important;\n            padding: 8px 16px !important;\n            border-radius: 20px !important;\n            cursor: pointer !important;\n            font-size: 0.9rem !important;\n            font-weight: 600 !important;\n            transition: all 0.3s !important;\n            display: flex !important;\n            align-items: center !important;\n            gap: 6px !important;\n            font-family: inherit !important;\n            text-decoration: none !important;\n        }\n\n        .uqu-cs-dept-lang-btn:hover {\n            transform: translateY(-2px) !important;\n            box-shadow: 0 4px 12px rgba(0, 156, 191, 0.3) !important;\n        }\n\n        .uqu-cs-dept-lang-btn svg {\n            width: 16px !important;\n            height: 16px !important;\n        }\n\n        .uqu-cs-dept-banner {\n            background: linear-gradient(135deg, #1e3a5f 0%, var(--uqu-cs-primary) 50%, var(--uqu-cs-accent) 100%) !important;\n            color: var(--uqu-cs-white) !important;\n            padding: 90px 20px 85px !important;\n            text-align: center !important;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;\n            position: relative !important;\n            overflow: hidden !important;\n        }\n\n        .uqu-cs-dept-banner::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,%3Csvg width=\"100\" height=\"100\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"%3E%3Cpath d=\"M0 0h100v100H0z\" fill=\"none\"\/%3E%3Cpath d=\"M50 0L100 50 50 100 0 50z\" fill=\"%23ffffff\" opacity=\"0.03\"\/%3E%3C\/svg%3E');\n            opacity: 0.1;\n        }\n\n        .uqu-cs-dept-banner h1 {\n            font-size: 2.8rem !important;\n            margin-bottom: 12px !important;\n            font-weight: 800 !important;\n            position: relative !important;\n            z-index: 1 !important;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;\n            color: #ffffff !important;\n        }\n\n        .uqu-cs-dept-banner p {\n            font-size: 1.3rem !important;\n            opacity: 0.95 !important;\n            position: relative !important;\n            z-index: 1 !important;\n            font-weight: 500 !important;\n            color: #ffffff !important;\n        }\n\n        .uqu-cs-dept-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .uqu-cs-dept-content-box {\n            background: var(--uqu-cs-white);\n            background: radial-gradient(circle at top right, rgba(0, 156, 191, 0.03), transparent 70%);\n            padding: 35px 30px;\n            border-radius: 12px;\n            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);\n            margin-bottom: 30px;\n            border-left: 5px solid var(--uqu-cs-primary);\n        }\n\n        .uqu-cs-dept-content-box h2 {\n            color: var(--uqu-cs-primary);\n            margin-bottom: 18px;\n            font-size: 1.9rem;\n            font-weight: 700;\n        }\n\n        .uqu-cs-dept-content-box h3 {\n            color: var(--uqu-cs-secondary);\n            margin-top: 30px;\n            margin-bottom: 15px;\n            font-size: 1.5rem;\n            font-weight: 700;\n        }\n\n        .uqu-cs-dept-content-box p {\n            color: var(--uqu-cs-text-main);\n            line-height: 1.9;\n            font-size: 1.05rem;\n            text-align: justify;\n            text-align-last: right;\n            margin-bottom: 15px;\n        }\n\n        .uqu-cs-dept-content-box ul {\n            list-style: none;\n            padding-right: 0;\n            margin-top: 15px;\n        }\n\n        .uqu-cs-dept-content-box ul li {\n            padding: 12px 0 12px 30px;\n            position: relative;\n            color: var(--uqu-cs-text-main);\n            line-height: 1.8;\n            font-size: 1.02rem;\n        }\n\n        .uqu-cs-dept-content-box ul li::before {\n            content: '\u2713';\n            position: absolute;\n            right: 0;\n            color: var(--uqu-cs-primary);\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        .uqu-cs-dept-tabs-container {\n            margin-top: 50px;\n        }\n\n        .uqu-cs-dept-tabs {\n            display: flex;\n            gap: 8px;\n            border-bottom: 2px solid #e0e0e0;\n            margin-bottom: 0;\n            flex-wrap: wrap;\n        }\n\n        .uqu-cs-dept-tab {\n            padding: 14px 28px !important;\n            background: transparent !important;\n            border: none !important;\n            color: var(--uqu-cs-text-muted) !important;\n            font-size: 1.05rem !important;\n            font-weight: 600 !important;\n            cursor: pointer !important;\n            transition: all 0.3s !important;\n            border-bottom: 3px solid transparent !important;\n            position: relative !important;\n            font-family: inherit !important;\n        }\n\n        .uqu-cs-dept-tab:hover {\n            color: var(--uqu-cs-primary) !important;\n            background: rgba(0, 156, 191, 0.05) !important;\n        }\n\n        .uqu-cs-dept-tab.active {\n            color: var(--uqu-cs-primary) !important;\n            border-bottom-color: var(--uqu-cs-primary) !important;\n        }\n\n        .uqu-cs-dept-tab-content {\n            display: none !important;\n            padding: 32px 28px !important;\n            background: var(--uqu-cs-white) !important;\n            border-radius: 0 0 12px 12px !important;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;\n            animation: fadeIn 0.4s !important;\n        }\n\n        .uqu-cs-dept-tab-content.active {\n            display: block !important;\n        }\n\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(-10px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .uqu-cs-dept-tab-header {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            margin-bottom: 20px;\n        }\n\n        .uqu-cs-dept-tab-icon {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, rgba(0, 156, 191, 0.15), rgba(207, 158, 96, 0.15));\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--uqu-cs-primary);\n        }\n\n        .uqu-cs-dept-tab-title {\n            font-size: 1.5rem;\n            color: var(--uqu-cs-secondary);\n            font-weight: 700;\n        }\n\n        .uqu-cs-dept-tab-text {\n            color: var(--uqu-cs-text-main);\n            line-height: 1.9;\n            font-size: 1.05rem;\n            text-align: right;\n        }\n\n        .uqu-cs-dept-objectives-list {\n            list-style: none;\n            padding-right: 0;\n        }\n\n        .uqu-cs-dept-objectives-list li {\n            padding: 12px 0 12px 30px;\n            position: relative;\n            color: var(--uqu-cs-text-main);\n            line-height: 1.8;\n            font-size: 1.02rem;\n        }\n\n        .uqu-cs-dept-objectives-list li::before {\n            content: '\u2713';\n            position: absolute;\n            right: 0;\n            color: var(--uqu-cs-primary);\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        .uqu-cs-dept-section-title {\n            text-align: center;\n            color: var(--uqu-cs-secondary);\n            font-size: 2.2rem;\n            margin-top: 70px;\n            margin-bottom: 40px;\n            position: relative;\n            font-weight: 800;\n        }\n\n        .uqu-cs-dept-section-title::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(90deg, var(--uqu-cs-primary), var(--uqu-cs-accent));\n            margin: 14px auto 0;\n            border-radius: 4px;\n        }\n\n        .uqu-cs-dept-pdf-container {\n            background: var(--uqu-cs-white);\n            padding: 30px;\n            border-radius: 12px;\n            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);\n            margin: 30px 0;\n            text-align: center;\n        }\n\n        .uqu-cs-dept-pdf-container iframe {\n            width: 100%;\n            height: 600px;\n            border: none;\n            border-radius: 8px;\n        }\n\n        .uqu-cs-dept-guides-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 24px;\n            margin-top: 30px;\n            margin-bottom: 50px;\n        }\n\n        .uqu-cs-dept-guide-card {\n            background: var(--uqu-cs-white);\n            padding: 28px 24px;\n            border-radius: 12px;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid var(--uqu-cs-primary);\n            transition: transform 0.2s, box-shadow 0.2s;\n            text-align: center;\n        }\n\n        .uqu-cs-dept-guide-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);\n        }\n\n        .uqu-cs-dept-guide-card a {\n            text-decoration: none;\n            color: inherit;\n            display: block;\n        }\n\n        .uqu-cs-dept-guide-icon {\n            width: 70px;\n            height: 70px;\n            background: linear-gradient(135deg, rgba(0, 156, 191, 0.1), rgba(207, 158, 96, 0.1));\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n        }\n\n        .uqu-cs-dept-guide-icon svg {\n            width: 36px;\n            height: 36px;\n            color: var(--uqu-cs-primary);\n        }\n\n        .uqu-cs-dept-guide-card h3 {\n            color: var(--uqu-cs-secondary);\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin: 0;\n        }\n\n        .uqu-cs-dept-guide-card.coming-soon {\n            opacity: 0.6;\n            cursor: not-allowed;\n        }\n\n        .uqu-cs-dept-guide-card.coming-soon:hover {\n            transform: none;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n        }\n\n        .uqu-cs-dept-coming-soon-badge {\n            display: inline-block;\n            background-color: #fff3cd;\n            color: #856404;\n            padding: 4px 12px;\n            border-radius: 12px;\n            font-size: 0.75rem;\n            font-weight: 600;\n            margin-top: 10px;\n        }\n    <\/style>\n<\/head>\n\n<body>\n\n    <div class=\"uqu-cs-dept-wrapper\">\n\n        <nav class=\"uqu-cs-dept-nav\">\n            <a href=\"https:\/\/www.um.edu.sa\/en\/applied-sciences\/computer-science\/\" target=\"_blank\">Back to Department<\/a>\n            <a href=\"#about\">About Program<\/a>\n            <a href=\"#vision\">Vision &#038; Mission<\/a>\n            <a href=\"#objectives\">Objectives<\/a>\n            <a href=\"#study-plan\">Study Plan<\/a>\n            <a href=\"#accreditation\">Accreditation<\/a>\n            <a href=\"\/en\/computer_science.html\/\" class=\"uqu-cs-dept-lang-btn\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                    <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"><\/line>\n                    <path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"><\/path>\n                <\/svg>\n                <span>\u0639\u0631\u0628\u064a<\/span>\n            <\/a>\n        <\/nav>\n\n        <div class=\"uqu-cs-dept-banner\">\n            <h1>Computer Science Program<\/h1>\n            <p>Excellence in Education and Technical Research<\/p>\n        <\/div>\n\n        <div class=\"uqu-cs-dept-container\">\n\n            <!-- About the Program -->\n            <div class=\"uqu-cs-dept-content-box\" id=\"about\">\n                <h2>Growth and Development of Computer Science<\/h2>\n                <p>\n                    The growth and development of computer science began based on mathematics and electrical engineering disciplines. This science includes the design and development of all types of software from phone systems and applications to interactive games and other forms of interactive technology. Those who want to specialize in computer science must have a strong background in mathematics and the ability to find solutions to problems. Specialists in this science primarily study what makes computers work and how they process data.\n                <\/p>\n                <p>\n                    The strength of a computer science graduate lies in the ability to solve problems related to the effectiveness and performance of all applications and the overall orientation towards problem-solving. The following are just a few examples of the many topics that computer science specialists will study:\n                <\/p>\n                <ul>\n                    <li>Computer Programming<\/li>\n                    <li>Computer Graphics<\/li>\n                    <li>Computer Networks<\/li>\n                    <li>Algorithm Analysis and Design<\/li>\n                    <li>Computer Organization and Architecture<\/li>\n                    <li>Data Structures<\/li>\n                    <li>Database Systems Concepts<\/li>\n                    <li>Operating Systems<\/li>\n                    <li>Software Engineering<\/li>\n                <\/ul>\n                <p>\n                    The computer science major focuses on studying programming (such as Java programming), data structures, and operating systems. As a result, many graduates of this major practice professions in the field of programming and software development.\n                <\/p>\n            <\/div>\n\n            <!-- Vision, Mission, and Objectives - Tabs -->\n            <div class=\"uqu-cs-dept-tabs-container\" id=\"vision\">\n                <div class=\"uqu-cs-dept-tabs\">\n                    <button class=\"uqu-cs-dept-tab active\" onclick=\"openTab(event, 'vision-tab')\">Vision<\/button>\n                    <button class=\"uqu-cs-dept-tab\" onclick=\"openTab(event, 'mission-tab')\">Mission<\/button>\n                    <button class=\"uqu-cs-dept-tab\" onclick=\"openTab(event, 'objectives-tab')\">Objectives<\/button>\n                <\/div>\n\n                <div id=\"vision-tab\" class=\"uqu-cs-dept-tab-content active\">\n                    <div class=\"uqu-cs-dept-tab-header\">\n                        <div class=\"uqu-cs-dept-tab-icon\">\n                            <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n                                stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path>\n                                <circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle>\n                            <\/svg>\n                        <\/div>\n                        <h3 class=\"uqu-cs-dept-tab-title\">Program Vision<\/h3>\n                    <\/div>\n                    <p class=\"uqu-cs-dept-tab-text\">\n                        The Computer Science and Information Systems Department aspires to distinguish itself by providing an academic program that achieves global standard levels in the field of computer science, helping to prepare qualified and trained national competencies.\n                    <\/p>\n                <\/div>\n\n                <div id=\"mission-tab\" class=\"uqu-cs-dept-tab-content\">\n                    <div class=\"uqu-cs-dept-tab-header\">\n                        <div class=\"uqu-cs-dept-tab-icon\">\n                            <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n                                stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <path d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"><\/path>\n                            <\/svg>\n                        <\/div>\n                        <h3 class=\"uqu-cs-dept-tab-title\">Program Mission<\/h3>\n                    <\/div>\n                    <p class=\"uqu-cs-dept-tab-text\">\n                        To prepare highly competent participants in the knowledge-based society; and to stimulate creativity and excellence in research, education, and community services in computer science.\n                    <\/p>\n                <\/div>\n\n                <div id=\"objectives-tab\" class=\"uqu-cs-dept-tab-content\">\n                    <div class=\"uqu-cs-dept-tab-header\">\n                        <div class=\"uqu-cs-dept-tab-icon\">\n                            <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n                                stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                                <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"><\/line>\n                                <line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"><\/line>\n                            <\/svg>\n                        <\/div>\n                        <h3 class=\"uqu-cs-dept-tab-title\">Program Objectives<\/h3>\n                    <\/div>\n                    <ul class=\"uqu-cs-dept-objectives-list\">\n                        <li>Provide graduates with solid and diverse knowledge and practical experience to prepare them as specialized practitioners in computer science<\/li>\n                        <li>Provide an educational experience that develops the student&#8217;s intellectual ability to facilitate the development of autonomous judgment and problem-solving skills<\/li>\n                        <li>Provide graduates who demonstrate various cognitive and communication skills that enhance their success in their professional careers through teamwork, proactive participation, critical thinking, ethical behavior and responsibility, effective communication skills, and influential roles in their organizations and communities<\/li>\n                        <li>Identify opportunities for research in computer science and benefit from their results and conclusions in professional practice<\/li>\n                        <li>Support graduates with self-development, professional, and continuing education skills<\/li>\n                        <li>Support graduates to pursue their graduate studies and succeed in academic and research careers<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <!-- Study Plan -->\n            <h2 class=\"uqu-cs-dept-section-title\" id=\"study-plan\">Study Plan<\/h2>\n            <div class=\"uqu-cs-dept-pdf-container\">\n                <iframe src=\"https:\/\/www.um.edu.sa\/wp-content\/uploads\/2023\/12\/\u062e\u0637\u0629-\u0639\u0644\u0648\u0645-\u0627\u0644\u062d\u0627\u0633\u0628-\u0639\u0631\u0628\u064a.pdf\"><\/iframe>\n            <\/div>\n\n            <!-- Academic Accreditation -->\n            <div class=\"uqu-cs-dept-content-box\" id=\"accreditation\">\n                <h2>Academic Accreditation<\/h2>\n                <p>\n                    The Computer Science program has obtained the following international accreditations:\n                <\/p>\n                <ul>\n                    <li>Full accreditation from the International Accreditation Agency for Degree Programs (ASIIN) for the program, from June 18, 2021 until September 30, 2026.<\/li>\n                    <li>Full international accreditation by Euro-Inf through EQANIE (European Quality Assurance Network for Informatics Education), from December 9, 2022 until September 30, 2026.<\/li>\n                <\/ul>\n                <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px;\">\n                    <img decoding=\"async\" src=\"https:\/\/www.um.edu.sa\/pdf\/COM1.png\" alt=\"Academic Accreditation Certificate 1\" style=\"width: 100%; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\">\n                    <img decoding=\"async\" src=\"https:\/\/www.um.edu.sa\/pdf\/COM2.png\" alt=\"Academic Accreditation Certificate 2\" style=\"width: 100%; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\">\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n    <script>\n        function openTab(evt, tabName) {\n            \/\/ Hide all tab contents\n            var tabContents = document.getElementsByClassName(\"uqu-cs-dept-tab-content\");\n            for (var i = 0; i < tabContents.length; i++) {\n                tabContents[i].classList.remove(\"active\");\n            }\n\n            \/\/ Remove active state from all tab buttons\n            var tabs = document.getElementsByClassName(\"uqu-cs-dept-tab\");\n            for (var i = 0; i < tabs.length; i++) {\n                tabs[i].classList.remove(\"active\");\n            }\n\n            \/\/ Show the selected tab and activate the button\n            document.getElementById(tabName).classList.add(\"active\");\n            evt.currentTarget.classList.add(\"active\");\n        }\n    <\/script>\n\n<\/body>\n\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Computer Science Program Back to Department About Program Vision &#038; Mission Objectives Study Plan Accreditation \u0639\u0631\u0628\u064a Computer Science Program Excellence in Education and Technical Research Growth and Development of Computer Science The growth and development of computer science began based &hellip; <\/p>","protected":false},"author":33,"featured_media":0,"parent":143348,"menu_order":18,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-143572","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/pages\/143572","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/users\/33"}],"replies":[{"embeddable":true,"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/comments?post=143572"}],"version-history":[{"count":0,"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/pages\/143572\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/pages\/143348"}],"wp:attachment":[{"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/media?parent=143572"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}