Studying at the University of Verona
Here you can find information on the organisational aspects of the Programme, lecture timetables, learning activities and useful contact details for your time at the University, from enrolment to graduation.
Academic calendar
The academic calendar shows the deadlines and scheduled events that are relevant to students, teaching and technical-administrative staff of the University. Public holidays and University closures are also indicated. The academic year normally begins on 1 October each year and ends on 30 September of the following year.
Course calendar
The Academic Calendar sets out the degree programme lecture and exam timetables, as well as the relevant university closure dates..
Period | From | To |
---|---|---|
I semestre | Oct 1, 2013 | Jan 31, 2014 |
II semestre | Mar 3, 2014 | Jun 13, 2014 |
Session | From | To |
---|---|---|
Sessione straordinaria | Feb 3, 2014 | Feb 28, 2014 |
Sessione estiva | Jun 16, 2014 | Jul 31, 2014 |
Sessione autunnale | Sep 1, 2014 | Sep 30, 2014 |
Session | From | To |
---|---|---|
Sessione autunnale | Oct 16, 2013 | Oct 16, 2013 |
Sessione straordinaria | Dec 10, 2013 | Dec 10, 2013 |
Sessione invernale | Mar 19, 2014 | Mar 19, 2014 |
Sessione estiva | Jul 14, 2014 | Jul 14, 2014 |
Period | From | To |
---|---|---|
Vacanze Natalizie | Dec 22, 2013 | Jan 6, 2014 |
Vacanze di Pasqua | Apr 17, 2014 | Apr 22, 2014 |
Festa del S. Patrono S. Zeno | May 21, 2014 | May 21, 2014 |
Vacanze Estive | Aug 11, 2014 | Aug 15, 2014 |
Exam calendar
Exam dates and rounds are managed by the relevant Science and Engineering Teaching and Student Services Unit.
To view all the exam sessions available, please use the Exam dashboard on ESSE3.
If you forgot your login details or have problems logging in, please contact the relevant IT HelpDesk, or check the login details recovery web page.
Academic staff
Bertelle Roberto
Ugolini Simone
Study Plan
The Study Plan includes all modules, teaching and learning activities that each student will need to undertake during their time at the University. Please select your Study Plan based on your enrolment year.
Modules | Credits | TAF | SSD |
---|
Modules | Credits | TAF | SSD |
---|
Modules | Credits | TAF | SSD |
---|
1° Year
Modules | Credits | TAF | SSD |
---|
2° Year activated in the A.Y. 2014/2015
Modules | Credits | TAF | SSD |
---|
3° Year activated in the A.Y. 2015/2016
Modules | Credits | TAF | SSD |
---|
Legend | Type of training activity (TTA)
TAF (Type of Educational Activity) All courses and activities are classified into different types of educational activities, indicated by a letter.
Databases (2015/2016)
Teaching code
4S00037
Credits
12
Language
Italian
Also offered in courses:
- Database systems for bioinformatics - Teoria of the course Bachelor's degree in Bioinformatics
Scientific Disciplinary Sector (SSD)
ING-INF/05 - INFORMATION PROCESSING SYSTEMS
The teaching is organized as follows:
Teoria
Tecnologie per le basi di dati
Laboratorio
Learning outcomes
Module: Database theory
-----------------------------
The first part of the course, called “Databases Theory”, has the aim to provide the student with the necessary concepts and methods for the design of a database and its applications. In particular, it will be focused on the methodologies for the conceptual and logical design of a database and for the successive database implementation on database systems. Moreover, some general techniques for the implementation of database systems will be presented and the fundamental characteristics of the query language SQL and of the relational algebra will be illustrated.
Module: Database technology
----------------------------------
The second part of the course has the aim to provide the student with the necessary concepts and methods for the effective usage of relational database systems (RDBMS). In particular, this module will focus on: transactions, concurrency control techniques, recovery management, indices, techniques for interacting with a RDBMS from a Java program (JDBC) and methodologies for the design of data-centric web applications. Finally some concepts regarding current approaches for modeling semi-structured data will be presented (XML and XML schema).
LAB
----
The goal of this module is to introduce students to the main aspects of the following topics:
- Introduction to relational data stream management system (RDBMS) PostgreSQL.
- Introduction to the use of SQL in PostgreSQL.
- Query Optimization.
- Introduction to the transaction.
- Introduction to Python Language.
- Data base access from application written in Java/Python.
- Introduction to Flask (Python) micro framework for developing of simple data base based web applications.
The main technologies exploited during the course are based on Python language. Python will be introduced during the course.
To attend the course in a productive way, a student has to be confident with object-oriented programming.
Program
Module: Database theory
------------------------------
* Introduction to database managemente systems (DBMS): architectures and functionalities of a DBMS. Phisical and logical data independence. Data models. Concepts of model, schema and instance of a database. Languages for database systems. DBMS vs. file system.
* Conceptual database design: conceptual data models. The Entity-Relationship model (ER). Elements of the ER model: entities, attributes, relationships, ISA hierarchies and cardinality constraints.
* Logical database design: logical data models, the relational data model. Elements of the relational data models: relations and integrity constraints. Mapping between conceptual schemas in ER model and logical schema in the relational model.
* Interacting with a database system: languages for the definition, querying and update of a database. The relational algebra. SQL: select-from-where statement, join in SQL, the GROUP BY and ORDER BY clauses, using subqueries. SQL for update: INSERT, DELETE and UPDATE statements. Views.
Module: Database technology
----------------------------------
* The internal architecture of a DBMS. Transactions. Transactions properties. The concurrency control: schedules, the two-phase locking. Access methods (indexes): primary and secondary indexes, B-+tree, hashing based access methods. Query execution and optimization.
* Techniques for the interaction between a DBMS and an application; JDBC library; the architecture proposed by the MVC-2 approach.
* XML, XML schema, UML for XML data design (hints).
LAB
-----
- Introduction to relational data stream management system (RDBMS) PostgreSQL.
- Introduction to the use of SQL in PostgreSQL.
- Query Optimization.
- Introduction to the transaction.
- Introduction to Python Language.
- Data base access from application written in Java/Python.
- Introduction to Flask (Python) micro framework for developing of simple data base based web applications.
Bibliography
Activity | Author | Title | Publishing house | Year | ISBN | Notes |
---|---|---|---|---|---|---|
Teoria | P. Atzeni, S. Ceri, P. Fraternali, S. Paraboschi, R. Torlone | Basi di dati (Edizione 4) | McGraw-Hill | 2014 | 978-88-386-6587-5 | |
Teoria | E. Baralis, A. Belussi, G. Psaila | Basi di dati - Temi d'esame svolti (Edizione 1) | Progetto Leonardo Società Editrice Esculapio Bologna | 1999 | B135655713 | |
Teoria | R. Elmasri, S.H. Navathe | Sistemi di Basi di Dati: Fondamenti (Edizione 6) | Pearson | 2011 | 978-88-7192-628-5 |
Examination Methods
Written test for every module. The final grade is obtained by computing the weighted average of the grade obtained in the Theory modules (3/4) and the grade obtained in the Lab module (1/4).
The exams are scheduled as follows: two exams in June/July 2016, one exam in September 2016 and one exam in February 2017. Also intermediate exams are scheduled for the Theory modules: one in March 2016 and one in June 2016.
Type D and Type F activities
Modules not yet included
Career prospects
Module/Programme news
News for students
There you will find information, resources and services useful during your time at the University (Student’s exam record, your study plan on ESSE3, Distance Learning courses, university email account, office forms, administrative procedures, etc.). You can log into MyUnivr with your GIA login details: only in this way will you be able to receive notification of all the notices from your teachers and your secretariat via email and soon also via the Univr app.
Erasmus+ and other experiences abroad
Graduation
List of theses and work experience proposals
theses proposals | Research area |
---|---|
Analisi e percezione dei segnali biometrici per l'interazione con robot | AI, Robotics & Automatic Control - AI, Robotics & Automatic Control |
Integrazione del simulatore del robot Nao con Oculus Rift | AI, Robotics & Automatic Control - AI, Robotics & Automatic Control |
Domain Adaptation | Computer Science and Informatics: Informatics and information systems, computer science, scientific computing, intelligent systems - Computer graphics, computer vision, multi media, computer games |
Domain Adaptation | Computer Science and Informatics: Informatics and information systems, computer science, scientific computing, intelligent systems - Machine learning, statistical data processing and applications using signal processing (e.g. speech, image, video) |
BS or MS theses in automated reasoning | Computing Methodologies - ARTIFICIAL INTELLIGENCE |
Domain Adaptation | Computing Methodologies - IMAGE PROCESSING AND COMPUTER VISION |
Domain Adaptation | Computing methodologies - Machine learning |
Dati geografici | Information Systems - INFORMATION SYSTEMS APPLICATIONS |
Analisi e percezione dei segnali biometrici per l'interazione con robot | Robotics - Robotics |
Integrazione del simulatore del robot Nao con Oculus Rift | Robotics - Robotics |
BS or MS theses in automated reasoning | Theory of computation - Logic |
BS or MS theses in automated reasoning | Theory of computation - Semantics and reasoning |
Proposte di tesi/collaborazione/stage in Intelligenza Artificiale Applicata | Various topics |
Proposte di Tesi/Stage/Progetto nell'ambito delle basi di dati/sistemi informativi | Various topics |
Attendance
As stated in the Teaching Regulations for the A.Y. 2022/2023, attendance at the course of study is not mandatory.
Please refer to the Crisis Unit's latest updates for the mode of teaching.