Posts

Showing posts from December, 2017
Your posts have tended to just deal with one topic at a time, rather than showing progressive progress over the unit.  Having spoken to you on a weekly basis, it is evident that you are improving and you have done a number of activities on a weekly basis to improve how you apply for jobs and your attitudes within your existing work P8 achieved - well done

week 7- Gordon

I n my personal development plan i said that i wanted to develop the skill of respect respect is an important skill to have for everyday life and in the work place. I am improving this skill by engaging in my fellow employers at work and showing them that i am considerate towards them since i work at part time job and i work most days i am constantly improving this skill which is probably the most important skill i need especially in my carer since i will not be employed if i show signs of being disrespectful as employers really dont like it.

week 6- Gordon

In my personal development plan i said that i wanted to develop the skill of attention to detail this will help me in my current job and also in my IT related job that i want to get when i finish my college course. I have started improving this skill by becoming more organised i do this by writing down what i need to do coursework wise to ensure that i wont forget what work i need to do and any other deadlines i need to meet.

week 5- Gordon

In my personal develop plan i said that i wanted to become passionate about technology this is a skill that will benefit me in my carer because if you want to get into the IT business you should have a passion or interest in technology since you will be working with technology everyday and if you dont like technology then there is no point in going into a job that is IT related as you wont enjoy it however i have an interest in IT and i am trying to develop my interest in it by using my free time to research real world system implantation.

week 4- Gordon

In my personal development plan a skill i want to be able to manage tasks. I have started improving my skills by creating lists of what work i need to finish off for my last unit in college course and setting days for when i can get it done aswell as being able to get my new unit therefore i am improving this skill all the time and i will achieve my target of when i want to fully develop this skill. By practing this skill by manging my coursework it means that when i come to having a job i will be able to use this skill effectively.

week 3- gordon

In my personal development plan a skill i need for my carer is analysis and problem solving skills. In IT we always come across problems we have to solve for example a computer might not start up properly therefore you will need to find out what the problem is or you might need to install a new software therefore we are always using this skill since i am always practising it.

week 2- Gordon

In my personal development plan i said that i wanted to develop the skill of being able to explain technical knowledge issues to non technical people. I have already started using this skill by explaining to my parents,family members and boyfriend what i am doing at college in my course. I am studying IT therefore we are constantly talking about technical related things. Therefore i can go and pass the things ive learnt on to these people and i am able to explain to them in detail technical issues without a problem. Obviously i dont know all the technical knowledge in the world therefore i have not achieve this target yet but i hope to have achieve this skill by the end of my 2 year course which finishes in 2019 since then i will know all the relevant technical knowledge i need to know.

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 you
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 or tr