FUNDAMENTALS OF PROGRAMMING A
cod. 1000747

Academic year 2015/16
1° year of course - First semester
Professor
Academic discipline
Informatica (INF/01)
Field
Formazione informatica di base
Type of training activity
Basic
56 hours
of face-to-face activities
6 credits
hub: PARMA
course unit
in - - -

Learning objectives

A goal of the course is to provide the student with the basic knowledge for the design and implementation of simple programs written in a conventional programming language. In particular, the student will acquire in-depth knowledge about the programming tools provided by the imperative fragment of C++.

The course also aims to provide students with the ability to apply the acquired knowledge about programming tools and the acquired problem analysis techniques to solve simple practical problems (such as, for example, mathematical calculation problems, sorting, file management, etc.) and then translate these solutions into executable programs.

Finally, the course aims to help students to develop more general skills of analysis, abstraction (mainly intended as the ability to describe and understand an entity in terms of the features rather than the details of its implementation), the decomposition of problems into subproblems, and development of solutions "from top to bottom" ("top-down") and by stepwise refinements.

Prerequisites

Basics of functions, sets and logical connective and expressions. Basics of computer architecture and information representation.

Course unit content

The course introduces the basics of imperative programming, using the imperative fragment of C++ as the reference language.

In particular, the first part of the course introduces basics of programming such as algorithms, flowcharts, variables, simple and structured data types, expressions, and control statements.

The second part of the course deals with the development of more complex programs, introducing, on the one hand, the notion of sub-program and other related concepts, such as recursive functions and scope rules, on the other hand, other forms of data management, such as files and manipulation of dynamic data structures with pointers.

For both parts, the course shows the implementation of simple C++ programs that use the introduced concepts.

Full programme

- Problems and algorithms: basic notions, flow-charts.
- Programming languages and tools. A sample program in C++.
- Constants and variables.
- Elementary data types in C++.
- Assignment and compound statements - Basic input/output.
- Operators and expressions.
- Control structures (selection, iteration).
- Data structures (abstract vs. concrete). Arrays in C++. Matrices. Strings. 'struct'. Tables.
- The 'typedef' declaration.
- Subprograms: motivations. Function declaration and call in C++.
- Parameter passing: by value, by reference.
- 'void' functions.
- Recursive functions.
- Scope rules in C++. Local vs. global declarations.
- File management in C++.
- Pointers and dynamic memory allocation. Simple linked lists.
- Program development. Integrated Development Environments.
- Developing simple programs using the imperative part of C++.
- Using library functions.

Bibliography

- L.J. Aguilar. Fondamenti di programmazione in C++ , McGraw-Hill, 2008.

- R. Miller, D. Clark, B. White, e W. Knottenbel: An Introduction to the Imperative Part of C++, 1999, disponibile su WEB all'indirizzo http://www.doc.ic.ac.uk/~wjk/C++Intro/CourseStructure.html#S

- Teacher lecture notes, available on the Web at http://people.math.unipr.it/gianfranco.rossi/Teaching/FondProgr/index.html

- C++ programs shown in class and in the laboratory, available on the Web at
http://people.math.unipr.it/gianfranco.rossi/Teaching/FondProgr/EsempiLezione/index.html and https://elly.dmi.unipr.it/

Teaching methods

Teaching takes place mainly through lectures and computer-based exercises, either assisted or carried out independently by the students.

The lectures provide, among other, the presentation of a number of practical examples, along with the related solutions written in C++, that will be made available on the Web site of the course (at http://people.math.unipr.it/gianfranco.rossi/Teaching/FondProgr/EsempiLezione/index.html).

The computer-based exercises provide the assignment, every week, of one or more problems related to the topics covered in class. The student will have to solve the exercises independently and deliver solutions within a week, using the Parma University e-learning platform (https://elly.dmi.unipr.it/). The platform allows, among other, the teacher to monitor the delivery of the exercises carried out and to provide suggestions for their implementation.

Physical meetings with the teacher are scheduled, on a weekly basis, for all those students who have difficulties in achieving the assigned exercises.

Assessment methods and criteria

The final examination of the course consists of a written programming test and a written theory test.

The programming test consists in the solution (on paper) of some programming exercises, using the imperative fragment of C++ presented in the course.

The theory test consists of some questions on the most basic and general topics treated throughout the course.

For students of the Degree in Computer Science, this course exam is integrated with that of the course "Fundamentals of Programming B", which consists of a practical test and a theory test. The practical test consists in the solution (on the PC, in the PC Laboratory at the Department of Mathematics and Computer Science) of some programming exercises, using the "Object-Oriented" feature of C++ and Java presented during Fundamentals of Programming B.

For each of the tests (programming, practical and theory) is given a mark out of thirty. The tests are considered valid if the vote is greater than or equal to 16/30. The exam is passed if all tests that constitute it are valid and the final grade is greater than or equal to 18/30. The final grade is calculated as the average of the marks obtained in each test.

There will be an "in itinere" test (not mandatory) which will be held in late November of the current academic year. The test is reserved to students of the first year that have solved and delivered at least 75% of the exercises assigned during the course.

Other information

The course includes its own Web page for all general information, managed directly by the teacher (http://people.math.unipr.it/gianfranco.rossi/Teaching/FondProgr/index.html), and a page on the University of Parma Web Learning System for the management of exercises (https://elly.dmi.unipr.it/).