{"id":1452,"date":"2022-09-26T17:23:39","date_gmt":"2022-09-26T17:23:39","guid":{"rendered":"https:\/\/keyboardtester.info\/test-wpm-test-de-mecanografia-de-palabras-por-minuto\/"},"modified":"2023-02-09T14:41:43","modified_gmt":"2023-02-09T14:41:43","slug":"test-wpm","status":"publish","type":"post","link":"https:\/\/keyboardtester.info\/es\/test-wpm\/","title":{"rendered":"Test WPM | Test de mecanograf\u00eda de palabras por minuto"},"content":{"rendered":"\n<p>\u00bfQuieres aumentar tu velocidad de escritura? Accede a nuestro test de mecanograf\u00eda WPM y mejora el rendimiento de tu mecanograf\u00eda ahora mismo.<\/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>Prueba WPM<\/strong><\/h2>\n\n<p>La prueba de palabras por minuto, o WPM, es una medida de la velocidad de mecanograf\u00eda que se utiliza con frecuencia en pruebas de mecanograf\u00eda y procedimientos de contrataci\u00f3n. Est\u00e1 limitado a cinco pulsaciones o caracteres. Una medici\u00f3n constante de la velocidad de entrada tiene la ventaja de permitir la comparabilidad interling\u00fc\u00edstica. Tenga cuidado al empezar a teclear con precisi\u00f3n. Con el tiempo, tu velocidad aumentar\u00e1.<\/p>\n\n<p>Existen varios m\u00e9todos de prueba. Este examen consiste en mecanografiar, y los resultados se presentan en palabras por minuto. La puntuaci\u00f3n de WPM aumentar\u00e1 a medida que practiques mecanograf\u00eda y pruebes tu velocidad de mecanograf\u00eda con m\u00e1s frecuencia.<\/p>\n\n<p>Adultos y ni\u00f1os pueden completar gratuitamente nuestras pruebas programadas de velocidad de mecanograf\u00eda de 1, 3 y 5 minutos para determinar su puntuaci\u00f3n media en la prueba de palabras por minuto.<\/p>\n\n<p>Usted puede averiguar tanto sus habilidades de mecanograf\u00eda y la precisi\u00f3n de mecanograf\u00eda mediante la adopci\u00f3n de esta prueba de teclado WPM.<\/p>\n\n<h2 class=\"wp-block-heading\">Diferentes modos en la prueba de mecanograf\u00eda WPM<\/h2>\n\n<p>Le hemos proporcionado varios m\u00e9todos de prueba de palabras por minuto. Tu compromiso con el perfeccionamiento de tus habilidades mecanogr\u00e1ficas depende del tiempo de que dispongas.<\/p>\n\n<p>Puedes elegir f\u00e1cilmente uno de los cinco modos de escritura cuando eres un usuario invitado. Adem\u00e1s, estas pruebas de mecanograf\u00eda wps est\u00e1n sin duda a su disposici\u00f3n con acceso ilimitado y repetidos intentos. Los modos que elijas determinar\u00e1n el valor de tu logro.<\/p>\n\n<p>Adem\u00e1s, los expertos aconsejan aumentar la velocidad de lectura y mecanograf\u00eda al mismo tiempo. S\u00f3lo la prueba de mecanograf\u00eda de palabras por minuto es el tema de ciertas pruebas de mecanograf\u00eda en l\u00ednea. El inconveniente de la prueba de mecanograf\u00eda WPM es que s\u00f3lo te ense\u00f1a a escribir r\u00e1pido. No se puede determinar la precisi\u00f3n de las pruebas de mecanograf\u00eda WPM.<\/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=\"Prueba 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>Prueba WPM<\/figcaption><\/figure>\n<\/div>\n<p class=\"has-text-align-center has-base-background-color has-background has-medium-font-size\"><em>Puede que tambi\u00e9n quieras hacer <a href=\"https:\/\/keyboardtester.info\/es\/\" target=\"_blank\" rel=\"noreferrer noopener\">la prueba del teclado<\/a>.<\/em><\/p>\n\n<h2 class=\"wp-block-heading\">Nuestra prueba de mecanograf\u00eda de palabras por minuto<\/h2>\n\n<p>Utiliza nuestro test de mecanograf\u00eda en l\u00ednea para averiguar lo r\u00e1pido que tecleas.<\/p>\n\n<ul class=\"wp-block-list\"><li>Puedes empezar la prueba seleccionando el l\u00edmite de tiempo que aparece en la pantalla. Una vez seleccionado el periodo de tiempo, la prueba se iniciar\u00e1 en ese momento.<\/li><li>Puede empezar a escribir, se mostrar\u00e1 en el cuadro que aparece en la herramienta.<\/li><li>Dos opciones de entrada distintas hacen que la experiencia sea interesante y ayudan a mejorar varias habilidades de mecanograf\u00eda r\u00e1pida.<\/li><li>Revisa tu precisi\u00f3n y velocidad de tecleo mientras escribes porque se actualiza y se muestra cada segundo.<\/li><li>La pantalla mostrar\u00e1 el porcentaje de precisi\u00f3n de escritura y el n\u00famero total de errores de velocidad.<\/li><li>Adem\u00e1s, tambi\u00e9n se mostrar\u00e1 el n\u00famero total de errores que has cometido al escribir, que podr\u00e1s utilizar para evaluar tus habilidades de mecanograf\u00eda.<\/li><li>Tambi\u00e9n se mostrar\u00e1 en pantalla el recuento total de palabras que ha escrito en el cuadro de escritura. As\u00ed podr\u00e1s comprobar lo bien que lo has hecho.<\/li><li>Para compartir los resultados de las pruebas con sus compa\u00f1eros, utilice los enlaces para compartir del panel de resultados de las pruebas.<\/li><\/ul>\n\n<h2 class=\"wp-block-heading\">Raz\u00f3n para hacer una prueba de mecanograf\u00eda:<\/h2>\n\n<p>Es posible que desee someterse a una prueba de velocidad de mecanograf\u00eda por diversos motivos. Tal vez quiera comprobar lo r\u00e1pido que teclea o si necesita mejorar su precisi\u00f3n. En cualquier caso, una prueba de mecanograf\u00eda es una herramienta magn\u00edfica para medir tus progresos. Si puedes escribir m\u00e1s r\u00e1pido que las 40 palabras por minuto, enhorabuena.<\/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=\"Gu&#xED;a del examen de mecanograf&#xED;a\" 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>Gu\u00eda del examen de mecanograf\u00eda<\/figcaption><\/figure>\n<\/div>\n<p>Puedes repetir el examen tantas veces como quieras, y cada vez tu precisi\u00f3n y velocidad deber\u00edan aumentar. Te sorprender\u00e1 lo r\u00e1pido que tecleas si lo intentas hoy mismo.<\/p>\n\n<h2 class=\"wp-block-heading\">Ventajas de la prueba de mecanograf\u00eda<\/h2>\n\n<h3 class=\"wp-block-heading\"><strong>Mayor eficacia en el trabajo<\/strong><\/h3>\n\n<p>Los agentes de atenci\u00f3n al cliente pueden ser m\u00e1s productivos, ya que la comunicaci\u00f3n escrita es m\u00e1s precisa y los tickets se resuelven con mayor rapidez.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Mejor enfoque<\/strong><\/h3>\n\n<p>Un nivel avanzado de mecanograf\u00eda significa cometer menos errores o ninguno y centrarse m\u00e1s en la tarea asignada. Sin preocuparte por los cambios insignificantes, tu productividad aumenta a medida que mejoras.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>M\u00e1s oportunidades de empleo<\/strong><\/h3>\n\n<p>En trabajos como desarrollador de bases de datos, representante de atenci\u00f3n al cliente, asistente de secretar\u00eda o transcriptor, tener buenas habilidades de mecanograf\u00eda te da ventaja.<\/p>\n\n<h2 class=\"wp-block-heading\">\u00bfC\u00f3mo mejorar la velocidad de mecanograf\u00eda?<\/h2>\n\n<p>Puesto que la memoria muscular es la clave de una buena mecanograf\u00eda, la pr\u00e1ctica frecuente es la \u00fanica forma de mejorar. Hemos dise\u00f1ado un programa que le ayudar\u00e1 a practicar mecanograf\u00eda de la forma m\u00e1s f\u00e1cil y eficaz posible.<\/p>\n\n<p>Algunos de los m\u00e9todos de mejora son:<\/p>\n\n<ul class=\"wp-block-list\"><li>Debes ejercitar peri\u00f3dicamente los dedos y ser persistente para formar buenos h\u00e1bitos. La importancia de la precisi\u00f3n, la ergonom\u00eda y la velocidad de escritura vendr\u00e1n despu\u00e9s.<\/li><li>Evita trabajar en exceso, recuerda que esto es un marat\u00f3n, y no un sprint.<\/li><li>Diez minutos de ejercicio al d\u00eda son preferibles a una hora de carrera.<\/li><\/ul>\n\n<h2 class=\"wp-block-heading\">\u00bfCu\u00e1l es la velocidad media de mecanograf\u00eda?<\/h2>\n\n<p>La velocidad t\u00edpica de mecanograf\u00eda es de unos 40 WPM, pero puede variar mucho en funci\u00f3n de tu estilo de mecanograf\u00eda. Debes buscar cada tecla mientras escribes si s\u00f3lo usas dos dedos, o &#8220;cazar y picotear&#8221;. Desgraciadamente, la velocidad a la que puedes escribir palabras tiene un l\u00edmite, independientemente de lo r\u00e1pido que te muevas. La velocidad media de las personas que emplean esta estrategia es de s\u00f3lo 27 WPM.<\/p>\n\n<p>En cambio, si utiliza los diez dedos para escribir, podr\u00e1 ense\u00f1ar a sus dedos a pulsar las teclas correctas sin mirar hacia abajo. Adem\u00e1s, puede escribir considerablemente m\u00e1s r\u00e1pido recorriendo menos distancias por el teclado.<\/p>\n\n<p>Y se manifiesta. Con los 10 dedos utilizados, el mecan\u00f3grafo t\u00e1ctil medio puede escribir a m\u00e1s de 50 WPM, es decir, aproximadamente el doble de r\u00e1pido que utilizando s\u00f3lo dos dedos. Tenga en cuenta que esto representa la media. La mayor\u00eda de la gente puede escribir MUCHO m\u00e1s r\u00e1pido con esta t\u00e9cnica. Una de las m\u00e1quinas de escribir m\u00e1s r\u00e1pidas del mundo moderno, Sean Wrona, puede escribir hasta 256 WPM. A lo largo de 50 minutos, puede llegar a mantener un ritmo de 174 palabras por minuto.<\/p>\n\n<h2 class=\"has-text-align-center wp-block-heading\">FAQS<\/h2>\n\n<h3 class=\"wp-block-heading\"><strong>\u00bfC\u00f3mo se mide la velocidad de mecanograf\u00eda?<\/strong><\/h3>\n\n<p>El n\u00famero de palabras que puedes escribir con precisi\u00f3n en un tiempo predeterminado es la velocidad a la que puedes escribir. Durante la prueba, se le dar\u00e1 un n\u00famero que representa su promedio de palabras por minuto (WPM) y un porcentaje que representa su precisi\u00f3n.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u00bfQu\u00e9 significa WPM?<\/strong><\/h3>\n\n<p>WPM significa &#8220;Words per minute&#8221; (palabras por minuto) y se basa en la ecuaci\u00f3n 1 WPM = 5 pulsaciones. Es una medida de la velocidad de salida del teclado.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u00bfEs bueno un WPM de 55?<\/strong><\/h3>\n\n<p>Una velocidad de mecanograf\u00eda de 57 WPM o superior se considera excelente. La mecanograf\u00eda t\u00e1ctil es el principal factor que favorece a los mecan\u00f3grafos m\u00e1s r\u00e1pidos. Cuando tecleas al tacto, localizas las teclas utilizando la memoria muscular en lugar de la vista.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u00bfEst\u00e1 bien 80 palabras por minuto?<\/strong><\/h3>\n\n<p>La velocidad de mecanograf\u00eda t\u00edpica de un mecan\u00f3grafo profesional oscila entre 43 y 80 palabras por minuto (ppm); sin embargo, algunas tareas pueden requerir velocidades de 80 a 95 (normalmente el m\u00ednimo para funciones de despacho y otras tareas de mecanograf\u00eda sensibles al tiempo), y algunos mecan\u00f3grafos expertos pueden alcanzar velocidades de m\u00e1s de 120 ppm.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u00bfCu\u00e1l es el mejor m\u00e9todo de mecanograf\u00eda?<\/strong><\/h3>\n\n<p>Los mecan\u00f3grafos profesionales afirman que la mecanograf\u00eda al tacto es el tipo de mecanograf\u00eda m\u00e1s eficaz. Pero muchos mecan\u00f3grafos expertos emplean el m\u00e9todo h\u00edbrido (la combinaci\u00f3n de Hunt &amp; Peck y Touch Typing).<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u00bfQu\u00e9 significa aprobar un examen de mecanograf\u00eda?<\/strong><\/h3>\n\n<p>Las pruebas de mecanograf\u00eda para puestos de trabajo requieren una puntuaci\u00f3n m\u00ednima de 50 WPM. La velocidad del secretario jur\u00eddico oscila entre 50 y 60 WPM. Los codificadores deben alcanzar una puntuaci\u00f3n de 60 WPM. Los transcriptores profesionales deben aspirar a alcanzar entre 60 y 75 WPM.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u00bfCu\u00e1nto tardaste en teclear a una velocidad de 65 WPM?<\/strong><\/h3>\n\n<p>Es dif\u00edcil calcular el tiempo. Sin embargo, si puedes practicar de forma constante durante dos horas sin parar durante seis meses, es posible que puedas alcanzar una velocidad de 65 WPM.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u00bfPor qu\u00e9 es importante realizar una prueba de velocidad de mecanograf\u00eda?<\/strong><\/h3>\n\n<p>Al realizar una prueba de velocidad de mecanograf\u00eda, puede averiguar su velocidad media de mecanograf\u00eda (WPM) y su precisi\u00f3n. Esta informaci\u00f3n te servir\u00e1 de referencia para entrenarte a teclear con mayor rapidez y precisi\u00f3n.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u00bfQu\u00e9 puedo hacer para mejorar mi puntuaci\u00f3n?<\/strong><\/h3>\n\n<p>El dicho &#8220;la pr\u00e1ctica hace al maestro&#8221; es cierto. Adem\u00e1s de practicar, puedes probar otras cosas para mejorar tu mecanograf\u00eda. Mejore su ergonom\u00eda cambiando de pantalla y mobiliario, aprenda a escribir al tacto, adquiera un teclado m\u00e1s bonito y obl\u00edguese a mirar la pantalla en lugar de las teclas.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u00bfCu\u00e1l es la mayor velocidad por minuto jam\u00e1s alcanzada?<\/strong><\/h3>\n\n<p>216 palabras por minuto (ppm), que Stella Pajunas consigui\u00f3 en 1946 utilizando una m\u00e1quina de escribir el\u00e9ctrica IBM, fue la mayor velocidad de mecanograf\u00eda jam\u00e1s registrada.<\/p>\n\n<p>Otras pruebas relacionadas con el teclado:<\/p>\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/keyboardtester.info\/es\/contador-de-teclado\/\">Contador de teclado<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/es\/mac-keyboard-tester\/\">Comprobador de teclados Mac<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/es\/?p=1388\">Prueba clave de vuelco<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/es\/?p=1238\">Prueba de latencia del teclado<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/es\/prueba-de-teclado-mecanico\/\" target=\"_blank\" rel=\"noreferrer noopener\">Prueba de teclado mec\u00e1nico<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\u00bfQuieres aumentar tu velocidad de escritura? Accede a nuestro test de mecanograf\u00eda WPM y mejora el rendimiento de tu mecanograf\u00eda &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"Test WPM | Test de mecanograf\u00eda de palabras por minuto\" class=\"read-more button\" href=\"https:\/\/keyboardtester.info\/es\/test-wpm\/#more-1452\" aria-label=\"M\u00e1s en Test WPM | Test de mecanograf\u00eda de palabras por minuto\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":637,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[72],"tags":[],"class_list":["post-1452","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pruebas-de-teclado","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/keyboardtester.info\/es\/wp-json\/wp\/v2\/posts\/1452","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/keyboardtester.info\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/keyboardtester.info\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/keyboardtester.info\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/keyboardtester.info\/es\/wp-json\/wp\/v2\/comments?post=1452"}],"version-history":[{"count":2,"href":"https:\/\/keyboardtester.info\/es\/wp-json\/wp\/v2\/posts\/1452\/revisions"}],"predecessor-version":[{"id":1475,"href":"https:\/\/keyboardtester.info\/es\/wp-json\/wp\/v2\/posts\/1452\/revisions\/1475"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/keyboardtester.info\/es\/wp-json\/wp\/v2\/media\/637"}],"wp:attachment":[{"href":"https:\/\/keyboardtester.info\/es\/wp-json\/wp\/v2\/media?parent=1452"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/keyboardtester.info\/es\/wp-json\/wp\/v2\/categories?post=1452"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/keyboardtester.info\/es\/wp-json\/wp\/v2\/tags?post=1452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}