Skip to main content

Posts

Showing posts from November, 2021

How Artificial intelligence changing the world?

Artificial Intelligence (AI) has emerged as one of the most revolutionary technologies of our time, with the potential to transform the world in many ways. AI systems are already impacting various industries, from healthcare to transportation, and their potential for future applications is enormous. In this essay, we will explore how AI can change the world and the opportunities and challenges it presents. One of the most significant ways AI can change the world is through automation. AI-powered systems can automate a wide range of tasks, from manufacturing and logistics to customer service and data analysis. Automation can help reduce labor costs, improve efficiency, and speed up processes, leading to significant productivity gains. For instance, factories can use AI-powered robots to automate manufacturing processes, resulting in faster production times, lower costs, and higher quality products. Similarly, online retailers can use AI-powered chatbots to provide 24/7 customer support,...

class vi chapter 10 Algorithm and flowchart

D. Answer the following questions. 1.Why are algorithms important ? Ans: Algorithms are important to programming as any process has to be broken down into small steps for a computer to understand and execute. 2. Differentiate between an algorithm and a flowchart. Ans:  An algorithm is a set of rules for a process. It breaks down a task into a series of steps. Everything that you do in the day to day life follows algorithm.