Computation I

Objectives

Teaching the basis of computer programming

General characterization

Code

100025

Credits

7.0

Responsible teacher

Leonardo Vanneschi

Hours

Weekly - Available soon

Total - Available soon

Teaching language

Portuguese. If there are Erasmus students, classes will be taught in English

Prerequisites

No requirement

Bibliography

Absolute Java, Walter J. Savitch, Addison Wesley, 2006; 0; 0; 0; 0

Teaching method

Theoretical classes: blackboard and slides, computer with software Eclipse
 
Practical classes: computer with software Eclipse

Evaluation method

The final grade in the first examination epoch is given by a weighted average between:
 
- Exam
- Tests done during the semester

 

In the second examination epoch, it is given by only the final exam
 

Subject matter

- quick introduction to the structure and functioning of a computer
- compiler and interpreter
- basics of the Java programming language
- expressions
- conditions if
- loops while, for
- methods
- hints to classes