Any suggestion on content and grammar is welcome and thanks in advance.
Prompt: The Rev. John I. Jenkins, C.S.C., President of the University of Notre Dame, said in his Inaugural Address that, "If we are afraid to be different from the world, how can we make a difference in the world?" In what way do you feel you are different from your peers, and how will this shape your contribution to the Notre Dame community?
There are many ways I feel different from my peers; however, among them the most important, I believe, is that I am more curious and imaginative.
When I was in Grade 10th, my friends and I discovered that there is a big defect in the calculator as an accessory in the computer. For instance, when I typed in the square root of -1, it displayed "error". Therefore, I wanted to make a computer program so that the calculator can display complex numbers. When being told this "story", my friends immediately laughed at me because they thought my idea was very naïve and unable to come true. Hence, instead of cooperation, I had to do the whole project independently.
After searching for the information about the calculator on the Internet, I got to know its working principle and thus decided to use Visual Basic to make the program. Firstly, I created a control array, which is used for the numbers. Secondly, I add the operators to the program and a simple calculator is completed. Consequently, I need to consider the two different conditions as the square root is involved. On one hand, when the number typed in is greater than or equal to zero, then I can simply make the calculator calculate the square root of that number. On the other hand, when the number typed in is smaller than zero, the imaginary number "i" is necessary to be involved; therefore, I will make the calculator calculate the square root of the absolute value of that number and multiply the result by "i"; then the exact result will be displayed on the screen as a complex number rather than "error".
Because of the experiences I had, I believe that I will be a student of great curiosity and imagination at University of Notre Dame, and University of Notre Dame will definitely be the place where I can bring my skills into full play.
Prompt: The Rev. John I. Jenkins, C.S.C., President of the University of Notre Dame, said in his Inaugural Address that, "If we are afraid to be different from the world, how can we make a difference in the world?" In what way do you feel you are different from your peers, and how will this shape your contribution to the Notre Dame community?
There are many ways I feel different from my peers; however, among them the most important, I believe, is that I am more curious and imaginative.
When I was in Grade 10th, my friends and I discovered that there is a big defect in the calculator as an accessory in the computer. For instance, when I typed in the square root of -1, it displayed "error". Therefore, I wanted to make a computer program so that the calculator can display complex numbers. When being told this "story", my friends immediately laughed at me because they thought my idea was very naïve and unable to come true. Hence, instead of cooperation, I had to do the whole project independently.
After searching for the information about the calculator on the Internet, I got to know its working principle and thus decided to use Visual Basic to make the program. Firstly, I created a control array, which is used for the numbers. Secondly, I add the operators to the program and a simple calculator is completed. Consequently, I need to consider the two different conditions as the square root is involved. On one hand, when the number typed in is greater than or equal to zero, then I can simply make the calculator calculate the square root of that number. On the other hand, when the number typed in is smaller than zero, the imaginary number "i" is necessary to be involved; therefore, I will make the calculator calculate the square root of the absolute value of that number and multiply the result by "i"; then the exact result will be displayed on the screen as a complex number rather than "error".
Because of the experiences I had, I believe that I will be a student of great curiosity and imagination at University of Notre Dame, and University of Notre Dame will definitely be the place where I can bring my skills into full play.