Selasa, 21 Oktober 2014

scricpt




<head>
<script language="JavaScript">alert(" Defaced By Azhar Ibrahim :') ");</script>
</head>

<body>

<!------------------------------------------------------->
<!-- BEGINNING OF THE CODE FOR THE CAROUSEL-SLIDESHOW -->
<!------------------------------------------------------->

<!-- START OF STYLE-CONFIGURATION ZONE  -->
<style>
.textstyle {
position:absolute;
visibility:visible;
border-style:solid;
border-width:2px;
border-color:#EEEEEE;
font-family:Arial;
font-size:8pt;
color:#FFFFFF;
text-align:center;
background-color:#CCCCCC;
top:-1000px;
}
</style>
<!-- END OF STYLE-CONFIGURATION ZONE  -->




</body>
<script type="text/javascript">document.getElementById("adBarafdWzMP").style.height=document.getElementById("adTextafdWzMP").offsetHeight+'px';</script><junior.dk07@gmail.com, Indonesia><title>FOR YOU YANTI</title><link href="http://www.pic4ever.com/images/129fs3647527.gif"rel="shortcut icon"  type="image"><body dir="ltr" alink="#00ff00" background="" bgcolor="#000000" link="#00c000" text="#008000" vlink="#00c000"><style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-5/cur477.cur), progress;}</style></head>
<body><br><div style="display:scroll; position:fixed; top:50px; right:-6px;">

<script>
// CREDITS:
// Carousel Slideshow with transparency and zoom effect
// By Peter Gehrig
// Copyright (c) 2013 Azhar Ibrahim
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.beritaunik.ml

// IMPORTANT:
// If you add this script to a script-library or script-archive
// you have to add a highly visible link to
// http://www.beritaunik.ml on the webpage
// where this script will be featured

var rotatingimage=new Array()
var rotatingtext=new Array()
var rotatinglink=new Array()

///////////////////////////////////////////////////////////////////////////////////////
// START OF SCRIPT-CONFIGURATION ZONE 
//////////////////////////////////////////////////////////////////////////////////////

// Set the path and name (or URL) of your images. Add as many images as you like
// Take care that the images have a decent resolution as they are used for the zoom-images as well
rotatingimage[0]="https://scontent-a-sin.xx.fbcdn.net/hphotos-prn2/t1.0-9/1460965_522140501216325_1786124039_n.jpg"
rotatingimage[1]="https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-frc3/t1.0-9/1461515_519100354853673_942706802_n.jpg"
rotatingimage[2]="https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-prn2/t1.0-9/1422591_518682318228810_2009167680_n.jpg"
rotatingimage[3]="https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-frc1/t1.0-9/1002581_511452838951758_1816420479_n.jpg"
rotatingimage[4]="https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-frc3/t1.0-9/1393794_506216359475406_375966877_n.jpg"
rotatingimage[5]="https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-prn2/t1.0-9/1377460_500823770014665_625566721_n.jpg"


// Set the the comments corresponding to the images above (requires the same amount as images!)
rotatingtext[0]="I MISS YOU"
rotatingtext[1]="I MISS YOU"
rotatingtext[2]="I MISS YOU"
rotatingtext[3]="I MISS YOU"
rotatingtext[4]="I MISS YOU"
rotatingtext[5]="I MISS YOU"
rotatingtext[6]="I MISS YOU"


// Set the the comments corresoponding to the images above (requires the same amount as images!)
// Set "#" if no link is required
rotatinglink[0]="https://www.facebook.com/landriyani1"
rotatinglink[1]="https://www.facebook.com/landriyani1"
rotatinglink[2]="https://www.facebook.com/landriyani1"
rotatinglink[3]="https://www.facebook.com/landriyani1"
rotatinglink[4]="https://www.facebook.com/landriyani1"
rotatinglink[5]="https://www.facebook.com/landriyani1"
rotatinglink[6]="https://www.facebook.com/landriyani1"
rotatinglink[7]="https://www.facebook.com/landriyani1"
rotatinglink[8]="https://www.facebook.com/landriyani1"

