Posts

Showing posts from April, 2009

Master Programs at ITTelkom

Image
The establishment of Master's Studies of Electrical Engineering-Telecommunications STTTelkom based on the idea that the development of telecommunications technology is ewver so quickly, it’s for this reason the field of Telecommunication Engineering expertise and competence in the specific field / Telecommunication Services Industry-graduates at the Masters. Graduates are expected to have the ability to research and development of telecommunications technology for both national and international needs. In the era of globalization many telecommunications companies that need workers in the field of telecommunications, so that graduates are expected to take a role and contribute in competency held. The establishment of internal Studies Master of Electrical Engineering of Telecommunications of STT Telkom is also based on the internal condition of the real capability of STT Telkom itself. There is a program of study which is realted to bachelor degree of Teknik Telekomunikasi (accredita

Middle Test

1. Describe chart of data communication model. 2. Describe data communication network. 3. Give an example of application data implementation which is related to communication network 4. What is Network operating system, and give sample of N.O.S. 5. Design if you are being asked to build Application of University and explain form how to build data communication and software communication

Again Scholarship 2009

Image
Again scholarship 2009 from Employment Directorate General of the Directorate of Higher Education opens the registration scholarships for Master (S2) and Doctor Program (S3)abroad for the year 2009, for government lecturers, government lecturers who works at private universities and permanent lecturer which are applied of the Ministry of National Education. Scholarship. The programs is for 2 years during S2, S3 and the program for 3 years. In order to improve the quality of lecturers, Employment Director General Directorate of Higher Education to open the registration scholarships S2 and S3 for overseas in 2009, PTN fixed for lecturers, lecturers and lecturers DPK PTS remain in the environment of the Ministry of National Education. Scholarship program for 2 years during S2, S3 and the program for 3 years. Registration and selection is done in 3 stages: - Phase I: registration closed in November 28, 2008, and the selection is planned in December 2008; - Phase II: registration closed in

Scholarship of 'Depkominfo'

Image
Scholarships provided the Ministry of Communication and Information (Depkominfo) for civil servants, teachers or employees of education institutions, industry personnel information and communication technology (TIK) and the general public. Ministry of Communication and Information in 2007 to provide scholarships and opportunities for employees of the Government, Educational Institutions, Industrial Companies Sector of Information and Communication Technology (TIK) and the general public for education S2 and S3 in the foreign country. Scholarships will be awarded to the applicants by the Selection Committee considered eligible to attend the education program S2 and S3 in universities in Australia, Sweden and the Netherlands. Applicants choose the education program is recommended in accordance with a specified field of study 'Depkominfo'. Applicants for a special at this time have a letter Acceptance (Acceptance Letter) from the Universities that have been defined, and the lette

Schooarship from ITB's Master

Image
Scholarship from ITB's Master is back again. Yesterday I chatted with a friend of mine who has already studied in Intitute of Technology Bandung for Multimedia and Game Technology. He started from January 2009 and he said he got full schhoarship and get fee five hundreed rupiahs every mont, isn't it right. Studying in ITB, and Get full scholarship and get additional money. If we want to apply just apply for not less than May 29, 2009. Well..as a matter of fact there are some requirement such as : 1. GRaduate from bachelor Degree (Infroamtics, Engineering or Mathematics, physics) 2. Pass The English PRoficiency Test ITB for over 90 or International TOEFL for over 500 3. Pass 'TPA Bappenas' Looks like GMAT for over 500 4. Get two recomendations (usually from our X-lecturers) For more informations, perhaps you can Mail to the Commitee at Adis Suwardi (adis@lskk.ee.itb.ac.id). So, We are going to study about how to make Game especilally using C++ and Java, Cheer ^-^.

Watching Movie to Increase Learning

Image
How to Increase Learning! Gee... it's so lazy to learn and study, what should I do. In the last time perhaps I used to play game for a momment and be back to learn and study.In Internet era maybe I can chatt for a momment or find a friend via FaceBook. But now I have to do some tips to increase my studying that's it watching Bollywood MOvie, I really like Amir Khan in "Mann" Movie, it's so romantic. Even, I have to spend time for about 3 hours because India MOvie is Long, because it's fusion with Singing, perhaps all india Movie Star must be abble to sing, right.Perhaps this tips we can accept like let your brain to do what its want to. Like, I am doing right now, while watching India Movie and write for Blogging. I hope by finishing watching this Lovely Movie, I can get new spirit to learn and study. After our brain gets its great value that its want, our heart is going to follow what our brain must do. And also, while watching this movie, I remmember my wife

Our First Program in C++

