<!DOCTYPE html>
<html lang="hi">
<head>
<meta charset="UTF-8">
<title>LibreOffice Impress Quiz - Pioneer Computer Institute</title>
<style>
body { font-family: 'Segoe UI', sans-serif; background-color: #eef2f3; padding: 20px; display: flex; justify-content: center; }
#quiz-container { background: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.15); max-width: 750px; width: 100%; }
.header { text-align: center; border-bottom: 3px solid #007bff; margin-bottom: 20px; padding-bottom: 10px; }
.header h1 { color: #007bff; margin: 0; font-size: 28px; }
.header p { color: #555; font-weight: bold; margin: 5px 0; font-size: 18px; }
.q-text { font-size: 1.3em; font-weight: 600; margin-bottom: 20px; color: #222; }
.option { display: block; padding: 12px; margin: 8px 0; border: 2px solid #ddd; border-radius: 8px; cursor: pointer; transition: 0.3s; }
.option:hover { background-color: #f1f1f1; }
.correct { background-color: #d4edda !important; border-color: #28a745 !important; color: #155724; }
.wrong { background-color: #f8d7da !important; border-color: #dc3545 !important; color: #721c24; }
#next-btn { background-color: #007bff; color: white; padding: 12px 25px; border: none; border-radius: 5px; cursor: pointer; display: none; margin-top: 20px; width: 100%; font-size: 16px; }
</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-status" style="margin-bottom:10px; color:#666; font-weight:bold;"></div>
<div id="question" class="q-text"></div>
<div id="options"></div>
<button id="next-btn" onclick="nextQuestion()">अगला प्रश्न (Next Question)</button>
</div>
<div id="score-box" style="display:none; text-align:center;">
<h2>क्विज़ समाप्त! (Quiz Finished)</h2>
<h3 id="final-score"></h3>
<button onclick="location.reload()" style="padding:10px; cursor:pointer;">फिर से शुरू करें</button>
</div>
</div>
<script>
const quizData = [
{q: "1. Which Alignment does not happen in LibreOffice Impress? / लिब्रे ऑफिस इम्प्रेस में कौन सा संरेखण नहीं होता है?", a: ["Central Alignment", "Left Alignment", "Right Alignment", "Justification"], c: 3},
{q: "2. In which menu is the Macros command found in LibreOffice Impress? / लिब्रे ऑफिस इम्प्रेस में मैक्रोज कमांड किस मेनू में पाया जाता है?", a: ["Insert", "Slide", "Tools", "None"], c: 2},
{q: "3. What kind of program is LibreOffice Impress? / लिब्रे ऑफिस इम्प्रेस किस तरह का कार्यक्रम है?", a: ["Spreadsheet", "Word processing", "Presentation", "None of the above"], c: 2},
{q: "4. What is the By Default name of Presentation made in LibreOffice Impress? / लिब्रे ऑफिस इम्प्रेस में प्रस्तुतीकरण का डिफॉल्ट नाम क्या है?", a: ["Shw1", "Slide1", "Presentation1", "Untitled1"], c: 3},
{q: "5. LibreOffice is a shortcut key to add a replica slide to the Impress presentation? / लिब्रेऑफिस इम्प्रेस प्रस्तुति में एक प्रतिकृति (duplicate) स्लाइड जोड़ने के लिए क्या है?", a: ["Ctrl + X", "Ctrl + N", "Ctrl + M", "None"], c: 3},
{q: "6. Which file format is not added to LibreOffice Impress? / लिब्रेऑफिस इम्प्रेस में कौन सा फाइल फॉर्मेट नहीं जोड़ा जाता है?", a: ["JPEG", "HTML", "GIF", "WAV"], c: 1},
{q: "7. What is the minimum Zoom size in LibreOffice Impress? / लिब्रे ऑफिस इम्प्रेस में न्यूनतम जूम आकार क्या है?", a: ["5%", "15%", "10%", "20%"], c: 0},
{q: "8. The file extension of LibreOffice Impress is: / लिब्रेऑफिस इम्प्रेस का फाइल एक्सटेंशन है:", a: ["ppt/.pptx", "odt", "odp", "ods"], c: 2},
{q: "9. What is the bold font size in Libre Office? / लिब्रेऑफिस में बोल्ड फॉन्ट का डिफॉल्ट क्या है?", a: ["10", "13", "18", "11"], c: 3},
{q: "10. Which is the default font name in LibreOffice? / लिब्रेऑफिस में डिफॉल्ट फॉन्ट नाम कौन सा है?", a: ["Liberation Serif", "Liberation Sans", "Lucida Bright", "Times New Roman"], c: 1},
{q: "11. What is the shortcut to insert text box in Impress? / इम्प्रेस में टेक्स्ट बॉक्स इन्सर्ट करने का शॉर्टकट क्या है?", a: ["F2", "F3", "F4", "F5"], c: 0},
{q: "12. Where are the Bullets and numbering options found in Impress? / इम्प्रेस में बुलेट्स और नंबरिंग विकल्प कहाँ पाए जाते हैं?", a: ["File", "Format", "Slide", "Insert"], c: 1},
{q: "13. What is the shortcut to send to back any shape in Impress? / इम्प्रेस में किसी भी आकृति को वापस (Send to Back) भेजने का शॉर्टकट क्या है?", a: ["Ctrl + Shift + Minus", "Ctrl + Shift", "Ctrl + Shift + Plus", "None of these"], c: 0},
{q: "14. What is the shortcut to use sub script in Impress? / इम्प्रेस में सबस्क्रिप्ट का उपयोग करने का शॉर्टकट क्या है?", a: ["Ctrl + Shift + B", "Ctrl + Shift + P", "Ctrl + B", "None"], c: 0},
{q: "15. Clear Direct Formatting option is found in which menu? / किस मेनू में Clear Direct Formatting ऑप्शन पाया जाता है?", a: ["File", "Format", "Tools", "Window"], c: 1},
{q: "16. What is the shortcut to insert new slide? / न्यू स्लाइड को इन्सर्ट करने का शॉर्टकट क्या है?", a: ["Ctrl + Shift + M", "Shift + M", "Ctrl + M", "Ctrl + N"], c: 2},
{q: "17. The user interface can be changed in Impress to? / उपयोगकर्ता इंटरफेस को इम्प्रेस में कैसे बदला जा सकता है?", a: ["Single Toolbar", "Tabbed", "Tabbed Compact", "All of the above"], c: 3},
{q: "18. Where is the option to Export Direct as PDF found? / Export Direct as PDF कहाँ पाया जाता है?", a: ["Drawing Toolbar", "Standard Toolbar", "Presentation", "All of the above"], c: 1},
{q: "19. What is the shortcut for Presentation Slide Show in Impress? / इम्प्रेस में स्लाइड शो के लिए शॉर्टकट क्या है?", a: ["F5", "Shift + F5", "Alt + F5", "All of these"], c: 0},
{q: "20. What is the shortcut to close presentation window? / प्रेजेंटेशन विंडो को क्लोज करने के लिए शॉर्टकट क्या है?", a: ["Ctrl + X", "Ctrl + W", "Ctrl + B", "None of these"], c: 1},
{q: "21. Which menu is used in Impress to change the layout? / इम्प्रेस में लेआउट बदलने के लिए किस मेनू का प्रयोग किया जाता है?", a: ["Slide Show", "Format", "Tools", "Slide"], c: 3},
{q: "22. Text alignment option is found in which menu? / किस मेनू में टेक्स्ट एलाइनमेंट विकल्प पाया जाता है?", a: ["Format", "Insert", "View", "Tools"], c: 0},
{q: "23. Which of the following can be the layout of any slide? / निम्नलिखित में से कौन सा किसी भी स्लाइड का लेआउट हो सकता है?", a: ["Title Only", "Title, Content", "Title, 4 Content", "All of these"], c: 3},
{q: "24. What is the minimum and maximum zoom size in Impress? / इम्प्रेस में निम्नतम और अधिकतम जूम साइज क्या है?", a: ["20, 400", "10, 500", "5, 3000", "None"], c: 2},
{q: "25. What is the shortcut to insert new template in Impress? / इम्प्रेस में न्यू टेम्पलेट का शॉर्टकट क्या है?", a: ["Ctrl + Shift + N", "Ctrl + Shift + B", "Ctrl + N", "None of these"], c: 3},
{q: "26. What is the shortcut for Jump to last edited slide? / अंतिम संशोधित स्लाइड पर पहुँचने के लिए शॉर्टकट क्या है?", a: ["Ctrl + Number", "Alt + Shift + F5", "Shift + F5", "None"], c: 1},
{q: "27. Slide pane option is found in which of the following menu? / किस मेनू में स्लाइड पेन विकल्प पाया जाता है?", a: ["View", "Page Layout", "Insert", "Format"], c: 0},
{q: "28. What is the shortcut to close Slide in Impress? / इम्प्रेस में स्लाइड (प्रेजेंटेशन) क्लोज करने का शॉर्टकट क्या है?", a: ["Ctrl + N", "Ctrl + M", "Ctrl + W", "Ctrl + P"], c: 2},
{q: "29. Where is the slide transition option found in Impress? / इम्प्रेस में स्लाइड ट्रांजीशन विकल्प कहाँ पाया जाता है?", a: ["Slide", "View", "A and B", "Insert"], c: 1},
{q: "30. What is the maximum zoom limit in Impress? / इम्प्रेस में अधिकतम जूम लिमिट क्या है?", a: ["300%", "3000%", "400%", "500%"], c: 1},
{q: "31. What is the shortcut for duplicate shape in LibreOffice Draw? / लिब्रे ऑफिस ड्रा में डुप्लीकेट शेप का शॉर्टकट क्या है?", a: ["Ctrl + Shift + O", "Shift + F3", "Ctrl + Alt + O", "None"], c: 1},
{q: "32. Which of the following View is not found in LibreOffice Impress? / लिब्रे ऑफिस इम्प्रेस में कौन सा व्यू नहीं पाया जाता है?", a: ["Normal", "Outline", "Notes", "None"], c: 3},
{q: "33. What is the shortcut for Hyperlink in Impress? / इम्प्रेस में हाइपरलिंक का शॉर्टकट क्या है?", a: ["Ctrl + Shift + R", "Ctrl + K", "Ctrl + Alt + K", "None"], c: 1},
{q: "34. How many Menus are available in LibreOffice Impress? / लिब्रे ऑफिस इम्प्रेस में कुल कितने मेनू उपलब्ध हैं?", a: ["12", "8", "10", "7"], c: 2},
{q: "35. Which file formats are supported with LibreOffice Impress? / निम्नलिखित में से कौन लिब्रे ऑफिस इम्प्रेस को सपोर्ट करता है?", a: ["wma", "wmv", "mpeg", "All of the above"], c: 3},
{q: "36. In which format a presentation can be exported? / इम्प्रेस में किस फॉर्मेट में प्रेजेंटेशन को एक्सपोर्ट किया जा सकता है?", a: ["PDF", "BMP", "GIF", "All of these"], c: 3},
{q: "37. What is the shortcut key for Text Box in Impress? / इम्प्रेस में टेक्स्ट बॉक्स का शॉर्टकट क्या है?", a: ["F3", "Ctrl + F2", "Shift + F2", "F2"], c: 3},
{q: "38. What is the shortcut key for playing previous effect again? / पिछले इफेक्ट को दोबारा प्ले करने का शॉर्टकट क्या है?", a: ["N", "M", "W", "P"], c: 3},
{q: "39. What is the default title of a slide in Impress? / इम्प्रेस में स्लाइड का डिफॉल्ट टाइटल क्या है?", a: ["Document 1", "Presentation 1", "Untitled 1", "IMP 1"], c: 2},
{q: "40. Impress Line, rectangle etc tools are found in Drawing Toolbar. (True/False)", a: ["True", "False"], c: 0},
{q: "41. In Impress Alt+Shift+C is used to insert comment. (True/False)", a: ["True", "False"], c: 0},
{q: "42. You can use custom slide show to show the slide you want. (True/False)", a: ["True", "False"], c: 0},
{q: "43. In Impress a slide can be renamed. (True/False)", a: ["True", "False"], c: 0},
{q: "44. Press F6 to navigate to the workspace in Slide Sorter view and then press Enter. (True/False)", a: ["True", "False"], c: 0},
{q: "45. To start a slide show, press Ctrl+F2 or F5. (True/False)", a: ["True", "False"], c: 0},
{q: "46. The new slide uses the same layout as the current slide. (True/False)", a: ["True", "False"], c: 1},
{q: "47. To Select objects in the reverse order Shift + Tab is used. (True/False)", a: ["True", "False"], c: 0},
{q: "48. Ctrl+Shift+Del is used to Delete text to end of sentence. (True/False)", a: ["True", "False"], c: 0},
{q: "49. Ctrl+ Page Down can be used to Go to the next slide. (True/False)", a: ["True", "False"], c: 0},
{q: "50. Keys assigned to the desktop system are not available to LibreOffice. (True/False)", a: ["True", "False"], c: 0},
{q: "51. To deselect a slide, you can navigate to the slide and press Spacebar. (True/False)", a: ["True", "False"], c: 0},
{q: "52. You need to press Shift+F10 to open the context menu. (True/False)", a: ["True", "False"], c: 0},
{q: "53. To advance to the next slide without animation, press Alt+PageDown. (True/False)", a: ["True", "False"], c: 0},
{q: "54. You can use the keyboard to navigate through the workspace. (True/False)", a: ["True", "False"], c: 0},
{q: "55. To sign a document digitally, you need a personal key (certificate). (True/False)", a: ["True", "False"], c: 0},
{q: "56. A personal key is stored as a combination of private and public key. (True/False)", a: ["True", "False"], c: 0},
{q: "57. If you press Shift+Enter after last placeholder, a new slide is inserted. (True/False)", a: ["True", "False"], c: 1},
{q: "58. You can send a presentation as e-mail attachment in ODP, PPT, or PDF format. (True/False)", a: ["True", "False"], c: 0},
{q: "59. A reset button is used to remove personal and some other data from a file. (True/False)", a: ["True", "False"], c: 0}
];
let currentQ = 0, score = 0;
function loadQuestion() {
const data = quizData[currentQ];
document.getElementById('q-status').innerText = `प्रश्न ${currentQ + 1} / ${quizData.length}`;
document.getElementById('question').innerText = data.q;
const optionsDiv = document.getElementById('options');
optionsDiv.innerHTML = '';
data.a.forEach((opt, index) => {
const div = document.createElement('div');
div.className = 'option';
div.innerText = opt;
div.onclick = () => checkAnswer(index, div);
optionsDiv.appendChild(div);
});
}
function checkAnswer(selectedIdx, element) {
const correctIdx = quizData[currentQ].c;
const options = document.querySelectorAll('.option');
options.forEach(o => o.onclick = null);
if (selectedIdx === correctIdx) {
element.classList.add('correct');
score++;
} else {
element.classList.add('wrong');
options[correctIdx].classList.add('correct');
}
document.getElementById('next-btn').style.display = 'block';
}
function nextQuestion() {
currentQ++;
if (currentQ < quizData.length) {
loadQuestion();
document.getElementById('next-btn').style.display = 'none';
} else {
document.getElementById('quiz-box').style.display = 'none';
document.getElementById('score-box').style.display = 'block';
document.getElementById('final-score').innerText = `आपका कुल स्कोर: ${score} / ${quizData.length}`;
}
}
loadQuestion();
</script>
</body>
</html>
CCC 5-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)...