Skip to content

Dentrax/ArduExams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArduExams with Atmel® Arduino Board Public Source Repository

Improve your Arduino knowledge with high quality questions and exams.

Click here for Atmel® Wikipedia

Click here for Atmel® AVR® Wikipedia

Click here for Arduino Reference

What It Is

How To Use

Features

Requirements

Dependencies

About

Collaborators

Branches

Copyright & Licensing

Contributing

Contact

What It Is

ArduExams with Atmel® Arduino Microcontroller Board

ArduExams contains fun questions to help you learn the Arduino. It will contribute greatly to both a hobby and a school lesson. For university students, it will provide great convenience in both midterm and final exams.

How To Use

Firstly, try to solve multiple choice questions: QUESTIONS-QUIZ

Secondly, try to solve the classic questions yourself: QUESTIONS-CLASSIC

WARNING: Before looking at the answers, please try to solve it yourself first. It's more important than anything. It's a key to success.

Note : The answers to multiple choice questions was here

Note : The answers to classic questions was here

Features

  • Suitable for new learners

  • Suitable CS101 content

  • Suitable for midterm and final exams

  • Total of 80 multiple choice Arduino questions with answers

  • Total of 20 classic questions with answers

  • Rich content with screenshots and circuit diagrams (soon)

Requirements

  • You should be familiar with C programming
  • You will need a text editor (i.e Notepad++) or IDE (i.e Arduino IDE)
  • You will need an Arduino electronic programming platform (If you want to test) (with USB cable) - (Skip this if you have an Arduino Virtual Simulator or Proteus)
  • You will need a computer on which you have the rights to install Arduino dependencies

Dependencies

  • Arduino Development Libaries (for building)

About

ArduExams was created to serve three purposes:

ArduExams is a basically Arduino programming learning repository coded in Arduino/C language using Arduino IDE

  1. To act as a guide to learn basic Arduino/C programming with enhanced and rich content

  2. To provide a simplest and easiest way to learn detailed and interesting things about Arduino

  3. There is a source for you to develop yourself in Arduino and inreace your Arduino programming level

Collaborators

Project Manager - Furkan Türkal (GitHub: Dentrax)

Branches

We publish source for the [ArduExams] in single rolling branch:

The master branch is extensively tested by our QA team and makes a great starting point for learning the Assembly language. Also tracks live changes by our team.

Copyright & Licensing

The base project code is copyrighted by Furkan 'Dentrax' Türkal and is covered by single licence.

All program code (i.e. ino, .md) is licensed under MIT License unless otherwise specified. Please see the LICENSE.md file for more information.

  • Arduino®

    • Arduino is an open source computer hardware and software company, project, and user community that designs and manufactures single-board microcontrollers and microcontroller kits for building digital devices and interactive objects that can sense and control objects in the physical and digital world.
  • Atmel®

    • Atmel is a leading manufacturer of microcontrollers and touch technology semiconductors for mobile, automotive, industrial, smart energy, lighting, ...
  • AVR®

    • AVR is a family of microcontrollers developed by Atmel beginning in 1996. These are modified Harvard architecture 8-bit RISC single-chip microcontrollers.

References

While this repository is being prepared, it may have been quoted from some sources.

If there is an unspecified source or if you think that I made a copyright infringement, please contact with me.

Contributing

Please check the CONTRIBUTING.md file for contribution instructions and naming guidelines.

Contact

ArduExams was created by Furkan 'Dentrax' Türkal

You can contact by URL: CONTACT

Best Regards