{"id":1518,"date":"2022-09-26T17:23:39","date_gmt":"2022-09-26T17:23:39","guid":{"rendered":"https:\/\/keyboardtester.info\/tes-wpm-tes-mengetik-kata-per-menit\/"},"modified":"2023-02-09T14:13:48","modified_gmt":"2023-02-09T14:13:48","slug":"tes-wpm","status":"publish","type":"post","link":"https:\/\/keyboardtester.info\/id\/tes-wpm\/","title":{"rendered":"Tes WPM | Tes Mengetik Kata Per Menit"},"content":{"rendered":"\n<p>Ingin meningkatkan kecepatan mengetik Anda? Buka tes Pengetikan WPM kami di bawah ini dan tingkatkan performa pengetikan Anda sekarang!<\/p>\n<style>\r\n\/* Import Google Font - Poppins *\/\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&display=swap');\r\n.wpm-test *{\r\n  margin: 0;\r\n  padding: 0;\r\n  box-sizing: border-box;\r\n  font-family: 'Poppins', sans-serif;\r\n}\r\n.wpm-test {\r\n  display: flex;\r\n  padding: 0 10px;\r\n  align-items: center;\r\n  justify-content: center;\r\n  \/\/min-height: 100vh;\r\n  background: #b43301;\r\n}\r\n.wpm-test ::selection{\r\n  color: #fff;\r\n  background: #b43301;\r\n}\r\n\r\n.wpm-test.wrapper{\r\n    min-width: 770px;\r\n    padding: 35px;\r\n    background: #fff;\r\n    border-radius: 10px;\r\n    box-shadow: 0 10px 15px rgba(0,0,0,0.05);\r\n  }\r\n  .wrapper .input-field{\r\n    opacity: 0;\r\n    z-index: -999;\r\n    position: absolute;\r\n  }\r\n  .wrapper .content-box{\r\n    padding: 13px 20px 0;\r\n    border-radius: 10px;\r\n    border: 1px solid #bfbfbf;\r\n  }\r\n\r\n.content-box .typing-text{\r\n  overflow: hidden;\r\n  max-height: 256px;\r\n}\r\n.typing-text::-webkit-scrollbar{\r\n  width: 0;\r\n}\r\n.typing-text p{\r\n  font-size: 21px;\r\n  text-align: justify;\r\n  letter-spacing: 1px;\r\n  word-break: break-all;\r\n}\r\n\r\n.typing-text p span{\r\n    position: relative;\r\n  }\r\n  .typing-text p span.correct{\r\n    color: #0d8000;\r\n  }\r\n  .typing-text p span.incorrect{\r\n    color: #b1070d;\r\n    outline: 1px solid #fff;\r\n    background: #ff8a9d;\r\n    border-radius: 4px;\r\n  }\r\n\r\n.typing-text p span.active{\r\n  color: #b43301;\r\n}\r\n\r\n.typing-text p span.active::before{\r\n    position: absolute;\r\n    content: \"\";\r\n    height: 2px;\r\n    width: 100%;\r\n    bottom: 0;\r\n    left: 0;\r\n    opacity: 0;\r\n    border-radius: 5px;\r\n    background: #b43301;\r\n    animation: blink 1s ease-in-out infinite;\r\n  }\r\n\r\n@keyframes blink{\r\n  50%{ \r\n    opacity: 1; \r\n  }\r\n}\r\n\r\n.wpm-test .content-box .content{\r\n    margin-top: 17px;\r\n    display: flex;\r\n    padding: 12px 0;\r\n    flex-wrap: wrap;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    border-top: 1px solid #bfbfbf;\r\n  }\r\n\r\n.wpm-test .content button{\r\n  outline: none;\r\n  border: none;\r\n  width: 105px;\r\n  color: #fff;\r\n  padding: 8px 0;\r\n  font-size: 16px;\r\n  cursor: pointer;\r\n  border-radius: 5px;\r\n  background: #b43301;\r\n  transition: transform 0.3s ease;\r\n}\r\n\r\n.wpm-test .content button:active{\r\n    transform: scale(0.97);\r\n  }\r\n  .content .result-details{\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    align-items: center;\r\n    width: calc(100% - 140px);\r\n    justify-content: space-between;\r\n  }\r\n  .result-details li{\r\n    display: flex;\r\n    height: 20px;\r\n    list-style: none;\r\n    position: relative;\r\n    align-items: center;\r\n  }\r\n  .result-details li:not(:first-child){\r\n    padding-left: 22px;\r\n    border-left: 1px solid #bfbfbf;\r\n  }\r\n  .result-details li p{\r\n    font-size: 19px;\r\n  }\r\n  .result-details li span{\r\n    display: block;\r\n    font-size: 20px;\r\n    margin-left: 10px;\r\n  }\r\n\r\n.wpm-test li span b{\r\n  font-weight: 500;\r\n}\r\n.wpm-test li:not(:first-child) span{\r\n  font-weight: 500;\r\n}\r\n\r\n@media (max-width: 745px) {\r\n    .wpm-test.wrapper{\r\n      padding: 20px;\r\n    }\r\n    .content-box .content{\r\n      padding: 20px 0;\r\n    }\r\n    .content-box .typing-text{\r\n      max-height: 100%;\r\n    }\r\n    .typing-text p{\r\n      font-size: 19px;\r\n      text-align: left;\r\n    }\r\n    .wpm-test .content button{\r\n      width: 100%;\r\n      font-size: 15px;\r\n      padding: 10px 0;\r\n      margin-top: 20px;\r\n    }\r\n    .content .result-details{\r\n      width: 100%;\r\n    }\r\n    .result-details li:not(:first-child){\r\n      border-left: 0;\r\n      padding: 0;\r\n    }\r\n    .result-details li p, \r\n    .result-details li span{\r\n      font-size: 17px;\r\n    }\r\n  }\r\n\r\n@media (max-width: 518px) {\r\n  .wrapper .content-box{\r\n    padding: 10px 15px 0;\r\n  }\r\n  .typing-text p{\r\n    font-size: 18px;\r\n  }\r\n  .result-details li{\r\n    margin-bottom: 10px;\r\n  }\r\n  .wpm-test .content button{\r\n    margin-top: 10px;\r\n  }\r\n}            \r\n<\/style>\r\n\r\n<div class=\"wpm-test wrapper\">\r\n      <input type=\"text\" class=\"input-field\">\r\n      <div class=\"content-box\">\r\n        <div class=\"typing-text\">\r\n          <p><\/p>\r\n        <\/div>\r\n        <div class=\"content\">\r\n          <ul class=\"result-details\">\r\n            <li class=\"time\">\r\n              <p>Time Left:<\/p>\r\n              <span><b>60<\/b>s<\/span>\r\n            <\/li>\r\n            <li class=\"mistake\">\r\n              <p>Mistakes:<\/p>\r\n              <span>0<\/span>\r\n            <\/li>\r\n            <li class=\"wpm\">\r\n              <p>WPM:<\/p>\r\n              <span>0<\/span>\r\n            <\/li>\r\n            <li class=\"cpm\">\r\n              <p>CPM:<\/p>\r\n              <span>0<\/span>\r\n            <\/li>\r\n          <\/ul>\r\n          <button>Start Again<\/button>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n<script type=\"text\/javascript\">\r\nconst paragraphs = [\r\n    \"The wistful storm reveals itself as a mindful whisper to those who look. One cannot separate experiences from venturous televisions. Though we assume the latter, the winded teacher reveals itself as a clumsy cereal to those who look. Before pikes, congas were only floors. We know that the grayish pancake is, in its own way, a cowbell. A poppy sees a salmon as a dreamy daughter.\",\r\n    \"A sauce is a burly daughter. The literature of a kayak becomes a drowsy health. The stranger lace reveals itself as a moonlit lightning to those who look. A religion is the industry of a noise. Nowhere is it disputed that the goalless season comes from a bracing tail. A ruthless albatross is a client of the mind.\",\r\n    \"Those scents are nothing more than vases. Framed in a different way, a knot sees a person as a globose accordion. Before properties, lobsters were only trucks. The arcane raft comes from a cloudy leg. If this was somewhat unclear, some elfish paws are thought of simply as plants. Authors often misinterpret the letter as a placoid stick, when in actuality it feels more like a boring skirt.\",\r\n    \"A bass is a coast's dentist. A tunnel of the yacht is assumed to be a disjoint cauliflower. Framed in a different way, some posit the starless transport to be less than hedgy. A trip is the author of a spring. A zone sees a plot as a sallow yoke. This could be, or perhaps a carrot is a camel\u2019s caterpillar.\",\r\n    \"The slippery closet reveals itself as an errant motorcycle to those who look. In modern times a lion is an impish recess. A beast is a dreamy person. If this was somewhat unclear, the wretched mustard becomes a brainless arch. Before events, toys were only spikes. A bell of the gym is assumed to be a swollen cabbage.\",\r\n    \"A perky beauty is a mistake of the mind. We can assume that any instance of a cucumber can be construed as a hurtful target. One cannot separate microphones from duskish potatoes. The bald sense comes from a dreamless chess. Framed in a different way, their anthropology was, in this moment, an ashen flag. The purblind judo reveals itself as a cheerful kettle to those who look.\",\r\n    \"The snappish speedboat reveals itself as a mincing sand to those who look. An aquarium sees a friend as a hushed meal. Though we assume the latter, the lilac of a test becomes a willful bucket. The foot of a design becomes a droopy sand. The tundra of a storm becomes a luscious cow. The fall of a deer is assumed to be an ashen surprise.\",\r\n    \"A tacit mind's charge comes with it the thought that the rampant exchange is a thunder. The ruby of a cause becomes a mellow candle. An aquarius is the station of a doubt. The first brazen health is, in its own way, a smell. The tenfold buffer comes from a wretched sale. Before genders, parrots were only eggs.\",\r\n    \"Their eye was, in this moment, an unsnuffed rose. A rude square is an attack of the mind. A marble sees a daisy as a dapper weasel. If this was somewhat unclear, the skillful hand reveals itself as a grumpy punch to those who look. A stem is a jellied coast. Though we assume the latter, a hatless market is an agreement of the mind.\",\r\n    \"A sponge sees a notebook as a cautious golf. The hefty page reveals itself as a tan empire to those who look. This could be, or perhaps the season of a friend becomes an ashen visitor. The shrimp of a bakery becomes a friendly jam. If this was somewhat unclear, some posit the gracious joke to be less than frowsty. A game sees a pump as a snazzy guide.\",\r\n    \"Authors often misinterpret the lettuce as a folklore rabbi, when in actuality it feels more like an uncursed bacon. Pursued distances show us how mother-in-laws can be charleses. Authors often misinterpret the lion as a cormous science, when in actuality it feels more like a leprous lasagna. Recent controversy aside, their band was, in this moment, a racemed suit. The clutch of a joke becomes a togaed chair. The first pickled chess is.\",\r\n    \"In modern times the first scrawny kitten is, in its own way, an input. An ostrich is the beginner of a roast. An appressed exhaust is a gun of the mind. A recorder is a grade from the right perspective. A hygienic is the cowbell of a skin. Few can name a dun brazil that isn't a highbrow playroom. The unwished beast comes from a thorny oxygen. An insured advantage's respect comes with it the thought that the lucid specialist is a fix.\",\r\n    \"In ancient times the legs could be said to resemble stroppy vegetables. We can assume that any instance of a centimeter can be construed as an enate paste. One cannot separate pairs from astute managers. Those americas are nothing more than fish. If this was somewhat unclear, authors often misinterpret the gosling as an unfelt banjo, when in actuality it feels more like a professed galley. A bow of the squirrel is assumed.\",\r\n    \"What we don't know for sure is whether or not a pig of the coast is assumed to be a hardback pilot. The literature would have us believe that a dusky clave is not but an objective. Few can name a limbate leo that isn't a sunlit silver. The bow is a mitten. However, the drawer is a bay. If this was somewhat unclear, few can name a paunchy blue that isn't a conoid bow. The undrunk railway reveals itself as a downstage bamboo to those who look.\",\r\n    \"Their politician was, in this moment, a notour paperback. The first armless grouse is, in its own way, a gear. The coat is a wash. However, a cake is the llama of a caravan. Snakelike armies show us how playgrounds can be viscoses. Framed in a different way, they were lost without the fatal dogsled that composed their waitress. Far from the truth, the cockney freezer reveals itself as a wiggly tornado to those who look. The first hawklike sack.\",\r\n    \"An aunt is a bassoon from the right perspective. As far as we can estimate, some posit the melic myanmar to be less than kutcha. One cannot separate foods from blowzy bows. The scampish closet reveals itself as a sclerous llama to those who look. A hip is the skirt of a peak. Some hempy laundries are thought of simply as orchids. A gum is a trumpet from the right perspective. A freebie flight is a wrench of the mind. Some posit the croupy.\",\r\n    \"A baby is a shingle from the right perspective. Before defenses, collars were only operations. Bails are gleesome relatives. An alloy is a streetcar's debt. A fighter of the scarecrow is assumed to be a leisured laundry. A stamp can hardly be considered a peddling payment without also being a crocodile. A skill is a meteorology's fan. Their scent was, in this moment, a hidden feeling. The competitor of a bacon becomes a boxlike cougar.\",\r\n    \"A broadband jam is a network of the mind. One cannot separate chickens from glowing periods. A production is a faucet from the right perspective. The lines could be said to resemble zincoid females. A deborah is a tractor's whale. Cod are elite japans. Some posit the wiglike norwegian to be less than plashy. A pennoned windchime's burst comes with it the thought that the printed trombone is a supply. Relations are restless tests.\",\r\n    \"In recent years, some teeming herons are thought of simply as numbers. Nowhere is it disputed that an unlaid fur is a marble of the mind. Far from the truth, few can name a glossy lier that isn't an ingrate bone. The chicken is a giraffe. They were lost without the abscessed leek that composed their fowl. An interviewer is a tussal bomb. Vanward maracas show us how scarfs can be doubts. Few can name an unguled punch that isn't pig.\",\r\n    \"A cough is a talk from the right perspective. A designed tractor's tray comes with it the thought that the snuffly flax is a rainbow. Their health was, in this moment, an earthy passbook. This could be, or perhaps the swordfishes could be said to resemble healthy sessions. A capricorn is a helium from the right perspective. However, a sled is a mailman's tennis. The competitor of an alarm becomes a toeless raincoat. Their twist was, in this moment.\",\r\n    \"Authors often misinterpret the flag as a wayless trigonometry, when in actuality it feels more like a bousy gold. Few can name a jasp oven that isn't a stutter grape. They were lost without the huffy religion that composed their booklet. Those waves are nothing more than pedestrians. Few can name a quartered semicolon that isn't a rounding scooter. Though we assume the latter, the literature would have us believe.\",\r\n    \"This could be, or perhaps few can name a pasteboard quiver that isn't a brittle alligator. A swordfish is a death's numeric. Authors often misinterpret the mist as a swelling asphalt, when in actuality it feels more like a crosswise closet. Some posit the tonal brother-in-law to be less than newborn. We know that the sizes could be said to resemble sleepwalk cycles. Before seasons, supplies were only fighters. Their stew was, in this moment.\",\r\n    \"The vision of an attempt becomes a lawny output. Dibbles are mis womens. The olden penalty reveals itself as a bustled field to those who look. Few can name a chalky force that isn't a primate literature. However, they were lost without the gamy screen that composed their beret. Nowhere is it disputed that a step-uncle is a factory from the right perspective. One cannot separate paints from dreary windows. What we don't know for sure is whether.\",\r\n    \"A tramp is a siamese from the right perspective. We know that a flitting monkey's jaw comes with it the thought that the submersed break is a pamphlet. Their cream was, in this moment, a seedy daffodil. The nest is a visitor. Far from the truth, they were lost without the released linen that composed their step-sister. A vibraphone can hardly be considered a pardine process without also being an archaeology. The bay of a hyacinth becomes.\",\r\n    \"The frosts could be said to resemble backstage chards. One cannot separate colleges from pinkish bacons. Far from the truth, the mom of a rooster becomes a chordal hydrogen. A tempo can hardly be considered a purer credit without also being a pajama. The first combined ease is, in its own way, a pantyhose. Extending this logic, the guides could be said to resemble reddest monkeies. Framed in a different way, an addle hemp is a van.\",\r\n    \"Far from the truth, an ajar reminder without catamarans is truly a foundation of smarmy semicircles. An alike board without harps is truly a satin of fated pans. A hubcap sees a parent as a painful beautician. The zeitgeist contends that some intense twigs are thought of simply as effects. A cross is a poppied tune. The valanced list reveals itself as an exchanged wrist to those who look. Recent controversy aside.\",\r\n    \"The hefty opinion reveals itself as a sterile peer-to-peer to those who look. This could be, or perhaps the watch of a diamond becomes a bosom baboon. In recent years, some posit the unstuffed road to be less than altern. It's an undeniable fact, really; the livelong lettuce reveals itself as an unstuffed soda to those who look. In ancient times a bit is a balance's season. The popcorn of a morning becomes a moonless beauty.\",\r\n    \"If this was somewhat unclear, a friend is a fridge from the right perspective. An upset carriage is a stitch of the mind. To be more specific, a temper is a pair from the right perspective. Authors often misinterpret the liquid as a notchy baseball, when in actuality it feels more like an unbarbed angle. Though we assume the latter, the first vagrom report is, in its own way, a tower. We know that the octopus of a cd becomes an unrent dahlia.\",\r\n    \"A reptant discussion's rest comes with it the thought that the condemned syrup is a wish. The drake of a wallaby becomes a sonant harp. If this was somewhat unclear, spotty children show us how technicians can be jumps. Their honey was, in this moment, an intime direction. A ship is the lion of a hate. They were lost without the croupous jeep that composed their lily. In modern times a butcher of the birth is assumed to be a spiral bean.\",\r\n    \"Those cowbells are nothing more than elements. This could be, or perhaps before stockings, thoughts were only opinions. A coil of the exclamation is assumed to be a hurtless toy. A board is the cast of a religion. In ancient times the first stinko sailboat is, in its own way, an exchange. Few can name a tutti channel that isn't a footless operation. Extending this logic, an oatmeal is the rooster of a shake. Those step-sons are nothing more than matches.\"\r\n];\r\n\t\r\nconst typingText = document.querySelector(\".typing-text p\"),\r\ninpField = document.querySelector(\".wrapper .input-field\"),\r\ntryAgainBtn = document.querySelector(\".content button\"),\r\ntimeTag = document.querySelector(\".time span b\"),\r\nmistakeTag = document.querySelector(\".mistake span\"),\r\nwpmTag = document.querySelector(\".wpm span\"),\r\ncpmTag = document.querySelector(\".cpm span\");\r\n\r\nlet timer,\r\nmaxTime = 60,\r\ntimeLeft = maxTime,\r\ncharIndex = mistakes = isTyping = 0;\r\n\r\nfunction loadParagraph() {\r\n    const ranIndex = Math.floor(Math.random() * paragraphs.length);\r\n    typingText.innerHTML = \"\";\r\n    paragraphs[ranIndex].split(\"\").forEach(char => {\r\n        let span = `<span>${char}<\/span>`\r\n        typingText.innerHTML += span;\r\n    });\r\n    typingText.querySelectorAll(\"span\")[0].classList.add(\"active\");\r\n    document.addEventListener(\"keydown\", () => inpField.focus());\r\n    typingText.addEventListener(\"click\", () => inpField.focus());\r\n}\r\n\r\nfunction initTyping() {\r\n    let characters = typingText.querySelectorAll(\"span\");\r\n    let typedChar = inpField.value.split(\"\")[charIndex];\r\n    if(charIndex < characters.length - 1 && timeLeft > 0) {\r\n        if(!isTyping) {\r\n            timer = setInterval(initTimer, 1000);\r\n            isTyping = true;\r\n        }\r\n        if(typedChar == null) {\r\n            if(charIndex > 0) {\r\n                charIndex--;\r\n                if(characters[charIndex].classList.contains(\"incorrect\")) {\r\n                    mistakes--;\r\n                }\r\n                characters[charIndex].classList.remove(\"correct\", \"incorrect\");\r\n            }\r\n        } else {\r\n            if(characters[charIndex].innerText == typedChar) {\r\n                characters[charIndex].classList.add(\"correct\");\r\n            } else {\r\n                mistakes++;\r\n                characters[charIndex].classList.add(\"incorrect\");\r\n            }\r\n            charIndex++;\r\n        }\r\n        characters.forEach(span => span.classList.remove(\"active\"));\r\n        characters[charIndex].classList.add(\"active\");\r\n\r\n        let wpm = Math.round(((charIndex - mistakes)  \/ 5) \/ (maxTime - timeLeft) * 60);\r\n        wpm = wpm < 0 || !wpm || wpm === Infinity ? 0 : wpm;\r\n        \r\n        wpmTag.innerText = wpm;\r\n        mistakeTag.innerText = mistakes;\r\n        cpmTag.innerText = charIndex - mistakes;\r\n    } else {\r\n        clearInterval(timer);\r\n        inpField.value = \"\";\r\n    }   \r\n}\r\n\r\nfunction initTimer() {\r\n    if(timeLeft > 0) {\r\n        timeLeft--;\r\n        timeTag.innerText = timeLeft;\r\n        let wpm = Math.round(((charIndex - mistakes)  \/ 5) \/ (maxTime - timeLeft) * 60);\r\n        wpmTag.innerText = wpm;\r\n    } else {\r\n        clearInterval(timer);\r\n    }\r\n}\r\n\r\nfunction resetGame() {\r\n    loadParagraph();\r\n    clearInterval(timer);\r\n    timeLeft = maxTime;\r\n    charIndex = mistakes = isTyping = 0;\r\n    inpField.value = \"\";\r\n    timeTag.innerText = timeLeft;\r\n    wpmTag.innerText = 0;\r\n    mistakeTag.innerText = 0;\r\n    cpmTag.innerText = 0;\r\n}\r\n\r\nloadParagraph();\r\ninpField.addEventListener(\"input\", initTyping);\r\ntryAgainBtn.addEventListener(\"click\", resetGame);\t\r\n\t\r\n<\/script>\n\n<p><\/p>\n\n<div style=\"height:6px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\"><strong>Tes WPM<\/strong><\/h2>\n\n<p>Tes kata per menit, atau WPM, adalah pengukuran kecepatan mengetik yang sering digunakan dalam tes mengetik dan prosedur perekrutan. Ini dibatasi hingga lima penekanan tombol atau karakter. Pengukuran kecepatan input yang konstan memiliki manfaat untuk memungkinkan perbandingan lintas bahasa. Berhati-hatilah untuk memulai pengetikan sentuh secara akurat. Seiring waktu, kecepatan Anda akan meningkat.<\/p>\n\n<p>Ada berbagai metode pengujian. Ujian ini melibatkan pengetikan, dan hasilnya disajikan dalam kata per menit. Skor WPM akan meningkat saat Anda berlatih mengetik dan menguji kecepatan mengetik lebih sering.<\/p>\n\n<p>Orang dewasa dan anak-anak dapat menyelesaikan tes kecepatan mengetik terjadwal 1 menit, 3 menit, dan 5 menit secara gratis untuk menentukan skor tes rata-rata kata per menit.<\/p>\n\n<p>Anda dapat mengetahui keterampilan mengetik dan akurasi pengetikan Anda dengan mengikuti tes keyboard WPM ini.<\/p>\n\n<h2 class=\"wp-block-heading\">Mode yang Berbeda dalam Tes Pengetikan WPM<\/h2>\n\n<p>Kami telah menyediakan berbagai metode pengujian kata per menit untuk Anda. Komitmen Anda untuk mengasah kemampuan mengetik tergantung pada seberapa banyak waktu yang Anda miliki.<\/p>\n\n<p>Anda dapat dengan mudah memilih salah satu dari lima mode pengetikan apabila Anda adalah pengguna tamu. Selain itu, wps tes mengetik ini tidak diragukan lagi tersedia untuk Anda dengan akses tak terbatas dan percobaan berulang kali. Mode yang Anda pilih akan menentukan seberapa berharga pencapaian Anda.<\/p>\n\n<p>Selain itu, para ahli menyarankan pengguna untuk meningkatkan kecepatan membaca dan mengetik pada saat yang bersamaan. Hanya tes mengetik kata per menit yang menjadi topik tes mengetik online tertentu. Kelemahan tes mengetik WPM adalah tes ini hanya mengajarkan Anda cara mengetik dengan cepat. Keakuratan tes pengetikan WPM tidak dapat ditentukan.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test-2.jpg\" alt=\"Tes WPM\" class=\"wp-image-173\" title=\"\" srcset=\"https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test-2.jpg 1000w, https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test-2-300x150.jpg 300w, https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test-2-768x384.jpg 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><figcaption>Tes WPM<\/figcaption><\/figure>\n<\/div>\n<p class=\"has-text-align-center has-base-background-color has-background has-medium-font-size\"><em>Anda Mungkin Juga Ingin Mengikuti <a href=\"https:\/\/keyboardtester.info\/id\/\" target=\"_blank\" rel=\"noreferrer noopener\">Tes Keyboard<\/a>!<\/em><\/p>\n\n<h2 class=\"wp-block-heading\">Tes Mengetik Kata per menit kami<\/h2>\n\n<p>Gunakan tes mengetik online kami untuk mengetahui seberapa cepat Anda mengetik.<\/p>\n\n<ul class=\"wp-block-list\"><li>Anda dapat memulai pengujian dengan memilih batas waktu yang disediakan pada layar. Setelah Anda memilih jangka waktu, tes akan dimulai untuk waktu tersebut.<\/li><li>Anda dapat mulai mengetik, dan akan ditampilkan pada kotak yang diberikan dalam alat ini.<\/li><li>Dua opsi entri yang berbeda membuat pengalaman menjadi menarik dan membantu meningkatkan berbagai kemampuan mengetik cepat.<\/li><li>Tinjau akurasi dan kecepatan pengetikan Anda saat Anda mengetik karena diperbarui dan ditampilkan setiap detik.<\/li><li>Layar tampilan akan menampilkan persentase akurasi pengetikan dan jumlah total kesalahan.<\/li><li>Bersamaan dengan itu, jumlah total kesalahan yang Anda buat saat mengetik juga akan ditampilkan yang dapat Anda gunakan untuk mengevaluasi keterampilan mengetik Anda.<\/li><li>Jumlah total kata yang telah Anda tulis di kotak pengetikan juga akan ditampilkan di layar. Dengan cara ini Anda bisa mengecek seberapa baik kemampuan Anda.<\/li><li>Untuk berbagi hasil pengujian Anda dengan rekan-rekan Anda, gunakan tautan berbagi pada panel hasil pengujian.<\/li><\/ul>\n\n<h2 class=\"wp-block-heading\">Alasan untuk mengikuti tes mengetik:<\/h2>\n\n<p>Anda mungkin ingin menjalani tes kecepatan mengetik untuk berbagai alasan. Mungkin Anda ingin menguji seberapa cepat Anda dapat mengetik, atau mungkin Anda ingin mengetahui, apakah akurasi Anda perlu ditingkatkan. Tes mengetik adalah alat yang luar biasa untuk mengukur kemajuan Anda dalam hal apa pun. Jika Anda dapat mengetik lebih cepat dari standar 40 kata per menit, selamat.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test_mid2.jpg\" alt=\"Panduan Tes Mengetik\" class=\"wp-image-174\" title=\"\" srcset=\"https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test_mid2.jpg 1000w, https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test_mid2-300x150.jpg 300w, https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test_mid2-768x384.jpg 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><figcaption>Panduan Tes Mengetik<\/figcaption><\/figure>\n<\/div>\n<p>Anda bebas untuk mengulang ujian sesering yang Anda inginkan, dan setiap kali Anda mengulang ujian, akurasi dan kecepatan Anda akan meningkat. Anda mungkin akan tercengang saat mengetahui seberapa cepat Anda dapat mengetik, jika Anda mencobanya hari ini.<\/p>\n\n<h2 class=\"wp-block-heading\">Manfaat tes mengetik<\/h2>\n\n<h3 class=\"wp-block-heading\"><strong>Peningkatan efisiensi kerja<\/strong><\/h3>\n\n<p>Agen dukungan pelanggan bisa lebih produktif karena komunikasi tertulis lebih akurat dan tiket dapat diselesaikan dengan lebih cepat.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Fokus yang lebih baik<\/strong><\/h3>\n\n<p>Keterampilan mengetik tingkat lanjut berarti lebih sedikit atau bahkan tidak ada kesalahan dan fokus yang lebih kuat pada tugas yang diberikan kepada Anda. Tanpa mengkhawatirkan perubahan yang tidak menyenangkan, produktivitas Anda akan meningkat seiring dengan semakin membaiknya kesehatan Anda.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Lebih banyak peluang kerja<\/strong><\/h3>\n\n<p>Dalam pekerjaan seperti pengembang basis data, perwakilan layanan pelanggan, asisten sekretaris, atau ahli transkripsi, memiliki kemampuan mengetik yang baik akan memberi Anda keuntungan.<\/p>\n\n<h2 class=\"wp-block-heading\">Bagaimana cara meningkatkan kecepatan mengetik?<\/h2>\n\n<p>Karena memori otot adalah kunci untuk mengetik dengan baik, sering berlatih adalah satu-satunya cara untuk menjadi lebih baik. Kami merancang sebuah program yang akan membantu Anda berlatih mengetik dengan cara yang paling mudah dan efisien.<\/p>\n\n<p>Beberapa metode perbaikan adalah:<\/p>\n\n<ul class=\"wp-block-list\"><li>Anda harus melatih jari-jari Anda secara berkala dan gigih untuk membentuk kebiasaan yang baik. Pentingnya akurasi, ergonomis, dan kecepatan mengetik yang cepat akan datang kemudian.<\/li><li>Hindari memaksakan diri Anda, ingatlah, ini adalah maraton, bukan lari cepat.<\/li><li>Sepuluh menit olahraga setiap hari lebih baik daripada satu jam berlari.<\/li><\/ul>\n\n<h2 class=\"wp-block-heading\">Apa yang dimaksud dengan kecepatan mengetik rata-rata?<\/h2>\n\n<p>Kecepatan pengetikan yang umum adalah sekitar 40 WPM, tetapi ini dapat sangat bervariasi berdasarkan gaya pengetikan Anda. Anda harus mencari setiap tombol saat mengetik jika Anda hanya menggunakan dua jari, atau &#8220;berburu dan mematuk.&#8221; Sayangnya, ada batas kecepatan untuk seberapa cepat Anda dapat mengetik kata-kata, terlepas dari seberapa cepat Anda bergerak. Kecepatan rata-rata untuk individu yang menggunakan strategi ini hanya 27 WPM.<\/p>\n\n<p>Sebaliknya, dengan menggunakan kesepuluh jari untuk mengetik, Anda dapat mengajari jari-jari Anda untuk menekan tombol yang benar tanpa melihat ke bawah. Selain itu, Anda dapat mengetik jauh lebih cepat dengan menempuh jarak yang lebih sedikit pada keyboard.<\/p>\n\n<p>Dan hal itu terwujud. Dengan menggunakan seluruh 10 jari, rata-rata pengetik sentuh dapat mengetik lebih dari 50 WPM, yang berarti dua kali lebih cepat daripada hanya menggunakan dua jari. Harap dicatat bahwa ini mewakili rata-rata. Kebanyakan orang dapat mengirim pesan lebih cepat dengan teknik ini. Salah satu mesin ketik tercepat di dunia saat ini, Sean Wrona, dapat mengetik hingga 256 WPM. Selama 50 menit, ia bahkan dapat mempertahankan kecepatan 174 kata per menit.<\/p>\n\n<h2 class=\"has-text-align-center wp-block-heading\">PERTANYAAN YANG SERING DIAJUKAN<\/h2>\n\n<h3 class=\"wp-block-heading\"><strong>Bagaimana kecepatan mengetik diukur?<\/strong><\/h3>\n\n<p>Jumlah kata yang dapat Anda ketik secara akurat dalam jangka waktu yang telah ditentukan sebelumnya adalah seberapa cepat Anda dapat mengetik. Selama tes, Anda akan diberikan angka yang mewakili rata-rata kata per menit (WPM) dan persen yang mewakili akurasi Anda.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Apa yang dimaksud dengan WPM?<\/strong><\/h3>\n\n<p>WPM adalah singkatan dari &#8220;Kata per menit&#8221; dan didasarkan pada persamaan 1 WPM = 5 penekanan tombol. Ini adalah pengukuran kecepatan output keyboard.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Apakah WPM 55 itu bagus?<\/strong><\/h3>\n\n<p>Kecepatan mengetik 57 WPM atau lebih tinggi dianggap sangat baik. Pengetikan sentuh adalah faktor utama yang mendukung pengetik yang lebih cepat. Apabila Anda mengetik dengan sentuhan, Anda menemukan tombol dengan menggunakan memori otot, bukan penglihatan.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Apakah 80 kata per menit itu bagus?<\/strong><\/h3>\n\n<p>Kecepatan mengetik seorang juru ketik profesional berkisar antara 43 hingga 80 kata per menit (wpm), namun beberapa tugas mungkin memerlukan kecepatan 80 hingga 95 (biasanya minimum untuk peran pengiriman dan tugas pengetikan lain yang membutuhkan waktu yang lama), dan beberapa juru ketik yang terampil dapat mencapai kecepatan lebih dari 120 wpm.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Apa metode terbaik untuk mengetik?<\/strong><\/h3>\n\n<p>Pengetik profesional menyatakan bahwa mengetik dengan sentuhan adalah jenis pengetikan yang efektif. Tetapi banyak pengetik yang mahir menggunakan metode hibrida (kombinasi Hunt &amp; Peck dan Touch Typing).<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Apa yang dimaksud dengan skor kelulusan pada tes mengetik?<\/strong><\/h3>\n\n<p>Tes mengetik untuk pekerjaan membutuhkan skor minimum 50 WPM. Kecepatan sekretaris hukum adalah antara 50 dan 60 WPM. Pembuat kode harus mencapai skor 60 WPM. Para ahli transkripsi profesional harus menargetkan 60 hingga 75 WPM.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Berapa lama waktu yang Anda perlukan untuk mengetik dalam kecepatan 65 WPM?<\/strong><\/h3>\n\n<p>Memang menantang untuk memperkirakan waktu. Namun, jika Anda dapat berlatih secara konsisten selama dua jam tanpa henti selama enam bulan, Anda mungkin dapat mempercepat hingga 65 WPM.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Mengapa penting untuk mengikuti tes kecepatan mengetik?<\/strong><\/h3>\n\n<p>Dengan melakukan tes kecepatan mengetik, Anda dapat mengetahui kecepatan rata-rata mengetik (WPM) dan akurasi Anda. Informasi ini berfungsi sebagai garis dasar yang dapat Anda gunakan untuk melatih diri Anda mengetik dengan lebih cepat dan akurat.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Apa yang dapat saya lakukan untuk meningkatkan skor saya?<\/strong><\/h3>\n\n<p>Pepatah mengatakan &#8220;latihan membuat sempurna&#8221; memang benar adanya. Anda dapat mencoba beberapa hal lain untuk meningkatkan keterampilan mengetik selain berlatih. Tingkatkan ergonomi Anda dengan mengganti layar dan perabot Anda, belajar mengetik dengan sentuhan, membeli keyboard yang lebih bagus, dan memaksa diri Anda untuk menatap layar daripada tombol.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Berapa wpm tertinggi yang pernah ada?<\/strong><\/h3>\n\n<p>216 kata per menit (wpm), yang dicapai Stella Pajunas pada tahun 1946 saat menggunakan mesin ketik elektrik IBM, merupakan kecepatan mengetik tercepat yang pernah tercatat.<\/p>\n\n<p>Beberapa Tes Terkait Keyboard Lainnya:<\/p>\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/keyboardtester.info\/id\/penghitung-papan-ketik\/\">Penghitung Keyboard<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/id\/penguji-keyboard-mac\/\">Penguji Keyboard Mac<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/id\/?p=1440\">Tes Rollover Kunci<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/id\/?p=1311\">Tes Latensi Keyboard<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/id\/?p=1410\" target=\"_blank\" rel=\"noreferrer noopener\">Tes Keyboard Mekanis<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Ingin meningkatkan kecepatan mengetik Anda? Buka tes Pengetikan WPM kami di bawah ini dan tingkatkan performa pengetikan Anda sekarang! Tes &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"Tes WPM | Tes Mengetik Kata Per Menit\" class=\"read-more button\" href=\"https:\/\/keyboardtester.info\/id\/tes-wpm\/#more-1518\" aria-label=\"More on Tes WPM | Tes Mengetik Kata Per Menit\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":632,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[78],"tags":[],"class_list":["post-1518","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tes-keyboard","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/keyboardtester.info\/id\/wp-json\/wp\/v2\/posts\/1518","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/keyboardtester.info\/id\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/keyboardtester.info\/id\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/keyboardtester.info\/id\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/keyboardtester.info\/id\/wp-json\/wp\/v2\/comments?post=1518"}],"version-history":[{"count":2,"href":"https:\/\/keyboardtester.info\/id\/wp-json\/wp\/v2\/posts\/1518\/revisions"}],"predecessor-version":[{"id":1528,"href":"https:\/\/keyboardtester.info\/id\/wp-json\/wp\/v2\/posts\/1518\/revisions\/1528"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/keyboardtester.info\/id\/wp-json\/wp\/v2\/media\/632"}],"wp:attachment":[{"href":"https:\/\/keyboardtester.info\/id\/wp-json\/wp\/v2\/media?parent=1518"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/keyboardtester.info\/id\/wp-json\/wp\/v2\/categories?post=1518"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/keyboardtester.info\/id\/wp-json\/wp\/v2\/tags?post=1518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}