ECTS GUIDE COMPUTER SCIENCE ENGINEERING DEGREE CURRICULUM

Tamaño: px
Comenzar la demostración a partir de la página:

Download "ECTS GUIDE COMPUTER SCIENCE ENGINEERING DEGREE CURRICULUM"

Transcripción

1 ECTS GUIDE COMPUTER SCIENCE ENGINEERING DEGREE CURRICULUM PROGRAMS OF SUBJECTS 2009/2010

2

3 In this document there are summarized the programs of the subjects of the Computer Science Engineering Degree of the USC. The intention is to be a brief guide about the objectives, contents and skills to be developed by each subject. For more information (instructors, bibliography, recommendations for the study, etc.), please refer to the guide of the subject in the web page of the USC, where for each subject the available languages are indicated. 1

4

5 3 1 ST YEAR SUBJECT DISTRIBUTION FIRST SEMESTER SECOND SEMESTER Subject T P Tut ECTS Subject T P Tut ECTS Maths Technological and Physical Foundations Foundations of Computers Algebra Statistics Discrete Maths Foundations of Computers Digital Systems Programming II Programming I Calculus and Numerical Analysis Total Total T: theory hours P: practice/laboratory hours Tut: tutorial hours ECTS: European credits

6

7 Programs of subjects Computer Science Engineering Degree 1 st year 5 G Maths Foundations Core subject 1 st semester 1 st course 6 ECTS (25h theory, 25h practical, 3 tutorials) Course objectives This subject should be used so that students become familiar with mathematical language and logical reasoning with the basic concepts that will be applied to other subjects of the grade. In the practical part, scientific software will be used so that students learn to solve numerically and / or symbolically the proposed problems. Contents 1. INTRODUCTION TO LOGIC. Propositions: propositional equivalences. Truth table: tautology and contradiction. Logical Reasoning: paraloxisms. Predicates and quantifiers. Methods of demonstration. 2. INTRODUCTION TO SET THEORY. Joint elements and belonging. Sub-parts of a whole. Representation of Sets: Venn diagrams. Joint Operations: Properties. Cartesian product of sets. Applications between sets: composition. Types of applications: injected sobreyective and biyective. 3. MATHEMATICAL REASONING, INDUCTION AND RECURSION. Strategies demonstration. Mathematical induction. Recursive definitions. Structural induction. 4. INTRODUCTION TO MATHEMATICAL ANALYSIS AND NUMERICAL COMPUTATION. Real numbers. The functions and their graphs. Elementary functions. Review basic concepts of numerical control. 5. POLYNOMIAL INTERPOLATION. Lagrange polynomials. Runge phenomenon. Interpolation by cubic splines. 6. LIMITS AND CONTINUITY. Basic limits. Laws of the boundaries. Limits of rational functions. Continuity at a point. Continuous functions. 7. DIFFERENTIAL CALCULUS OF ONE VARIABLE. NUMERICAL DERIVATION. Derivation. Rules of derivation. Rule in the chain. Implicit derivation. Mean value theorem. Taylor polynomial. Numerical derivation. Extremes of functions. Competences Expose and argue clearly the assumptions and development using in problem solving, using appropriate terminology. Develop analytical skills in solving problems. Attitude of different types of critical solutions. Mastering the notation, method and vocabulary for mathematical modelling and case studies. Employment with the knowledge of the mathematical language. Capacity for abstraction and using the language of formal logic to express themselves with precision and rigor. Knowledge of mathematical techniques to solve problems related to engineering.

8 6 1 st year Programs of subjects Computer Science Engineering Degree G Algebra Core subject 1 st semester 1 st course 6 ECTS (25h theory, 25h practical, 3 tutorials) Course objectives (translated with Google Translate) A general objective, shared with other subjects in mathematics, is to familiarize the student with the language and mathematical methods, improving the capacity of reasoning, analysis, synthesis and formulation of arguments. Other specific objectives of the subject are: Know and manage the concepts and techniques of linear algebra and Euclidean geometry are detailed in the program. Apply techniques of matrix algebra. Solve systems of linear equations. Geometric interpretation of some results. Contents (in Spanish) 1. ALGEBRA MATRICIAL. Matrices. Operaciones con matrices. Matrices elementales. Forma escalonada. Rango de una matriz. Determinante de una matriz cuadrada. Propiedades y cálculo del determinante. Inversa de una matriz. 2. SISTEMAS DE ECUACIONES LINEALES. Forma matricial de un sistema de ecuaciones lineales. Sistemas equivalentes. Resolución de sistemas de ecuaciones lineales: Método de Gauss y Regla de Cramer. 3. ESPACIOS VECTORIALES. Espacios vectoriales y subespacios. Independencia lineal. Bases y dimensión. 4. APLICACIONES LINEALES. Aplicaciones lineales. Núcleo e imagen. Matriz asociada a una aplicación lineal. Matriz de cambio de base. Rango de una aplicación lineal. Relación con la resolución de sistemas de ecuaciones lineales. 5. DIAGONALIZACIÓN. Valores y vectores propios. Anillo de polinomios K[x]. Polinomio característico. Diagonalización de una matriz por semejanza. 6. PRODUCTO ESCALAR Y ORTOGONALIDAD. Producto escalar. Distancias. Ortogonalidad. Proyección ortogonal. Competences (translated with Google Translate) Contribute to achieving the general and cross-listed in the Report of the bachelor degree in Computer Science Engineering from USC (CG8, CG9, CG10, TR1, TR2, TR3 and FB1). In addition this area will achieve the following competencies: Know the basic concepts of Linear Algebra: Linear dependence and independence, bases, base changes, operations and equations, subspaces, linear applications, etc.. Know the algorithms for reducing matrices and also find ways to apply them to calculate the ranking calculation bases, resolution of systems, etc. Understanding the intimate relationship between matrices, linear systems and applications of linear equations. Learn to analyze whether a matrix is diagonalizable and, where appropriate, diagonalizarla. Know some examples of Euclidean spaces and driving in real n-dimensional space the scalar product, the Gram- Schmidt method and the orthogonal projection to solve geometric problems.

9 Programs of subjects Computer Science Engineering Degree 1 st year 7 G Discrete Maths Core subject 1 st semester 1 st course 6 ECTS (25h theory, 25h practical, 3 tutorials) Course objectives Discrete mathematics is now a day a substantial part of the theoretical and practical knowledge of future computer engineers both abstract and instrumental. Abstract as it feeds on the roots of applied abstract algebra, and instrumental in the use of algorithmic and procedural aspects of that in relation to the real world: work planning, program design, use of counting techniques, control and detection of errors in the transmission of information, security of computer systems, software engineering, etc. This course aims to: Contribute to the education of the future graduates in engineering, enabling a robust and appropriate training in skills of discrete mathematics. Promote the use of different representations (symbolic, graphical, matrix) and a variety of methods of reasoning (induction, recursion, deduction) as a means to promote the integration of concepts and procedures derived from the contents of the material. Make the students to become familiar with the mathematics involved in algorithmic thinking (specification, verification and complexity). Encourage attitudes of criticism when confronted with different types of solutions, of search, of effort and perseverance in the face of difficulties and of communication using the appropriate terminology. Contents 1. ALGORITHMS AND NUMBERS. Algorithms: complexity. The Integers and division. The Euclid's algorithm. Congruence. Representation of numbers. Arithmetic with big integers. Public key Cryptography. 2. BASIC COUNTING TECHNIQUES. Addition and multiplication principles. The pigeonhole principle. Permutations and combinations. The binomial theorem. 3. RECURSION. Recursive definitions. Recursive algorithms. Program verification. Enumeration techniques: recurrence relations. Solving recurrence relations. Generating functions. The inclusion-exclusion principle. 4. GRAPHS. Types of graphs. Representation of graphs. Connectedness. Euler and Hamilton paths. Dijkstra's shortest path algorithm. Planar graphs. Graph coloring. 5. BOOLEAN ALGEBRAS. Boolean functions and switching functions. Disjunctive and conjunctive normal forms. Logic gates. Circuit minimization. Competences TRANSVERSAL/GENERIC Problem solving capacity. Analysis and synthesis capacity. Organizing and planning capacity. Information managing capacity (collect and analyze the information). Problem solving. Decision making. Critical reasoning. Adaptability to new situations. Putting knowledge into practice. Ability to do independent and collaborative work. Creativity. SPECIFIC Cognitive (to know): Acquisition of the basic concepts of the subject: algorithms, the integers, counting methods, theory of graphs and Boole algebras. To know applications of discrete mathematics to computation. Procedures/instrumental (to know how): To manage modular Arithmetic and to apply it in different number representation systems, computation with big integers and in public key cryptography. To know how to apply the basic techniques to count in diverse problems. To know some recursive algorithms and to apply them in concrete situations. To apply the theory of graphs in areas relating to computation. To manage a package of symbolic computation (Maple, Mathematica or Maxima) and to apply the learned algorithms to solve the problems treated in the course. Attitudinal (to be): Rigor and clarity, oral and written expression. Logical reasoning and identification of errors in procedures. Adaptation capacity. Abstraction capacity.

