Skip to main content

Posts

Showing posts from August, 2024

Completing My First Programming Assignment in C

Completing My First Programming Assignment in C Hello everyone! I’m excited to share that I’ve just completed my first assignment for the Programming for Problem Solving (PPS) course in my B.Tech program. This assignment was a great opportunity to dive deeper into the fundamentals of C programming, and I’m happy to say I’ve learned a lot. Assignment Overview: The assignment covered several key concepts, including: Understanding the Structure of a C Program: I explored the basic structure of a C program, including preprocessor directives, the main function, and variable declarations. Algorithm and Flowchart Design: I worked on creating algorithms and flowcharts for calculating the area of a rectangle and finding the greatest of two numbers. This helped me visualize the logical flow of a program before coding. Primitive Data Types: I revisited the various primitive data types in C, such as int , float , char , and double , which are essential for data handling in programming. Looping ...

My Journey into Artificial Intelligence and Data Science: A New Beginning

My Journey into Artificial Intelligence and Data Science: A New Beginning Hello, everyone! 👋 My name is Durgesh Kushwaha, and I’m thrilled to share my journey with you as I embark on an exciting adventure in the world of Artificial Intelligence and Data Science. Currently, I’m a second-year B.Tech student at Chandigarh Group of Colleges (Mohali) Jhanjeri, affiliated with IK Gujral Punjab Technical University. Why Artificial Intelligence and Data Science? From a young age, I’ve been fascinated by the potential of technology to solve complex problems and improve our daily lives. The idea of machines learning, evolving, and making decisions has always captivated me. When the time came to choose a field of study, Artificial Intelligence (AI) and Data Science stood out as the perfect blend of my passion for technology and my desire to make a positive impact on the world. What I’m Studying In my first semester, I’m diving into subjects like Mathematics, Chemistry, Programming and Problem So...