// Set the width of the circle (pixels)
var circlewidth=330

// Set the height of the circle (pixels)
var circleheight=240

// Set the width of your small rotating images (pixels)
var imgwidth=130

// Set the height of your small rotating images (pixels)
var imgheight=40

// Set the height of your textbox (pixels). This is the textbox (comment) below the rotating images
var textboxheight=17

// Set the path and name (or URL) of your backgroundimage
// Write "var bgimg=false" if you don't want to add a backgroundimage
var bgimg="http://i1278.photobucket.com/albums/y505/bang_zendy1/Scary-face-jack-o-lantern1_zps663f0691.jpg"

// Set the number of words that will be displayed at once
var displaymax=6

// Set the speed! Tha values may range from 0.1 to 1.0
var step=0.02;

// Set the zoomfactor for the big picture that appears on mouseover
var zoomfactor=2;

// padding to the margin
var imgpadding=10

/////////////////////////////////////////////////////////////////////////////////////
// END OF SCRIPT-CONFIGURATION ZONE
// Do not edit below this line 
////////////////////////////////////////////////////////////////////////////////////

var maxopacity=new Array()
var i_imgcounter=0
var segment=360/(displaymax);
var decrement=0;
var op
var tmr
var opacitystep=Math.round(100/circleinnerheight)
var zoomobj
var twidth
var theight
var windowwidth
var windowheight
var circleinnerwidth=circlewidth-(imgwidth+2*imgpadding)
var circleinnerheight=circleheight-(imgheight+2*imgpadding)
circleinnerwidth=circleinnerwidth/2
circleinnerheight=circleinnerheight/2

var ns4=document.layers?1:0
var ns6=document.getElementById&&!document.all?1:0 
var ie=document.all?1:0

var preloadedimages=new Array()
for (i=0;i<rotatingimage.length;i++){
 preloadedimages[i]=new Image()
 preloadedimages[i].src=rotatingimage[i]
}

for (i=0;i<displaymax;i++) {
 maxopacity[i]=1
}

function getpagesize() {
 windowwidth=parseInt(document.body.clientWidth)
 windowheight=parseInt(document.body.clientHeight)
 twidth=Math.floor(circleinnerwidth)
 theight=Math.floor(circleinnerheight)
 i_imgcounter=0
 
 for (i=0; i<displaymax; i++) {
  var thisspan=eval("document.getElementById('span"+i+"').style")
  thisspan.left=(twidth*Math.sin(decrement+i*segment*Math.PI/180)+circleinnerwidth+imgpadding)+"px";
  thisspan.top=(theight*Math.cos(decrement+i*segment*Math.PI/180)+circleinnerheight+imgpadding)+"px";
  thisspan.zIndex=parseInt(thisspan.top)

  op=parseInt(100/circleinnerheight*(parseInt(thisspan.top)*0.5))
  document.getElementById('span'+i).innerHTML="<a href='"+rotatinglink[i_imgcounter]+"'><img border=0 width="+imgwidth+" src='"+rotatingimage[i_imgcounter]+"' id='im"+i_imgcounter+"' onMouseover='stoprotating(this)' onMouseout='restartrotating()'></a><br>"+rotatingtext[i_imgcounter]
 document.getElementById('span'+i).style.visibility="visible"
   maxopacity[i]=-1
   i_imgcounter++
  if (i_imgcounter>=rotatingimage.length) {
   i_imgcounter=0
  }
 }
 
 rotatetext()
}

