Posts

Week one- Gordon

In my personal development plan i said that i would like to be able to develop the skill of great customer service skills i want to improve this skills as its an essential skill that is needed in my carer as an IT support technician since i will be talking to a lot of people on a daily basis which means that i need to be able to have the best communication skills i can possibly have to give my customers a great experience and also prove to my employer that i can talk to people without any problems. I am already using this skills as i currently work as a customer service assistant at burger king and i work at the front of the shop on the till which revolves around talking to customers 24/7. I will meet the target of when i wanted to achieve this skill as i am using it everyday.

P3 Doug

Image
Features Sequence - A sequence means that the instructions that are in an Alger rhythm are in a specific order. Its very important that the instructions are in order because the Alger rhythm will not work correctly. Selection - Is needed where one or more options are available and its actual a decision or question because this decision will need two different paths to the program. If we do not select what we want the program to do the solutions it will create will not be realistic. To be able to do selections in programming we need to use IF and Else statements for example if we say : Ask which college you go then the following step is the selection is "if going to north notts college", you say (its amazing) then the third step is using else and we might say  (its a stupid decision) Until- while - it will execute only when the statement is true Do- Variables naming and convention- local and global variables- Is when it is outside of a function and ...
Image
For Doug What is a select statement? A select statement retrieves zero or more rows from one or more data base tables or data base views If then else- End if   Switch/case

p1 for doug

Image
IF- An IF statement is a programming language and it means that if the statement is true it will perform a function or display some data. For example below I have screenshotted a part of my IF statement that I have created on visual studio this means when I put in an IF statement followed by an option which I then picked USD for my converter I can then translate the currency I want into one of my options that I have put and for this example I used USD. Then- When the statement is true then it has to be followed by then to be executed Else- If the statement is not true then else instructions are taken. SELECT- A select statement can fetch data from a data base. AND- Is an operator that combines two statements and those statements must be true for the row to be included in the result test. OR- Is an operator that can filter the results including rows where either condition is true.  NOT- Is an operator than can change the false statement into a true one o...