قسم تكنولوجيا الويب والوسائط المتعددة
وصف المساقات
Course No |
22105 |
T1100 |
رقم المساق |
Course name |
English for Science and Technology |
الانجليزية للعلوم والتكنولوجيا |
اسم المساق |
وصف المساق Course description |
|||
This course provides students with a broad but firm basis in scientific English of general nature integrating the four language skills. It introduces students to the basic reading strategies needed to decode scientific texts and to the basic vocabulary and grammar most likely to be used to lab reports and other written assignments for scientific and technological courses. |
Course No |
41106 |
41106 |
رقم المساق |
Course name |
Calculus (1) for IT students |
تفاضل وتكامل (1) لطلبة تكنولوجيا المعلومات |
اسم المساق |
وصف المساق Course description |
|||
This course reviews the concepts of functions, limits, continuity and derivatives, tangent and normal lines, local extrema, concavity, related rates, vertical and horizontal asymptotes, the mean value theorem of differentiation and its applications, the definite integral, the fundamental theorem of calculus, the indefinite integral, applications of the definite integral, and area. |
|||
Course No |
41130 |
41130 |
رقم المساق |
Course name |
Principles of Statistics |
مبادئ الإحصاء |
اسم المساق |
وصف المساق Course description |
|||
Introduction to variables and data, describing data with graphs for categorical and quantitative data: Pie charts, Bar-charts, Line charts. Graphs for quantitative data: Dot plots, stem and leafs, Histograms. Describing data with numerical measures: measures of central tendency, measures of variation, on the practical Significance of standard deviation. Probability, the role of probability, events and the sample space, calculating probabilities. The normal distribution, Z-Table and standard Normal. Tabulated areas of the normal distribution, the normal approximation for the binomial probability. Poisson distribution. |
|||
Course No |
T1111 |
T1111 |
رقم المساق |
Course name |
Introduction to Computer Programming |
مقدمة في برمجه الحاسوب |
اسم المساق |
وصف المساق Course description |
|||
This course is intended to introduce the fundamental concepts of computer programming. Also, it is indented to introduce the syntax and semantic of C++ programming language. Additionally, students are intended to learn how to use programming concepts and C++ language for solving simple real-world programming problem.
|
Course No |
T1112 |
T1112 |
رقم المساق |
Course name |
Object Oriented Programming |
برمجة كيانات موجهة |
اسم المساق |
وصف المساق Course description |
|||
This course is intended to introduce the fundamentals of Object-Oriented programming approach (OOP). Mainly, classes and objects as basic OOP building blocks. Also, it will discuss the main characteristics of OOP (i.e., Abstraction, Encapsulation, Inheritance, and Composition). Additionally, students are intended to learn how to use C++ language for building their own classes and how practically applying Object-Oriented characteristics in their own programs. |
|||
Course No |
T1115 |
T1115 |
رقم المساق |
Course name |
Introduction to Programming Lab |
مختبر مقدمة في برمجة الحاسوب |
اسم المساق |
وصف المساق Course description |
|||
This laboratory represent the practical application of the concepts that are given in the course of introduction to computer programming. |
|||
Course No |
T1120 |
T1120 |
رقم المساق |
Course name |
Object Oriented Programming Lab |
مختبر برمجة كيانات موجهة |
اسم المساق |
وصف المساق Course description |
|||
This laboratory represent the practical application of the concepts that are given in the course of the object oriented programming. |
|||
Course No |
T1180 |
T1180 |
رقم المساق |
Course name |
Introduction to Information Technology |
مقدمة في تكنولوجيا المعلومات |
اسم المساق |
وصف المساق Course description |
|||
The course introduces current models of information systems and the components of these systems and how do they interact. it also discusses different technologies and their role in managing our lives, these technologies include communication networks, databases, and Internet. Ethics and ethical theories of personal and group behaviors with different case studies are also discussed in this course. |
|||
Course No |
T1280 |
T1280 |
رقم المساق |
Course name |
Scientific Research Methodologies |
أساليب البحث العلمي |
اسم المساق |
وصف المساق Course description |
|||
This course is intended to assist students in planning and carrying out research projects. The students are exposed to the principles, procedures and techniques of implementing a research project. The course starts with an introduction to research and carries through the various methodologies involved. It continues with finding out the literature using computer technology and ends with knowing the tools used for data analysis in various systematic ways, and writing the report. |
|||
Course No |
T12801 |
T12801 |
رقم المساق |
Course name |
Ethics of Information Systems |
اخلاقيات نظم المعلومات |
اسم المساق |
وصف المساق Course description |
|||
Digital-age intersection of information and ethics with emphasis on key areas of intellectual property, privacy, confidentiality, authenticity, plagiarism, diversity/inclusion and special populations, accessibility, intellectual freedom, censorship, social networking, cyberbullying, security, preservation, transparency, accountability, policy making, and professionalism. Ethical theories and application of ethical decision-making models to real-world library and information center scenarios. Analysis of codes of ethics. Issues and resources related to creation, implementation, enforcement, and assessment of institutional ethical codes |
وصف مساقات التخصص الاجباري ، الاختياري:-
Course No |
T1222 |
T1222 |
رقم المساق |
Course name |
Digital Systems Design |
تصميم النظم الرقمي |
اسم المساق |
وصف المساق Course description |
|||
This course will cover Number systems and conversion, Boolean algebra, the assertion level concept; minterm and maxterm expansions, Karnaugh maps, combinatorial logic circuit design, NAND and NOR gate based design. State machines and sequential circuits flip-flops, minimization of state tables, state assignment. Higher-level digital system design using SSI-MSI blocks such multiplexers/decoders, adders, memory and programmable gate arrays; bus oriented systems. |
|||
Course No |
T1229 |
T1229 |
رقم المساق |
Course name |
Data Structures and Algorithms |
تركيب البيانات و الخوارزميات |
اسم المساق |
وصف المساق Course description |
|||
This course will cover data structure basics including arrays, records, classes and objects, stacks, queues, it also covers algorithm design and analysis techniques such as divide-and-conquer, dynamic programming, and greedy algorithms. Specific topics include algorithm analysis, recurrences and asymptotic analysis; searching, sorting; algorithms for fundamental graph problems, such as depth-first search, connected components, topological sort, shortest paths. Hash tables and recursion are covered as well |
|||
Course No |
T1230 |
T1230 |
رقم المساق |
Course name |
Data Structures and Algorithms Lab |
مختبر تركيب البيانات و الخوارزميات |
اسم المساق |
وصف المساق Course description |
|||
The lab focuses on applying the concepts of data structures and algorithms and their implementations in solving problems. These applications includes uses of ADT like list, stack, queue, trees, and graphs. Analysis of algorithm behavior asymptotically and comparisons among them using different algorithm techniques incremental, and divide and conquer techniques. Practice on using greedy and dynamic programming meta techniques to solve optimization problems |
Course No |
T1252 |
T1252 |
رقم المساق |
Course name |
Discrete Information Structures |
تراكيب البيانات المتقطعة |
اسم المساق |
وصف المساق Course description |
|||
This course of discrete information structures used in computer science. In this course students study abstract structures used to represent discrete objects and the relationships between these objects. Course topics include principles of logic, sets and relations, incompleteness, diagonal proof, and inductive proof of correctness of simple algorithms. Students will write recurrences to define computable functions and will explore discrete probability and randomness from a computational viewpoint |
Course No |
T1313 |
T1313 |
رقم المساق |
Course name |
Visual Programming |
البرمجة المرئية |
اسم المساق |
وصف المساق Course description |
|||
This course aims to introduce students to software development techniques applicable in a component-based, integrated software development environment in which the focus is on windows-based products. Students will learn about (and practice using) object-oriented software design techniques, the VB .NET language, and approaches to better forms design. Students will also learn how to navigate about and take full advantage of an integrated development environment and how to build quality user interfaces with databases and sequential files. |
|||
Course No |
T1314 |
T1314 |
رقم المساق |
Course name |
Data Base Systems (1) |
نظم قواعد البيانات (1) |
اسم المساق |
وصف المساق Course description |
|||
This course aims to give the students the ability to design databases. We will stress the fundamentals of data modeling and design. The languages and facilities provided by database management system and system implementation techniques. We will introduce the students the basic concepts and terminology, and conceptual modeling principles. |
Course No |
T1320 |
T1320 |
رقم المساق |
Course name |
Visual Programming Lab. |
مختبر البرمجة المرئية |
اسم المساق |
وصف المساق Course description |
|||
This course complement the Visual Programming course where practical issues in visual programming are discussed. The lab focuses on applying the concepts of visual programming and their implementations in solving problems. |
|||
Course No |
T1321 |
T1321 |
رقم المساق |
Course name |
Computer Organization & Architecture |
تنظيم وهيكلية الحاسوب |
اسم المساق |
وصف المساق Course description |
|||
Introduction to computer organization. Computer instruction set. Machine language. Data processing. Arithmetic unit. Logic unit. Combinational and sequential multipliers and dividers. Floating-point number representation and arithmetic. Data path design. Control unit design. Microprogramming. Pipelining. Memory Hierarchy. |
Course No |
T1323 |
T1323 |
رقم المساق |
Course name |
Operating Systems (1) |
نظم التشغيل (1) |
اسم المساق |
وصف المساق Course description |
|||
The course will start with a brief historical perspective of the evolution of operating systems over the last fifty years and then cover the major components of most operating systems. This discussion will cover the tradeoffs that can be made between performance and functionality during the design and implementation of an operating system. Particular emphasis will be given to three major OS subsystems: process management (processes, threads, CPU scheduling, synchronization, and deadlock), memory management (segmentation, paging, swapping), and file systems; and on operating system support for distributed systems |
|||
Course No |
T1325 |
T1325 |
رقم المساق |
Course name |
Data Base Systems Lab. |
مختبر نظم قواعد البيانات |
اسم المساق |
وصف المساق Course description |
|||
This course complement the database 1 course where practical issues in database are discussed. Students are taught basic skills on using MS ACCESS database management system according to theory of database provided in database 1 course. |
|||
Course No |
T1330 |
T1330 |
رقم المساق |
Course name |
Software Engineering (1) |
هندسة البرمجيات (1) |
اسم المساق |
وصف المساق Course description |
|||
This course introduces software engineering as a discipline, discusses stages of the software life cycle, compares development models such as waterfall, prototyping, incremental/iterative and Agile methods. This course also covers important topics in SE: requirements analysis, effort and cost estimation, compares structured and object-oriented analysis and design methods. It also discusses verification/ validation, quality assurance, software reliability, testing methods, maintenance, documentation, project management and team structure, metrics, and available tools. |
|||
Course No |
T1400 |
T1400 |
رقم المساق |
Course name |
Field Training |
تدريب ميداني* |
اسم المساق |
وصف المساق Course description |
|||
students are required to perform a field training in companies related to IT, the training hours required are 160 hours. students are followed up by faculty of IT. |
|||
Course No |
T1470 |
T1470 |
رقم المساق |
Course name |
Introduction to Graduation Project |
مقدمة مشروع تخرج |
اسم المساق |
وصف المساق Course description |
|||
students are required to study and analyse a problem related to IT. they should then propose and analyse solutions to the problem and the choose the most suitable solution according to some criterion. students should follow software engineering steps for the analysis of the problem and the design of the solution. this course is a prepares students to implement their graduation project. |
|||
Course No |
T1474 |
T1474 |
رقم المساق |
Course name |
Graduation Project |
مشروع التخرج |
اسم المساق |
وصف المساق Course description |
|||
following the introduction to graduation project course, students here will implement their solution according to their analysis in the previous course. students are then asked to defend their work in a jury of three members of IT faculty staff. students are asked to submit their original work with the final formal documentation for their project. |
|||
Course No |
T2153 |
T2153 |
رقم المساق |
Course name |
Principles of Design & Multimedia |
مبادئ التصميم والوسائط المتعددة |
اسم المساق |
وصف المساق Course description |
|||
This course covers the following subjects: drawing shapes with the ratios, rules of composition and their sources, the psychological effect of shapes, the foundations and elements of design, the kinetic forces inherent in design elements, the relationship between space and shapes, the concept of multimedia, Image and text as visual items), multimedia audio items, time elements in multimedia (video and animation as visual elements). |
|||
Course No |
T2154 |
T2154 |
رقم المساق |
Course name |
Color Theory |
نظرية الألوان |
اسم المساق |
وصف المساق Course description |
|||
This course aims to familiarize students with the colors theories in the various art schools, a comprehensive study of the meaning of colors, color sections, color groups and the dynamics of colors, the relations that in colors, psychological and functional foundations for colors, as well as the effect of color on the eye of the designer, and practical training using color pencils and watercolors (Color blending, color interaction, computer and color, design with color, color in the fine arts), and the sociological and physiological influence of color and its impact on the color perspective |
|||
Course No |
T2202 |
T2202 |
رقم المساق |
Course name |
Internet Programming |
برمجة الانترنت |
اسم المساق |
وصف المساق Course description |
|||
The course aims at introducing the fundamental concepts and languages of the Web - including HTML5, CSS3, and powerful JavaScript libraries. Students will learn the semantics of a web page and how to abstract information in a universal form on the web with HTML5. Students will learn how to make things "pretty" and presentable using CSS3. And finally - interactivity and user-personalization will be added using JavaScript. By the end of the course, students will understand: the fundamental cross-browser issues that inhibit the progress of web technology as we know it, the ideas behind a well-designed interactive website for the Google Chrome and Mozilla Firefox browsers, and the tools needed to continue learning. |
|||
Course No |
T2250 |
T2250 |
رقم المساق |
Course name |
2D Modeling and Design |
تصميم ثنائي الأبعاد |
اسم المساق |
وصف المساق Course description |
|||
During the course, students getting started with CorelDraw X5 and exploring the interface, learning how Drawing Paths and using this paths in designing Illustrations, in the first weeks student will be able to Using CorelDraw to Draw smart Shapes with high technical way, after that getting started with Adobe Illustrator CC and exploring the interface, and learning how to draw in mesh tool, lines, and text (typography), finally using design rules in designing logos and icons. |
|||
Course No |
T2262 |
T2262 |
رقم المساق |
Course name |
Prints Editing and Design |
تصميم وتحرير المطبوعات |
اسم المساق |
وصف المساق Course description |
|||
During the course, students getting started with Adobe Photoshop CC and exploring the interface, learning how use layers, in the first weeks student will be able to Using Adobe Photoshop to modified pictures and text, after that the students will be able to design all printing materials, in the last three weeks in this course we will started with Adobe InDesign and exploring the interface, and how to use this programs to design a magazine and brochure. |
|||
Course No |
T2326 |
T2326 |
رقم المساق |
Course name |
Open Source Content Management Systems |
إدارة محتويات مفتوحة المصدر |
اسم المساق |
وصف المساق Course description |
|||
This course aims to provide the basic overview of the Semantic Web and how they can be applied to enhance data exchange and integration. Students will firstly learn the core fundamentals of XML (Extensible Markup Language) as a standard for data interchange between applications and between organizations, and XML related technologies — including XSL, schemas, XPath, XQuery and DOM. After that, students will learn the basic overview of what the Semantic Web is and how it can be applied, mainly the Semantic Web language, RDF graph database (i.e., RDF triple store), and its applications. |
|||
Course No |
T2336 |
T2336 |
رقم المساق |
Course name |
Web Engineering |
هندسة الويب |
اسم المساق |
وصف المساق Course description |
|||
This course is intended to provide the concepts, principles, techniques, and methods of web engineering. Topics include requirements engineering for Web applications, Web modeling and architectures, Web design and technologies, testing, operation and maintenance, Web project management, Web application development and deployment processes, usability and performance, and security of Web applications. Technologies (particularly on Web 2.0), business models and strategies, and social issues of Web 2.0 are also discussed. |
|||
Course No |
T2342 |
T2342 |
رقم المساق |
Course name |
Advanced Internet Programming |
برمجة الانترنت المتقدمة |
اسم المساق |
وصف المساق Course description |
|||
This course aims at providing students information, knowledge, and skills necessary to design and develop dynamic, database-driven web pages using PHP Scripting language. More specifically, this course introduces the PHP framework and syntax, and covers in depth the most important techniques used to build dynamic web sites. Also, students learn how to connect to any ODBC-compliant database, and perform hands on practice with a MySQL database to create database-driven HTML forms and reports. Additionally, students will learn Web programming skills/techniques such as user authentication, data validation, dynamic data updates, and manipulating of server XML files. Students also learn how to configure PHP and the Apache Web Server. |
|||
Course No |
T2350 |
T2350 |
رقم المساق |
Course name |
3D Modeling and Design |
تصميم ثلاثي الأبعاد |
اسم المساق |
وصف المساق Course description |
|||
During the course, students will learn what the meaning of 3d model and how to use it in the multimedia projects, first the students will getting starting with 3ds max program to exploring the max interface, learning how to controlling and configuring the viewports, in the first weeks students will be able to build a smart models with high technical ways, after that in the half of course all the students will be ready to making materials and putting lights in 3ds projects and making animation to models, and animate cameras in the viewport, in the end of course all the students will be able to making render for his projects and exporting video. |
|||
Course No |
T2351 |
T2351 |
رقم المساق |
Course name |
2D Animation |
الرسوم المتحركة ثنائية الأبعاد |
اسم المساق |
وصف المساق Course description |
|||
This course covers the following topics: script writing, drawing storyboards, drawing the body of the character using golden ratio, balance center, lines of motion, characters, animal characters, humanization of animals. The student is expected to prepare a film idea from the beginning of the course and apply all previous steps to produce a two-dimensional animation film. |
|||
Course No |
T2445 |
T2445 |
رقم المساق |
Course name |
Introduction to XML and Semantic Web |
مقدمة في XML و الويب الدلالي |
اسم المساق |
وصف المساق Course description |
|||
This course aims to provide the basic overview of the Semantic Web and how they can be applied to enhance data exchange and integration. Students will firstly learn the core fundamentals of XML (Extensible Markup Language) as a standard for data interchange between applications and between organizations, and XML related technologies — including XSL, schemas, XPath, XQuery and DOM. After that, students will learn the basic overview of what the Semantic Web is and how it can be applied, mainly the Semantic Web language, RDF graph database (i.e., RDF triple store), and its applications. |
|||
Course No |
T2452 |
T2452 |
رقم المساق |
Course name |
3D Animation |
الرسوم المتحركة ثلاثية الأبعاد |
اسم المساق |
وصف المساق Course description |
|||
During the course, students will learn the meaning of 3d animation, the steps of 3d animation production, how to draw character and write scenario, and using 12 principles in animation, In the first weeks the students will draw character using 3d max and create a professional character with creative details, after that we Rigging character using bones (biped and cat), also we will start making animation with biped, cat and morpher to produce a smart animation film. |
|||
Course No |
T2454 |
T2454 |
رقم المساق |
Course name |
Digital Video Production |
انتاج الفيديو الرقمي |
اسم المساق |
وصف المساق Course description |
|||
Digital Video Production course contains two sections, audio and video, in the audio section we will learn the meaning of audio, analog audio and digital audio, clarity characteristics analogue and digital audio, discus the different between audio formats, after that we will learn the different between Microphones (characteristics and pickup patterns), in the end of audio section we will learn How to use adobe Audition (Basic Editing, Editing Clips, Mixing, Effects basics). In the video section we clarify the Analog and Digital Video (characteristics, sampling, and video formats), Matching a DV Camcorder to Your Shooting Style, and How to use adobe Premiere (Setting Up a Project, Essentials of Video Editing, Working with Clips and Markers, Adding Transitions, Advanced Editing Techniques). |
|||
Course No |
T3280 |
T3280 |
رقم المساق |
Course name |
Introduction to Computer Networks |
مقدمة في شبكات الحاسوب |
اسم المساق |
وصف المساق Course description |
|||
This course is an introduction computer networks. Topics include network architectures, local and wide-area networks, network technologies and topologies; data link, introduction to network, and transport protocols, point-to-point and broadcast networks; routing, addressing, naming, multicasting, switching, internetworking congestion/flow/error control, quality of service. |
وصف متطلبات التخصص الاختيارية:
Course No |
T1202 |
T1202 |
رقم المساق |
Course name |
Advanced Object Oriented Programming |
برمجة كيانات موجهة متقدمة |
اسم المساق |
وصف المساق Course description |
|||
This course is intended to practically deepen the programming concepts that students have learned in previous courses such as OOP (T1112) and introduction to computer programming (T1111) courses using Java programming language. In addition, this course will cover additional programming topics, mainly, Introduction to GUI programming, introduction to event-driven programming, String and file processing, and introduction to network and thread programming. |
|||
Course No |
T1283 |
T1283 |
رقم المساق |
Course name |
IT Project Management |
ادارة مشاريع تكنولوجيا المعلومات |
اسم المساق |
وصف المساق Course description |
|||
This course aims provide students with project management principles from the point of view of computer networks. These principles include information gathering , existing infrastructure, purchasing decisions -- which switches, routers, firewalls, servers and so on are needed, Ordering equipment, Configuring and installing the servers and network equipment, testing connectivity and functionality and documentation. The course also aims to provide students with writing skills for technical reports related to the network administration filed |
|||
Course No |
T1309 |
T1309 |
رقم المساق |
Course name |
Mobile Device Programming |
برمجة الاجهزة المحمولة |
اسم المساق |
وصف المساق Course description |
|||
This course aims to introduce the basic principles of mobile programming under mobile operating system such as AndroidTM OS . Students will learn how to install the libraries and plug-ins required to build a mobile application, how to use components in their applications, and how to publish their application in a format that can be installed on mobile devices. |
|||
Course No |
T1315 |
T1315 |
رقم المساق |
Course name |
Data Base Systems (2) |
نظم قواعد البيانات (2) |
اسم المساق |
وصف المساق Course description |
|||
This course aims to give the students the ability to Build a database applications using Oracle 11g Database, Oracle Developer Suite 11g and APEX. The student will be able to write SQL commands (Retrieval, Manipulation and definition), PL/SQL, use APEX to build desktop and web application. |
|||
Course No |
T1317 |
T1317 |
رقم المساق |
Course name |
Special Topics |
مواضيع خاصة |
اسم المساق |
وصف المساق Course description |
|||
the topics of this course are selected among different recent topics in the field of IT. the topics are selected by the instructor of the course and students will be informed of the contents of the course during registration time. |
|||
Course No |
T1333 |
T1333 |
رقم المساق |
Course name |
Computer Graphics |
الرسم الحاسوبي |
اسم المساق |
وصف المساق Course description |
|||
Computer Graphics methods are used in the design of most products, in games, in training simulators, in production of music videos, in television commercials, in motion pictures, in data analysis, in scientific studies, in medical procedures, and in numerous other applications. In this course student will be familiar with low level implementation of CG primitives and computer graphics concepts. In addition student will be introduced to computer graphics goals and computer graphics applications. Also students will learn the operation of the Bresenham algorithm for rendering a line on a pixel-based display. The basic transformations (Translation, rotation, scaling, and reflection) in 2-D and 3-D. Viewing pipeline and clipping operations. Also they will study the three-dimensional concepts using to obtain photorealistic images. |
|||
Course No |
T1441 |
T1441 |
رقم المساق |
Course name |
Artificial Intelligence |
الذكاء الاصطناعي |
اسم المساق |
وصف المساق Course description |
|||
This is an introductory course on Artificial Intelligence. The topics may include: AI methodology and fundamentals; intelligent agents; search algorithms; game playing; supervised and unsupervised learning; decision tree learning; neural networks; nearest neighbour methods; dimensionality reduction; clustering; kernel machines; support vector machines; uncertainty and probability theory; probabilistic reasoning in AI; Bayesian networks; statistical learning. |
|||
Course No |
T1447 |
T1447 |
رقم المساق |
Course name |
Digital Image Processing and Recognition |
تمييز ومعالجة الصور الرقمية |
اسم المساق |
وصف المساق Course description |
|||
Digital Image Processing (DIP) course introduces the students to the fundamental techniques and algorithms used for acquiring, processing and extracting useful information from digital images. Particular emphasis will be placed on covering methods used for image sampling and quantization, image transforms, image enhancement and restoration, image encoding, image analysis and pattern recognition. In addition, the students will learn how to apply the methods to solve real-world problems in several areas including medical, remote sensing and surveillance and develop the insight necessary to use the tools of DIP to solve any new problem. |
|||
Course No |
T2424 |
T2424 |
رقم المساق |
Course name |
Games Design and Programming |
تصميم و برمجة الالعاب |
اسم المساق |
وصف المساق Course description |
|||
The course covers an introduction to the electronic game design and development careers. It includes the history and philosophy of games, the game production process, employee factors for success in the field, and current issues and practices in the game development industry. The structure of the game industry: its history (literature, media studies, and design), the market, game genres, distribution and publishing channels, typical business models, and a competitive landscape of the industry. Topics include: market size and trends, retail and Internet distribution channels, single and multi-player game genres, PC, console, and cell phone platforms, and major industry players. Also included are the history of computers, electronic games and toys, and the construction and critique of a canon of significant and influential games. |
Course No |
T2446 |
T2446 |
رقم المساق |
Course name |
Introduction to Service-Oriented Architecture and Web services |
مقدمة في البنية الخدماتية الموجهة وخدمات الويب |
اسم المساق |
وصف المساق Course description |
|||
The course aims to introduce Service-Oriented Architecture (SOA) and Service-Oriented Computing (SOC) as emerging Web computing paradigm. Student will learn how this new paradigm can help then engineer large-scale, service based applications efficiently, and design systems than can grow, change, and scale. Also learn about implementation strategies with Web Services, the innovative new technology that makes SOA possible. By coupling open, XML-based standards with existing Internet communication protocols, Web Services allow developers to create and consume services regardless of location, implementation, or platform. Learn how you can leverage SOA and Web Services for new and legacy application development |
|||
Course No |
T2456 |
T2456 |
رقم المساق |
Course name |
Sound Editing and Design |
تحرير وتصميم الأصوات |
اسم المساق |
وصف المساق Course description |
|||
This course is an introduction to digital sound, which teaches students the terminology and technology used in the production of sounds used in computer applications. we will learn the meaning of audio, analog audio and digital audio, clarity characteristics analogue and digital audio, discus the different between audio formats, after that we will learn the different between Microphones (characteristics and pickup patterns), in the end of audio section we will learn How to use adobe Audition (Basic Editing, Editing Clips, Mixing, Effects basics). |
|||
Course No |
T2457 |
T2457 |
رقم المساق |
Course name |
Interactive Internet Applications |
تطبيقات الإنترنت التفاعلية |
اسم المساق |
وصف المساق Course description |
|||
This course introduces students to a range of concepts, techniques, and software tools for designing, creating, and testing interactive web and mobile applications. Students will use modern web frameworks to construct interactive user interfaces for desktop web environments and build mobile specific apps. |
|||
Course No |
T2458 |
T2458 |
رقم المساق |
Course name |
Digital Photography |
التصوير الرقمي |
اسم المساق |
وصف المساق Course description |
|||
In This course the students learn the types of cameras and the differences between them then learn about the different modes of photography as professional way, identify the types of lenses and filters and how to install on the camera, identify the types of internal and external lighting, Learn about imaging techniques such as panorama photography and HDR images, Identify different shooting angles, types of shots and other subjects. |
|||
Course No |
T3284 |
T3284 |
رقم المساق |
Course name |
Computer Protection and Security |
أمن و حماية الحاسوب |
اسم المساق |
وصف المساق Course description |
|||
Computer Security is concerned with the protection of computer systems and their data from threats which may compromise integrity, availability, or confidentiality; the focus is on threats of a malicious nature rather than accidental. This course aims to give a broad understanding of computer security. Topics include security risks, attacks, prevention and defense methods; techniques for writing secure programs; an overview of the foundations for cryptography, security protocols and access control models. |
|||
Course No |
T1201 |
T1201 |
رقم المساق |
Course name |
Health informatics |
المعلوماتية الصحية |
اسم المساق |
وصف المساق Course description |
|||
This topic aims at introducing the fundamental concepts related to electronic health records (EHR) and the types of Health Information systems (HISs) used for generating and managing EHR data. This topic will also demonstrate the benefits of meaningful use and share of Electronic Health Records (EHR) among various national and international health institutions such as reducing medical errors, enhancing medical decision support and more. Finally, This course will introduce challenges of sharing Electronic Health Records (EHR) among various national and international health institutions. The course also aims to introduce purpose and applications of health/medical data exchange and sharing and to provide an understanding of the different data exchange standards and normalize methods and structures to exchange clinical data between different EHR/HIS systems. A brief introduction to medical terminologies is also provided. |