10 8 1 st year Programs of subjects Computer Science Engineering Degree G Digital Systems Core subject 1 st semester 1 st course 6 ECTS (15h theory, 35h practical, 3 tutorials) Objectives of the course (translated with Google Translate) This is a subject in the curriculum is classified as a base material linked to the branch of engineering. This is an introductory subject in the context of the title and the first module of the Computer Engineering students enrolled. The basic objective is to provide the basic knowledge and design skills to study other subjects in the module. Exploring mathematical bases, electronic devices and the processes involved in the design of digital systems, and to lay the foundation for the study of computer and digital system below or student in different subjects. Contents (in Spanish) I. INTRODUCCIÓN 0. INTRODUCCIÓN DE LA DISCIPLINA. Objetivos generales de la disciplina Sistemas Digitales. Contexto de la materia en el plan de estudos. Breve explicación del programa de la asignatura. 1. INTRODUCCIÓN A LOS SISTEMAS DIGITALES. Conceptos de sistema digital combinacional y secuencial. Diseño y análisis estructurado de sistemas digitales. El computador desde la perspectiva estructural. Computadores Von Neumann. 2. SISTEMAS DE NUMERACIÓN, ARITMÉTICA Y CÓDIGOS. Sistemas de representación numérica de números enteros. Conversión entre bases. Operaciones aritméticas en binario. Códigos BCD, exceso a 3 y alfanuméricos. Códigos detectores y correctores de error. II. SISTEMAS DIGITALES COMBINACIONALES 3. ANÁLISIS Y SÍNTESIS DE CIRCUITOS LÓGICOS COMBINACIONALES. Operaciones lógicas básicas. Principios del álgebra de Boole. Puertas lógicas. Funciones de conmutación. Síntesis de circuitos lógicos combinacionales. Simplificación de funciones de conmutación. 4. LÓGICA COMBINACIONAL MODULAR. Diseño y utilización de módulos combinacionales básicos: Codificadores y decodificadores. Conversores de código. Multiplexores y demultiplexores. Circuitos aritméticos y lógicos: comparadores, sumadores/restadores. ALU. Síntesis de funciones mediante módulos combinacionales. III. SISTEMAS DIGITALES SECUENCIALES 5. SISTEMAS SECUENCIALES. Concepto de estado. Diagrama de estados. Sistemas síncronos y asíncronos. Biestables. Modelos de sistemas secuenciales síncronos: máquinas de Mealy y de Moore. Sistemas síncronos incompletamente especificados. Procedimiento de diseño y simplificación de sistemas secuenciales síncronos. 6. LÓGICA SECUENCIAL MODULAR. Diseño de módulos secuenciales: Registros, Contadores, Generadores de secuencias. Tipos básicos de memorias. Tipos de dispositivos lógicos programables (PLDs): características. Competences (translated with Google Translate) The skills that students acquire comprehensive study to this matter are as follows (see full list in the curriculum of grade): Capacity for analysis and synthesis Capacity planning and organization Communication of the work done Teamwork Critical Reasoning Troubleshooting Specific skills of Engineering will acquire are: General knowledge about the basic design of digital systems Knowledge of technology products and trends in technology Methods and tools for the design of computer-based systems Evaluation of hardware requirements Digital Systems is an introductory course very directly related to another subject that is taught in the first quarter of the first course: Discrete Mathematics. The latter study mathematical tools such as Boolean algebra or numbering systems... that are essential to the design of digital systems and to complement the classes of Digital Systems. Also during the first year, but in the second term is studied Computer Basics, which is based entirely on the knowledge acquired in digital systems. It gives a complete overview of the architecture of a computer and the impact of technology on the architecture of a computer. It also discusses in detail the modules that constitute it.

11 Programs of subjects Computer Science Engineering Degree 1 st year 9 G Programming I Core subject 1 st semester 1 st course 6 ECTS (20h theory, 30h practical, 3h tutorial) Course objectives The main objectives of this course are: to develop the fundamentals of structured design of algorithms Providing knowledge and skills for its implementation in C programming language to understand and know how to apply the basic techniques of design and implementation of algorithms in simple case studies This course is the first in the degree on programming. Therefore we will fix the basic skills of students in this area. In addition to its training component directly in the field of programming, this course has an instrumental component, since knowledge and programming skills in C programming language is directly applicable in other courses. So immediately, programming in C is indispensable to the subjects Programming II (2 nd semester) and Algorithms and data Structures (4 th semester). Less immediately, programming in C provides the foundations of almost all the technical and engineering-oriented courses in the second course, being a good basis for programming in Java (Object Oriented Programming), for all practical matters related to Operating Systems and Software Engineering. Contents 1. ALGORITHMS AND PROGRAMS. Concepts. Programming languages. Assembler. High level languages. Specification of algorithms. Designing algorithms. Verifying algorithms. Encoding and testing. 2. VARIABLES AND INSTRUCTIONS. Variables and data types. Strings. Assignment. Arithmetical and logical expressions. Input/Output. 3. STRUCTURED PROGRAMMING. Theorem of structured programming. Control structures. Top down design. Algorithmic notations. Arrays. Registers. 4. MODULAR PROGRAMMING. Functions and procedures. Local and global data. Parameters. Modular design. Principles of design. 5. REFERENCES. Definition. Pointers declaration and memory assignment. Memory sharing. Dynamical memory allocation. 6. FILES. Types of access. File operations. Procedures and functions for file management. Competences At the end of the semester, students must be able to develop a full project in C language, including modular design, adequate specifications for each module, and a technical documentation. In some extent and in accordance with the goals of this subject, we will work on the following competences (described in the official degree plan): FB4, FB5, RI8, CG8, CG9, TR1, TR2, TR3.

12 10 1 st year Programs of subjects Computer Science Engineering Degree G Technological and Physical Foundations of Computers Core subject 2 nd semester 1 st course 6 ECTS (25h theory, 25h practical, 3h tutorial) Course objectives The aim is to bring into common knowledge the essential physical concepts related with the technological processes in current computer systems. It is also expected that the students can foresee the computer evolution in the short term future from the knowledge of those technological basis. Contents EXPLANATORY TEACHING 0. INTRODUCTION TO THE TECHNOLOGICAL AND PHYSICAL BASIS OF THE COMPUTER SYSTEMS. 1. ELECTRICITY AND MAGNETISM. Forces among electrical charges. Electrical field and potential. Electrical field in conductive and dielectric materials. Magnetic induction. Magnetic properties of the materials. Electromagnetic waves. 2. ELECTRICAL CIRCUITS. Electrical Current. Circuit elements. Ohm's law. Circuits analysis: Kirchhoff's Laws. RC circuits: Load and unload of a capacity through a resistor. Alternating current and electrical signals. Power and energy in an electrical circuit. 3. SOLID STATE ELECTRONICS. Model of covalent bond. Theory of bands. Electrons and holes. Types of semiconductors. Generation and recombination of charge carriers. Currents in semiconductors. 4. SEMICONDUCTOR DEVICES: THE DIODE. PN junction. Situation of equilibrium. Polarization. Characteristic curves and circuit models. Optoelectronic devices: LED diodes. Photodiodes. Laser diodes. 5. SEMICONDUCTOR DEVICES: THE TRANSISTOR. Bipolar junction transistor (BJT). Field-effect transistor (FET): MOS structure. MOS transistor. Bipolar and CMOS technologies. 6. DIGITAL ELECTRONICS. Tradeoffs in the digital design: reliability, performance, power consumption, cost. Case study: the CMOS inverter. Logic combinational circuits: Logic gates. Multiplexer. Logic sequential circuits: Registers. Memories: SRAM, DRAM, CAM. Peripheral circuits. Logical programmable devices. Technologies of programming. SEMINARS AND INTERACTIVE TEACHING 1. MICROPROCESSORS: Historical perspective and evolution. Clock signals. Generation and distribution. Power dissipation. 2. SYSTEMS FOR DATA STORAGE: Magnetic devices: hard disks. Optical and magneto-optical devices: CD, DVD, BluRay. Solid state devices: EPRON, EEPRON, FLASH memories. 3. COMPUTER POWER SUPPLY: Transformers. Power sources: linear power supplies and switching power supplies. Line conditioners and uninterrupted power systems (UPS) 4. OUTPUT DATA PERIPHERALS: Screens: CRT monitors, LCD and TFT monitors, tactile screens. Printers: Inkjet printers, Laser printers. Loudspeakers. 5. INPUT DATA PERIPHERALS: Keyboards and mouses. Scanners. Digital cameras and camcorders. Microphones. Competences In this subject, the students should develop both global and specific skills directly related with the named CG8, CG11, TR1, TR2, TR3, FB1, RI4 in the Report of the USC Title of "Computer Science Engineering". In order to reach this objective, it is promoted the development of the following skills and abilities Cognitive competences: Knowledge of the basic laws of electricity and magnetism related with computer systems. Broad understanding of the physical fundamentals applied to those electronic and photonic devices of interest for the Computer Engineers. Skills for the digital integrated circuit design and optimization based on different tradeoffs: cost, speed, power consumption and reliability. Instrumental competences: Common knowledge of the circuit theory and its application on circuits of interest for Computer Engineers. Experience in the management of suitable software to solve physical problems applied to the area of the Computer Engineering. Aptitudes for making scientific and technical reports. Transverse competences: Skills in scientific methodology, especially in the area of the electronic systems and devices. Rigorous, accurate and concise reasoning as part of the habits of study and professional activities. Solid research, interpersonal and communication skills.