function rotatetext() {
 for (i=0; i<displaymax; i++) {
  var thisspan=eval("document.getElementById('span"+i+"').style")
  thisspan.left=(twidth*Math.sin(decrement+i*segment*Math.PI/180)+circleinnerwidth+imgpadding)+"px";
  thisspan.top=(theight*Math.cos(decrement+i*segment*Math.PI/180)+circleinnerheight+imgpadding)+"px";
  thisspan.zIndex=parseInt(thisspan.top)

  op=parseInt((100/circleinnerheight*(parseInt(thisspan.top)*0.5))-imgpadding)
  
  if (op<5 && maxopacity[i]==1) {
   if (i_imgcounter>=rotatingimage.length) {
    i_imgcounter=0
   }
   document.getElementById('span'+i).innerHTML="<a href='"+rotatinglink[i_imgcounter]+"'><img border=0 width="+imgwidth+" src='"+rotatingimage[i_imgcounter]+"' id='im"+i_imgcounter+"' onMouseover='stoprotating(this)' onMouseout='restartrotating()'></a><br>"+rotatingtext[i_imgcounter]
 document.getElementById('span'+i).style.visibility="visible"
   maxopacity[i]=-1
   i_imgcounter++
  }
  if (op>90) {
   maxopacity[i]=1
  }
 
  if (ie) {
   var thisfilter=eval("document.getElementById('span"+i+"')")
   thisfilter.filters.alpha.opacity=op
  }
  else {
   var thisfilter=eval("document.getElementById('span"+i+"').style")
   thisspan.opacity=op/100
  }
 }
 decrement-=step;
 tmr=setTimeout('rotatetext()', 50);
}

function stoprotating(thisobj) {
 clearTimeout(tmr)
 zoomobj=thisobj
 document.getElementById(zoomobj.id).style.width=(zoomfactor*imgwidth)+"px"
 document.getElementById(zoomobj.parentNode.parentNode.id).style.width=(zoomfactor*imgwidth)+"px"
 zoomobj.parentNode.parentNode.style.zIndex=9999
 if (ie) {
  zoomobj.parentNode.parentNode.filters.alpha.opacity=100
 }
 else {
  zoomobj.parentNode.parentNode.style.opacity=1
 }
}

function restartrotating() {
 document.getElementById(zoomobj.id).style.width=imgwidth+"px"
 document.getElementById(zoomobj.parentNode.parentNode.id).style.width=imgwidth+"px"
 rotatetext()
}


document.write('<div id="roof" style="position:relative;width:'+circlewidth+'px;height:'+(circleheight+textboxheight)+'px;">')
if (bgimg) {
 document.write('<img src="'+bgimg+'" width="'+circlewidth+'" height="'+(circleheight+textboxheight)+'">')
}
for (i=0;i<displaymax;i++) {
 document.write("<div id='span"+i+"' class='textstyle' style='filter:alpha(opacity=80);opacity:0.8;width:"+imgwidth+"px;visibility:hidden'></div>");
 i_imgcounter++
 if (i_imgcounter>=rotatingimage.length) {
  i_imgcounter=0
 }
}
document.write('</div>');
window.onload=getpagesize;

</script>
</div><br>
 

<center>

<style type="text/css">
A:link {text-decoration: none;  color: #FF00FF;}
A:visited {text-decoration: none;  color: #FF00FF;}
A:active {text-decoration: none;  color: #FF00FF;}
A:hover {font-size:24; font-weight:bold; color: #FF00FF;}
</style>
<script type="text/javascript">

TypingText = function(element, interval, cursor, finishedCallback) {
  if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
    this.running = true; // Never run.
    return;
  }
  this.element = element;
  this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  this.interval = (typeof interval == "undefined" ? 150 : interval);
  this.origText = this.element.innerHTML;
  this.unparsedOrigText = this.origText;
  this.cursor = (cursor ? cursor : "");
  this.currentText = "";
  this.currentChar = 0;
  this.element.typingText = this;
  if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  TypingText.all.push(this);
  this.running = false;
  this.inTag = false;
  this.tagBuffer = "";
  this.inHTMLEntity = false;
  this.HTMLEntityBuffer = "";
}
TypingText.all = new Array();
TypingText.currentIndex = 0;
TypingText.runAll = function() {
  for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
}
TypingText.prototype.run = function() {
  if(this.running) return;
  if(typeof this.origText == "undefined") {
    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet.  Have patience.
    return;
  }
  if(this.currentText == "") this.element.innerHTML = "";
//  this.origText = this.origText.replace(/<([^<])*>/, "");     // Strip HTML from text.
  if(this.currentChar < this.origText.length) {
    if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
      this.tagBuffer = "<";
      this.inTag = true;
      this.currentChar++;
      this.run();
      return;
    } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
      this.tagBuffer += ">";
      this.inTag = false;
      this.currentText += this.tagBuffer;
      this.currentChar++;
      this.run();
      return;
    } else if(this.inTag) {
      this.tagBuffer += this.origText.charAt(this.currentChar);
      this.currentChar++;
      this.run();
      return;
    } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
      this.HTMLEntityBuffer = "&";
      this.inHTMLEntity = true;
      this.currentChar++;
      this.run();
      return;
    } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
      this.HTMLEntityBuffer += ";";
      this.inHTMLEntity = false;
      this.currentText += this.HTMLEntityBuffer;
      this.currentChar++;
      this.run();
      return;
    } else if(this.inHTMLEntity) {
      this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
      this.currentChar++;
      this.run();
      return;
    } else {
      this.currentText += this.origText.charAt(this.currentChar);
    }
    this.element.innerHTML = this.currentText;
    this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
    this.currentChar++;
    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  } else {
 this.currentText = "";
 this.currentChar = 0;
        this.running = false;
        this.finishedCallback();
  }
}

