1.1: Introduction to Programming

  • Code

    L.26830

  • Amount of hours required

    140

  • Language

    nl-NL

  • Quartile of execution

    1

Every IT professional will, at some point in their career, come across the development or redevelopment of new or existing software. Software development is usually done by a group of people called software engineers
Even if you do not wish to become a software engineer yourself, in your career, you will more than likely come across and have to deal with software engineers. So to facilitate communicate with software engineers, you need to learn to speak their language and understand the basics of programming. We will make a start on that in this module, by learning to write code. 

Competences

  • HBO ICT 14.1 SW/REA/1

Learning goals

You can create a readable and functioning Java application, based on given specifications.
You are able to define and apply custom created data types. 
You understand and apply methods to structure your code. 
You are able to execute pieces of code multiple times by using loops. 
You can store multiple values of the same variable in lists (both ArrayList and Array) and you can determine the correct list to use. 
You can run, or prevent the running of, certain pieces of code by setting conditions.

Tests