Wednesday, September 19, 2012

Pengenalan Teknologi Sistem Indormasi

Globalisasi : suatu perusahaan B harus mengglobalisasikan dari suatu wilayah ke provinsi ke nasional lalu mencakup internasional
Digitalisasi barang : seperti layaknya suatu produk seperti koran yang sekarang menjadi digitalisasi berita di internet
Kecepatan : ketika kecepatan suatu produk di perhitungkan untuk kelayakan dari produk itu sendiri , contoh pada saat ini ketika kita mengirimkan nilai mata uang d bank sangat cepat
mergerisasi dan servis : servis pelayanan yang sangat dibutuhkan untuk konsumen
Ide" berlaku : ide pada saat ini sangat banyak saingan dalam memberlakukan suatu ide untuk memiliki produk yang kreatif dan inovatif
Pasar dan Harga : ketika bermain produk kita harus memiliki pasar distribusi dan pasa konsumen beserta harga yang relatif sesuai dengan pasar tersebut

Administrasi Sistem informasi

  • Transaction Processing Systems ( TPS ) : melakukan pembayaran seperti bayar listrik
  • Office Automation System (OAS) : ketika dalam dunia kerja membutuhkan manajemen 
  • Knowledge Work System (KWS) : dalam literatur pekerjaan dibutuhkan ilmu untuk mencakupnya
  • Management Information System (MIS) : memanage Sistem Informasi itu sendiri
  • Decision Support System (DDS) : ketika pengambilan keputusan dibuthkan pemimpin sebagai pengambil keputusan
  • Executive Information System (EIS) :
  • InterOrganizational System (IOS) : diluar dari kantor memiliki sistem informasi sendiri 
Fungsi Sistem Informasi
  • Finance and Accounting Systems
  • Marketing and Sales Systems
  • Manufacturing and Operations Systems
  • Human Resources Management Systems

Friday, July 27, 2012

Introduction HTML

hello there.. this is my first write about how to make simple website.
first id like to tell about what is HTML? HTML is hyper text markup language, this sript about grafis web browser, in html we use tag like this <HTML> then end with </HTML>.

in html must have head and body, what difference about head and body? head is about dictionary, and the structure that you will be taken and the body is the part that u use for making some layout that you want.

so the difference between head and body is head is always take below body and its contain about the dictionary in html , and the construct of the html is in the body

in html we have to take the tag, for example in the head we will to make the title for the html its like this
<title>THE TITLE</title>
THE TITLE or in the body you want to give some paraghraph in the content html like this
<p>this is my text about the paraghraph</p>
this is my text about the paraghraph
i'll give some example for html


<html>
<head>
<title> My website </title>
</head>
<body>
<p> I want to make a beautiful website .... please helm me for this </p>
</body>
</html>

Tuesday, July 10, 2012

Javascript in html for dummies part 1


1. Pop up warn message for confrim box
here's the code

<!DOCTYPE html>
<html>
<body>
<p>Click the button to display a confirm box.</p>
<button onclick="myFunction()">Try it</button>
<p id="demo"></p>
<script type="text/javascript">
function myFunction()
{
var x;
var r=confirm("Submit?");
if (r==true)
  {
  x="You pressed OK!";
  }
else
  {
  x="You pressed Cancel!";
  }
document.getElementById("demo").innerHTML=x;
}
</script>

</body>
</html>



Click the button to display a confirm box.



2. 

Friday, June 8, 2012

Jadwal lengkap EURO 2012

Jadwal lengkap EURO 2012

GRUP A EURO 2012:

Polandia vs Yunani, 8 Juni pkl 23.00 WIB, Warsaw
Rusia vs Rep Ceko, 9 Juni pkl 01.45 WIB, Wroclaw
Yunani vs Rep Ceko, 12 Juni pkl 23.00 WIB, Wroclaw
Polandia vs Rusia, 13 Juni pkl 01.45 WIB, Warsaw
Yunani vs Rusia, 16 Juni pkl 01.45 WIB, Warsaw
Rep. Ceko vs Polandia, 17 Juni pkl 01.45 WIB, Wroclaw

GRUP B EURO 2012 :

Belanda vs Denmark, 9 Juni pkl 23.00 WIB, Kharkiv
Jerman vs Portugal, 10 Juni pkl 01.45 WIB, Lviv
Denmark vs Portugal, 13 Juni pkl 23.00 WIB, Lviv
Belanda vs Jerman, 14 Juni pkl 01.45 WIB, Kharkiv
Portugal vs Belanda, 17 Juni pkl 01.45 WIB, Kharkiv
Denmark vs Jerman, 18 Juni pkl 01.45 WIB, Lviv

GRUP C EURO 2012:

Spanyol vs Italia, 10 Juni pkl 23.00 WIB, Gdansk
Irlandia vs Kroasia, 11 Juni pkl 01.45 WIB, Poznan
Italia vs Kroasia, 14 Juni pkl 23.00 WIB, Poznan
Spanyol vs Irlandia, 15 Juni pkl 01.45 WIB, Gdansk
Kroasia vs Spanyol, 18 Juni pkl 01.45 WIB, Gdansk
Italia vs Irlandia, 19 Juni pkl 01.45 WIB, Poznan

GRUP D EURO 2012:

Perancis vs Inggris, 11 Juni pkl 23.00 WIB, Donetsk
Ukraina vs Swedia, 12 Juni pkl 01.45 WIB, Kiev
Swedia vs Inggris, 15 Juni pkl 23.00 WIB, Kiev
Ukraina vs Perancis, 16 Juni pkl 01.45 WIB, Donetsk
Swedia vs Perancis, 19 Juni pkl 01.45 WIB, Kiev
Ingris vs Ukraina, 20 Juni pkl 01.45 WIB, Donetsk

PEREMPAT FINAL EURO 2012:

Juara A vs Runner up B , 21 Juni pkl 01.45 WIB, Warsaw (I)
Juara B vs Runner up A, 22 Juni pkl 01.45 WIB, Gdansk (II)
Juara C vs Runner up D, 23 Juni pkl 01.45 WIB, Donetsk (III)
Juara D vs Runner up C, 24 Juni pkl 01.45 WIB, Kiev (IV)

SEMIFINAL EURO 2012:

Pemenang I vs Pemenang II, 27 Juni pkl 01.45 WIB, Donetsk (A)
Pemenang III vs Pemenang IV, 28 Juni pkl 01.45 WIB, Warsaw (B)

FINAL EURO 2012:

Pemenang A vs Pemenang B, 1 Juli pkl 01.45 WIB, Kiev

Saturday, June 2, 2012

Persamaan perbedaan Divide and conquer dengan pemrograman dinamis

apa sih perbedaan dan persamaan antara divide n conquer dengan pemrograman dinamis ?

persamaan : sama sama di bagi ke dalam  beberapa modul.
perbedaan : divide and conquer di selesaikan perkelompok sedangkan dynamic di selesaikan mulai tahap 1 hingga selesai.