</script>
</head>
<body style='-moz-user-select: true; cursor: crosshair;'><body bgcolor="#413839" link="#150517" active="#150517" visited="#150517" text="#E238EC" onkeydown='return false;' oncontextmenu='return false;' onmousedown='return false;'>

<center><table>  

<pre id="sualmukuna_cugh">
<font color="#FFFFFF"><h1> Goodbye And Wish You Happy </h1>
<i>
Terkesima di dalam batinku saat ku tau aku suka denganmu <img src="http://www.pic4ever.com/images/3.gif" border="0" >
Tapi saat ku temukan indah, semua itu hanyalah harapan semu
Kau tertawa & bahagia berpaling dariku dgn kekasihmu yg dulu
Aku melihat, membisu, membeku
Saat itu aku menyadari
bahwa yg kurasa bukan bahagia tapi berbeda...
Berbeda itu ku suka kamu, tapi kau hancurkan semua itu
Cemburu itu biasa, tapi denganmu itu luar biasa

Diam" aku menangis di dlm hati
karna ku tau kamu yg punya cinta bukan untukku
Aku tau kebahagiaanmu seharusnya adalah ceriaku
Ntah mengapa ceria itu terganti
Terganti dengan sesuatu yang kurasa itu cemburu atau iri hati <img src="http://www.pic4ever.com/images/128fs4765852.gif" border="0" > 

Biarkanlah aku sudahi semua ini
Perasaanku, ingatanku tentangmu akan ku ikat dan ku kembalikan lagi
padamu dan semua tentang kita ..
Karena bagiku cinta ini sebuah kesalahan
Dan kesalahan itu hanya milik aku seorang ....<img src="http://www.pic4ever.com/images/4yajuyo.gif" border="0" >

<u>By : Azhar Ibrahim </u>
</font></i>
</pre>
<script type="text/javascript">
//Define first typing example:
new TypingText(document.getElementById("sualmukuna_cugh"));


//Type out examples:
TypingText.runAll();





</script>
</td></tr></table>

</center>

<div style="display:scroll; position:fixed; top:260px; left:-6px;">
<img border="0" src="http://25.media.tumblr.com/tumblr_m5m321GLUf1rwcc6bo1_400.gif" /></a></div>



<script type="text/javascript" src='http://misbahudin.googlecode.com/files/daun%20gugur.js'/></script> 
  
  <script type="text/javascript" src="http://ahmad-rifai-

tools.googlecode.com/files/salju-blog.ahmadrifai.net.js" 

/></script>


<body oncontextmenu='return false;' onkeydown='window.location.href="https://www.facebook.com/jrscielers"; return false;'>

<script type="text/javascript" src="http://yourjavascript.com/312027802/myhafiezers-efek-bintang.js"></script>

<object data="http://flash-mp3-player.net/medias/player_mp3.swf" width="0" height="0" type="application/x-shockwave-flash"> 
<param value="#ffffff" name="bgcolor" /> 
<param value="http://azhardudeky.pusku.com/Sheila%20On%207%20-%20Yang%20Terlewatkan.swf"

