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..
For the year 2007/2008 No calendar yet available
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.
Should you have any doubts or questions, please check the Enrolment FAQs
Academic staff
Mastrogiacomo Elisa
Todorov Velitchko
velitchko.todorov@univr.itStudy 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.
Training offer to be defined
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 (2009/2010)
Teaching code
4S00037
Credits
12
Also offered in courses
Also offered in courses
Language
Italian
Scientific Disciplinary Sector (SSD)
INF/01 - INFORMATICS
The teaching is organized as follows:
Teoria
Laboratorio
Learning outcomes
Theory I
-------
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.
Theory II
-------
The second part of the course, called “Web and multimedia Applications”, has the aim to provide the student with the necessary concepts and methods for the design of data-intensive web applications. In particular, this module will be focused on a methodology for the logical design of a web application that interacts with a database system (DBMS).
Moreover, the approach Model-View-Controller (MVC-2 servlet centric) will be illustrated and applied to some examples. Finally, the main issues concerning the treatment of multimedia datasets in a DBMS will be presented.
LAB
-------
The “Lab” ("Laboratorio" in italian) of the course “Databases and WEB” has the aim to provide the student with the necessary concepts and methods for the implementation of a database and its applications. In particular, this module will be focused on the usage of a specific DBMS for the creation, management and manipulation of a database by means of SQL commands. Moreover, some general techniques for the implementation of web applications will be presented. In particular a MVC-2 architecture based on the Servlet and the Java Server Pages (JSP) technologies will be illustrated and used to show the implementation of some practical examples.
Program
Theory I
-------
* 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. Languages for data definition: SQL as DDL. Table creation and integrity constraints definition in SQL.
* 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.
* The internal architecture of a DBMS. Transactions. Transactions properties. The concurrency control: schedules, view and conflict equivalence, the two-phase locking. Access methods (indexes): primary and secondary indexes, B-+tree, hashing based access methods.
Theory II
-------
The module is organized in 16 hours of lessons and exercises carried out during the second semester. The module will focuses on the logical design of a data-intensive web application and its implementation using: Postgresql, Servlet and Java Server Pages (JSP) technologies. Moreover, the issues concerning the treatment of multimedia datasets in a DBMS will be presented.
In particolar, the following arguments will be illustrated:
* Web Server: basic internet, basic HTML (form), basic HTTP.
* Information systems on the Web: techniques for the interaction between a DBMS and a HTTP server (CGI, Servlet, JSP); JDBC library and Java data beans; the architecture proposed by the MVC-2 approach.
* a methodology for the logical design of a data-intesive web application.
* XML
* features of multimedia data: compression techniques and indexing
LAB
-------
1. Introduction to DBMS PostgreSQL: connection to a database, table creation, insert, update and alter table.
2. PostgreSQL: integrity constraints, reactions to contraints violations.
3. PostgreSQL: simple SQL queries.
4. PostgreSQL: complex SQL queries.
5. HTML: structure of an HTML document, main tags, tables.
6. HTML: form.
7. Servlet Engine on an application server. Examples of simple servlets.
8. Servlet and JDBC. Connection to a DBMS PostgreSQL. Simple servlet of the interaction with a DBMS.
9. Java bean e servlet.
10. Java Server Pages (JSP)
11. JSP and servlet: a software architecture base on the Model View Controller approach.
12. Servlet/JSP and multimedia datasets.
Bibliography
Activity | Author | Title | Publishing house | Year | ISBN | Notes |
---|---|---|---|---|---|---|
Teoria | P. Atzeni, S. Ceri, P. Fraternali, S. Paraboschi, R. Torlone | Basi di dati. Architetture e linee di evoluzione | McGraw-Hill | 2003 | 88-386-603 | |
Teoria | P. ATZENI, S. CERI, S. PARABOSCHI, R. TORLONE | Basi di dati- Modelli e linguaggi di interrogazione (Edizione 3) | McGraw-Hill | 2009 | 9788838666001 | |
Teoria | E. Baralis, A. Belussi, G. Psaila | Basi di dati - Temi d'esame svolti (Edizione 1) | Progetto Leonardo Società Editrice Esculapio Bologna | 1999 | B135655713 |
Examination Methods
Module:
-------
Teaching materials
-
Alcuni temi d'esame (it, 396 KB, 03/11/09)
-
Applicazioni Web centrate sui dati (it, 322 KB, 22/03/10)
-
B+-tree e hashing (it, 464 KB, 22/03/10)
-
Codifica JPEG (it, 2078 KB, 17/05/10)
-
Codifiche lossless (it, 249 KB, 27/04/10)
-
Dispensa sulle applicazioni web centrate sui dati (it, 276 KB, 09/04/10)
-
DTD (it, 203 KB, 26/04/10)
-
Esempio di esercizio su XML (it, 59 KB, 26/04/10)
-
Esercizio XML: soluzione (it, 56 KB, 27/04/10)
-
Java Data Beans (it, 486 KB, 30/03/10)
-
JDBC (it, 175 KB, 29/03/10)
-
JSP (it, 451 KB, 13/04/10)
-
k-d-tree (it, 298 KB, 18/05/10)
-
Lucidi introduttivi (it, 1974 KB, 06/10/09)
-
Metodologia di progettazione applicazioni web (it, 156 KB, 30/03/10)
-
MVC (it, 278 KB, 19/04/10)
-
Servlet (it, 178 KB, 23/03/10)
-
ServletHelloWWW (it, 62 KB, 29/03/10)
-
Tecniche di compressione (it, 266 KB, 04/05/10)
-
XML (it, 797 KB, 19/04/10)
-
XML Schema (it, 881 KB, 20/04/10)
-
Esercitazione 10: esercizio (it, 65 KB, 25/05/10)
-
Esercitazione 10: libreria cos.jar (it, 55 KB, 25/05/10)
-
Esercitazione 10: lucidi (it, 681 KB, 25/05/10)
-
Esercitazione 10: sorgenti JAVA (it, 5 KB, 25/05/10)
-
Esercitazione 10: vis.tgz (JSP) (it, 0 KB, 25/05/10)
-
Esercitazione 10: web.xml (it, 1 KB, 25/05/10)
-
Esercitazione 11: form nella progettazione logica (it, 41 KB, 28/06/10)
-
Esercitazione 11: lucidi (it, 765 KB, 01/06/10)
-
Esercitazione 1: esercizio (it, 82 KB, 02/03/10)
-
Esercitazione 1: lucidi (it, 201 KB, 02/03/10)
-
Esercitazione 2: esercizio (it, 154 KB, 09/03/10)
-
Esercitazione 2: lucidi (it, 365 KB, 09/03/10)
-
Esercitazione 3: esercizio (it, 82 KB, 16/03/10)
-
Esercitazione 3: lucidi (it, 729 KB, 16/03/10)
-
Esercitazione 4: esercizio (it, 82 KB, 30/03/10)
-
Esercitazione 4: lucidi (it, 631 KB, 30/03/10)
-
Esercitazione 5: esercizio (it, 77 KB, 13/04/10)
-
Esercitazione 5: lucidi (it, 608 KB, 13/04/10)
-
Esercitazione 6: esercizio (it, 62 KB, 20/04/10)
-
Esercitazione 6: lucidi (it, 414 KB, 20/04/10)
-
Esercitazione 6: tomcat (it, 63 KB, 20/04/10)
-
Esercitazione 7: esercizio (it, 69 KB, 27/04/10)
-
Esercitazione 7: lucidi (it, 210 KB, 27/04/10)
-
Esercitazione 7: servlet con bean (it, 3 KB, 27/04/10)
-
Esercitazione 7: servlet senza bean (it, 2 KB, 27/04/10)
-
Esercitazione 8: EsempiJSP.zip (it, 2 KB, 04/05/10)
-
Esercitazione 8: esercizio (it, 72 KB, 04/05/10)
-
Esercitazione 8: lucidi (it, 305 KB, 04/05/10)
-
Esercitazione 9: daFare.jsp (it, 0 KB, 18/05/10)
-
Esercitazione 9: ElencoCorsiStudio.jsp (it, 0 KB, 18/05/10)
-
Esercitazione 9: esercizio (it, 72 KB, 18/05/10)
-
Esercitazione 9: lucidi (it, 131 KB, 18/05/10)
-
Esercitazione 9: main.java (it, 3 KB, 18/05/10)
-
Istruzioni generali (it, 77 KB, 02/03/10)
Type D and Type F activities
Training offer to be defined
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.
Further services
I servizi e le attività di orientamento sono pensati per fornire alle future matricole gli strumenti e le informazioni che consentano loro di compiere una scelta consapevole del corso di studi universitario.
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 point 25 of the Teaching Regulations for the A.Y. 2021/2022, attendance at the course of study is not mandatory.Please refer to the Crisis Unit's latest updates for the mode of teaching.