13 Programs of subjects Computer Science Engineering Degree 1 st year 11 G Statistics Core subject 2 nd semester 1 st course 6 ECTS (25h theory, 25h practical, 3h tutorial) Course objectives The main goal of this course is to make the students familiar with the basic concepts and techniques of descriptive statistics, probability and statistical inference. Contents I. DESCRIPTIVE STATISTICS 1. DESCRIPTIVE STATISTICS. Basic concepts. Frequency distributions. Graphical representations. Location, scale and shape measurements. Simple linear regression. II. PROBABILITY 2. BASICS OF PROBABILITY. Random experiment. Random events. Probability. Operations over random events. Conditional probability. Independent events. Noticeable results. 3. RANDOM VARIABLE. Random variable. Discrete random variable. Continuous random variable. Discrete distribution models. Continuous distribution models. Bidimensional random variables. III. STATISTICAL INFERENCE 4. AN INTRODUCTION TO STATISTICAL INFERENCE. Introduction to statistical inference. Sample distributions in normal populations. Central Limit Theorem. Distributions approximations. 5. PARAMETER ESTIMATION. Parameter estimator. Mean, variance and proportion estimators. Main properties. Estimation in the simple linear regression model. 6. Confidence interval. Confidence intervals in one population: mean, variance and proportion. Confidence intervals in two populations: mean difference, variance ratio and proportion difference. 7. HYPOTHESIS TESTING. Introduction to hypothesis testing. Testing procedure. Hypothesis testing in one and two populations: tests for the mean, variance and proportion; tests for the mean difference, variance ratio and proportion difference. Hypothesis testing in the simple linear regression model. Hypothesis testing for independence and normality. Competences In this course, our aim is to contribute to prepare the students in the competencies mentioned in the proposal for the USC Degree in Computer Science Engineering: CG5, CG8, CG9, CG10, TR1, TR2, TR3, FB1, FB3, RI6 and TI5. The modulespecific competencies will be also introduced. This subject is included in the Mathematics Module. More specifically, this course will also introduce the following competencies: Know how to synthetize and describe a large amount of data, choosing the right statistics depending on the variable character, and analyze the existing relations among them. Know how to formulate real problems in statistical terms. Know how to estimate unknown parameters from a given sample. Know how to compare two populations from characteristic unknown parameters. Understand the general principles in the more usual probabilistic models. Understand the principles and applications of hypothesis testing methods. Be able to plan, coordinate and organize a work project. Be able to work in a team, in a collaborative way, and also to appreciate the self-learning capacity. Gain facility with statistical packages. Be critical and responsible.

14 12 1 st year Programs of subjects Computer Science Engineering Degree G Foundations of Computers Core subject 2 nd semester 1 st course 6 ECTS (15h theory, 35h practical, 3h tutorial) Objectives of the course (translated with Google Translate) This material is intended to give the student a complete overview of the architecture of a conventional computer, analyzing in detail the various functional blocks that make up. We study the impact of technology on the architecture of computers. In particular are considered the most important techniques for the design of the processor, and for the control of other functional units, such as input / output system. Contents (in Spanish) 1. EVOLUCIÓN Y CARACTERIZACIÓN DE LOS COMPUTADORES. Naturaleza de los computadores. Hardware y software. Revisión histórica de los computadores. Arquitectura de Von Newmann. Medidas del rendimiento y coste de un computador. 2. ARQUITECTURA DEL MIPS: INTRODUCCIÓN. Repertorio de instrucciones MIPS. Programa almacenado. Sistemas de almacenamiento de datos. 3. TIPO DE DATOS. Clasificación de la información. Punto fijo. Punto flotante. 4. EL REPERTORIO DE INSTRUCCIONES. Introducción: Visión del programador. Formato de instrucciones. Modos de direccionamiento. Instrucciones típicas. Llamadas a subrutinas. Pila o stack. 5. ARITMÉTICA DEL COMPUTADOR. Punto fijo: Operaciones lógicas, suma y resta, multiplicación, multiplicación con signo. Punto flotante: Suma, multiplicación. 6. CAMINO DE DATOS Y UNIDAD DE CONTROL. Estructura básica del procesador. El ciclo de instrucción. Diseño de un procesador sencillo. Diseño de la sección de control. 7. JERARQUÍA DE MEMORIA. Introducción. Memoria cache. Memoria principal. 8. ENTRADA/SALIDA (I/O). Introducción. Métodos de entrada/salida: por sondeo (polling), por interrupciones, por Acceso Directo a Memoria (DMA). El bus de entrada/salida: Elementos de diseño de un bus, arbitraje del bus, ejemplos de buses estándar. Competences (translated with Google Translate) The student will acquire the basics of operating a computer and making use of techniques to increase performance in their programming.

15 Programs of subjects Computer Science Engineering Degree 1 st year 13 G Programming II Core subject 2 nd semester 1 st course 6 ECTS (20h theory, 30h practical, 3h tutorial) Objectives of the course (translated with Google Translate) In the area described linear data structures and algorithmic techniques basic algorithms for the design and implementation of programs in cases simple practical. Continuing to develop the field I Programming the basic criteria that should guide the design of a modular program, as well as the development and executing a test plan for verifying the correct operation of a program. All these aspects will be developed so practical programming in a project integrator for all content learned all the skills acquired in the performance of the activities of the area. Contents (in Spanish) Tipos abstractos de datos. Estructuras de datos dinámicas lineales: pilas, colas, listas. Diseño recursivo. Notaciones algorítmicas. Estrategias y técnicas algorítmicas (voraces, divide y vencerás, programación dinámica, vuelta atrás) sobre estructuras estáticas y dinámicas lineales. Algoritmos básicos de busca, ordenación y mezcla sobre estructuras estáticas y dinámicas lineales. Diseño, verificación y validación de programas. Documentación. Competences (translated with Google Translate) Global title (including cross) Ability to conceive, write, organize, plan, develop and sign projects in the field of engineering in computer science whose purpose, according to the foreground, the design, development or operation of systems, services and applications. Ability to design, develop, evaluate and ensure the accessibility, ergonomics, usability and security systems, services and applications, and the information they manage. Ability to identify, evaluate and select hardware and software platforms for the development and implementation of systems, services and applications. Knowledge of raw materials and technologies that enable them to learn and develop new methods and technologies as well as those that would give a great versatility to adapt to new situations. Ability to solve problems with initiative, decision making, autonomy and creativity. Ability to learn communicate and transmit knowledge, skills and abilities of the profession of Engineer in Computer Science. Capacity for analysis and synthesis. Organizational skills and planning. Troubleshooting. Decision-making. Critical thinking. Independent learning. Creativity. Motivation for quality. Competencies associated with the basic training module Ability to understand and master the basic concepts of discrete mathematics, logic, algorithms and computational complexity, and its application for solving problems of engineering. Use the basic knowledge of computers and programming, operating systems, databases and software application engineering. Knowledge of the structure, organization, operation and interconnection of computer systems, the fundamentals of programming and its application for solving problems of engineering. Powers common to the branch of Computer Science Ability to design, develop, select and evaluate applications and systems, ensuring reliability, safety and quality, according to ethical principles and laws and regulations. Knowledge and application of algorithmic procedures of the basic technologies for designing solutions to problems, analyzing the appropriateness and complexity of the algorithms proposed. Knowledge, design and use of efficient data types and structures more suited to solving a problem. Ability to analyze, design, build and maintain applications in a robust, secure and efficient by choosing the paradigm and the programming languages most appropriate.

16 14 1 st year Programs of subjects Computer Science Engineering Degree G Calculus and Numerical Analysis Core subject 2 nd semester 1 st course 6 ECTS (25h theory, 25h practical, 3h tutorial) Course objectives To connect with the course of Foundations of Mathematics and to serve so that the student consolidates the mathematical language and for form him/her in the main numerical and analytical methods as the differential calculus in several variables, integral calculus in single variable and the resolution of the basic ordinary differential equations. In the practical part, software will be used scientist so that the student learns to numerically solve the problems posed with the different studied numerical methods. Contents 1. Numerical Resolution of nonlinear equations: Separating roots, Method of bisection. Method of Newton. 2. Basic concepts of functions of several variables. 3. Differential calculus of several variables: Derived partial. Vector gradient. Jacobian matrix. The rule of the chain. Tangent plane. Maxima and minima of functions. 4. Solution of systems linear and nonlinear. Resolution of triangular linear systems. Factorizations LU and of Cholesky. Resolution of systems nonlinear: the method of Newton. 5. Integral calculus of single variable. Numerical integration. Concept of definite integral. The fundamental theorems of calculus. Indefinite integrals. Calculation of primitive. Methods of substitution, integration by parts and integration of rational functions by simple fractions. Improper integrals. Numerical integration: trapezoidal rule approximations and Simpson's rule. 6. Ordinary differential equations. Numerical resolution of first order initial value problems. Separable equations. First-Order Linear Differential Equations. Numerical resolution of first order initial value problems using the Euler method. Competences Generic: To solve problems. Capacity of analysis and synthesis. Specific: Mathematics. Programming.

17 15 2 nd YEAR SUBJECT DISTRIBUTION FIRST SEMESTER SECOND SEMESTER Subject T P Tut ECTS Subject T P Tut ECTS Databases I Business Organization and Management Algorithms and Data Structures Databases II Operative Systems I Operative Systems II Networks Computers Architecture Object oriented programming Graphical Computing Software Design Total Total T: theory hours P: practice/laboratory hours Tut: tutorial hours ECTS: European credits

18