name="FlashVars" /> 
</object> 
<center><object data="http://azhardudeky.pusku.com/Sheila%20On%207%20-%20Yang%20Terlewatkan.swf" height="0" type="application/x-shockwave-flash" width="0">
    <param name="movie" value="http://azhardudeky.pusku.com/Sheila%20On%207%20-%20Yang%20Terlewatkan.swf">
    <param name="bgcolor" value="#ffffff">
    <param name="FlashVars" value="mp3=http%3A//www.blue-tube.hu/images/hsh.mp3&amp;width=0&amp;height=0&amp;loop=1&amp;autoplay=1&amp;volume=150">
</object>

Selasa, 28 Januari 2014

1.      Pada saat mesin sudah mencapai temperature kerja, aliran air pendingin melalui

a.   Radiator, water jaket, water pump dan thermostat
b.  Radiator, water jaket, water pump dan thermostat
c.   water pump, water jaket, Radiator dan thermostat
d.  water pump, water jaket, thermostat dan Radiator
e.   water pump, thermostat, Radiator dan water jaket
1.      Pada saat mesin belum mencapai temperature kerja, aliran air pendingin melaluai :

a.   Watter pump, by pass, water jaket
b.  Watter pump, water jaket,  by pass
c.   by pass, water jaket, water pump
d.  Watter pump, water jaket, thermostat, radiator
e.   Thermostat, radiator Watter pump, water jaket
 

1.    Sil 1 top kompresi pada kijang seri 3 K katup-katup yang di setel adalah:
a.   Sil 1 : ex, in, sil 2, ex & sil 4 : in
b.  Sil 1 : ex, in, sil 2, in & sil 3 : in
c.   Sil 1 : ex, in, sil 2, in & sil 3 : ex
d.  Sil 1 : ex, in, sil 2, ex & sil 3 : ex
e.   Sil 1 : ex, in, sil 2, ex & sil 3 : in

1.      Letak terjadinya kebocoran kompresi, bila hasil pengukuran  sebelum dan sesudah di beri oil tetap sama:
a.   Cicin torak
b.  Katup dan dudukan katup
c.   Torak / piston
d.  Perpak / perapat
e.   Keausan silinder
 

1.    Besarnya deflasi tali kipas adalah……..
a.       5 – 7 mm
b.      6 – 8 mm
c.       7 – 11mm
d.      8 – 12 mm
e.       10-14 mm

1.      Bagian dari system bahan baker diesel yang digunakan untuk menghilangkan udara palsu yang masuk pada sirkuit aliran   bahan baker diesel adalah………..
a.   Injection pump
b.  Feed pump
c.   Fuel delivery line
d.  Fuel return line
e.   Priming pump

1.    Alat yang digunakan untuk mengukur berat jenis air adalah?
A.Barometer
B.Manometer
C.Micro meter
D.Multi meter
E.Hydro meter
 

   Berat jenis elektrolit air Accu pada suhu 25 derajat Celsius adalah?
A.1,10                           
B.1,27
C.1,50
D.2,27
E.2.30

Alat yang digunakan untuk memeriksa kerja solenoid karburator adalah…..
a.      Batere
b.      Voltmeter
c.       Obeng
d.      Ohmmeter
e.       ampermeter

1.       Untuk mengukur diameter silinder dengan ketelitian 0,01 mm adalah …
a. Mikrometer.                             d. Plastic Gauge.
b. Vernier Caliver         e. Multi Tester
c. Cylinder Gauge.
 

1.     Jika celah kontak pemutus terlalu kecil , akibatnya .kecuali.
a.     sudut dweel terlalu besar.
b.     Koil panas.
c.     Arus primer mangalir terlalu lama.
d.     Ignition timming menjadi maju.
e.     Tegangan busi besar.

 
   Alat yang berfungsi untuk mengontrol jumlah campuran yang masuk kedalam silinder guna mengontrol tenaga dan kecepatan sepeda motor adalah . . . .
