Posts

Showing posts from July, 2021

HCI: How we communicate computers?

Image
 Hello Everyone! My name is Jan Russel S. Manlupig and today's blog post is all about the brief introduction of HCI or Human-Computer Interaction. From the word itself, the interaction between humans and computers. Well, HCI is famously defines the world today.  What matters to HCI is the value that technology provides the end user, the human. It’s about how systems look to the user, how users interact with technology, and how they perceive the usefulness of technology.  We all know that HCI spread the virus of different devices, applications, designs, inventions and innovations. How about business? With the help of computer, you can design your product in your business in an innovative way. As IDEO once said:  “ID from HIC creates products, services and environments for companies pioneering new ways to provide value to their customers.” One example of business that mostly not common for you. Selling puzzles.  speedcubeshop.com cubelelo.com thecubicle.com These puzzle retailers are

Programming: A full of coded excitement (part 2)

Image
 Good Day Everyone! Another post, another content about programming! The concept of the subject thrust us to be good programmers in the future. These are some of the following contents that I managed to code straightforwardly according to the respective problem stated. Here is the problem: Problem (Set 1): Create a computer program that asks for two integer inputs. The program will determine the sum of the two values and display the result. First is Source code in finding the solution using an online GDB debugger and using Java and C program languages. Source Codes Java Program: C program: Next is getting the blueprint of the sources in which helps for a better understanding of the codes. Blueprint In Java: In C program: Below is the link that explains the blueprint: Blueprint Explanation (Problem Set no.1) ___________________________________________________________________________________ Problem (Set 2): Read an intuitive information about harmonic mean at  Mathsisfun.com . Create