Jobs/Vacancies › Re: SSS Cadet Course 28 2014 Recruitment!!! by stevedeey(m): 11:42am On Jul 17, 2014 |
Osun invites is likely to be after the election |
Jobs/Vacancies › Re: SSS Cadet Course 28 2014 Recruitment!!! by stevedeey(m): 10:13pm On Jul 03, 2014 |
victor V.I.C: The Director General State Security Service National Head Quarters Aso Drive Abuja.
The items u need: application letter, photocopies of the following documents...Degree certificate,birth certificate, Local government certificate,primary school cert, NYSC discharge Cert, CV, Certificate or license of registration with professional bodies ( for Doctors, Lawyers, Engineers, etc) and two passport photographs. I appreciate U bro |
Jobs/Vacancies › Re: SSS Cadet Course 28 2014 Recruitment!!! by stevedeey(m): 10:12pm On Jul 03, 2014 |
victor V.I.C: The Director General State Security Service National Head Quarters Aso Drive Abuja.
The items u need: application letter, photocopies of the following documents...Degree certificate,birth certificate, Local government certificate,primary school cert, NYSC discharge Cert, CV, Certificate or license of registration with professional bodies ( for Doctors, Lawyers, Engineers, etc) and two passport photographs. I appreciate u bro |
Jobs/Vacancies › Re: SSS Cadet Course 28 2014 Recruitment!!! by stevedeey(m): 8:07pm On Jul 03, 2014 |
victor V.I.C: They don't sell or issue out any form..if u possess the required qualification, simply go to Osun State command with ur application letter and credentials Thanks a great deal bro...Pla what other things should I go there with apart from my application letter and credentials? Which address should my application letter target? Thanks once again! |
Jobs/Vacancies › Re: SSS Cadet Course 28 2014 Recruitment!!! by stevedeey(m): 5:18pm On Jul 03, 2014 |
Please where can I obtain the form? must I necessarily get to my state command before I can get it....OSUN STATE |
Jobs/Vacancies › Re: Institute Of Agricultural Research & Training Recruitment For Non-academic Staff by stevedeey(m): 7:41pm On Jul 02, 2014 |
5copies of application in five separate envelopes or all in one.? Anybody with an idea? |
Jobs/Vacancies › Re: Dragnet-union Bank Graduate Recruitment by stevedeey(m): 5:51pm On Jul 02, 2014 |
Check ur mails.....dragnet has sent feedback |
Programming › Re: What Are Alogrithms? by stevedeey(m): 3:19pm On Jun 28, 2014 |
They have all given you the answers to what algorithm is. A stepwise approach to providing solutions to computer related problems is Algorithm.. To simplify complex problems you have to represent them firstly in algorithm. Its diagramatic representation is flowchart. They both help programmers to represent the flow of their original program. algorithm is like a model, a prototype or an artifact that a programmer can tailor his real program after. Unlike a real programming language algorithm does not follow a specific programming syntax neither does it obey any rule. It only gives clue of the real program. for example, you want to write an algorithm to represent how u can add twi numbers together.... start Step 1: Declare the the two numbers, num1 ,num2 Step 2: input num1, Step 3: input num 2 Step 4: add num1, num2 Step 5: output addition stop I hope those little facts help?/ |