CB.

Modelleren en programmeren (INFOB1MNP)

Completed: 28-01-2022 | 7.5 EC | Universiteit Utrecht

Projects

What I Learned

In (INFOB1MNP), I developed core programming skills in C# and learned to model complex systems through lectures and practical assignments. Below is a breakdown of the topics covered:

Course Objectives and Structure

I got introduced to the programming fundamentals and system modeling techniques essential for software development.

Introduction to Programming: Explored program structure and paradigms.

C# Basics: Covered syntax, console, and Windows applications.

Graphics and Methods: Learned drawing methods and parameter use.

Objects and Classes: Studied object-oriented concepts and hierarchies.

Control Structures: Introduced to loops, conditionals, and exceptions.

Arrays and Strings: Worked with data collections and text manipulation.

Applications and Algorithms: Built tools like editors and search systems.

 

Practical Skills Development

Syntax Writing: Created C# programs with proper structure.

Drawing: Used Graphics class to render visuals.

Object Modeling: Intro to designing classes effectively.

Loop Implementation: Applied while and for loops for iteration.

Conditional Logic: Using if-statements for decision-making.

Array Handling: Processing data with arrays.

Tool Building: Developing applications like a bitmap sketch editor and the game "Othello".