19 Programs of subjects Computer Science Engineering Degree 2 nd year 17 G Databases I Core subject 1 st semester 2nd course 6 ECTS (15h theory, 35h practical, 3h tutorial) Course objectives (translated with Google Translate) The management of information through databases, evolved in recent years to become the essential part of modern computer systems. As a result of these developments, the study of database systems has become an essential part of teaching Computer Science. A large number of systems that will operate in the life of an Engineer in Computer Science will have a database behind. In this area it is intended that male and female students acquire the basic concepts of design and language and updates of databases. In the practice of the art software is used to develop applications based on databases. We bet on the use of free software, provided it provides sufficient benefits. The relationship with other subjects of the diploma can be considered is global because many applications require a database support. Contents (in Spanish) PRESENTACIÓN DE LA MATERIA 0. Presentación de la materia INTRODUCCIÓN A LAS BASES DE DATOS 1. Introducción a las Bases de Datos MODELADO SEMÁNTICO 2. Desarrollo de Sistemas de Bases de Datos 3. Modelo Entidad-Relación Básico 4. Modelo Entidad-Relación Avanzado Práctica 1: Modelado mediante Modelo Entidad-Relación Básico Práctica 2: Modelado mediante Modelo Entidad-Relación 8. Normalización del Modelo Relacional 9. Normalización Avanzada del Modelo Relacional MODELO RELACIONAL 5. Modelo Relacional 6. Álgebra Relacional 7. SQL Práctica 3: Transformación de Modelos Entidad-Relación en Modelos Relacionales Práctica 4: Creación de Scripts Práctica 5: Consultas en SQL METODOLOGÍA DE DISEÑO DE BASES DE DATOS 10. Diseño Conceptual 11. Diseño Lógico Competences (translated with Google Translate) The matter will contribute to achieving the competencies CG2, CG8, CG9, TR1, TR2, TR3, FB4, RI12, RI13 and TI1 in the memory of Engineering degree in Computer Science from USC. In addition to the aforementioned global competencies, the following competencies and learning outcomes: To know the basics of databases, know the relational model, modelling and designing databases and manage databases with SQL.

20 18 2 nd year Programs of subjects Computer Science Engineering Degree G Algorithms and Data Structures Core subject 1 st semester 2nd course 6 ECTS (20h theory, 30h practical, 3h tutorial) Course objectives (translated with Google Translate) The objective of this training is to develop the skills necessary to analyze the student know the computational complexity of a given algorithm, and develop skills to choose the combination of data structures and strategies to address the most appropriate way to resolve efficient (in terms of space and time) a problem. Moreover, this completes the formation of student data structures when presenting non-linear data structures and their use to represent and solve problems of organization. Contents (in Spanish) 1. Análisis de algoritmos y complejidad. 2. Estructuras de datos no lineales: Árboles y Grafos. 3. Algoritmos de ordenación, búsqueda y mezcla sobre estructuras de datos no lineales 4. Estrategias algorítmicas sobre estructuras de datos no lineales: Voraces, Divide y vencerás, Vuelta atrás. 5. Hashing. Competences (translated with Google Translate) The material helps to achieve the following powers set out in the report bachelor degree in Computer Science Engineering from USC. General Skills: CG1: Ability to develop projects in the field of engineering in computer science whose purpose, according to the foreground, the design, development or operation of systems, services and applications. CG3: Ability to design, develop, evaluate and ensure the usability of systems, services and applications, and the information they manage. CG8: Knowledge of basic materials and technologies that enable them to learn and develop new methods and technologies as well as those that would give a great versatility to adapt to new situations. CG9: Ability to solve problems with initiative, decision making, autonomy and creativity. Ability to learn to communicate and transmit knowledge, skills and abilities of the profession of Engineer in Computer Science. Cross: TR1 (Instrumental): Capacity analysis and synthesis. Organizational skills and planning. Oral and written communication. Capacity management. Troubleshooting. Decision-making. TR2 (Personal): Teamwork. Skills in interpersonal relations. Critical thinking. TR3 (Systemic): Self-Learning. Adapting to new situations. Creativity. Initiative. Motivation for quality. Basic Training FB3: Ability to understand and master the basic concepts of algorithmic and computational complexity, and its application for solving problems of engineering. FB4: Basic knowledge of using and programming computers. FB5: Knowledge of the fundamentals of programming systems and their application for solving problems of engineering. Common to the branch of Computer Science RI6: Knowledge and application of the algorithmic procedures of the basic technologies for designing solutions to problems, analyzing the appropriateness and complexity of the algorithms proposed. RI7: Knowledge, design and use of efficient data types and structures more suited to solving a problem.

PROGRAMA. Operaciones de Banca y Bolsa SYLLABUS BANKING AND STOCK MARKET OPERATIONS

PROGRAMA. Operaciones de Banca y Bolsa SYLLABUS BANKING AND STOCK MARKET OPERATIONS PROGRAMA 4º Curso. Grado en Administración y Dirección SYLLABUS BANKING AND STOCK MARKET OPERATIONS 4 rd year. Pág. 1 / 8 Colegio Universitario de Estudios Financieros Leonardo Prieto Castro, 2 Tel. +34

Más detalles

Agustiniano Ciudad Salitre School Computer Science Support Guide - 2015 Second grade First term

Agustiniano Ciudad Salitre School Computer Science Support Guide - 2015 Second grade First term Agustiniano Ciudad Salitre School Computer Science Support Guide - 2015 Second grade First term UNIDAD TEMATICA: INTERFAZ DE WINDOWS LOGRO: Reconoce la interfaz de Windows para ubicar y acceder a los programas,

Más detalles

Final Project (academic investigation)