a. Filter udara
b. Tangki bahan bakar
c. Konduktor
d. Isolator
e. Karburator
   Agar dapat bekerja sesuai dengan kondisi kerja mesin, maka karburator dibagi menjadi beberapa sistem, dan sistem tersebut antara lain, kecuali . . .
     a. Sistem cuk
b. Sistem Pelampung
c. Sistem Kecepatan rendah
d. Sistem kecepatan tinggi
e. Sistem Pengisian

1.       Berapakah sudut yang dibutuhkan poros engkol untuk menghasilkan satu tenaga pada motor 4 tak . . . .
a. 700°
b. 540°
c. 180°
d. 360°
e. 720°
 
1.       Dibawah ini yang bukan merupakan keuntungan motor 4 langkah adalah . . . .
a. Efisien dalam penggunaan Bahan Bakar
b. Konstruksi Rumit
c. Motor bekerja lebih halus pada putaran rendah
d. Perolehan tenaga lebih maksimum

e. Sistem pelumasan relatif lebih sempurna
2.       Sebuah mesin dikatakan mesin dengan siklus 4 langkah adalah . . . .
a. Satu siklus terdapat 2 kali langkah piston , 2 ke atas dan 2 ke bawah. Sehingga dalam satu siklusnya tercapai dalam 2 putaran poros engkol.
b. Satu siklus terdapat 4 kali langkah piston , 3 ke atas dan 1 ke bawah. Sehingga dalam satu siklusnya tercapai dalam 2 putaran poros engkol.
c. Satu siklus terdapat 4 kali langkah piston , 2 ke atas dan 2 ke bawah. Sehingga dalam satu siklusnya tercapai dalam 2 putaran poros engkol.
d. Satu siklus terdapat 2 kali langkah piston , 1 ke atas dan 1 ke bawah. Sehingga dalam satu siklusnya tercapai dalam 2 putaran poros engkol.
e. Satu siklus terdapat 2 kali langkah piston , 1 ke atas dan 1 ke bawah, dicapai dalam 1 putaran poros engkol
3.      Sebuah mesin dikatakan mesin dengan siklus 2 langkah adalah . . . .
a. Satu siklus terdapat 2 kali langkah piston , 2 ke atas dan 2 ke bawah. Sehingga dalam satu siklusnya tercapai dalam 2 putaran poros engkol.
b. Satu siklus terdapat 4 kali langkah piston , 3 ke atas dan 1 ke bawah. Sehingga dalam satu siklusnya tercapai dalam 2 putaran poros engkol.
c. Satu siklus terdapat 4 kali langkah piston , 2 ke atas dan 2 ke bawah. Sehingga dalam satu siklusnya tercapai dalam 2 putaran poros engkol.
d. Satu siklus terdapat 2 kali langkah piston , 1 ke atas dan 1 ke bawah. Sehingga dalam satu siklusnya tercapai dalam 2 putaran poros engkol.

e. Satu siklus terdapat 2 kali langkah piston , 1 ke atas dan 1 ke bawah, dicapai dalam 1 putaran poros engkol
4.      Sistem yang berfungsi untuk mengontrol aliran bahan bakar sistem putaran menengah dan tinggi adalah . . . .
a. Main Jet
b. Slow Jet
c. Piston Valve Screw
d. Pompa akselerasi
e. ACV


 
1.      Sistem yang berfungsi untuk mengontrol aliran bahan bakar sistem putaran rendah dan menengah adalah . . . .
a. Main Jet
b. Slow Jet
c. Piston Valve Screw
d. Pompa akselerasi
e. ACV
2.      Pada saat melakukan engine Tune up, dalam melakukan penyetelan celah katup yang diijinkan adalah pada saat mesin langkah . . . .
a. Akhir Langkah isap
b. Akhir Langkah buang
c. Akhir Langkah usaha
d. Akhir Langkah kompresi
e. Semua langkah bisa disetel
3.      Salah satu fungsi sistem pelumas pada mesin sepeda motor adalah, kecuali . . . .
a. Pendingin
b. Perapat
c. Peredam
d. Penggesek
e. Pembersih