Hopefullman's Posts
Nairaland Forum › Hopefullman's Profile › Hopefullman's Posts
1 2 3 4 5 6 7 8 9 10 (of 10 pages)
Seylad2009: Yes ,its two form .Application Form 7500. And CBT 5000 ,total 12500 plus 300 bank charge. But u'll fill it at d same time... Ok i now understand.thanks 4 clarifying |
Seylad2009: Post -UTME is d same thing as CBT form .Part-time form is another form that allow u to enter d school without UTME but its a 3 yrs program for ND.pls sorry 4disturbing u.i'm talking about the hnd form.on their website under the hnd admission i saw admision form=7500 and cbt=5000.do i have 2purchase the two or only the one of #7500.2nks |
How much is the hnd form and when will it close? |
tdeewon56: d c.b.t is e-testn since u hv obtain d form u r eligible 2 do c.b.t e-testn examno i havent obtain d form.how's d regular form diff 4rm d cbt form?do i have 2obtain d two 2gether?2nk |
Who can kindly xplain d diference btwn d application form and d cbt? I understand the application form is the normal form required to apply. What about the cbt?what does it really mean?i learnt it means computer based test.is it compulsory or optional?does it means i have to pay 4 cbt to write the test?thanks |
Samcathe: HND form will not be available this year...2nks 4 d info |
Pls update us asap when hnd form is out.tnks |
When will the hnd form be out?any chance of still selling hnd forms this year? |
Any update 4 hnd?wil they still sell form this year? |
Does yabatech admit student 4rm other institution like ibadan,offa,mapoly,laspotech 4 hnd? |
Samcathe: There are indications that the Federal Polytechnic Ede Post Utme will be out before the end of this month.what of hnd form? |
The programmer is used to transfer the hex file from the pc into the pic.After obtaining your programmer, go to http://ww1.microchip.com/downloads/en/DeviceDoc/30430c.pdf http://ww1.microchip.com/downloads/en/DeviceDoc/40044G.pdf to download the datasheet of pic16f84a and pic16f628a.it contain most of the info about the pic |
To write your code,you will need a text editor like notepad.you will also need an assembler to convert your code{.asm} to a format that can be understood by the pic{.hex}.The most popular is MPLAB by microchip.you can get it free at www.microchip.com.For the hardware part,you need a pic and a programmer.for starters you can go for pic16f84a or pic16f628a due to its simplicity.as for the programmer,there are two choices: readymade usb programmers eg pickit2,pickit3 etc or the diy programmers eg jdm programmer.for the usb type,you can go to www.microscale-embedded.com to get yours.for the jdm programmer,you can go to www.instructables.com |
@aksat.i dont think assembly is obsolate.microchip design their pic chips to be used with assembly language.for a newbie, i dont think it's easy programing pic in c without first learning c on pc.most c compiler even shows the asm equivalent of c codes. Disassemblers disassembles the hex files into asm.they both have their up and down..we might create a new thread for c lovers but lets leave this for assembly lovers. |
@wisemania.i'm not on what's app but my email is mailmesegun@gmail.com if you want to contact me |
Compliment of the season to my fellow nairalanders.I'm sure that there are microcontrollers system developers here on Nairaland, who love programming in assembly language.If you are interested in embedded systems design (PIC microcontrollers) either as a newbie,hobbyist or professional,let us share our experiences,knowledge,circuit ideas,codes and challenges for the benefit of the community.Thank you |
Go for dell.it's very rugged.i run loads of engring software without any problem.i have been using mine now for 4yrs without problem.run from hp.two of my brother's high end hp laptop packed up recently |
Does microscale have dc generator?the dc generator should be able to produce 12v dc at low rpm.thanks |
A new birth technique that could save pregnant mothers from the pain of childbirth has been invented by a Mechanic. http://m.bbc.co.uk/news/magazine-25137800 |
What's the opening and operating balance of first bank savings and dom account? |
Motorola c115 |
Eyop: Well me i have even filled the corporate account form together with the dom account form for opening with GTb but i haven't proceeded there yet. I can still remember years back about the numerous complains in regards First Bank but today it happens to one of the best banks in Nigeria. For me i believe in opening account with several banks as a business man and not a salary earner just incase one bank messes up,you can easily switch to another. Also with a corporate account,you can withdraw cash up to #3million a day so there are atimes you might need cash up to #10,000,000 and if you have only 1 corporate account,you will be charged on the excess.i think you should just go to the branch manager direct and discuss with him/her.with that you can easily resolve issues in the future by just going straight to the manager since you already know him or her.since you are a buss man it's better to seek infos at the top of the ladder |
Eyop: Brother you are making me loose interest in GTbank. My main purpose wanting to go there is because of the comments made about their domiciliary account being the best. So does it mean it isn't so?i also intend to open a dom acc b4 i call it quit with them.i made enquiry with them last month and they told me that since i have an acc with them,i only need two referee and an id card.if they cant satisfy most customers who has ordinary saving acc which is quite basic,how will they satify dom acc holders whose acc is quite complex to operate?for me,i'm done with gtb.i think first bank dom acc is much cheaper than that of gtb though i didnt have any.i only check it on their site. |
Gtb have a lot of of customers because of their zero balance then.but now people are much more wiser.their customer service is so poor that u will curse the day you opened an account with them.imagine their staff telling customers to go to hell.the zero balance is still keeping a lot of people in gtb but for me,its time to move on. |
Seequadry: During a robbery in Lagos, Nigeria, the1000000 likes |
kambo: Mingw produces very bloated output. A simple hello world class could generate close to a megabyte wen compiled,why does mingw outputs bloated exe?i'm hearing it 4d first time.what could be done to reduce the size of the output exe?my ide/compiler are codeblock 8.02 mingw and orwel devc++ with mingw.i realy bother about output size.thanks |
Good Boi: I see your problem, your using xp. This should work http://download.cnet.com/Pelles-C/3000-2212_4-10516782.htmlthanks. |
kambo: Mingw produces very bloated output. A simple hello world class could generate close to a megabyte wen compiled,do you mean i have to use codeblocks with mingw to prevent bloated output when using mingw compiler with other ide or text editor?thanks |