Image
C++ program can be the one of the greatest programing language, it's for this reason, hope I can write or share some programs using C++, Visual Basic.Net or other Object oriented program. In this case, we can write the program using MinGW Developer Studio which is Free software, here we are. For the sample bellow we just wanna appear "Halo Dunia" in English means 'Hello World'. // my first program in C++ #include <'iostream> using namespace std; int main () { cout << "Halo Dunia!"; return 0; } After running, we can get result "Halo Dunia". See the difference between Turbo C++, we used printf or scanf but in this Program we just write about cout as printf statement. Have try it ^-^.Note : Oh yup, you mustn't write ' sign before iostream OK!, I just write it to make appear in Javascript of my writing :).

Function by Value in Visual Basic.Net

Image
Function by Value in Visual basic.Net is one of the parameters like another parameter such as Function by reference. Well, in this case, Let's try to make function using by value parameter in visual basic.Net 2003. Well, actually Visual Basic.Net 2003 and Visual basic.Net 2005 is almost the same, Even my Book's write Visual Basic.Net and SQL Server 2005, Here we are : 1. Design the form like in the picture above 2. Don't forget, to setting the properties, like text1 named tktKode 3. type the source code bellow : Private Sub btnHitung_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnHitung.Click Dim jml_biaya As Integer jml_biaya = hitung_biaya(CInt(txtPemeriksaan.Text), CInt(txtObat.Text), cmbKelompok.SelectedIndex) txtTotal.Text = jml_biaya End Sub Function hitung_biaya(ByVal pemeriksaan As Integer, ByVal obat As Integer, ByVal kelompok As Byte) As Integer Dim potongan As Integer Dim total As Integer total = pemer

Midle Test Keys -- IT

Image
Facing middle Test is can be thing easy, if we try to prepare it before. Yup, of course We must study learn and study hard before taking the Exam, Agree ^-^. Here are some keys for the Exams, but Of course we have to study it, No cheat in the Exam. Here is for Introduction to IT : 1.Explain computer clasification. 2.Give sample of implementation of Information Technology in Education Major. 3.convert the ASCII bellow to binner : a.10110101 b.01011111 4.Convert Binner code bellow to ASCII : a.145 b.85 5.Explain some terms in Object Oriented programming : a.Class b.Inheritance c.Framework.Net d.JVM e.Open Source 6.Explain Computer System's view from Native user, PRogrammer and Operating System user. 7.Give attention to problem bellow: Database Name : COMPANY Table Name : Worker No.Field Name Type Size Key 1 Id_worker text 10 PK 2 Nama text 35 3 Tahun_masuk Date - 4 Alamat text 45 5 Telpon text 20 a.Make database statement at SQL Server b.Make table statement at Worker ta

Loop with Do..While in C++

Image
Looping is one of the basic Logarithms which can be fond in all software development program like C++, Pascal, Java or Visual Basic.Net. Actually many kinds of Looping in C++. But in this case, we are going to make a sample of Looping with Do..While in C++. Well, here we are, type the code bellow in C++ Program of course : #include<'stdio.h> #include<'conio.h> main() { int n; //Ammount of sum series number int angka; int jumlah; printf("Entry amount of series = "); scanf("%i",&n); jumlah=0; angka=1; do { jumlah= jumlah+angka; angka= angka+1; } while(angka<=n); printf("Amount of Series is = %i",jumlah); getch(); return 0; } Note : Like in the previous article in C++, Don't use ' before stdio.h. In This case, I write just have to appear in Javascript of the Blog. Just try it, remember, If we want to master program well, we have to practice much :). Created by Ader

Friendship or Education in FaceBook

Image
Well, these days everybody must have known about faceBook, right. About three months ago, one of my university students who weorks in Jakarta chat me via Google Talk. He offer me to join facebok,"well, that's Ok I said at thta time". So, what can we get, if we join in facebook, friendship or open our privacy, education. Of course, the answer is up to You, guys. Even Internet is named by GIGO. If we enter gold in exactly will come gold out, but if we enter garbage in, garbage out is a must. In Facebok, perhaps You will share your profile, Photos to others in all around the world, of course for the one who permitted. One of my friend, was cnfuse due to her photograps in her facebook, maybe it'sone of the tips, don't share any photos which containts your privacy, just think who will you invite as some friends. Try to make some friends for what's we called in Indonesian 'Silaturahmi' so, by 'Silaturahmi' it can make us get some benefits (in Indone

Selection If in C++

Image
Well, we already know about C++, right. Yup, even windows 95 operating system is built by this software development. So, these days in Informatics University, some students must study about C++. Well at this occasion, we can try to make Selection if C++ with If.., here we are. /* IF Selection for compare 2 numbers */ #include<'stdio.h> main() { /* Declarations */ float A; float B; /*Declarations */ printf("Entri number of A = "); scanf("%f",&A); printf("Entri number of B = "); scanf("%f",&B); if (A > B) printf("The bigest number is : %f", A); else /* B >= A*/ printf("The Bigest number is : %f", B); } Well, to make this program run, of course we have to run it in C++ software development, So, Install it, First. Important!! after the statement #include<'stdio.h>, we must not use 'before --stdio.h--, It just for applying in this Java script, OK, Just try it :). Created By Ader