Introduction to Programming Courseware (55337AC)

This five-day course introduces students to the basics of computer programming through the use of Microsoft Visual Studio 2022 and the Visual C# and Visual Basic programming languages. It covers core programming concepts such as computer storage, data types, decision structures, repetition by using loops, and an introduction to object-oriented programming.

This course is designed to provide a comprehensive introduction to the core concepts of programming. It begins with an exploration of how computers process information, the types of applications that programmers might create, and how code is compiled and interpreted by a computer. Students will learn about computer data storage, application types, the application lifecycle, and code compilation. By the end of the first module, students will be able to explain core programming fundamentals, create and use variables and constants in programs, and create and use decision structures and loops in a computer program.

The second module delves into the syntax of programming languages and the importance of using good syntax. It also discusses the core data types and how to store these data types in computer memory using variables and constants. Students will learn to define syntax, explain the different types of core data used in programs, and declare and use variables and constants in a computer program.

The third module covers how code is executed in a computer program, including structured programming and branching in code execution. Students will learn these concepts using functions, decision structures, and looping constructs. They will be able to describe structured programming, create and use functions in their code, and create and use decision structures and looping structures.

The fourth module introduces the concept of an algorithm and how to translate these set of steps into pseudocode for evaluation of the algorithm that will be translated into actual code. Students will learn to transfer problem statements into pseudo code, create algorithms, translate pseudo code into programming code, create simple algorithms in code, and create data structures to store data.

The fifth module helps students understand that errors are a part of programming. They will learn how to anticipate errors, handle those errors in code, and present a good user experience. This module introduces structured exception handling as a mechanism to deal with errors. Students will learn to implement structured exception handling and debug applications by using Visual Studio 2022.

The sixth and seventh modules cover an introduction to the concepts related to object-oriented programming (OOP). Students will gain an understanding of how to encapsulate data and related functionality within a class. They will learn about inheritance and polymorphism in classes and function overloading. The module also introduces the base class library of .NET so that students can start to think about the existence of functionality in other class files and how they can search the .NET libraries to find this functionality and take advantage of it.

The eighth module helps students think about security in their applications. It introduces the concepts of authentication and authorization for users, and also introduces the concept of permissions for running code. It explains that operating systems might prevent certain aspects of the program from executing, such as saving a file to a directory to which the user running the app might not have permission to write. The module briefly covers code signing and why programmers might want to consider using it.

The ninth module introduces some core input/output (I/O) concepts that programmers will use while creating applications. Starting with console I/O, this module introduces input and output to the Console window. The module also talks about reading from and writing to the filesystem. Students will learn to read input from a console, output data to the console, and read and write text files.

The final module enables students to understand that memory on a computer is a finite resource. It talks about how good application design and good coding discipline with memory management will help programmers learn to develop applications that are fast, responsive, and do not negatively impact other applications. Students will learn to implement value and reference types correctly in an application, convert between value types and reference types, and use the garbage collector.

Publisher: Specialist Courseware

This course is not available through Courseware Store.

BUT…

We have a course that covers similar content!

Object-Oriented Programming in C#
by Object Innovations

Object-Oriented Programming in C#