13-15 ετώνΗ πιο δημοφιλής επιλογή
Introduction to Coding in C# (course of AI elements) ONLINE- Copy- Copy
Wondering how programmers work? In this course, we will learn the basics of the C# language using the Visual Studio environment and experience what it's like to be a programmer. Do loop, method, and conditional statement sound like ancient spells? As programmers, we will discover their meanings and use them to create various programs.
Εισαγωγή
The course includes learning programming techniques based on Microsoft's C# language. Students practice programming skills through tasks designed for professional programmers. Additionally, participants learn the basics of user interface programming and database management. The computer games sessions are conducted in C#.
During the course, we will also explore useful AI tools that will support our work and learning.
Πρόγραμμα μαθήματος
1Lesson 1. Introduction to C#
The objective of this lesson is to create your first program in C# and get familiar with
the Visual Studio Code.
2Lesson 2. Variables and constants
The goal of the lesson is to present the concept of variables and to show the most common types of variables.
3Lesson 3. Mathematical operations
The goal of the lesson is to present the concept of constants and to show the most frequently used mathematical operations.
4Lesson 4. Logical Operators and Casting
The goal of the lesson is to introduce casting, the use of mathematical and logical
operators. The second goal is to present incrementing and decrementing in the C#
language.
5Lesson 5. Conditional Instruction IF
The goal of the lesson is to present the IF conditional instruction.
6Lesson 6. Conditional Instruction IF pt.2
The goal of the lesson is to reinforce information about the IF conditional instruction
and understand the functionality of the Random class.
7Lesson 7. Switch
The goal of the lesson is to present the Switch conditional instruction.