Fundamentals of Programming
- Offered byUDEMY
Fundamentals of Programming at UDEMY Overview
Duration | 4 hours |
Total fee | ₹8,640 |
Mode of learning | Online |
Credential | Certificate |
Fundamentals of Programming at UDEMY Highlights
- Earn a Certificate of completion
- 59 downloadable resources
- 30-Day Money-Back Guarantee
- Full lifetime access
- Access on mobile and TV
Fundamentals of Programming at UDEMY Course details
- For Programming, Systems Engineering, Cross-platform Development, Web Application Development, Videogame Development Students
- You will be ready to dive into ANY area of software development: app programming, video game programming, web programming, and more
- Grasp the basics of programming in Java, C, Python, Go, Ruby, C++, JavaScript, PHP and Ruby
- You will learn in a basic and very complete way the most elementary notions about software development.
- This course will give a complete overview of all the most basic concepts to learn how to program, which will allow you to understand any language thanks to the general perspective that you will acquire.
- In fact, throughout the course you will learn how to apply each new idea in 9 different languages simultaneously.
Fundamentals of Programming at UDEMY Curriculum
Introduction to Programming
In this section you will understand what programming is, what programming languages are, what different types of languages there are, how they interact with the machine's processor.
You will know what's really going on internally, which areas of development exist and in which languages they can be carried out, as well as the different tools you can use to program in each of the 9 languages addressed in the course.
Data Handling
You will learn the types of data that exist, how each language handles them.
How to do operations with values and advanced resources such as arrays and multi-dimensional matrices, to store mass data.
Structured Programming
In this section you will understand how the execution flow of the instructions written in the program's code works, so you will learn how to take control of the execution and decide what your program should do at each moment.
Modular Programming
Discover the most basic ways to group the code in independent blocks to have all the instructions better organized and in an optimized way.
This will help you to maintain and visually understand the execution process.