Posts

To overcome challenges, through Without comparing ourselves to others.

Image
  To overcome challenges, through Without comparing ourselves to others. When we are babies, with our height and weight, as we grow, it becomes our speed and strength. Nowadays we compare our average with our peers like exam results, job results, etc. I have done it many times in my life. For example, I compared my final exam results with my best friend. In the exam result, while I stood 20th, she stood second in the class. I felt very uncomfortable and avoided meeting her. I was depressed. At that time I was disappointed in myself. I was angry with myself. Compared to other such experiences, it is quite terrifying. It made me realize that personal average is a very personal thing from person to person. If we can focus on that and work to build it, we can start making your dreams come true. This experience is the most valuable thing in my life and I learned a lot from it. It changes me and I make my mistakes. After that, we became best friends again. It changes my thinking and beha...

Part B - Accounting

Market Analysis of Apple Inc

Image
Market Analysis of Apple Inc Apple is one of the most influential and recognizable brands in the world, responsible for the rise of the smartphone with the iPhone. Valued at over $2 trillion in 2021, it is also the most valuable technology company in the world. The iPhone saw Apple ascend to one of the most valuable companies in the world, with revenue increasing from $37.4 billion in 2008 to $65 billion in 2010. The success of the iPhone enabled Apple to launch new product categories, such as the iPad. Apple envisioned the tablet as a bridge between the smartphone and laptop, with the capabilities to be both. As iPhone revenues have stagnated, Apple has looked for new ways to generate revenue from the iPhone. It launched Apple Watch in 2015, as an accessory to the iPhone which tracks various health and fitness metrics. AirPods were next, which paved the way for wireless headphones to become mainstream. It has also built out its subscription services to include music and video ...
Image
  Bachelor of Software Engineering Centre for IT Education (CITES) Department of Electrical and Computer Engineering The Open University of Sri Lanka   EEM3366 – Introduction to Business Studies TMA 2   Selected Company: APPLE           Student Name :- R.U.Gonalagoda Student No. :- S92069318

What Is A Programming Algorithm?

Image
What Is A Programming Algorithm? A programming  algorithm  is a procedure or formula used for solving a problem. It  is based on conducting a sequence of specified actions in which these actions describe how to do something, and your computer will do it exactly that way every time.  An algorithm works by following a procedure, made up of inputs. Once it has followed all the inputs, it will see a result, also known as output.. Characteristics of an algorithm: Precision  – the steps are precisely stated. Uniqueness  – results of each step are uniquely defined and only depend on the input and the result of the preceding steps. Finiteness  – the algorithm stops after a finite number of instructions are executed. Input  – the algorithm receives input. Output  – the algorithm produces output. Generality  – the algorithm applies to a set of inputs .    There are seven different types of programming algorithms: Sort algorithms Search a...