651-905-3729 Microsoft Silver Learning Partner EC Counsel Reseller compTIA Authorized Partner

Introduction to Programming (55337) Virtual Classroom Live December 08, 2025

Price: $2,295

This course runs for a duration of 5 Days.

The class will run daily from 8 AM CT to 4 PM CT.

Class Location: Virtual LIVE Instructor Led - Virtual Live Classroom.

Enroll today to reserve your spot!

Space is limited. Enroll today.

Enroll Now

Description

Course Overview

In this 5-day course, students will learn the basics of computer programming through the use of Microsoft Visual Studio 2022 and the Visual C# and Visual Basic programming languages. The course assumes no prior programming experience and introduces the concepts needed to progress to the intermediate courses on programming, Programming in C#.

The focus will be on core programming concepts such as computer storage, data types, decision structures, and repetition by using loops. The course also covers an introduction to object-oriented programming covering classes, encapsulation, inheritance, and polymorphism. Coverage is also included around exception handling, application security, performance, and memory management.

Course Objectives

  • Explain core programming fundamentals such as computer storage and processing.
  • Explain computer number systems such as binary.
  • Create and use variables and constants in programs.
  • Explain how to create and use functions in a program.
  • Create and use decisions structures in a computer program.
  • Create and use repetition (loops) in a computer program.
  • Explain pseudocode and its role in programming.
  • Explain the basic computer data structures such as arrays, lists, stacks, and queues.
  • Implement object-oriented programming concepts.
  • Create and use classes in a computer program.
  • Implement encapsulation, inheritance, and polymorphism.
  • Describe the base class library (BCL) in the .NET Framework.
  • Explain the application security concepts.
  • Implement simple I/O in a computer program.
  • Identify application errors and explain how to debug an application and handle errors.
  • Identify the performance considerations for applications.

Who Should Attend?

This course is intended for anyone who is new to software development and wants, or needs, to gain an understanding of programming fundamentals and object-oriented programming concepts. They will typically be high school students, post-secondary school students, or career changers, with no prior programming experience. They might want to gain an understanding of the core programming fundamentals before moving on to more advanced courses such as Programming in C#.

Course Overview

Module 1: Introduction to Programming Concepts

What is programming?
Programming languages and environments
​Compiling and running code

Module 2: Variables and Data Types

Using variables and constants
Working with data types
​Performing calculations with operators

Module 3: Control Structures

Conditional statements (if/else)
Loops (for, while)
​Practical flow control examples

Module 4: Functions

Declaring and calling functions
Parameters and return values
​Organizing code with functions

Module 5: Debugging and Troubleshooting

Common programming errors
Debugging tools and techniques
​Testing and validating programs

Module 6: Putting It All Together

Writing your first complete program
Combining variables, control flow, and functions
​Next steps in programming