<!DOCTYPE html>
<html lang="hi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pioneer Computer Institute - Quiz</title>
<style>
body { font-family: 'Arial', sans-serif; background-color: #f4f7f6; display: flex; justify-content: center; padding: 20px; }
#quiz-container { background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); max-width: 700px; width: 100%; }
.header { text-align: center; margin-bottom: 25px; border-bottom: 3px solid #0056b3; padding-bottom: 10px; }
.header h1 { margin: 0; color: #0056b3; font-size: 24px; }
.q-text { font-size: 1.2em; font-weight: bold; margin-bottom: 20px; color: #333; }
.option { padding: 12px; margin: 8px 0; border: 2px solid #ddd; border-radius: 8px; cursor: pointer; transition: 0.3s; display: block; }
.option:hover { background-color: #e9ecef; }
.correct { background-color: #28a745 !important; color: white; border-color: #28a745; }
.wrong { background-color: #dc3545 !important; color: white; border-color: #dc3545; }
#next-btn { margin-top: 20px; padding: 12px 30px; background: #0056b3; color: white; border: none; border-radius: 5px; cursor: pointer; display: none; font-size: 16px; }
#score-board { text-align: center; font-size: 1.8em; font-weight: bold; color: #0056b3; }
</style>
</head>
<body>
<div id="quiz-container">
<div class="header">
<h1>Pioneer Computer Institute</h1>
<p>Kaptanganj, Azamgarh, U.P., 276141</p>
</div>
<div id="quiz-box">
<div id="q-counter" style="margin-bottom: 10px; color: #666;"></div>
<div id="question" class="q-text"></div>
<div id="options"></div>
<button id="next-btn" onclick="nextQuestion()">अगला प्रश्न (Next)</button>
</div>
<div id="result" style="display:none;">
<div id="score-board"></div>
</div>
</div>
<script>
const quizData = [
{q: "1. The process of encoding messages... / संदेश को एनकोड करने की प्रक्रिया:", a: ["Decryption", "Encryption", "Privacy", "Message Secrecy"], c: 1},
{q: "2. Which device forwards data packets... / किस डिवाइस द्वारा डेटा पैकेज भेजे जाते हैं?", a: ["Repeater", "Hub", "Modem", "Routers"], c: 3},
{q: "3. Standard network protocol for file transfer... / फाइल हस्तांतरण हेतु प्रोटोकॉल:", a: ["SMTP", "FTP", "IP", "STTP"], c: 1},
{q: "4. MAC address is of / मैक एड्रेस होता है:", a: ["24 bits", "36 bits", "42 bits", "48 bits"], c: 3},
{q: "5. Collection of web sites by Category... / वेबसाइटों का संग्रह:", a: ["Web Site", "Web Page", "Web Directory", "Web Portal"], c: 2},
{q: "6. If you are using an FTP programme... / यदि आप FTP का उपयोग कर रहे हैं:", a: ["Transferring files", "Designing website", "Developing programme", "Coding"], c: 0},
{q: "7. SMTP connections secured by SSL are known as... / SSL द्वारा सुरक्षित SMTP:", a: ["SMTPS", "SSMTP", "SNMP", "SSLM"], c: 0},
{q: "8. Which is not a part of an e-mail address? / कौन सा ईमेल एड्रेस का भाग नहीं है?", a: ["Username", "Domain Name", "@", "Protocol"], c: 3},
{q: "9. Term for unsolicited emails? / अनचाहे ईमेल के लिए शब्द?", a: ["Waste", "Newsgroup", "Flares", "Spam"], c: 3},
{q: "10. HTML stands for / HTML का अर्थ है:", a: ["Hyper Text Markup Language", "Hyper Text Marked Language", "Hyper Text Makeout Language", "Hyper Text Makeup Link"], c: 0},
{q: "11. What is a VPN? / वीपीएन क्या है?", a: ["Virtual Public Network", "Virtual Private Network", "Virtual Primary Network", "Virtual Print Network"], c: 1},
{q: "12. What does URL stand for? / यूआरएल का अर्थ क्या है?", a: ["Unlimited Result Log", "Uniform Resource Locator", "Unlimited Resource Locator", "United Resource Locator"], c: 1},
{q: "13. Each computer connected to internet must have / इंटरनेट से जुड़े कंप्यूटर में क्या जरूरी है?", a: ["Pentium processor", "Anti-virus", "Password protection", "Unique IP address"], c: 3},
{q: "14. To contact people using internet, use their... / इंटरनेट पर लोगों से जुड़ने के लिए किसका उपयोग करते हैं?", a: ["Domain names", "E-mail address", "Usernames", "Password"], c: 1},
{q: "15. FTP is basically a... / FTP मूल रूप से है:", a: ["Set of rules", "Language", "Web Browser", "Web page"], c: 0},
{q: "16. Server stores and manage files for network. / सर्वर फाइलों को मैनेज करता है:", a: ["Authentication", "Proxy", "Applications", "File"], c: 3},
{q: "17. Protocol for e-mail facility among hosts? / विभिन्न होस्ट के बीच ई-मेल हेतु प्रोटोकॉल:", a: ["SMTP", "TELNET", "FTP", "HTTPS"], c: 0},
{q: "18. Internet uses: / इन्टरनेट प्रयोग करता है:", a: ["packet switching", "circuit switching", "telephone switching", "telex switching"], c: 0},
{q: "19. Transfer of files from user's computer onto the server is: / यूजर के कंप्यूटर से सर्वर पर फाइल ट्रांसफर:", a: ["Downloading", "Sequencing", "Accessing", "Uploading"], c: 3},
{q: "20. A device which links two network together is a: / दो नेटवर्क को जोड़ने वाला उपकरण:", a: ["Bridge", "Rectifier", "Hub", "Switch"], c: 0},
{q: "21. The USB device follows structure. / USB संरचना का अनुसरण करता है:", a: ["List", "Huffman", "Hash", "Tree"], c: 3},
{q: "22. Device for connecting different computers in an office? / ऑफिस में कंप्यूटर जोड़ने हेतु डिवाइस:", a: ["Modem", "Hub", "Telephone", "Amplifier"], c: 1},
{q: "23. A router acts like a... / राउटर कार्य करता है:", a: ["Hub", "Switch", "Bridge", "Repeater"], c: 2},
{q: "24. ISP exchanges internet traffic by... / आईएसपी ट्रैफिक आदान-प्रदान करता है:", a: ["Internet exchange point", "Subscriber endpoint", "ISP endpoint", "None"], c: 0},
{q: "25. Receiving data from a remote machine is called: / रिमोट मशीन से डेटा प्राप्त करना:", a: ["Browsing", "Searching", "Uploading", "Downloading"], c: 3},
{q: "26. Total number of layers in OSI Reference Model: / OSI मॉडल में कुल लेयर:", a: ["4", "5", "7", "9"], c: 2},
{q: "27. Internet is best example of: / इंटरनेट उदाहरण है:", a: ["WAN", "LAN", "MAN", "SAN"], c: 0},
{q: "28. Protocol used in Video Conferencing? / वीडियो कॉन्फ्रेंसिंग में प्रोटोकॉल:", a: ["VOIP", "UDP", "POP", "BGP"], c: 0},
{q: "29. Telenet protocol name stands for: / 'Telenet' का अर्थ है:", a: ["Telephone Network", "Teletype Network", "Teleconnect Network", "Television Network"], c: 1},
{q: "30. Network for larger geographical areas? / बड़े भौगोलिक क्षेत्रों के लिए नेटवर्क:", a: ["LAN", "MAN", "WAN", "PAN"], c: 2},
{q: "31. TCP stands for: / TCP का पूर्ण रूप है:", a: ["Transmission Control Protocol", "Turning Control Public", "Telecommunication Computer Protocol", "Telecommunication Computer Program"], c: 0},
{q: "32. Internet connection using telephone line? / टेलीफोन लाइन का उपयोग करने वाला कनेक्शन:", a: ["Cable", "Satelite", "Wireless", "Dial-up"], c: 3},
{q: "33. Web page address is URL, Blog is managed by individual. / वेब पेज URL है, ब्लॉग व्यक्ति द्वारा:", a: ["I-False, II-False", "I-False, II-True", "I-True, II-True", "I-True, II-False"], c: 2},
{q: "34. Match: Firefox, HTTP, Google.com / मिलान करें:", a: ["I-a, II-c, III-b", "I-b, II-c, III-a", "I-a, II-b, III-e", "I-b, II-a, III-c"], c: 1},
{q: "35. URL stands for: / URL का अर्थ है:", a: ["Uninterrupted...", "Unique...", "Uniform Resource Locator", "Uniform Router..."], c: 2},
{q: "36. Network topology: continuous loop / लूप टोपोलॉजी:", a: ["Star", "Ring", "Bus", "Mesh"], c: 1},
{q: "37. Private owned network with internet protocol: / निजी स्वामित्व वाला नेटवर्क:", a: ["Intranet", "Internet", "Extranet", "VPN"], c: 0},
{q: "38. Microsoft Web Search Engine: / माइक्रोसॉफ्ट सर्च इंजन:", a: ["Yahoo", "Altavista", "Bing", "Google"], c: 2},
{q: "39. Frequently updated content component: / अपडेट कंटेंट घटक:", a: ["Refresh", "History", "Favourites", "RSS Feed"], c: 3},
{q: "40. Yahoo, Google are: / याहू, गूगल हैं:", a: ["Browsers", "Newsgroups", "Search Engines", "Anti-viruses"], c: 2},
{q: "41. Find the odd one out: / विषम चुनें:", a: ["Mozilla", "Netscape", "Explorer", "Rediff"], c: 3},
{q: "42. Match symbols: Joining, Range, Exponentiation / मिलान करें:", a: ["I-c, II-b, III-a", "I-c, II-a, III-b", "I-a, II-c, III-b", "I-a, II-b, III-c"], c: 3},
{q: "43. Not a Web browser? / वेब ब्राउज़र नहीं है:", a: ["Safari", "Google", "Netscape", "Opera"], c: 1},
{q: "44. Gmail attachment limit: / जीमेल अटैचमेंट सीमा:", a: ["10 MB", "15 MB", "20 MB", "25 MB"], c: 3},
{q: "45. WWW standards maintained by: / WWW मानक:", a: ["WWW Org", "WWW Consortium", "WWW Forum", "WWW Association"], c: 1},
{q: "46. XML and HTTP types: / XML और HTTP:", a: ["1-True, 2-False", "1-False, 2-True", "1-True, 2-True", "1-False, 2-False"], c: 1},
{q: "47. Match: Ask.com, Netscape, Outlook / मिलान करें:", a: ["I-a, II-b, III-c", "I-a, II-c, III-b", "I-b, II-c, III-a", "I-b, II-a, III-c"], c: 2},
{q: "48. Not a search engine: / सर्च इंजन नहीं है:", a: ["Safari", "Google", "Bing", "Baidu"], c: 0},
{q: "49. Voice mail, E-mail are example of: / वॉइस मेल, ई-मेल उदाहरण हैं:", a: ["Computer communication", "Tele-communication", "Bridge", "Router"], c: 0},
{q: "50. First search engine: / पहला सर्च इंजन:", a: ["Google", "Netscape", "Safari", "Archie"], c: 3},
{q: "51. Internet Explorer is: / इंटरनेट एक्सप्लोरर है:", a: ["Search Engine, MS", "Compiler, IBM", "Search Engine, IBM", "Browser, Microsoft"], c: 3},
{q: "52. Moving from one page to another: / एक पेज से दूसरे पर जाना:", a: ["Moving", "Browsing", "Transferring", "Switching"], c: 1},
{q: "53. Match: Wordpress, Godaddy, Baidu / मिलान करें:", a: ["I-a, II-b, III-c", "I-c, II-b, III-a", "I-b, II-c, III-a", "I-b, II-a, III-c"], c: 2},
{q: "54. Google founded in: / गूगल की स्थापना:", a: ["1996", "1998", "1999", "1995"], c: 1},
{q: "55. Downloading process: / डाउनलोडिंग प्रक्रिया:", a: ["Remote, Local", "Local, Local", "Remote, Remote", "Local, Remote"], c: 0},
{q: "56. Query sun*: / 'sun*' क्वेरी:", a: ["'sun' शुरू", "'sun' अंत", "4-अक्षर शुरू", "4-अक्षर अंत"], c: 0},
{q: "57. Web server address host: / वेब सर्वर पता:", a: ["Hyperlink", "URL", "DNS", "MAC"], c: 1},
{q: "58. Match: Facebook, Twitter, Flipkart / मिलान करें:", a: ["I-c, II-a, III-b", "I-b, II-c, III-a", "I-a, II-c, III-b", "I-a, II-b, III-c"], c: 2},
{q: "59. Computer Science query: / 'Computer Science' क्वेरी:", a: ["OR", "Phrase", "Both not necessarily", "Neither"], c: 1},
{q: "60. End-to-end error detection: / त्रुटि खोज:", a: ["Network", "Data link", "Session", "Transport"], c: 3},
{q: "61. SMS stands for: / SMS का तात्पर्य:", a: ["Small Msg System", "Small Mail", "Short Message Service", "Short Mail"], c: 2},
{q: "62. GPRS stands for: / GPRS का अर्थ:", a: ["Global Packet Radio", "Global Protocol", "General Packet Radio Service", "General Protocols"], c: 2},
{q: "63. Client-side scripting executed by: / क्लाएंट साइड स्क्रिप्टिंग:", a: ["Web browser", "Web server", "Website", "URL"], c: 0},
{q: "64. DNS function: / DNS का कार्य:", a: ["Name to IP", "IP to Name", "Name to Email", "Email to Name"], c: 0},
{q: "65. Remote access protocol: / सुदूर अभिगमन:", a: ["HTTP", "FTP", "SMTP", "Telnet"], c: 3},
{q: "66. HTML structure: / HTML संरचना:", a: ["Tags format A", "Tags format B", "<HTML><HEAD><BODY></BODY></HEAD></HTML>", "Tags format D"], c: 2},
{q: "67. Net resource address: / नेट पर संसाधन पता:", a: ["ISP", "HTTP", "URL", "www"], c: 2},
{q: "68. PPP layer for link installation: / लिंक स्थापना:", a: ["LCP", "IPCP", "NCP", "IP"], c: 0},
{q: "69. Bookmark current page: / बुकमार्क:", a: ["Ctrl + D", "Ctrl + B", "Shift + B", "Shift + J"], c: 0},
{q: "70. EDGE, UMTS are: / EDGE, UMTS हैं:", a: ["3G", "4G", "2G", "5G"], c: 0},
{q: "71. TCP/IP model layers: / TCP/IP परतें:", a: ["2", "4", "5", "7"], c: 1},
{q: "72. FTP is used to: / FTP प्रयोग:", a: ["Web info", "Email", "Upload/Download", "IP request"], c: 2},
{q: "73. SMTP port: / SMTP पोर्ट:", a: ["21", "22", "23", "25"], c: 3},
{q: "74. Anti-Virus Software: / एंटी-वायरस:", a: ["Avira", "LYFcare", "Hangouts", "Xender"], c: 0},
{q: "75. Data compression layer: / डेटा संपीडन परत:", a: ["Network", "Physical", "Presentation", "Data link"], c: 2},
{q: "76. Network security term: / सुरक्षा शब्द:", a: ["DSL", "MIT", "W3C", "Firewall"], c: 3},
{q: "77. Testing network tool: / परीक्षण:", a: ["Ns", "Ping", "Locate", "Domain"], c: 1},
{q: "78. 255.255.255.0 is: / 255.255.255.0:", a: ["DNS", "None", "Gateway", "Subnet mask"], c: 3},
{q: "79. Server and workstation communication: / संपर्क:", a: ["Interspace", "Backbone", "Terminal Access Point", "Gateway"], c: 2},
{q: "80. Wi-Fi full form: / वाई-फाई का पूर्ण रूप:", a: ["Wired Files", "Wireless File", "Wireless Finder", "Wireless Fidelity"], c: 3},
{q: "81. URL full form: / URL:", a: ["Reverse", "Resolution", "Uniform Resource Locator", "United"], c: 2},
{q: "82. Risk EXCEPT: / जोखिम सिवाय:", a: ["Hackers", "Spam", "Viruses", "Identify Theft"], c: 1},
{q: "83. Process to study trends: / प्रवृत्तियों का अध्ययन:", a: ["Data Mining", "Selection", "POS", "Conversion"], c: 0},
{q: "84. Recover deleted files specialty: / पुनः प्राप्ति:", a: ["Robotics", "Simulation", "Computer forensics", "Animation"], c: 2},
{q: "85. Search engine statement true: / सर्च इंजन सत्य:", a: ["No discriminate", "Unordered results", "Directory categorization", "All of the above"], c: 3},
{q: "86. Client program to access WWW: / क्लाइंट प्रोग्राम:", a: ["IPS", "Web Browsers", "Web Servers", "None"], c: 1},
{q: "87. Search engine steps through links: / लिंक फॉलो:", a: ["Spiders", "Packets", "Cookies", "None"], c: 0},
{q: "88. Internet uses: / इंटरनेट प्रयोग:", a: ["Circuit", "Packet Switching", "Hybrid", "None"], c: 1},
{q: "89. Country with largest internet users: / सर्वाधिक इंटरनेट:", a: ["USA", "China", "India", "Russia"], c: 1},
{q: "90. Internet governed by: / इंटरनेट शासित:", a: ["W3C", "IETF", "InterNIC", "None"], c: 0},
{q: "91. Transfer from one app to another: / हस्तांतरण:", a: ["Dynamic Disk", "Dodgy", "Dogmatic", "Dynamic Data Exchange"], c: 3},
{q: "92. Hardware address known as: / हार्डवेयर एड्रेस:", a: ["MAC address", "IP Address", "NIC", "ARP"], c: 0},
{q: "93. MAC stands for: / MAC का अर्थ:", a: ["Media Area", "Memory Access", "Memory Area", "Media Access Control"], c: 3},
{q: "94. Translate IP to MAC: / IP से MAC:", a: ["Unique ID", "Address Resolution Protocol", "NIC", "None"], c: 1},
{q: "95. IMEI full form: / IMEI:", a: ["Info", "Identity", "Educational", "Machine"], c: 1},
{q: "96. IoT setup application categories: / IoT श्रेणियाँ:", a: ["2", "3", "4", "5"], c: 2},
{q: "97. Cable TV and DSL are: / केबल और DSL:", a: ["Network connection", "LAN", "MAN", "WAN"], c: 3}
];
let current = 0, score = 0;
function loadQ() {
let q = quizData[current];
document.getElementById('q-counter').innerText = "प्रश्न " + (current + 1) + " / " + quizData.length;
document.getElementById('question').innerText = q.q;
let html = "";
q.a.forEach((opt, i) => {
html += `<div class="option" onclick="check(${i})">${opt}</div>`;
});
document.getElementById('options').innerHTML = html;
document.getElementById('next-btn').style.display = 'none';
}
function check(i) {
let q = quizData[current];
let opts = document.querySelectorAll('.option');
if(i === q.c) {
opts[i].classList.add('correct');
score++;
} else {
opts[i].classList.add('wrong');
opts[q.c].classList.add('correct');
}
opts.forEach(o => o.style.pointerEvents = 'none');
document.getElementById('next-btn').style.display = 'block';
}
function nextQuestion() {
current++;
if(current < quizData.length) loadQ();
else {
document.getElementById('quiz-box').style.display = 'none';
document.getElementById('result').style.display = 'block';
document.getElementById('score-board').innerText = "आपका कुल स्कोर: " + score + " / " + quizData.length;
}
}
loadQ();
</script>
</body>
</html>
CCC 6-1
CCC 10-2
a Cybersecurity Quiz - Pioneer Computer Institute Pioneer Computer Institute Kaptanganj, Az...
-
1. कंप्यूटर की परिभाषा ( Definition of Computer) · कंप्यूटर एक इलेक्ट्रॉनिक गणना करने वाली मशीन ( Electronic Calculating Device) है...
-
IT Calculator FY 2025-26 Print to PDF / Page Income Tax Calculation Sheet New Tax Regime | F.Y...
-
Unified Computer Quiz (149 Questions) - English and Hindi Unified Computer Quiz (English & Hindi)...