Computação I

Objetivos

Aprender as bases da programação

Caracterização geral

Código

100025

Créditos

7.0

Professor responsável

Leonardo Vanneschi

Horas

Semanais - A disponibilizar brevemente

Totais - A disponibilizar brevemente

Idioma de ensino

Português. No caso de existirem alunos de Erasmus, as aulas serão leccionadas em Inglês

Pré-requisitos

No requirement

Bibliografia

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

Método de ensino

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

Método de avaliação

In the first examination epoch, the final grade is given by a weighted average between: 

- Exams
- Tests made during the semester

In the second examination epoch, the final grade is given entirely by the exam. 
 

Conteúdo

- 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