{"id":144488,"date":"2024-01-18T07:14:06","date_gmt":"2024-01-18T07:14:06","guid":{"rendered":"https:\/\/um-edu.online\/almaarefa\/?page_id=144488"},"modified":"2026-02-17T10:31:43","modified_gmt":"2026-02-17T10:31:43","slug":"information-systems-program","status":"publish","type":"page","link":"https:\/\/www.um.edu.sa\/en\/applied-sciences\/computer-science-2\/information-systems-program-2\/","title":{"rendered":"Information Systems 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>Information Systems 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 for code only - does not affect 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: left;\n            margin-bottom: 15px;\n        }\n\n        .uqu-cs-dept-content-box ul {\n            list-style: none;\n            padding-left: 0;\n            margin-top: 15px;\n        }\n\n        .uqu-cs-dept-content-box ul li {\n            padding: 12px 30px 12px 0;\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            left: 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\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: left;\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        \/* Subjects Grid Enhancement *\/\n        .uqu-cs-dept-subjects-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n            gap: 12px;\n            margin: 25px 0;\n        }\n\n        .uqu-cs-dept-subject-item {\n            background-color: #f8fafc;\n            border-left: 4px solid var(--uqu-cs-primary);\n            padding: 12px 15px;\n            border-radius: 4px;\n            font-size: 0.95rem;\n            color: var(--uqu-cs-secondary);\n            font-weight: 600;\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: center;\n        }\n\n        .uqu-cs-dept-subject-item:hover {\n            background-color: var(--uqu-cs-primary);\n            color: white;\n            transform: translateY(-3px);\n            box-shadow: 0 4px 12px rgba(0, 156, 191, 0.1);\n        }\n    <\/style>\n    <base target=\"_blank\">\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\/information-systems-program\/\"\n                target=\"_blank\">Back to Department<\/a>\n            <a href=\"#about\">About the 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=\"#guides\">Guides<\/a>\n            <a href=\"#accreditation\">Accreditation<\/a>\n            <a href=\"\/en\/information_systems.html\/\" class=\"uqu-cs-dept-lang-btn\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\n                    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\n                        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\">\n                    <\/path>\n                <\/svg>\n                <span>Arabic<\/span>\n            <\/a>\n        <\/nav>\n\n        <div class=\"uqu-cs-dept-banner\">\n            <h1>Information Systems Program<\/h1>\n            <p>Excellence in Data Management and Systems Development<\/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>Information Systems Specialization<\/h2>\n                <p>\n                    The Information Systems specialization is completely different from Computer Science in its focus on\n                    how to collect, store, and transform data into information. Professionals in this field are usually\n                    responsible for creating information systems in a specific organization.\n                <\/p>\n                <p>\n                    These professionals typically provide technical support and assistance in integrating proven\n                    security solutions into complex information systems, in addition to integrating technology into\n                    commerce (e-commerce).\n                <\/p>\n                <p>\n                    Instead of just learning how technology works, students learn to identify which type of technology\n                    should be used to solve business problems. This specialization is also known as Computer Information\n                    Systems (CIS).\n                <\/p>\n\n                <h3 style=\"margin-top: 40px; border-bottom: 2px solid #eee; padding-bottom: 10px;\">Fields of Study<\/h3>\n                <p>\n                    The strength of an Information Systems graduate lies in problem-solving and systems development.\n                    Here are examples of topics that students will study:\n                <\/p>\n\n                <div class=\"uqu-cs-dept-subjects-grid\">\n                    <div class=\"uqu-cs-dept-subject-item\">Computer Programming<\/div>\n                    <div class=\"uqu-cs-dept-subject-item\">Systems Analysis &#038; Design<\/div>\n                    <div class=\"uqu-cs-dept-subject-item\">Systems Development<\/div>\n                    <div class=\"uqu-cs-dept-subject-item\">Project Management<\/div>\n                    <div class=\"uqu-cs-dept-subject-item\">IS Strategy &#038; Management<\/div>\n                    <div class=\"uqu-cs-dept-subject-item\">Business Administration<\/div>\n                    <div class=\"uqu-cs-dept-subject-item\">Database Systems<\/div>\n                    <div class=\"uqu-cs-dept-subject-item\">Information Security<\/div>\n                <\/div>\n\n                <div\n                    style=\"background-color: rgba(0, 156, 191, 0.05); padding: 20px; border-radius: 8px; margin-top: 20px;\">\n                    <p style=\"margin-bottom: 0;\">\n                        <strong>Scientific Focus:<\/strong> Information Systems specialists bridge the gap between\n                        business and technology, combining core computing skills with business administration\n                        principles.\n                    <\/p>\n                <\/div>\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 Department of Computer Science and Information Systems aspires to distinction by offering an\n                        academic program that achieves global standards in the field of Information Systems, helping to\n                        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                        Preparing highly competent participants in the knowledge-based society; and stimulating\n                        creativity and excellence in research, education, and community services in Information Systems.\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>Provides graduates with solid and diverse knowledge and practical experience to prepare them\n                            as competent practitioners in Information Systems<\/li>\n                        <li>Provides an educational experience that develops the student&#8217;s intellectual capacity to\n                            facilitate the development of self-governance and problem-solving skills<\/li>\n                        <li>Produces graduates who demonstrate various cognitive and communication skills that enhance\n                            their success in their professional careers through teamwork, proactive participation,\n                            critical thinking, ethical behavior and responsibility, effective communication skills, and\n                            influential roles in their organizations and communities<\/li>\n                        <li>Identifies opportunities for research in Information Systems and utilizes its results and\n                            conclusions in evidence-based Information Systems practice<\/li>\n                        <li>Supports graduates with self-development, professional development, and continuing education\n                            skills<\/li>\n                        <li>Supports graduates in pursuing their graduate studies and succeeding in academic and\n                            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\n                    src=\"https:\/\/www.um.edu.sa\/wp-content\/uploads\/2025\/04\/\u0627\u0644\u062e\u0637\u0629-\u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629-\u0644\u0628\u0631\u0646\u0627\u0645\u062c-\u0646\u0638\u0645-\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a.pdf\"><\/iframe>\n            <\/div>\n\n            <!-- Program Guides -->\n            <h2 class=\"uqu-cs-dept-section-title\" id=\"guides\">Program Guides<\/h2>\n            <div class=\"uqu-cs-dept-guides-grid\">\n\n                <!-- Student Guide -->\n                <div class=\"uqu-cs-dept-guide-card\">\n                    <a href=\"https:\/\/www.um.edu.sa\/en\/pdfviewer\/\u062f\u0644\u064a\u0644-\u0627\u0644\u0637\u0627\u0644\u0628-\u0646\u0638\u0645-\u0627\u0644\u0645\u0639\u0644\u0648\u0648\u0645\u0627\u062a\/?auto_viewer=true#page=&#038;zoom=auto&#038;pagemode=none\"\n                        target=\"_blank\">\n                        <div class=\"uqu-cs-dept-guide-icon\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\n                                stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path>\n                                <circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle>\n                                <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path>\n                                <path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path>\n                            <\/svg>\n                        <\/div>\n                        <h3>Student Guide<\/h3>\n                    <\/a>\n                <\/div>\n\n                <!-- Field Experience Guide -->\n                <div class=\"uqu-cs-dept-guide-card\">\n                    <a href=\"https:\/\/www.um.edu.sa\/en\/pdfviewer\/department-field-experience-handbook-updated\/?auto_viewer=true#page=&#038;zoom=auto&#038;pagemode=none\"\n                        target=\"_blank\">\n                        <div class=\"uqu-cs-dept-guide-icon\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\n                                stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <rect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"><\/rect>\n                                <path d=\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"><\/path>\n                            <\/svg>\n                        <\/div>\n                        <h3>Field Experience Guide<\/h3>\n                    <\/a>\n                <\/div>\n\n                <!-- Graduation Projects Guide -->\n                <div class=\"uqu-cs-dept-guide-card\">\n                    <a href=\"https:\/\/www.um.edu.sa\/en\/pdfviewer\/graduation-project\/?auto_viewer=true#page=&#038;zoom=auto&#038;pagemode=none\"\n                        target=\"_blank\">\n                        <div class=\"uqu-cs-dept-guide-icon\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\n                                stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <path d=\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z\"><\/path>\n                                <path d=\"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\"><\/path>\n                            <\/svg>\n                        <\/div>\n                        <h3>Graduation Projects Guide<\/h3>\n                    <\/a>\n                <\/div>\n\n                <!-- Quality Guide -->\n                <div class=\"uqu-cs-dept-guide-card\">\n                    <a href=\"https:\/\/www.um.edu.sa\/en\/pdfviewer\/qms-csis\/?auto_viewer=true#page=&#038;zoom=auto&#038;pagemode=none\"\n                        target=\"_blank\">\n                        <div class=\"uqu-cs-dept-guide-icon\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\n                                stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"><\/path>\n                                <polyline points=\"22 4 12 14.01 9 11.01\"><\/polyline>\n                            <\/svg>\n                        <\/div>\n                        <h3>Quality Guide<\/h3>\n                    <\/a>\n                <\/div>\n\n                <!-- Faculty Handbook -->\n                <div class=\"uqu-cs-dept-guide-card\">\n                    <a href=\"https:\/\/www.um.edu.sa\/en\/pdfviewer\/department-faculty-handbook\/?auto_viewer=true#page=&#038;zoom=auto&#038;pagemode=none\"\n                        target=\"_blank\">\n                        <div class=\"uqu-cs-dept-guide-icon\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\n                                stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path>\n                                <circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle>\n                                <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path>\n                                <path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path>\n                            <\/svg>\n                        <\/div>\n                        <h3>Faculty Handbook<\/h3>\n                    <\/a>\n                <\/div>\n\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 Information Systems program has obtained the following international accreditations:\n                <\/p>\n                <ul>\n                    <li>Full accreditation from the International Accreditation Agency for Educational Programs (ASIIN),\n                        from June 18, 2021 until September 30, 2026.<\/li>\n                    <li>Full international accreditation from Euro-Inf through EQANIE (European Quality Assurance\n                        Network for Informatics Education), from December 9, 2022 until September 30, 2026.<\/li>\n                <\/ul>\n                <div\n                    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\/COM3.png\" alt=\"Academic Accreditation Certificate 1\"\n                        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\/COM4.png\" alt=\"Academic Accreditation Certificate 2\"\n                        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 selected tab and activate 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>Information Systems Program Back to Department About the Program Vision &#038; Mission Objectives Study Plan Guides Accreditation \u0627\u0644\u0639\u0631\u0628\u064a\u0629 Information Systems Program Excellence in Data Management and Systems Development Information Systems Specialization The Information Systems specialization is completely different from Computer &hellip; <\/p>","protected":false},"author":31,"featured_media":0,"parent":143348,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-144488","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/pages\/144488","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\/31"}],"replies":[{"embeddable":true,"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/comments?post=144488"}],"version-history":[{"count":0,"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/pages\/144488\/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=144488"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}