Final Project (academic investigation) Final Project (academic investigation) MÁSTER UNIVERSITARIO EN BANCA Y FINANZAS (Finance & Banking) Universidad de Alcalá Curso Académico 2015/16 GUÍA DOCENTE Nombre de la asignatura: Final Project (academic

Más detalles

INTRODUCTION TO INFORMATION AND TELECOMMUNICATION SYSTEMS

INTRODUCTION TO INFORMATION AND TELECOMMUNICATION SYSTEMS ASIGNATURA DE MÁSTER: INTRODUCTION TO INFORMATION AND TELECOMMUNICATION SYSTEMS Curso 2015/2016 (Código:28805016) 1.PRESENTACIÓN Esta asignatura tiene como objetivo introducir a los estudiantes en los

Más detalles

Carrera Internacional

Carrera Internacional Carrera Internacional Prerrequisitos Key Job Tasks Contenido Programático (Cursos Oficiales) Interconnecting Cisco Network Devices: Accelerated (CCNAX) V2.0 This class is based on the traditional ICND1

Más detalles

Centro Andaluz de Innovación y Tecnologías de la Información y las Comunicaciones - CITIC

Centro Andaluz de Innovación y Tecnologías de la Información y las Comunicaciones - CITIC Centro Andaluz de Innovación y Tecnologías de la Información y las Comunicaciones - CITIC (Andalusian Centre of Innovation and Information and Communication technologies- CITIC) FP7-ENERGY: Oportunidades

Más detalles

ANX-PR/CL/001-02 GUÍA DE APRENDIZAJE ASIGNATURA CURSO ACADÉMICO - SEMESTRE FECHA DE PUBLICACION

ANX-PR/CL/001-02 GUÍA DE APRENDIZAJE ASIGNATURA CURSO ACADÉMICO - SEMESTRE FECHA DE PUBLICACION ANX-PR/CL/001-02 GUÍA DE APRENDIZAJE ASIGNATURA Modelling and control of dc dc converters CURSO ACADÉMICO - SEMESTRE 2014/2015 Primer semestre FECHA DE PUBLICACION Fecha Datos Descriptivos Nombre de la

Más detalles

FICHA MEMORIA DOCENTE Curso Académico 2006/ 07

FICHA MEMORIA DOCENTE Curso Académico 2006/ 07 FICHA Curso Académico 2006/ 07 / CODE 3104 COURSE NAME/TITLE Informatics DEGREE Agricultural, forestry, engineering and food technology TYPE Optative ORIENTATION All ESTUDIES PROGRAM 1999 CYCLE 1 COURSE

Más detalles

Pages: 171. Dr. Olga Torres Hostench. Chapters: 6

Pages: 171. Dr. Olga Torres Hostench. Chapters: 6 Pages: 171 Author: Dr. Olga Torres Hostench Chapters: 6 1 General description and objectives The aim of this course is to provide an in depth analysis and intensive practice the various computerbased technologies

Más detalles

Pages: 205. Authors: Dr. Carmen Bestué, Ph. D. Dr. Mariana Orozco Jutoran, Ph. D. Chapters: 6

Pages: 205. Authors: Dr. Carmen Bestué, Ph. D. Dr. Mariana Orozco Jutoran, Ph. D. Chapters: 6 Pages: 205 Authors: Dr. Carmen Bestué, Ph. D. Dr. Mariana Orozco Jutoran, Ph. D. Chapters: 6 1 Course Description and Objectives The aim of this course is to provide an in depth analysis and intensive

Más detalles

Objetos Distribuidos - Componentes. Middleware

Objetos Distribuidos - Componentes. Middleware Objetos Distribuidos - Componentes Middleware Middleware Component Oriented Development Arquitecturas 3 Tier Middleware es el software que: conecta y comunica los componentes de una aplicacion distribuida

Más detalles

Encuesta Perfil de Egreso del Ingeniero en Computación y/o Informática en Chile (Para programas de 10 semestres o más)

Encuesta Perfil de Egreso del Ingeniero en Computación y/o Informática en Chile (Para programas de 10 semestres o más) Encuesta Perfil de Egreso del Ingeniero en Computación y/o Informática en Chile (Para programas de 10 semestres o más) Nombre del Encuestado e-mail Nombre de la Carrera Universidad Unidad Académica Sede

Más detalles

ACADEMIC YEAR: 2014-15. Course Guide

ACADEMIC YEAR: 2014-15. Course Guide ACADEMIC YEAR: 2014-15 Course Guide Advanced Computing Tools for Applied Research (3 ECTS) (Translation to Spanish follows at the end of the English Version) Subject ECTS 3 Advanced Computing Tools for

Más detalles

Encuesta. Objetivo: Encuestar a los alumnos del 1º al 5º ciclo de licenciatura en inglés de la Universidad de oriente.

Encuesta. Objetivo: Encuestar a los alumnos del 1º al 5º ciclo de licenciatura en inglés de la Universidad de oriente. Encuesta Objetivo: Encuestar a los alumnos del 1º al 5º ciclo de licenciatura en inglés de la Universidad de oriente. 1 Considera necesario que se imparta la signatura informática como herramienta para

Más detalles

ADAPTACIÓN DE REAL TIME WORKSHOP AL SISTEMA OPERATIVO LINUX

ADAPTACIÓN DE REAL TIME WORKSHOP AL SISTEMA OPERATIVO LINUX ADAPTACIÓN DE REAL TIME WORKSHOP AL SISTEMA OPERATIVO LINUX Autor: Tomás Murillo, Fernando. Director: Muñoz Frías, José Daniel. Coordinador: Contreras Bárcena, David Entidad Colaboradora: ICAI Universidad

Más detalles

11645 - APDA - Programación Avanzada y Aplicaciones Distribuidas

11645 - APDA - Programación Avanzada y Aplicaciones Distribuidas Unidad responsable: 230 - ETSETB - Escuela Técnica Superior de Ingeniería de Telecomunicación de Barcelona Unidad que imparte: 701 - AC - Departamento de Arquitectura de Computadores Curso: Créditos ECTS:

Más detalles

Este proyecto tiene como finalidad la creación de una aplicación para la gestión y explotación de los teléfonos de los empleados de una gran compañía.

Este proyecto tiene como finalidad la creación de una aplicación para la gestión y explotación de los teléfonos de los empleados de una gran compañía. SISTEMA DE GESTIÓN DE MÓVILES Autor: Holgado Oca, Luis Miguel. Director: Mañueco, MªLuisa. Entidad Colaboradora: Eli & Lilly Company. RESUMEN DEL PROYECTO Este proyecto tiene como finalidad la creación

Más detalles

Pages: 118. Dr. Carmen Mangirón. Chapters: 6

Pages: 118. Dr. Carmen Mangirón. Chapters: 6 Pages: 118 Author: Dr. Carmen Mangirón Chapters: 6 1 General description and objectives This course is designed to provide advanced instruction and supervised practice in translation from English into

Más detalles

Spanish 3V: Winter 2014

Spanish 3V: Winter 2014 Spanish 3V: Winter 2014 Elementary Spanish 3 in online format: https://login.uconline.edu/ Robert Blake, rjblake@ucdavis.edu; Rebecca Conley, mconley@ucdavis.edu Description: Spanish 3V is the second of

Más detalles

Trading & Investment In Banking

Trading & Investment In Banking Trading & Investment In Banking MÁSTER UNIVERSITARIO EN BANCA Y FINANZAS (Finance & Banking) Universidad de Alcalá Curso Académico 2015/16 GUÍA DOCENTE Nombre de la asignatura: Trading & Investment In

Más detalles

Título del Proyecto: Sistema Web de gestión de facturas electrónicas.

Título del Proyecto: Sistema Web de gestión de facturas electrónicas. Resumen Título del Proyecto: Sistema Web de gestión de facturas electrónicas. Autor: Jose Luis Saenz Soria. Director: Manuel Rojas Guerrero. Resumen En la última década se han producido muchos avances

Más detalles

PROGRAMA ANALÍTICO DE ASIGNATURA

PROGRAMA ANALÍTICO DE ASIGNATURA PROGRAMA ANALÍTICO DE ASIGNATURA 1. DATOS GENERALES: Facultad: Negocios Escuela: Turismo Período: 2018-3 Denominación de la asignatura: Management Information Systems Código: 5253 Créditos: 3 Horas dedicación:

Más detalles

1.- Students should learn the fundamental principles of marketing as a business philosophy and its function in the economy.

1.- Students should learn the fundamental principles of marketing as a business philosophy and its function in the economy. MARKETING Credits: 6 ECTS CREDITS Year: FIRST YEAR Lecturer: Marta Tena León marta.tena@iqs.edu * OBJECTIVES The Marketing course aims for students to acquire a number of competences. There are two types

Más detalles

Descripción de contenidos del E-FORM Capítulo Proyectos de cooperación europea

Descripción de contenidos del E-FORM Capítulo Proyectos de cooperación europea Descripción de contenidos del E-FORM Capítulo Proyectos de cooperación europea DOCUMENTO NO VÁLIDO PARA PRESENTAR LA SOLICITUD* *Documento-resumen del formulario online (eform) de la 2ª convocatoria de

Más detalles

COLEGIO COLOMBO BRITÁNICO SECCIÓN BACHILLERATO PLAN DE ESTUDIOS 2013-2014. Technology. Asignatura. Grado Octavo Trimestre 1

COLEGIO COLOMBO BRITÁNICO SECCIÓN BACHILLERATO PLAN DE ESTUDIOS 2013-2014. Technology. Asignatura. Grado Octavo Trimestre 1 COLEGIO COLOMBO BRITÁNICO SECCIÓN BACHILLERATO PLAN DE ESTUDIOS 2013-2014 Asignatura Technology Grado Octavo Trimestre 1 LAS COMPETENCIAS POR COMPONENTE Al final de Bachillerato los estudiantes debieran

Más detalles

6 th Grade Spring Break Math Activities Instructions (Spanish)

6 th Grade Spring Break Math Activities Instructions (Spanish) 6 th Grade Spring Break Math Activities Instructions (Spanish) Indiana s College- and Career-Ready Academic Standards 2014 include one or more math fluency standards per grade level in Grades 1-8. Fluency

Más detalles

240ST1121 - Design of Supply Chain

240ST1121 - Design of Supply Chain Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2015 240 - ETSEIB - Barcelona School of Industrial Engineering 732 - OE - Department of Management MASTER'S DEGREE IN SUPPLY CHAINS,

Más detalles

LA FIRMA THE FIRM QUIENES SOMOS ABOUT US

LA FIRMA THE FIRM QUIENES SOMOS ABOUT US LA FIRMA THE FIRM QUIENES SOMOS Somos una firma de abogados especialistas en derecho laboral, comercial y administrativo que entrega a sus clientes su conocimiento y experiencia de manera eficiente, oportuna

Más detalles

Edgar Quiñones. HHRR: Common Sense Does Not Mean Business. Objective

Edgar Quiñones. HHRR: Common Sense Does Not Mean Business. Objective Edgar Quiñones HHRR: Common Sense Does Not Mean Business Objective Share experiences & insight gained in the last two decades in the management consulting business regarding why Common Sense Does Not Mean

Más detalles

BOOK OF ABSTRACTS LIBRO DE RESÚMENES

BOOK OF ABSTRACTS LIBRO DE RESÚMENES BOOK OF ABSTRACTS LIBRO DE RESÚMENES 19 th International Congress on Project Management and Engineering XIX Congreso Internacional de Dirección e Ingeniería de Proyectos AEIPRO (Asociación Española de

Más detalles

IT Power Camp 3: Project Management with Microsoft Project and PMI

IT Power Camp 3: Project Management with Microsoft Project and PMI IT Power Camp 3: Project Management with Microsoft Project and PMI Compuesto por: 1 Jornada Comercial: How to Sell Project Management Solutions with Microsoft and PMI Fecha: 10 de Junio, 2014 Duración:

Más detalles

APLICATIVO WEB PARA LA ADMINISTRACIÓN DE LABORATORIOS Y SEGUIMIENTO DOCENTE EN UNISARC JUAN DAVID LÓPEZ MORALES

APLICATIVO WEB PARA LA ADMINISTRACIÓN DE LABORATORIOS Y SEGUIMIENTO DOCENTE EN UNISARC JUAN DAVID LÓPEZ MORALES APLICATIVO WEB PARA LA ADMINISTRACIÓN DE LABORATORIOS Y SEGUIMIENTO DOCENTE EN UNISARC JUAN DAVID LÓPEZ MORALES CORPORACIÓN UNIVERSITARIA SANTA ROSA DE CABAL CIENCIAS Y TECNOLOGÍAS DE INFORMACIÓN Y COMUNICACIÓN

Más detalles

UTILIZACIÓN DE UN BOLÍGRAFO DÍGITAL PARA LA MEJORA DE PROCEDIMIENTOS DE CAMPO EN UNA CENTRAL NUCLEAR.

UTILIZACIÓN DE UN BOLÍGRAFO DÍGITAL PARA LA MEJORA DE PROCEDIMIENTOS DE CAMPO EN UNA CENTRAL NUCLEAR. UTILIZACIÓN DE UN BOLÍGRAFO DÍGITAL PARA LA MEJORA DE PROCEDIMIENTOS DE CAMPO EN UNA CENTRAL NUCLEAR. Autor: Ruiz Muñoz, Rafael. Director: Muñoz García, Manuel. Entidad Colaboradora: Empresarios Agrupados.

Más detalles

Contents. Introduction. Aims. Software architecture. Tools. Example

Contents. Introduction. Aims. Software architecture. Tools. Example ED@CON Control Results Management Software Control with Remote Sensing Contents Introduction Aims Software architecture Tools Example Introduction Control results management software (Ed@con) is a computer

Más detalles

INTEGRACIÓN HORIZONTAL PARA CONSTITUIR EL SECTOR AEROPUERTOS

INTEGRACIÓN HORIZONTAL PARA CONSTITUIR EL SECTOR AEROPUERTOS INTEGRACIÓN HORIZONTAL PARA CONSTITUIR EL SECTOR AEROPUERTOS El proyecto comienza explicando en el prólogo lo que supone un cambio como este. El primer objetivo es desarrollar una base estable que apoye

Más detalles

SOFTWARE PARA LA GESTIÓN INFORMÁTICA DE UNA CLÍNICA DENTAL

SOFTWARE PARA LA GESTIÓN INFORMÁTICA DE UNA CLÍNICA DENTAL SOFTWARE PARA LA GESTIÓN INFORMÁTICA DE UNA CLÍNICA DENTAL Autora: Laura Martín García Director: Alberto Ciudad Sánchez RESUMEN El objetivo de este proyecto es realizar el análisis, diseño y desarrollo

Más detalles

Higher Technical School of Agricultural Engineering UPCT APPLIED STATISTICS

Higher Technical School of Agricultural Engineering UPCT APPLIED STATISTICS Higher Technical School of Agricultural Engineering UPCT APPLIED STATISTICS Qualification: Degree in Agri-food Engineering and Biological Systems. Course: 2015/2016 1. Subject information Name Applied

Más detalles

manual de servicio nissan murano z51

manual de servicio nissan murano z51 manual de servicio nissan murano z51 Reference Manual To understand featuring to use and how to totally exploit manual de servicio nissan murano z51 to your great advantage, there are several sources of

Más detalles

ANX-PR/CL/001-02 GUÍA DE APRENDIZAJE. ASIGNATURA Computer security. CURSO ACADÉMICO - SEMESTRE 2015-16 - Primer semestre

ANX-PR/CL/001-02 GUÍA DE APRENDIZAJE. ASIGNATURA Computer security. CURSO ACADÉMICO - SEMESTRE 2015-16 - Primer semestre ANX-PR/CL/001-02 GUÍA DE APRENDIZAJE ASIGNATURA Computer security CURSO ACADÉMICO - SEMESTRE 2015-16 - Primer semestre GA_10AK_103000590_1S_2015-16 Datos Descriptivos Nombre de la Asignatura Titulación

Más detalles

820739 - EO - Energía Eólica

820739 - EO - Energía Eólica Unidad responsable: Unidad que imparte: Curso: Titulación: Créditos ECTS: 2015 820 - EUETIB - Escuela Universitaria de Ingeniería Técnica Industrial de Barcelona 709 - EE - Departamento de Ingeniería Eléctrica

Más detalles

Creating your Single Sign-On Account for the PowerSchool Parent Portal

Creating your Single Sign-On Account for the PowerSchool Parent Portal Creating your Single Sign-On Account for the PowerSchool Parent Portal Welcome to the Parent Single Sign-On. What does that mean? Parent Single Sign-On offers a number of benefits, including access to

Más detalles

IE12_ CONSOLIDACIÓN Y DESARROLLO DE NUEVAS TÉCNICAS DE EVALUACIÓN INTENSIVAS ON-LINE YA IMPLEMENTADAS POR EL GIE E4

IE12_ CONSOLIDACIÓN Y DESARROLLO DE NUEVAS TÉCNICAS DE EVALUACIÓN INTENSIVAS ON-LINE YA IMPLEMENTADAS POR EL GIE E4 IE12_13-03001 - CONSOLIDACIÓN Y DESARROLLO DE NUEVAS TÉCNICAS DE EVALUACIÓN Departamento de Estructuras de la Edificación Escuela Técnica Superior de Arquitectura de Madrid Universidad Politécnica de Madrid

Más detalles

Sistema de Control Domótico

Sistema de Control Domótico UNIVERSIDAD PONTIFICIA COMILLAS ESCUELA TÉCNICA SUPERIOR DE INGENIERÍA (ICAI) INGENIERO EN ELECTRÓNICA Y AUTOMATICA PROYECTO FIN DE CARRERA Sistema de Control Domótico a través del bus USB Directores:

Más detalles

Higher Technical School of Agricultural Engineering UPCT. Economic Valuation of Agricultural Assets

Higher Technical School of Agricultural Engineering UPCT. Economic Valuation of Agricultural Assets Higher Technical School of Agricultural Engineering UPCT Economic Valuation of Agricultural Assets Qualification: Degree in Agri-food Engineering and Biological Systems Course 2015/2016 1. Subject information

Más detalles

INGLES ESCRITO III GUÍA DOCENTE

INGLES ESCRITO III GUÍA DOCENTE INGLES ESCRITO III GUÍA DOCENTE 1. DATOS GENERALES DE LA ASIGNATURA ASIGNATURA: INGLÉS ESCRITO III CÓDIGO: CARÁCTER (señalar con una X la modalidad correspondiente): Asignatura de Formación Básica (FB)

Más detalles

DISPOSITIVO DE CONTROL PARA REDES DE DISTRIBUCIÓN ELÉCTRICA RESUMEN DEL PROYECTO

DISPOSITIVO DE CONTROL PARA REDES DE DISTRIBUCIÓN ELÉCTRICA RESUMEN DEL PROYECTO I DISPOSITIVO DE CONTROL PARA REDES DE DISTRIBUCIÓN ELÉCTRICA Autor: Juárez Montojo, Javier. Director: Rodríguez Mondéjar, José Antonio. Entidad Colaboradora: ICAI-Universidad Pontificia Comillas RESUMEN

Más detalles

Oracle Linux 7: Administración avanzada, edición 1

Oracle Linux 7: Administración avanzada, edición 1 Oracle University Contact Us: +34916267792 Oracle Linux 7: Administración avanzada, edición 1 Duration: 5 Days What you will learn This Oracle Linux 7: Advanced Administration training is ideal for experienced

Más detalles

Lógica y Algorítmica Propuesta Área de Álgebra

Lógica y Algorítmica Propuesta Área de Álgebra Lógica y Algorítmica Propuesta Área de Álgebra ACM Mathematics fundamentals courses CS105 Discrete Structures I This course is taken directly from the CCCS volume. Course description: Introduces the foundations

Más detalles

XII JICS 25 y 26 de noviembre de 2010

XII JICS 25 y 26 de noviembre de 2010 Sistema de Gestión Integrado según las normas ISO 9001, ISO/IEC 20000 e ISO/IEC 27001TI Antoni Lluís Mesquida, Antònia Mas, Esperança Amengual, Ignacio Cabestrero XII Jornadas de Innovación y Calidad del

Más detalles

ANÁLISIS Y DESARROLLO DE UNA PLATAFORMA BIG DATA

ANÁLISIS Y DESARROLLO DE UNA PLATAFORMA BIG DATA ANÁLISIS Y DESARROLLO DE UNA PLATAFORMA BIG DATA Autor: de la Cierva Perreau de Pinninck, Leticia Director: Sonia García, Mario Tenés Entidad Colaboradora: VASS RESUMEN DEL PROYECTO Tras la realización

Más detalles

IMPLANTACIÓN DE UNA SOLUCIÓN PLM QUE GARANTICE LAS CLAVES Y PRINCIPIOS RECOGIDOS POR EL SISTEMA DE GESTIÓN DE LA CALIDAD SIX SIGMA

IMPLANTACIÓN DE UNA SOLUCIÓN PLM QUE GARANTICE LAS CLAVES Y PRINCIPIOS RECOGIDOS POR EL SISTEMA DE GESTIÓN DE LA CALIDAD SIX SIGMA IMPLANTACIÓN DE UNA SOLUCIÓN PLM QUE GARANTICE LAS CLAVES Y PRINCIPIOS RECOGIDOS POR EL SISTEMA DE GESTIÓN DE LA CALIDAD SIX SIGMA Autor: Prats Sánchez, Juan. Director: Díaz Carrillo, Gerardo. Entidad

Más detalles

ACTIVIDAD 1 A) Une las siguientes tapas de libros con sus correspondientes índices.

ACTIVIDAD 1 A) Une las siguientes tapas de libros con sus correspondientes índices. TRABAJO PRÁCTICO Nº 1 ACTIVIDAD 1 A) Une las siguientes tapas de libros con sus correspondientes índices. 1 2 3 4 1 5 A Table of Contents B Preface 2 Contents 1. An Introduction to Computer Science. Level

