Posts

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 using namespace std; int main () { cout 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 #include 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 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 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 , we must not use 'before --stdio.h--, It just for applying in this Java script, OK, Just try it :). Created By Ader

Difficult to write, No problem!

Image
Hello everybody, being a student and also as worker sometimes make us tired. In another side we have to be good students to finish our task or homework and another side we have to also be good worker that make our company get good advantage from us. In the last time, I was so difficult to do both of them, the fact is I just can do a part of my task from my lecturer and make the job priority. Moreover these days, so many major of educational majors are in school or universities. For the ones who gets will to be a great student and still can do the jobs, perhaps why don’t we ask for the third party that give service to help us in writing. But, the most important ways is to find believe writer that can help us do our writing well, give one hundred percents authenticity guarantee, and more over the third party is have to get expert team who conduct our task. Well, the greatest writer also provides us direct upload and download for our files, 24 hours in a week to get help, we can also get...

Choose Network DBMS!

Image
Well, it's not to say that we must choose Database management system like SQL Server, MySQL or Oracle and not use Local DBMS anymore like using Access, Paradox, etc. For some university students who are studying in Informatics University these days should write some application programs using Network DBMS and not allowed to use Local DBMS anymore. For some programmer who use visual basic 6.0 usually they make application program combined with SQL Server 2000. And for some Delphi programmers they are also use SQL Server or Oracle for database. So, it's still fair enough, if we still make application program and combined with Local DBMS like Visual basic 6.0 and Microsoft Access, and Delphi Program with Paradox. But these days, we realize, programming era goes to Open source programming, like using Java or Visual basic.Net, C++.Net and others, So, are we ready?

How to make database in SQL Server 2000

Image
Well, we must have known about Database Management System of SQL Server 2000, right. Yup, the DBMS manufactured by Microsoft and for some programmers these days who use software from Microsoft, Borland and other be enjoy using this DBMS. In this section, we will learn on how to make database in SQL Server 2000 with query Analizer, why Query analizer, we hope by studying T-SQL we can be familiar to other similar DBMS like MySQL and Oracle, here we are : Firstly, log on to MS-SQL Server --> Query Analizer, in GUI of Query analizer, firstly we can find six default DBMS like Master, Nortwind and others : 2. Create database try_DB , it means after you write create database database_name, press F5 yo execute 3. Use try_DB . Then, for instance, we are going to make table of Student, so we make code bellow : Create table Student( Id_number char(7) primary key, Name varchar(35) not null, faculty varchar(35), Department varchar(30), Mail varchar(50)) Well, the last, how to appear on window, h...

Selection in Visual basic.Net

Image
H ello everybody, I am back to try to make application in Visual Basic.Net With If..Then..Else Selection. Well, Actually in visual Basic.Net there are so many kinds of Selection like If..Then..ELse, If..Then..ElseIf,Iif, and Select..Case. But for this occasion, we will make an application using If..Then..Else selection, here we are 1. Design the form like at picture above 2. Set the properties like in the previous program, for example for textbox1 named by txtName, for button of Hitung named by btnHitung, etc. 3. type the source code bellow : Public Class Form1 Inherits System.Windows.Forms.FormConst jamNormal = 40 Const upahLembur = 10000 Dim nik As String Dim nama As String Dim gol As Char Dim jjk As Integer Dim upahPerJam As Double Dim lembur As Double Dim upahTotal As Double #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() 'Add any ...

Buble Sort Program in Pascal

Image
H ello, every one we know Pascal, right. Yup for some programmers or the ones who study in Informatics majors, of course we know about this software development, even with Delphi these days, we can make our program be easy with grafical user interface. In this section, we can try to make Bublle sort program, all we have to do is easy, just write source code bellow in Pascal for window or even in Delphi using Console application, here we are.. program bubble_sort_Ngesort; uses wincrt; type data=array[1..100] of integer; procedure masukan(var x:data;n:integer); var i:integer; begin for i:=1 to n do begin write('Masukkan data ke ',i,' = ');readln(x[i]); end; end; procedure bubblesort(var x:data;n:integer); var i,j:integer;t:byte; begin for i:=1 to n-1 do for j:=1 to n-1 do if x[j]>x[j+1] then begin t:=x[j]; x[j]:=x[j+1]; x[j+1]:=t; end; end; procedure tampil(x:data;n:integer); var i:integer; begin for i :=1 to n do writeln(x[i]); end; var y:data;m:integer; begin clrscr;...

To know about Visual Studio.Net 2003

Image
Well, These days some programmings will change from procedural to Object oriented. we know in the last time Microsoft with Visual Basic 6.0 is currently good in let's say database programming, beside that some programmers also enjoy using Delphi like Delphi 5, Delphi 6 or Delphi 7.0. But this days some programmers and also some learners change their mind to learn Object oriented programming, like using Java, or we can use Visual Basic.Net 2003. From the name, Microsoft visual Studio 2003 contents some software development such as Visual basic.Net, C++.Net, C#.Net, J#.Net. So what is Visual basic.Net? Exactly in this development tools use Frameworks.Net and Class Library Runtime. In Visual Basic 2003, we know that it looks like prior visual basic 6.0 in design, so if we design form in Visual basic.net 2003, you have to manage some components, let's say if we put textbox in form, we have to delete default text. How about codding! well I think the codding is absolutely Object, we ...

ITB open New Students for Master's Program

Image
In this year of 2009, Institute Bandung of Technology open registration for New university students. so many majors open for new univ students like Math, Informatics, Industrial techniques and so on. Usually ITB named for Institute Bandung of Technology open from January 2009 until about July 2009. In the last time the testing for studying ITB are just passing International TOEFL about 475 and like some other lessons like computer systems, Math, for Entrance test of Informatics. But, form last year ITB required some new univ students to be to pass EPT (English Proficiency Test) ITB at least 80 or International TOEFL at least 475 and for some departments have to pass prior TPA Bappenas at least 475, but in another department we can postpone TPA, Yup..We hope that ITB can also postpone TPA Bappenass, too to all majors, so getting to study in ITB can be least easy, without losing the New univ students' capability. Perhaps some Object oriented program are more in Master Program of ITB...

Loop In Visual Basic.Net

Image
Looping is one of the basic algorithms which can be found in all programming language like C++, Java, Pascal and so Visual Basic.Net. In this session we can try to make program Looping using Visual Basic.Net for. In Visual Basic.Net, there are many kinds of looping, but in this case, we can just Loop with For..Next, here we are : 1. Go to your Visual Basic.net via your visual studio.net 2. design the Form, like a picture above 3. setting properties for each component; let's say for your textbox1named txtId, for button of 'simpan' named btnSimpan, etc 4. type the code bellow : Private Sub btnSimpan_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSimpan.Click If indeks_data > jml_data - 1 Then MsgBox("List sudah penuh") Else data_lecturer(indeks_data, 0) = txtNoInduk.Text data_lecturer(indeks_data, 1) = txtNama.Text data_lecturer(indeks_data, 2) = txtAlamat.Text data_lectu...