Posts

Showing posts from March, 2020

Lab 4 - Continued

Hey everyone, this blog will talk breifly about what I learned during the lecture and my overall progress on the lab 4. On Friday during the Lecture we learned and talked about current architectures and the history of CPUs. Two architectures that stood out were ARM and x86_64. Regarding the Lab I'm currently still working on it. Im currently being swarmed by other assignments from other classes so unfortunately I've been ignoring this lab. Though it is close to being completed.

Lab 4

Hey Everyone, for this lab I'm going to attempt Lab 4. As the labs progress they continue to get harder and require alot more skills. For this weeks lab we were supposed to choose 2 out fo the 4 options given to us. the options where an adding calculator, a data input form, a hex dump or a screen color selector. Despite being done in groups, for the first lab we never really got much done for the labs, and for the next lab I wasn't able to show up so i decided to this one alone pretty much. The two options I selected were the data input form and the screen colour selector. For the data input form we were asked to create a sub routine that enables the user to enter a 40 character string. the user should also be able to use the arrow keys to move and edit the text. using this, we much collect the users information such as the name, address, city, province, and postal code. When completed the code will display the information as a shipping address The screen