Quiz Test – Physical Layer (MCQs)

Test your knowledge of the physical layer with our comprehensive Quiz Test – Physical Layer! Dive into multiple-choice questions designed to enhance your understanding of networking fundamentals.
Try Again
Score: ${score}/50 (${percentage}%) - Minimum passing score is 82.5%
Review: Physical Layer (Layer-1) of OSI Model
`; } // Disable inputs after submission document.querySelectorAll('input').forEach(i => i.disabled = true); } function resetTest() { initializeTest(); document.getElementById('result').innerHTML = ''; document.querySelectorAll('.explanation').forEach(e => e.style.display = 'none'); document.querySelectorAll('input').forEach(i => i.disabled = false); } // Initialize test on load window.onload = initializeTest;