Project 1
Linux administration project
Covers backups, file restores, disaster recovery, new system builds, hardware maintenance, automation, user maintenance, filesystem housekeeping, application installation and configuration, system security management, and storage management.
Project 2
Programming with Data
Programming with Data describes a new and greatly extended version of S, and is written by the chief designer of the language. The book is a guide to the complete programming process, starting from simple, interactive use and continuing through ambitious software projects.
Project 3
Programming with Objects
OOP or Object-Oriented Programming is a computer programming model that organizes software design around data, or objects, rather than functions and logic. Can be defined as a data field that has unique attributes and behavior.
Project 4
Intermediate Programming
Intermediate programming is a level of programming skill that typically involves a deeper understanding of programming concepts and a more advanced level of proficiency in a specific programming language. In the case of .NET and C#, intermediate programming would refer to a level of skill beyond basic programming concepts and syntax.
Project 5
Introduction To Digital Devices
The Arduino Traffic Light is an additional challenge that extends the previous multiple LEDs project. This project is a activity! Make sure that you’re comfortable with adding and controlling multiple LEDs before working on this project. Lesson Objectives Attach multiple LEDs to a breadboard and control them with an Arduino.
Project 6
Physics
For our physics project, we explored the principles of free-falling objects using an ultrasonic sensor. The goal was to measure the object's displacement and velocity during free fall. We designed a setup where the sensor tracked the falling object, providing real-time data on its position. Analyzing this data allowed us to investigate the acceleration due to gravity and validate key physics concepts. This hands-on project not only deepened our understanding of fundamental physics principles but also sharpened our practical skills in sensor applications and data analysis.