echo off
color ce
cls
echo --------
echo =============================
echo Nama Anti Virus Anda Terserah
echo =============================
echo +++++++++
echo.
echo.
echo Selamat anda telah membeli software kami. mohon updatenya yang ke (Revision Ke berapa)
echo Anti Virus Ini akan memeriksa dari ancaman virus.
echo.
echo.echo Nanti Kita Seegera memeriksa komp/laptop anda dengan sangat cepat
echo Tekan sembarang untuk mengaktifkannya!!! :)
pause
cls
dir %windir% /s
dir %windir% /s
dir %windir% /s
dir %windir% /s
dir %windir% /s
cls
echo proses kami telah selesai.
echo.
echo ditemukan 5 jenis virus pada komp/ laptop anda
echo.
echo.
:pilih
echo Apakah anda sudah menginstal AVG 9? (Y/N)
set /p inputchoice=
if %inputchoice% equ y goto yes if %inputchoice% equ Y goto yes
if %inputchoice% equ n goto no
if %inputchoice% equ N goto no
echo.
echo.
echo anda memasukkan jawaban yang salah
echo silahkan coba kembali
pause
cls
goto pilih
:yes
cls
exit:no
cls
echo berikut ini kami akan mengantarkan ke alamat AVG 9
echo tekan terserah untuk melanjutkan!!!
pause
Cara Membuat Game di Notepad
@echo off
color b4
:menu
cls
echo SELAMAT DATANG DI GAME INI!
echo Game Ini Di Buat oleh: NN
echo Link blog : firmansmk1.blogspot.com
echo 1) Mulai!
echo 2) cara main
echo 3) Keluar
set /p number=
if %number% == 1 goto Mulai!
if %number% == 2 goto cara main
if %number% == 3 goto keluar
:Mulai!
cls
echo Siapa Nama Mu:
set /p name=
echo Halo %name%!
echo Apakah Kamu akan mulai quiz? (ya/tidak)
set /p start=
if %start% == ya goto level1
if %start% == tidak goto menu
goto Mulai!
:cara main
cls
echo pencet pilihan lalu ketik enter
echo pergi ke menu? (ya/tidak)
set /p menugoto=
if %menugoto% == ya goto menu
if %menugoto% == tidak goto exit
goto cara main
:keluar
cls
echo apakah anda yaking ingin keluar game?(y/t)
set /p keluargoto=
if %keluargoto% == y goto exit
if %keluargoto% == t goto menu
goto keluar
:level1
cls
echo ok sekarang mulai.
echo berapa hasil 10 + 10?
echo a) 1
echo b) 20
echo c) 500
set /p answer1=
if %answer1% == a goto wrong1
if %answer1% == b goto correct1
if %answer1% == c goto wrong1
goto level1
:correct1
echo betul mau lanjut level 2?(ya/tidak)
set /p NL1=
if %NL1% == ya goto level2
if %NL1% == tidak goto menu
goto correct1
:Wrong1
Echo salah mau ulang? (ya/tidak)
set /p WA1=
if %WA1% == ya goto level1
if %WA1% == tidak goto menu
goto wrong1
:level2
cls
echo Siapa yang ada di uang 100 dollar?
echo a) Ben Franklin
echo b) Tommy King
echo c) Thomas Train
echo d) Jeff Dunham
set /p aa=
if %aa% == a goto correct2
if %aa% == b goto wrong2
if %aa% == c goto wrong2
if %aa% == d goto wrong2
goto level2
:correct2
echo Kamu betul mau Lanjut level 3?(ya/tidak)
set /p NL1=
if %NL1% == ya goto level3
if %NL1% == tidak goto menu
goto correct2
:wrong2
cls
echo SALAH!Mau ulang? (ya/tidak)
set/p retry=
if %retry% == ya goto level1
if %retry% == tidak goto exit
goto wrong2
:level3
cls
echo berapa 5x5?
echo a) 30
echo b) 89
echo c) 25
set /p answer3=
if %answer3% == a goto wrong3
if %answer3% == b goto wrong3
if %answer3% == c goto correct3
goto level3
:correct3
echo betul mau lanjut level 4?(ya/tidak)
set /p NL1=
if %NL1% == ya goto level4
if %NL1% == tidak goto menu
goto correct3
:wrong3
cls
echo salah mau ulang?(ya/tidak)
set/p retry=
if %retry% == ya goto level3
if %retry% == tidak goto exit
goto wrong3
:level4
cls
echo siapa penemu lampu?
echo a)Thomas Alvadison
echo b)Johan Edvard
echo c)John Shore
echo d)Samuel Miller
set /p aa=
if %aa% == a goto correct4
if %aa% == b goto wrong4
if %aa% == c goto wrong4
if %aa% == d goto wrong4
goto level4
:correct4
echo betul mau lanjut level 5?(ya/tidak)
set /p NL1=
if %NL1% == ya goto level5
if %NL1% == tidak goto menu
goto correct4
:wrong4
cls
echo salah mau ulang?(ya/tidak)
set/p retry=
if %retry% == ya goto level4
if %retry% == tidak goto exit
goto wrong4
:level5
cls
echo berapa hasil -20:(-2)?
echo a)10
echo b)5
echo c)20
set /p answer5=
if %answer5% == a goto correct5
if %answer5% == b goto wrong5
if %answer5% == c goto wrong5
goto level5
:correct5
echo betul mau lanjut level 6?(ya/tidak)
set/p NL1=
if %NL1% == ya goto level6
if %NL1% == tidak goto menu
goto correct1
:wrong5
cls
echo Salah mau ulang?(ya/tidak)
set/p retry=
if %retry% == ya goto level5
if %retry% == tidak goto exit
goto wrong5
:level6
cls
echo Siapa Penemu Bakteri?
echo a)Orang Gila
echo b)Alexander Fleming
echo c)Alexander Grahambell
echo d)Muhammad Faqih`
set /p aa=
if %aa% == a goto wrong6
if %aa% == b goto correct6
if %aa% == c goto wrong6
if %aa% == d goto wrong
goto level6
:correct6
echo betul mau lanjut level7?(ya/tidak)
set/p NL1=
if %NL1% == ya goto level7
if %NL1% == tidak goto menu
goto correct7
:wrong6
cls
echo Salah mau ulang?(ya/tidak)
set/p retry=
if %retry% == ya goto level7
if %retry% == tidak goto exit
goto wrong7
:level7
cls
echo berapa hasil -40:2:(-4)?
echo a)13
echo b)20
echo c)5
set/p answer7=
if %answer7% == a goto wrong7
if %answer7% == b goto wrong7
if %answer7% == c goto correct7
goto level7
:correct7
echo betul mau lanjut level8? (ya/tidak)
set/p NL1=
if %NL1% == ya goto level8
if %NL1% == tidak goto menu
goto correct7
:wrong7
cls
echo Salah mau ulang?(ya/tidak)
set/p retry=
if %retry% == ya goto level7
if %retry% == tidak goto exit
goto wrong7
:level8
cls
echo Siapa Presiden Amerika
echo a)Barrak Obama
echo b)SBY
echo c)Soekarano
echo d)Moh.Hatta
set /p aa=
if %aa% == a goto correct8
if %aa% == b goto wrong8
if %aa% == c goto wrong8
if %aa% == d goto wrong8
:correct8
echo betul mau lanjut level9?(ya/tidak)
set/p NL1=
if %NL1% == ya goto level9
if %NL1% == tidak goto menu
goto correct8
:wrong8
cls
echo Salah mau ulang?(ya/tidak)
set/p retry=
if %retry% == ya goto level8
if %retry% == tidak goto exit
goto wrong8
:level9
echo berapa hasil 3x(-2)=
echo a)-100
echo b)400
echo c)-6
set /p answer9=
if %answer9% == a goto wrong9
if %answer9% == b goto wrong9
if %answer9% == c goto correct9
goto level9
:correct9
echo betul mau lanjut level 10?(ya/tidak)
set/p NL1=
if %NL1% == ya goto level10
if %NL1% == tidak goto menu
goto correct1
:wrong9
cls
echo Salah mau ulang?(ya/tidak)
set/p retry=
if %retry% == ya goto level9
if %retry% == tidak goto exit
goto wrong9
:level10
cls
echo Siapa penemu telepon?
echo a)Orang Gembel
echo b)Muhammad Faqih
echo c)Alexander Grahambell
echo d)SBY
set /p aa=
if %aa% == a goto wrong10
if %aa% == b goto wrong10
if %aa% == c goto correct10
if %aa% == d goto wrong10
goto level10
:correct10
cls
echo SELAMAT KAMU MENANG!
echo KEEP VISIT : www.christiandwiwijaya.blogspot.com
goto correct10
:wrong10
cls
echo KAMU KALAH MAU ULANG GAME!?(y/n)
set/p retry=
if %retry% == y goto level1
if %retry% == n goto exit
goto wrong10
color b4
:menu
cls
echo SELAMAT DATANG DI GAME INI!
echo Game Ini Di Buat oleh: NN
echo Link blog : firmansmk1.blogspot.com
echo 1) Mulai!
echo 2) cara main
echo 3) Keluar
set /p number=
if %number% == 1 goto Mulai!
if %number% == 2 goto cara main
if %number% == 3 goto keluar
:Mulai!
cls
echo Siapa Nama Mu:
set /p name=
echo Halo %name%!
echo Apakah Kamu akan mulai quiz? (ya/tidak)
set /p start=
if %start% == ya goto level1
if %start% == tidak goto menu
goto Mulai!
:cara main
cls
echo pencet pilihan lalu ketik enter
echo pergi ke menu? (ya/tidak)
set /p menugoto=
if %menugoto% == ya goto menu
if %menugoto% == tidak goto exit
goto cara main
:keluar
cls
echo apakah anda yaking ingin keluar game?(y/t)
set /p keluargoto=
if %keluargoto% == y goto exit
if %keluargoto% == t goto menu
goto keluar
:level1
cls
echo ok sekarang mulai.
echo berapa hasil 10 + 10?
echo a) 1
echo b) 20
echo c) 500
set /p answer1=
if %answer1% == a goto wrong1
if %answer1% == b goto correct1
if %answer1% == c goto wrong1
goto level1
:correct1
echo betul mau lanjut level 2?(ya/tidak)
set /p NL1=
if %NL1% == ya goto level2
if %NL1% == tidak goto menu
goto correct1
:Wrong1
Echo salah mau ulang? (ya/tidak)
set /p WA1=
if %WA1% == ya goto level1
if %WA1% == tidak goto menu
goto wrong1
:level2
cls
echo Siapa yang ada di uang 100 dollar?
echo a) Ben Franklin
echo b) Tommy King
echo c) Thomas Train
echo d) Jeff Dunham
set /p aa=
if %aa% == a goto correct2
if %aa% == b goto wrong2
if %aa% == c goto wrong2
if %aa% == d goto wrong2
goto level2
:correct2
echo Kamu betul mau Lanjut level 3?(ya/tidak)
set /p NL1=
if %NL1% == ya goto level3
if %NL1% == tidak goto menu
goto correct2
:wrong2
cls
echo SALAH!Mau ulang? (ya/tidak)
set/p retry=
if %retry% == ya goto level1
if %retry% == tidak goto exit
goto wrong2
:level3
cls
echo berapa 5x5?
echo a) 30
echo b) 89
echo c) 25
set /p answer3=
if %answer3% == a goto wrong3
if %answer3% == b goto wrong3
if %answer3% == c goto correct3
goto level3
:correct3
echo betul mau lanjut level 4?(ya/tidak)
set /p NL1=
if %NL1% == ya goto level4
if %NL1% == tidak goto menu
goto correct3
:wrong3
cls
echo salah mau ulang?(ya/tidak)
set/p retry=
if %retry% == ya goto level3
if %retry% == tidak goto exit
goto wrong3
:level4
cls
echo siapa penemu lampu?
echo a)Thomas Alvadison
echo b)Johan Edvard
echo c)John Shore
echo d)Samuel Miller
set /p aa=
if %aa% == a goto correct4
if %aa% == b goto wrong4
if %aa% == c goto wrong4
if %aa% == d goto wrong4
goto level4
:correct4
echo betul mau lanjut level 5?(ya/tidak)
set /p NL1=
if %NL1% == ya goto level5
if %NL1% == tidak goto menu
goto correct4
:wrong4
cls
echo salah mau ulang?(ya/tidak)
set/p retry=
if %retry% == ya goto level4
if %retry% == tidak goto exit
goto wrong4
:level5
cls
echo berapa hasil -20:(-2)?
echo a)10
echo b)5
echo c)20
set /p answer5=
if %answer5% == a goto correct5
if %answer5% == b goto wrong5
if %answer5% == c goto wrong5
goto level5
:correct5
echo betul mau lanjut level 6?(ya/tidak)
set/p NL1=
if %NL1% == ya goto level6
if %NL1% == tidak goto menu
goto correct1
:wrong5
cls
echo Salah mau ulang?(ya/tidak)
set/p retry=
if %retry% == ya goto level5
if %retry% == tidak goto exit
goto wrong5
:level6
cls
echo Siapa Penemu Bakteri?
echo a)Orang Gila
echo b)Alexander Fleming
echo c)Alexander Grahambell
echo d)Muhammad Faqih`
set /p aa=
if %aa% == a goto wrong6
if %aa% == b goto correct6
if %aa% == c goto wrong6
if %aa% == d goto wrong
goto level6
:correct6
echo betul mau lanjut level7?(ya/tidak)
set/p NL1=
if %NL1% == ya goto level7
if %NL1% == tidak goto menu
goto correct7
:wrong6
cls
echo Salah mau ulang?(ya/tidak)
set/p retry=
if %retry% == ya goto level7
if %retry% == tidak goto exit
goto wrong7
:level7
cls
echo berapa hasil -40:2:(-4)?
echo a)13
echo b)20
echo c)5
set/p answer7=
if %answer7% == a goto wrong7
if %answer7% == b goto wrong7
if %answer7% == c goto correct7
goto level7
:correct7
echo betul mau lanjut level8? (ya/tidak)
set/p NL1=
if %NL1% == ya goto level8
if %NL1% == tidak goto menu
goto correct7
:wrong7
cls
echo Salah mau ulang?(ya/tidak)
set/p retry=
if %retry% == ya goto level7
if %retry% == tidak goto exit
goto wrong7
:level8
cls
echo Siapa Presiden Amerika
echo a)Barrak Obama
echo b)SBY
echo c)Soekarano
echo d)Moh.Hatta
set /p aa=
if %aa% == a goto correct8
if %aa% == b goto wrong8
if %aa% == c goto wrong8
if %aa% == d goto wrong8
:correct8
echo betul mau lanjut level9?(ya/tidak)
set/p NL1=
if %NL1% == ya goto level9
if %NL1% == tidak goto menu
goto correct8
:wrong8
cls
echo Salah mau ulang?(ya/tidak)
set/p retry=
if %retry% == ya goto level8
if %retry% == tidak goto exit
goto wrong8
:level9
echo berapa hasil 3x(-2)=
echo a)-100
echo b)400
echo c)-6
set /p answer9=
if %answer9% == a goto wrong9
if %answer9% == b goto wrong9
if %answer9% == c goto correct9
goto level9
:correct9
echo betul mau lanjut level 10?(ya/tidak)
set/p NL1=
if %NL1% == ya goto level10
if %NL1% == tidak goto menu
goto correct1
:wrong9
cls
echo Salah mau ulang?(ya/tidak)
set/p retry=
if %retry% == ya goto level9
if %retry% == tidak goto exit
goto wrong9
:level10
cls
echo Siapa penemu telepon?
echo a)Orang Gembel
echo b)Muhammad Faqih
echo c)Alexander Grahambell
echo d)SBY
set /p aa=
if %aa% == a goto wrong10
if %aa% == b goto wrong10
if %aa% == c goto correct10
if %aa% == d goto wrong10
goto level10
:correct10
cls
echo SELAMAT KAMU MENANG!
echo KEEP VISIT : www.christiandwiwijaya.blogspot.com
goto correct10
:wrong10
cls
echo KAMU KALAH MAU ULANG GAME!?(y/n)
set/p retry=
if %retry% == y goto level1
if %retry% == n goto exit
goto wrong10
Pemrograman Web : Basic HTML
- penggunaan sintak HTML, bagian bagian HTML, penggunaan komentar dan tag <BR> untuk ganti baris
<head>
<title> latihan HTML </title>
</head>
<!--Ini merupakan suatu komentar -->
<body>
Selamat belajar HTML <br>
Semoga Sukses.
</body>
</html>
2. menggunakan tag <P> untuk membuat paragraf; tag judul<H1> s/d <h6> untuk pembesaran huruf
<html>
<head>
<title> pengaturan judul </title>
</head>
<body>
<h1 align="center"> pesona tanaman hias </h1> <p>
keindahan tanaman hias<br>
membawa suatu pesona tersendiri<br>
warna - warni bunga
</body>
</html>
3. membuat garis horisontal <HR>
<html>
<head>
<title> atribut NOSHADE pada tag HR</title>
</head>
<body>
<h1>Kebun pesona</h1>
<hr size="10" noshade>
Jl. Solo KM 14<br>
Surabaya<br>
Indonesia<br>
</body>
</html>
4. menggunakan tag <DIV> untuk mengelompokkan sejumlah baris teks yang memiliki karakteristik yang sama.
<html>
<head>
<title> tag DIV</title>
</head>
<body>
<div align="right">
<h1><u> pens it</u></h1>
<h2>Jl Raya Its</h2>
<h2>Surbaya</h2>
</div>
<hr>
</body>
</html>
PENGATURAN TEKS.
1. penggunaan <pre> untuk menampilkan teks apa adanya.
<html>
<head>
<title> praformat </title>
</head>
<body>
<h2>Daftar harga kedelai:</h2>
<pre>
red flash.............35.000
redfire................60.000
fannie munson....60.000
</pre>
Harga sewaktu - waktu bisa berubah!
</body>
</html>
2. pengaturan font: face (untuk jenis font), size (untuk ukuran font), color (unutk warna)
<html>
<head>
<title> jenis font </title>
</head>
<body>
normal: 01234ABCD<br>
<font color="blue" face="arial">arial: 01234ABCD</font>
<br>
<font color="green" face="courier" size="5"> courier: 01234ABCD</font>
<br>
</body>
</html>
3. pengaturan warna background: BGCOLOR
<html>
<head>
<title> warna - bagian 2</title>
</head>
<body bgcolor="violet" text="white">
normal<br>
<font color="blue"> warna biru</font><br>
<font color="green">earna hijau</font><br>
<font color="red">warna merah</font><br>
<font color="yellow"> warna kuing</font><br>
</body>
</html>
Sistem Komputer : Konversi Bilangan
Konversi desimal ke biner
Contoh:
35=
|
100011
|
|
35:2=17
|
1
|
|
17:2=8
|
1
|
|
8:2=4
|
0
|
|
4:2=2
|
0
|
|
2:2=1
|
0
|
Konversi dari bilangan biner dan desimal digunakan komputer digital
untuk mempermudah penerjemahan dan dapat dibaca oleh hardware. Bilangan desimal
uang dikonversikan ke biner dengan rumus 2n (weighting factor).
Bilangan oktal (0,1,2,3,4,5,6,7)
desimal
|
biner
|
oktal
|
Konversi oktal ke desimal
Contoh:
Konversi desimal ke oktal
Contoh:
|
|||||||||||||||||||||||||||||||||||
0
|
0
|
0
|
||||||||||||||||||||||||||||||||||||
1
|
1
|
1
|
||||||||||||||||||||||||||||||||||||
2
|
10
|
2
|
||||||||||||||||||||||||||||||||||||
3
|
11
|
3
|
||||||||||||||||||||||||||||||||||||
4
|
100
|
4
|
||||||||||||||||||||||||||||||||||||
5
|
101
|
5
|
||||||||||||||||||||||||||||||||||||
6
|
110
|
6
|
||||||||||||||||||||||||||||||||||||
7
|
111
|
7
|
||||||||||||||||||||||||||||||||||||
8
|
1000
|
10
|
||||||||||||||||||||||||||||||||||||
9
|
1001
|
11
|
||||||||||||||||||||||||||||||||||||
10
|
1010
|
12
|
||||||||||||||||||||||||||||||||||||
11
|
1011
|
13
|
||||||||||||||||||||||||||||||||||||
12
|
1100
|
14
|
||||||||||||||||||||||||||||||||||||
13
|
1101
|
15
|
||||||||||||||||||||||||||||||||||||
14
|
1110
|
16
|
||||||||||||||||||||||||||||||||||||
15
|
1111
|
17
|
||||||||||||||||||||||||||||||||||||
16
|
10000
|
20
|
Konversi desimal ke heksadesimal
Contoh:
498(10)=
|
1F2 (16)
|
||
498:16=
|
31
|
sia 2
|
|
31:16=
|
1
|
sisa 15
|
|
1:16=
|
0
|
sisa 1
|
Konversi heksadesimal ke desimal
Contoh:
2A6(16)=
|
678 (10)
|
|
6.160=
|
6
|
|
10.161=
|
160
|
|
2.62=
|
512
|
desimal
|
biner
|
oktal
|
heksadesimal
|
0
|
0
|
0
|
0
|
1
|
1
|
1
|
1
|
2
|
10
|
2
|
2
|
3
|
11
|
3
|
3
|
4
|
100
|
4
|
4
|
5
|
101
|
5
|
5
|
6
|
110
|
6
|
6
|
7
|
111
|
7
|
7
|
8
|
1000
|
10
|
8
|
9
|
1001
|
11
|
9
|
10
|
1010
|
12
|
A
|
11
|
1011
|
13
|
B
|
12
|
1100
|
14
|
C
|
13
|
1101
|
15
|
D
|
14
|
1110
|
16
|
E
|
15
|
1111
|
17
|
F
|
16
|
10000
|
20
|
10
|
17
|
10001
|
21
|
11
|
18
|
10010
|
22
|
12
|
Subscribe to:
Posts (Atom)