Más detalles

DISEÑO DE UN CRONOTERMOSTATO PARA CALEFACCIÓN SOBRE TELÉFONOS MÓVILES. Entidad Colaboradora: ICAI Universidad Pontificia Comillas.

DISEÑO DE UN CRONOTERMOSTATO PARA CALEFACCIÓN SOBRE TELÉFONOS MÓVILES. Entidad Colaboradora: ICAI Universidad Pontificia Comillas. DISEÑO DE UN CRONOTERMOSTATO PARA CALEFACCIÓN SOBRE TELÉFONOS MÓVILES Autor: Sánchez Gómez, Estefanía Dolores. Directores: Pilo de la Fuente, Eduardo. Egido Cortés, Ignacio. Entidad Colaboradora: ICAI

Más detalles

Reinforcement Plan. Day 27 Month 03 Year 2015

Reinforcement Plan. Day 27 Month 03 Year 2015 BETHLEMITAS SCHOOL Reinforcement Plan Day 27 Month 03 Year 2015 TERM: I Date: COMPREHENSION GOAL: The students develop comprehension about the Living and Non- living things, plants, animals and their main

Más detalles

UNIVERSIDAD TECNOLÓGICA EQUINOCCIAL DIRECCIÓN GENERAL DE POSGRADOS MAGÍSTER EN GERENCIA DE NEGOCIOS. Trabajo de grado para la obtención del título de:

