Posts

Showing posts from November, 2010

Offering P.hD program from NTUST

Image
Well..about 4 weeks ago, when I would get into my class (software testing)in ITB, I saw there was announcement which would present from National Taiwan University of Science and Technology (NTUST), well..I just got in with my temporary transcript and I should bring TOELF's transcript. thus the Team from NTUST directly interviewed us. as a matter of fact just about ten people who interested in Master degree program, and for P.hD program it's offer about five people in previous year. Well..,when interviewing process I told frankly that I have been conducting my Thesis, hope that I can finished it well fast so I can continue studying in NTUST. For Master degree the students will get full scholarship and NT 10000, and for P.hD program will get NT 15000 and even up to NT 300000 from Taiwan's government, Well,..Data mining was my choice for researching there, Inysa Allah. So if you interested in..why don't we apply :)

COBIT 5.1 from Isaca

Image
Well..these dayss, it realy so interesting to understand some "best practices" such as COBIT, IT Infrastructure Library, COSO, ISO and some other tools of "best practices" and "good practices". COBIT is an IT governance framework and supporting toolset that allows managers to bridge the gap between control requirements, technical issues and business risks. COBIT enables clear policy development and good practice for IT control throughout organizations. COBIT emphasizes regulatory compliance, helps organizations to increase the value attained from IT, enables alignment and simplifies implementation of the COBIT framework. COBIT 5 Schedule to release in 2011, COBIT 5 will consolidate and integrate the COBIT 4.1, Val IT 2.0 and Risk IT frameworks and also draw significantly from the Business Model for Information Security (BMIS) and ITAF. When we learn about COBIT 4.1, surveys in Indonesia shows that many government even just implement about 15 which can be

Simple Test of Data Structure

Questions : 1a). Make ascending sorting of numbers bellow : 24 12 15 35 21 44 77 10 Using Buble sort or Selection sort (students must create the steping (passing) of how value can be changed each other). 1b). Create Algorithm of the methods that you selected (Selection or Buble sorts). 2). Make a program for ammount of 2 matriks [3] + [3], the programs must be writen in C++ programming (Using function and by Value parameter).