week 13:Interface and Application Programming
This week’s assignment focused on Interface and Application Programming, which involves creating a connection between a user and a physical or digital system through software. In simple terms, it is about designing how a user interacts with a device and how that interaction is translated into actions, responses, or feedback. Interfaces can take many forms, such as buttons, sliders, screens, or sensors, while application programming defines the logic that connects these elements to hardware behavior.
The task for this assignment was to write an application that interfaces a user with an input and/or output device that we had previously made. This meant creating a simple but functional link between a user action and a system response. As a first step, I created a new HTML file in my repository and began working on a basic interface. I designed an on-screen button that could be toggled on and off directly from my laptop screen.
Note:I was sick this week and I could not complete the assignment on time. However I am working on that and I will upload it as soon as possible.