UNIVERSIDAD TECNOLÓGICA EQUINOCCIAL DIRECCIÓN GENERAL DE POSGRADOS MAGÍSTER EN GERENCIA DE NEGOCIOS. Trabajo de grado para la obtención del título de: UNIVERSIDAD TECNOLÓGICA EQUINOCCIAL DIRECCIÓN GENERAL DE POSGRADOS MAGÍSTER EN GERENCIA DE NEGOCIOS Trabajo de grado para la obtención del título de: Magíster en Gerencia de Negocios PROPUESTA DE MEJORAMIENTO

Más detalles

UNIVERSIDAD DE PUERTO RICO RECINTO DE RÍO PIEDRAS PLAN DE ASSESSMENT DEL APRENDIZAJE ESTUDIANTIL

UNIVERSIDAD DE PUERTO RICO RECINTO DE RÍO PIEDRAS PLAN DE ASSESSMENT DEL APRENDIZAJE ESTUDIANTIL 1 UNIVERSIDAD DE PUERTO RICO RECINTO DE RÍO PIEDRAS PLAN DE ASSESSMENT DEL APRENDIZAJE ESTUDIANTIL PARTE I - DOMINIOS DE LA MISIÓN DEL RECINTO Programa académico o Concentración: Medula en Administración

Más detalles

GUÍA DOCENTE ABREVIADA DE LA ASIGNATURA

GUÍA DOCENTE ABREVIADA DE LA ASIGNATURA GUÍA DOCENTE ABREVIADA DE LA ASIGNATURA G80 - Advanced Computation Grado en Física Curso Académico 2014-2015 1. DATOS IDENTIFICATIVOS Título/s Grado en Física Tipología y Optativa. Curso 4 Curso Centro

Más detalles

Computer Science. Support Guide First Term Fourth Grade. Agustiniano Ciudad Salitre School. Designed by Mary Luz Roa M.

Computer Science. Support Guide First Term Fourth Grade. Agustiniano Ciudad Salitre School. Designed by Mary Luz Roa M. 2018 Computer Science Support Guide First Term Fourth Grade Designed by Mary Luz Roa M. Agustiniano Ciudad Salitre School PLANEACION PRIMER PERIODO UNIDAD TEMATICA: GENERALIDADES DE POWER POINT Y USO RESPONSABLE

Más detalles

Oficina de Convenciones y Visitantes de Hidalgo A.C. PLAN DE MARKETING

Oficina de Convenciones y Visitantes de Hidalgo A.C. PLAN DE MARKETING INSTITUTO POLITÉCNICO NACIONAL ESCUELA SUPERIOR DE TURISMO SECCIÓN DE ESTUDIOS DE POSGRADO E INVESTIGACIÓN Oficina de Convenciones y Visitantes de Hidalgo A.C. PLAN DE MARKETING TESIS PARA OBTENER EL GRADO

Más detalles

Facilities and manufacturing

Facilities and manufacturing Facilities and manufacturing diseño y producción design and production Roomdimensions Ibérica,s.l (RDI) es una empresa experta en la fabricación de mobiliario técnico, diseño integral de soluciones arquitectónicas

Más detalles

Por qué ExecuTrain? Por qué ExecuTrain? Modalidad de servicio

Por qué ExecuTrain? Por qué ExecuTrain? Modalidad de servicio Por qué ExecuTrain? ExecuTrain es un proveedor de entrenamiento corporativo a nivel internacional y líder mundial en la capacitación empresarial. Contamos con 22 años y más de 62 mil personas capacitadas

Más detalles

Vermont Mini-Lessons: Leaving A Voicemail

Vermont Mini-Lessons: Leaving A Voicemail Vermont Mini-Lessons: Leaving A Voicemail Leaving a Voice Mail Message Learning Objective 1) When to leave a message 2) How to leave a message Materials: 1) Voice Mail Template blanks & samples 2) Phone

Más detalles

Los ensayos que se van a desarrollar son los siguientes:

Los ensayos que se van a desarrollar son los siguientes: I Resumen El objetivo principal del proyecto es desarrollar un software que permita analizar unos datos correspondientes a una serie de ensayos militares. Con este objetivo en mente, se ha decidido desarrollar

Más detalles

MÁSTER UNIVERSITARIO EN BANCA Y FINANZAS

MÁSTER UNIVERSITARIO EN BANCA Y FINANZAS Financial Software MÁSTER UNIVERSITARIO EN BANCA Y FINANZAS (Finance & Banking) Universidad de Alcalá Curso Académico 2015/16 GUÍA DOCENTE Nombre de la asignatura: Financial Software Código: 201570 Titulación

Más detalles

DUAL IMMERSION PROGRAM INFORMATION PRESCHOOL PRESENTATION SEPTEMBER 10, 2014 6:30 P.M.

DUAL IMMERSION PROGRAM INFORMATION PRESCHOOL PRESENTATION SEPTEMBER 10, 2014 6:30 P.M. DUAL IMMERSION PROGRAM INFORMATION PRESCHOOL PRESENTATION SEPTEMBER 10, 2014 6:30 P.M. Presented by Dr. Norma R. Delgado, Director of Curriculum & Instruction 1 The United States Government has identified

Más detalles

Tesis de Maestría titulada

Tesis de Maestría titulada Tesis de Maestría titulada EL ANALISIS DE CONFIABILIDAD COMO HERRAMIENTA PARA OPTIMIZAR LA GESTIÓN DEL MANTENIMIENTO DE LOS EQUIPOS DE LA LÍNEA DE FLOTACIÓN EN UN CENTRO MINERO RESUMEN En la presente investigación

Más detalles

From e-pedagogies to activity planners. How can it help a teacher?

From e-pedagogies to activity planners. How can it help a teacher? From e-pedagogies to activity planners. How can it help a teacher? Elena de Miguel, Covadonga López, Ana Fernández-Pampillón & Maria Matesanz Universidad Complutense de Madrid ABSTRACT Within the framework

Más detalles

UPV software for risk models

UPV software for risk models UPV software for risk models Armando Serrano Lombillo arserlom@doctor.upv.es www.edams.upv.es Risk analysis is feasible 1 Contents Introduction Review of previous concepts From influence diagrams to event

Más detalles

UNIVERSIDAD NACIONAL MAYOR DE SAN MARCOS UNIDAD DE POSTGRADO DE INGENIERÍA DE SISTEMAS E INFORMATICA

UNIVERSIDAD NACIONAL MAYOR DE SAN MARCOS UNIDAD DE POSTGRADO DE INGENIERÍA DE SISTEMAS E INFORMATICA UNIVERSIDAD NACIONAL MAYOR DE SAN MARCOS UNIDAD DE POSTGRADO DE INGENIERÍA DE SISTEMAS E INFORMATICA DISEÑO E IMPLEMENTACIÓN DE UNA OFICINA DE GESTION DE PROYECTOS PARA LA POSITIVA SEGUROS Informe Profesional

Más detalles

OBJETIVOS Y ORIENTACIONES / OBJECTIVES AND ORIENTATIONS

OBJETIVOS Y ORIENTACIONES / OBJECTIVES AND ORIENTATIONS OBJETIVOS Y ORIENTACIONES / OBJECTIVES AND ORIENTATIONS OBJETIVOS OBJECTIVES El objetivo general de estos estudios es formar profesionales del aprendizaje y de la enseñanza de segundas lenguas capacitados

Más detalles

SISTEMA DE GESTIÓN Y ANÁLISIS DE PUBLICIDAD EN TELEVISIÓN

SISTEMA DE GESTIÓN Y ANÁLISIS DE PUBLICIDAD EN TELEVISIÓN SISTEMA DE GESTIÓN Y ANÁLISIS DE PUBLICIDAD EN TELEVISIÓN Autor: Barral Bello, Alfredo Director: Alcalde Lancharro, Eduardo Entidad Colaboradora: Media Value S.L. RESUMEN DEL PROYECTO El presente proyecto

Más detalles

SCADA BASADO EN LABVIEW PARA EL LABORATORIO DE CONTROL DE ICAI

SCADA BASADO EN LABVIEW PARA EL LABORATORIO DE CONTROL DE ICAI SCADA BASADO EN LABVIEW PARA EL LABORATORIO DE CONTROL DE ICAI Autor: Otín Marcos, Ana. Directores: Rodríguez Pecharromán, Ramón. Rodríguez Mondéjar, José Antonio. Entidad Colaboradora: ICAI Universidad

Más detalles

Certificado de Asistente de Oficina

Certificado de Asistente de Oficina Certificado de Asistente de Oficina Los estudiantes interesados en obtener este Certificado deben cumplir con los siguientes requisitos: Ser estudiante activo en la Facultad de Administración de Empresas,

Más detalles

Provisioning SQL Databases

Provisioning SQL Databases Provisioning SQL Databases Referencia MOC 20765 Duración (horas) 15 Última actualización 23 Mayo 2016 Modalidades Presencial, a medida Introducción This three-day instructor-led course provides students

Más detalles

ESTUDIO Y PLANIFICACIÓN DE LOS FLUJOS DE INFORMACIÓN EN UNA EMPRESA PARA SU ALINEAMIENTO ESTRATÉGICO

ESTUDIO Y PLANIFICACIÓN DE LOS FLUJOS DE INFORMACIÓN EN UNA EMPRESA PARA SU ALINEAMIENTO ESTRATÉGICO ESTUDIO Y PLANIFICACIÓN DE LOS FLUJOS DE INFORMACIÓN EN UNA EMPRESA PARA SU ALINEAMIENTO ESTRATÉGICO Autor: Hernández Blázquez, Marcos Director: Camps Llufríu, Mateo Entidad Colaboradora: ICAI Universidad

