Reliable. Secure. Since 2012. Exchange Crypto Sign up to get a trading fee discount!
Software Development and Web Programming Specialist dadeinstituteoftechnology.com
Program Objective
Prepare the student to be able to be able to work as a web developer or web administrator. This training is an entry point into both the web application and Windows Store apps. The student will be able to develop dynamic websites using the latest Microsoft Visual Studio platform.
Program Description
98-361- Software Development Fundamentals
Buy/Sell Crypto on best exchanges
Binance, Bybit, Coinbase, Gemini, HTX, KuCoin, MEXC, Poloniex, Probit
Understanding Core programming
Understand computer storage and data types
How a computer stores programs and the instructions in computer memory, memory stacks and heaps, memory size requirements for the various data storage types, numeric data and textual data
Understand computer decision structures
Various decision structures used in all computer programming languages; If decision structures; multiple decision structures, such as If…Else and switch/Select Case; reading flowcharts; decision tables; evaluating expressions
Identify the appropriate method for handling repetition
For loops, While loops, Do…While loops, and recursion
Understand error handling
Structured exception handling
Understanding Object Oriented Programming
Understand the fundamentals of classes
Properties, methods, events, and constructors; how to create a class; how to use classes in code
Understand inheritance
Inheriting the functionality of a base class into a derived class
Understand polymorphism
Extending the functionality in a class after inheriting from a base class, overriding methods in the derived class
Understand encapsulation
Creating classes that hide their implementation details while still allowing access to the required functionality through the interface, access modifiers