



{"id":109,"date":"2026-01-10T15:14:02","date_gmt":"2026-01-10T15:14:02","guid":{"rendered":"https:\/\/sarkarimahabharti.com\/exams\/?p=109"},"modified":"2026-01-11T10:20:08","modified_gmt":"2026-01-11T10:20:08","slug":"jee-main-physics-mock-test-1","status":"publish","type":"post","link":"https:\/\/sarkarimahabharti.com\/exams\/jee-main\/jee-main-physics-mock-test-1\/","title":{"rendered":"JEE Main Physics Mock Test-1 | Free Online Test"},"content":{"rendered":"\n<p>JEE Main Physics Mock Test \u2013 1 is designed to help students strengthen their physics preparation for the JEE Main examination. This subject-wise mock test includes 25 carefully selected physics questions to be solved within 75 minutes, following the latest CBT exam pattern. With features like a real-time countdown timer, instant correct and wrong answer highlighting, mark for review option, and question navigation panel, this test provides an authentic exam-like experience and helps improve speed, accuracy, and confidence.<\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<title>JEE Main Physics Mock Test-1<\/title>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n<style>\nbody{font-family:Arial;background:#f2f6fb;margin:0}\nheader{\n background:#0d47a1;color:#fff;\n padding:10px 12px;\n display:flex;justify-content:space-between;\n align-items:center;flex-wrap:wrap;\n}\nheader h3{margin:0;font-size:18px}\n.timer-box{\n background:#08306b;padding:6px 10px;\n border-radius:6px;font-size:16px;\n}\n.container{padding:10px}\n.question{\n background:#fff;padding:15px;margin-bottom:15px;border-radius:8px;\n}\n.option{\n display:block;padding:8px;margin:6px 0;\n border:1px solid #ccc;border-radius:5px;cursor:pointer;\n}\n.correct{background:#c8e6c9!important}\n.wrong{background:#ffcdd2!important}\n.action-btn{\n padding:6px 10px;margin-top:8px;\n background:#fbc02d;border:none;border-radius:5px;\n cursor:pointer;font-size:14px;\n}\n#nav{\n position:fixed;bottom:0;left:0;right:0;\n background:#fff;border-top:1px solid #ccc;\n display:flex;overflow-x:auto;padding:5px;\n}\n.nav-btn{\n min-width:35px;margin:3px;padding:5px;\n border-radius:50%;border:1px solid #ccc;\n background:#ffcdd2;\n}\n.nav-attempted{background:#c8e6c9!important}\n.nav-review{background:#fff59d!important}\nbutton.submit{\n width:100%;padding:12px;font-size:16px;\n background:#0d47a1;color:#fff;border:none;border-radius:6px;\n}\n#result{text-align:center;font-size:18px;margin:10px;font-weight:bold}\n<\/style>\n<\/head>\n\n<body>\n\n<header>\n <h3>JEE Main Physics Mock Test-1<\/h3>\n <div class=\"timer-box\">\u23f3 <span id=\"timer\">01:15:00<\/span><\/div>\n<\/header>\n\n<div class=\"container\">\n <div id=\"questions\"><\/div>\n\n <button type=\"button\" class=\"submit\" onclick=\"submitTest()\">Submit Test<\/button>\n <div id=\"result\"><\/div>\n<\/div>\n\n<div id=\"nav\"><\/div>\n\n<script>\nconst questions=[\n[\"SI unit of force is?\",\"Joule\",\"Newton\",\"Pascal\",\"Watt\",1],\n[\"Unit of electric current?\",\"Volt\",\"Ampere\",\"Ohm\",\"Watt\",1],\n[\"Speed of light in vacuum?\",\"3\u00d710\u2076\",\"3\u00d710\u2078\",\"3\u00d710\u2077\",\"3\u00d710\u2075\",1],\n[\"Acceleration due to gravity?\",\"8.9\",\"9.8\",\"10.5\",\"9.2\",1],\n[\"SI unit of power?\",\"Joule\",\"Newton\",\"Watt\",\"Volt\",2],\n\n[\"Ohm\u2019s law is?\",\"V=IR\",\"P=VI\",\"F=ma\",\"E=mc\u00b2\",0],\n[\"Unit of resistance?\",\"Volt\",\"Ampere\",\"Ohm\",\"Watt\",2],\n[\"Momentum formula?\",\"mv\",\"ma\",\"mg\",\"v\/m\",0],\n[\"Unit of pressure?\",\"Pascal\",\"Joule\",\"Newton\",\"Bar\",0],\n[\"Mirror used in headlights?\",\"Plane\",\"Concave\",\"Convex\",\"None\",1],\n\n[\"SI unit of energy?\",\"Watt\",\"Joule\",\"Newton\",\"Volt\",1],\n[\"Frequency unit?\",\"Hertz\",\"Watt\",\"Volt\",\"Ohm\",0],\n[\"Charge of electron is?\",\"+ve\",\"Neutral\",\"-ve\",\"None\",2],\n[\"Vector quantity is?\",\"Speed\",\"Mass\",\"Velocity\",\"Time\",2],\n[\"Work done unit?\",\"Watt\",\"Joule\",\"Newton\",\"Pascal\",1],\n\n[\"Lens used for myopia?\",\"Convex\",\"Concave\",\"Plane\",\"None\",1],\n[\"Unit of magnetic field?\",\"Tesla\",\"Watt\",\"Volt\",\"Ohm\",0],\n[\"Sound cannot travel in?\",\"Solid\",\"Liquid\",\"Gas\",\"Vacuum\",3],\n[\"SI unit of electric charge?\",\"Ampere\",\"Volt\",\"Coulomb\",\"Ohm\",2],\n[\"1 kWh equals?\",\"3.6\u00d710\u2076 J\",\"3.6\u00d710\u2075 J\",\"360 J\",\"36 J\",0],\n\n[\"Heat transfer without medium?\",\"Conduction\",\"Convection\",\"Radiation\",\"None\",2],\n[\"Instrument to measure current?\",\"Voltmeter\",\"Ammeter\",\"Galvanometer\",\"Thermometer\",1],\n[\"Refractive index is?\",\"Vector\",\"Scalar\",\"Ratio\",\"Constant\",2],\n[\"Time period of pendulum depends on?\",\"Mass\",\"Amplitude\",\"Length\",\"Density\",2],\n[\"SI unit of capacitance?\",\"Ohm\",\"Farad\",\"Henry\",\"Tesla\",1]\n];\n\nconst qBox=document.getElementById(\"questions\");\nconst nav=document.getElementById(\"nav\");\n\nquestions.forEach((q,i)=>{\n let div=document.createElement(\"div\");\n div.className=\"question\";\n div.id=\"q\"+(i+1);\n\n let html=`<b>Q${i+1}. ${q[0]}<\/b>`;\n for(let j=1;j<=4;j++){\n  html+=`\n   <label class=\"option\">\n    <input type=\"radio\" name=\"q${i}\" value=\"${j-1}\"\n     onclick=\"checkInstant(${i},${q[5]},this)\">\n    ${q[j]}\n   <\/label>`;\n }\n html+=`\n <button type=\"button\" class=\"action-btn\"\n  onclick=\"markReview(${i})\">\ud83d\udfe1 Mark for Review<\/button>`;\n div.innerHTML=html;\n qBox.appendChild(div);\n\n let btn=document.createElement(\"button\");\n btn.className=\"nav-btn\";\n btn.id=\"navbtn\"+(i+1);\n btn.innerText=i+1;\n btn.onclick=()=>location.href=\"#q\"+(i+1);\n nav.appendChild(btn);\n});\n\nfunction checkInstant(i,c,el){\n let opts=document.querySelectorAll(\"#q\"+(i+1)+\" .option\");\n document.querySelectorAll(`input[name=\"q${i}\"]`).forEach(r=>r.disabled=true);\n opts[c].classList.add(\"correct\");\n if(parseInt(el.value)!==c) opts[el.value].classList.add(\"wrong\");\n document.getElementById(\"navbtn\"+(i+1)).className=\"nav-btn nav-attempted\";\n}\n\nfunction markReview(i){\n document.getElementById(\"navbtn\"+(i+1)).className=\"nav-btn nav-review\";\n}\n\nfunction submitTest(){\n let score=0;\n questions.forEach((q,i)=>{\n  let sel=document.querySelector(`input[name=\"q${i}\"]:checked`);\n  if(sel && parseInt(sel.value)===q[5]) score++;\n });\n let percent=Math.round((score\/questions.length)*100);\n document.getElementById(\"result\").innerHTML=\n `<b>Score:<\/b> ${score}\/${questions.length}<br>\n  <b>Percentage:<\/b> ${percent}%`;\n}\n\n\/* TIMER \u2013 75 MINUTES *\/\nlet time=75*60;\nsetInterval(()=>{\n let h=Math.floor(time\/3600),\n     m=Math.floor((time%3600)\/60),\n     s=time%60;\n document.getElementById(\"timer\").innerText=\n `${String(h).padStart(2,\"0\")}:${String(m).padStart(2,\"0\")}:${String(s).padStart(2,\"0\")}`;\n if(time<=0) submitTest();\n time--;\n},1000);\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>JEE Main Physics Mock Test \u2013 1 is designed to help students strengthen their physics preparation for the JEE Main examination. This subject-wise mock test includes 25 carefully selected physics questions to be solved within 75 minutes, following the latest CBT exam pattern. With features like a real-time countdown timer, instant correct and wrong answer &#8230; <a title=\"JEE Main Physics Mock Test-1 | Free Online Test\" class=\"read-more\" href=\"https:\/\/sarkarimahabharti.com\/exams\/jee-main\/jee-main-physics-mock-test-1\/\" aria-label=\"Read more about JEE Main Physics Mock Test-1 | Free Online Test\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-109","post","type-post","status-publish","format-standard","hentry","category-jee-main"],"_links":{"self":[{"href":"https:\/\/sarkarimahabharti.com\/exams\/wp-json\/wp\/v2\/posts\/109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sarkarimahabharti.com\/exams\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sarkarimahabharti.com\/exams\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sarkarimahabharti.com\/exams\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/sarkarimahabharti.com\/exams\/wp-json\/wp\/v2\/comments?post=109"}],"version-history":[{"count":7,"href":"https:\/\/sarkarimahabharti.com\/exams\/wp-json\/wp\/v2\/posts\/109\/revisions"}],"predecessor-version":[{"id":164,"href":"https:\/\/sarkarimahabharti.com\/exams\/wp-json\/wp\/v2\/posts\/109\/revisions\/164"}],"wp:attachment":[{"href":"https:\/\/sarkarimahabharti.com\/exams\/wp-json\/wp\/v2\/media?parent=109"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sarkarimahabharti.com\/exams\/wp-json\/wp\/v2\/categories?post=109"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sarkarimahabharti.com\/exams\/wp-json\/wp\/v2\/tags?post=109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}