Más detalles

Por qué ExecuTrain? Por qué ExecuTrain? Modalidad de servicio

Por qué ExecuTrain? Por qué ExecuTrain? Modalidad de servicio Por qué ExecuTrain? ExecuTrain es un proveedor de entrenamiento corporativo a nivel internacional y líder mundial en la capacitación empresarial. Contamos con 22 años y más de 62 mil personas capacitadas

Más detalles

Powered by RELEASE NOTES. CSS Business Intelligence. Versión 2.11.0. Build 20130510

Powered by RELEASE NOTES. CSS Business Intelligence. Versión 2.11.0. Build 20130510 RELEASE NOTES CSS Business Intelligence Versión 2.11.0 Build 20130510 Spanish Version English Version Change Log / Detalle de Cambios Revision Date Description Owner 1.0 27-May-2013 Document Creation /

Más detalles

CURSO DE CERTIFICACIÓN MCPD

CURSO DE CERTIFICACIÓN MCPD MCPD: Enterprise Applications Developer The Microsoft Certified Professional Developer: Enterprise Applications Developer (MCPD: Enterprise Applications Developer) certification demonstrates that you have

Más detalles

Advanced Corporate Finance

Advanced Corporate Finance Advanced Corporate Finance MÁSTER UNIVERSITARIO EN BANCA Y FINANZAS (Finance & Banking) Universidad de Alcalá Curso Académico 2015/16 GUÍA DOCENTE Nombre de la asignatura: Advanced Corporate Finance Código:

Más detalles

Sistema de Luminarias Tecnológica - Verde - Eficiente

Sistema de Luminarias Tecnológica - Verde - Eficiente Sistema de Luminarias Tecnológica - Verde - Eficiente En qué consiste el Sistema de Luminarias? Consiste en un control inteligente de iluminación y de ahorro (Pack de iluminación verde) logra un ahorro

Más detalles

VI. Appendix VI English Phrases Used in Experiment 5, with their Spanish Translations Found in the Spanish ETD Corpus

VI. Appendix VI English Phrases Used in Experiment 5, with their Spanish Translations Found in the Spanish ETD Corpus VI. Appendix VI English Phrases Used in Experiment 5, with their Spanish Translations Found in the Spanish ETD Corpus App. VI. Table 1: The 155 English phrases and their Spanish translations discovered

Más detalles

220025 - Aerospace Structures

220025 - Aerospace Structures Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2015 220 - ETSEIAT - Terrassa School of Industrial and Aeronautical Engineering 220 - ETSEIAT - Terrassa School of Industrial and

Más detalles

GUÍA DOCENTE FINANCIAL ANALYSIS AND PLANNING

GUÍA DOCENTE FINANCIAL ANALYSIS AND PLANNING GUÍA DOCENTE 2017-2018 FINANCIAL ANALYSIS AND PLANNING 1. Denominación de la asignatura: FINANCIAL ANALYSIS AND PLANNING Titulación GRADO EN ADMINISTRACIÓN Y DIRECCIÓN DE EMPRESAS Código 7426 2. Materia

Más detalles

Guía Docente 2014/2015

Guía Docente 2014/2015 Guía Docente 2014/2015 SISTEMAS DE GESTIÓN DE BASES DE DATOS DATABASE MANGEMENT SYSTEMS Grado en Ingeniería Civil Modalidad de enseñanza presencial lf: Índice SISTEMAS DE GESTIÓN DE BASES DE DATOS...3

Más detalles

Diseño de un directorio Web de diseñadores gráficos, ilustradores y fotógrafos.

Diseño de un directorio Web de diseñadores gráficos, ilustradores y fotógrafos. Universidad Nueva Esparta Facultad de Ciencias Administrativas Escuela de Administración de Diseño de un directorio Web de diseñadores gráficos, ilustradores y fotógrafos. Tutor: Lic. Beaujon, María Beatriz

Más detalles

Management and Environmental Policy

Management and Environmental Policy Higher Technical School of Agricultural Engineering UPCT Management and Environmental Policy CERTIFICATION: DEGREE IN AGRI-FOOD ENGINEERING AND BIOLOGICAL SYSTEMS Course 2015/2016 1. Subject information

Más detalles

TUNING AMÉRICA LATINA EUROPE. Brussels June 16th, 2006

TUNING AMÉRICA LATINA EUROPE. Brussels June 16th, 2006 TUNING AMÉRICA LATINA Brussels June 16th, 2006 Survey characteristics 7 Areas 16 Countries Paper based 5 Areas 18 Countries On line survey 2001 2005 Generic Competences Sample size Academics 998 Employers

Más detalles

MANUAL EASYCHAIR. A) Ingresar su nombre de usuario y password, si ya tiene una cuenta registrada Ó

MANUAL EASYCHAIR. A) Ingresar su nombre de usuario y password, si ya tiene una cuenta registrada Ó MANUAL EASYCHAIR La URL para enviar su propuesta a la convocatoria es: https://easychair.org/conferences/?conf=genconciencia2015 Donde aparece la siguiente pantalla: Se encuentran dos opciones: A) Ingresar

Más detalles

GRADO EN INGENIERÍA INFORMÁTICA PROGRAMAS DE LAS MATERIAS

GRADO EN INGENIERÍA INFORMÁTICA PROGRAMAS DE LAS MATERIAS GRADO EN INGENIERÍA INFORMÁTICA PROGRAMAS DE LAS MATERIAS CURSO 2009/2010 En este documento se recogen los programas de las materias que se imparten en el título de Grado en Ingeniería Informática de

Más detalles

Instalación: Instalación de un agente en una máquina cliente y su registro en el sistema.

Instalación: Instalación de un agente en una máquina cliente y su registro en el sistema. HERRAMIENTA DE MONITORIZACIÓN DE SISTEMAS Autor: Sota Madorrán, Iñaki. Director: Igualada Moreno, Pablo. Entidad Colaboradora: Evotec Consulting, S.L. RESUMEN DEL PROYECTO El proyecto consiste en el diseño,

Más detalles

Matemáticas Muestra Cuadernillo de Examen

Matemáticas Muestra Cuadernillo de Examen Matemáticas Muestra Cuadernillo de Examen Papel-Lápiz Formato Estudiante Español Versión, Grados 3-5 Mathematics Sample Test Booklet Paper-Pencil Format Student Spanish Version, Grades 3 5 Este cuadernillo

Más detalles

PROGRAMA ANALÍTICO DE ASIGNATURA

PROGRAMA ANALÍTICO DE ASIGNATURA PROGRAMA ANALÍTICO DE ASIGNATURA 1. DATOS GENERALES: Facultad: Negocios Escuela: Turismo Período: 2018-2 Denominación de la asignatura: E-Business Código: 5266 Créditos: 2 Horas dedicación: 30 Teóricas:

Más detalles

Postgrados Gestión Cultural

Postgrados Gestión Cultural Postgrados Gestión Cultural Facultad de Humanidades Postgrado en Gestión Cultural Presentación: El gestor cultural es un profesional con un perfil polivalente y multidisciplinar cuyo trabajo se halla en

Más detalles

Repaso de funciones exponenciales y logarítmicas. Review of exponential and logarithmic functions

Repaso de funciones exponenciales y logarítmicas. Review of exponential and logarithmic functions Repaso de funciones exponenciales y logarítmicas Review of exponential and logarithmic functions Las funciones lineales, cuadráticas, polinómicas y racionales se conocen como funciones algebraicas. Las

Más detalles

Grado en Ingeniería Informática. Especialidad en Computación

Grado en Ingeniería Informática. Especialidad en Computación Grado en Ingeniería Informática Especialidad en Computación Cinco especialidades: Computación Ingeniería de Computadores Ingeniería del Software Sistemas de Información Tecnologías de Información Las cinco

Más detalles

UNIVERSIDAD NACIONAL DE INGENIERÍA IPCEIT INDIA PERÚ CENTRO DE EXCELENCIA DE TECNOLOGÍAS DE LA INFORMACIÓN. Curso: Certificate in Developing With Java

UNIVERSIDAD NACIONAL DE INGENIERÍA IPCEIT INDIA PERÚ CENTRO DE EXCELENCIA DE TECNOLOGÍAS DE LA INFORMACIÓN. Curso: Certificate in Developing With Java Curso: Certificate in Developing With Java El objetivo de este curso es proporcionar al estudiante con una experiencia en programación. Los estudiantes que llevarán a cabo este curso serán capaces de trabajar

Más detalles

OSH: Integrated from school to work.

OSH: Integrated from school to work. SST: Integrada desde la escuela hasta el empleo. OSH: Integrated from school to work. ESPAÑA - SPAIN Mª Mercedes Tejedor Aibar José Luis Castellá López Instituto Nacional de Seguridad e Higiene en el Trabajo

Más detalles

MICINN Imágenes Médicas Publicaciones 2011-2012

MICINN Imágenes Médicas Publicaciones 2011-2012 MICINN Imágenes Médicas Publicaciones 2011-2012 Iván Macía 11/01/2012 PUBLICACION 1 Macía, I.; Graña, M.; Maiora, J.; Paloc, C. & de Blas, M. Detection of type II endoleaks in abdominal aortic aneurysms

Más detalles

Teaching Guide 2015/2016

Teaching Guide 2015/2016 Teaching Guide 2015/2016 Final project Master s in Innovation and Tourism Marketing On campus method Index Final project...3 Brief subject description...3 Previous requirements...3 Objectives of the subject...3

Más detalles