Skip to main content

TOP 5 TOPICS TO PICK FOR PROJECT BASIS LEARNING FOR PROGRAMMING | BLOG |


Here are the top 5 TOPICS TO PICK FOR PROJECT BASIS LEARNING FOR PROGRAMMING
you can take one of the topic for your pbl and surprise you friends and others.


1.Game development :- 

Game development is a strong topic to chose if you don't have experience about hoe games are made you will have to give more time to learn it. There are various engines which will help you to make game very easily. One of the famous engines are UNITY, UNREAL, you can make game with webgl.
you can make games for windows, iPhone,android and for many platforms.


2.Graphics in programming:-

It is a easy topic for student to make program using c language and add graphics in it. But if you want your project different than other you should learn how to add graphics in c language. When you will get an idea about how graphics affect you presentation you can chose one good idea and make  it properly and be steady.


3.Artificial intelligence:-

Artificial intelligence (AI) refers to the simulation of human intelligence in machines that are programmed to think like humans and mimic their actions. The term may also be applied to any machine that exhibits traits associated with a human mind such as learning and problem-solving.

you can refer my website and you will get an idea on how to code for AI


4. Arduino projects:-

Arduino is an open-source prototyping platform used for building electronics projects
It consists of both a physical programmable circuit board and a software, or IDE (Integrated Development Environment) that runs on your computer, where you can write and upload the computer code to the physical board.

here are some projects you can chose
  • led blinking 
  • buzzer for alarm
  • race car
  • fire alarm 
  • range meter 
  • balancing robot
  • bluetooth controlled fan 
  • etc


5.Hacking 



THANK YOU

LIKE SHARE AND COMMENT 

Comments

Popular posts from this blog

Rinku privacy policy

Privacy Policy krg built the Rinku app as a Free app. This SERVICE is provided by krg at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Rinku unless otherwise defined in this Privacy Policy. Information Collection and Use For a better experience, while using our Service, I may require you to provide us with certain personally identifiable information. The information that I request will be retained on your device and is not...

Idle Solar Defence Policy

  Privacy Policy This privacy policy applies to the Idle Solar Defence app (hereby referred to as "Application") for mobile devices that was created by krg (hereby referred to as "Service Provider") as a Free service. This service is intended for use "AS IS". Information Collection and Use The Application collects information when you download and use it. This information may include information such as Your device's Internet Protocol address (e.g. IP address) The pages of the Application that you visit, the time and date of your visit, the time spent on those pages The time spent on the Application The operating system you use on your mobile device The Application does not gather precise information about the location of your mobile device. The Service Provider may use the information you provided to contact you from time to time to provide you with important information, required notices and marketing promotions. For a better experience, while using ...

MISSIONARY CANNIBAL PROBLEM SOLUTION IN AI | BLOG |

DATE :- 09/02/2020 Both problems we have seen in the previous module were comparatively simple as there was the little prerequisite for applying rules. To emphasize that important part, let us take two more problems which rely heavily on the prerequisites for applying a rule. A missionary cannibal problem Let us take our next example to reiterate our understanding of state space, the start state, the end state, the rules and using those rules to solve the problem, especially the preconditions under which a rule is to be applied.  The problem is called a missionary and cannibal problem. Three missionaries and three cannibals found themselves on one side of a river. All of them have to move to the other side. The only boat available for communication can carry maximum two of them at a time. Minimum one of the travelers must come back to get the boat on the side where others are waiting. Another condition is, at no point in time, the missionaries should be less than the nu...