Computer Fundamentals — MCQ Practice

Hindi aur English dono mein practice karo — click karo answer check karne ke liye

📚 2618 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
2618 questions
541
EN + हिं Medium
GB Which file format is used for vector graphics?
IN वेक्टर ग्राफ़िक्स के लिए किस फ़ाइल स्वरूप का उपयोग किया जाता है?
A
JPEG जेपीईजी
B
PNG पीएनजी
C
SVG एसवीजी
D
BMP बीएमपी
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) SVG (Scalable Vector Graphics) stores vector-based graphics that scale without quality loss.
व्याख्या (हिन्दी) एसवीजी (स्केलेबल वेक्टर ग्राफिक्स) वेक्टर-आधारित ग्राफिक्स को संग्रहीत करता है जो गुणवत्ता हानि के बिना स्केल करता है।
542
EN + हिं Easy
GB BMP stands for?
IN बीएमपी का मतलब है?
A
Bitmap बिटमैप
B
Binary Map Picture बाइनरी मानचित्र चित्र
C
Basic Map Program बुनियादी मानचित्र कार्यक्रम
D
Byte Map Picture बाइट मानचित्र चित्र
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) BMP (Bitmap) is an uncompressed raster graphics format storing raw pixel data.
व्याख्या (हिन्दी) बीएमपी (बिटमैप) कच्चे पिक्सेल डेटा को संग्रहीत करने वाला एक असम्पीडित रेखापुंज ग्राफिक्स प्रारूप है।
543
EN + हिं Medium
GB GIF supports?
IN जीआईएफ समर्थन करता है?
A
Millions of colors लाखों रंग
B
Only 256 colors केवल 256 रंग
C
Only black and white केवल काले और सफेद
D
No color कोई रंग नहीं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) GIF (Graphics Interchange Format) supports a maximum of 256 colors per frame.
व्याख्या (हिन्दी) GIF (ग्राफिक्स इंटरचेंज फॉर्मेट) प्रति फ्रेम अधिकतम 256 रंगों का समर्थन करता है।
544
EN + हिं Medium
GB Which image format supports transparency?
IN कौन सा छवि प्रारूप पारदर्शिता का समर्थन करता है?
A
JPEG जेपीईजी
B
BMP बीएमपी
C
PNG पीएनजी
D
GIF (limited) GIF (सीमित)
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) PNG fully supports alpha channel transparency, making it ideal for web graphics.
व्याख्या (हिन्दी) पीएनजी पूरी तरह से अल्फा चैनल पारदर्शिता का समर्थन करता है, जो इसे वेब ग्राफिक्स के लिए आदर्श बनाता है।
545
EN + हिं Medium
GB ZIP file format is used for?
IN ZIP फ़ाइल स्वरूप का उपयोग किसके लिए किया जाता है?
A
Video compression वीडियो संपीड़न
B
File archiving and compression फ़ाइल संग्रह और संपीड़न
C
Image compression छवि संपीड़न
D
Database backup डेटाबेस बैकअप
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) ZIP is a file format for archiving and compressing multiple files into one archive.
व्याख्या (हिन्दी) ज़िप एकाधिक फ़ाइलों को एक संग्रह में संग्रहित और संपीड़ित करने के लिए एक फ़ाइल स्वरूप है।
546
EN + हिं Medium
GB Which Linux command displays current directory?
IN कौन सा लिनक्स कमांड वर्तमान निर्देशिका प्रदर्शित करता है?
A
dir डिर
B
ls रास
C
pwd लोक निर्माण विभाग
D
cd सीडी
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 'pwd' (print working directory) displays the full path of the current directory in Linux.
व्याख्या (हिन्दी) 'pwd' (प्रिंट वर्किंग डायरेक्टरी) लिनक्स में वर्तमान डायरेक्टरी का पूरा पथ प्रदर्शित करता है।
547
EN + हिं Medium
GB Which Linux command changes directory?
IN कौन सा लिनक्स कमांड डायरेक्टरी बदलता है?
A
pwd लोक निर्माण विभाग
B
ls रास
C
mkdir mkdir
D
cd सीडी
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 'cd' (change directory) navigates to a different directory in Linux.
व्याख्या (हिन्दी) 'सीडी' (परिवर्तन निर्देशिका) लिनक्स में एक अलग निर्देशिका में नेविगेट करती है।
548
EN + हिं Medium
GB Which Linux command creates a directory?
IN कौन सा लिनक्स कमांड एक डायरेक्टरी बनाता है?
A
touch छूना
B
mkdir mkdir
C
create बनाएं
D
md एमडी
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 'mkdir' (make directory) creates a new directory in Linux.
व्याख्या (हिन्दी) 'mkdir' (निर्देशिका बनाएं) लिनक्स में एक नई निर्देशिका बनाता है।
549
EN + हिं Medium
GB Which Linux command deletes a file?
IN कौन सा लिनक्स कमांड किसी फ़ाइल को हटा देता है?
A
del डेल
B
rm आर एम
C
erase मिटा
D
remove निकालना
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 'rm' (remove) deletes files in Linux; 'rm -r' removes directories recursively.
व्याख्या (हिन्दी) 'आरएम' (निकालें) लिनक्स में फ़ाइलें हटाता है; 'RM -r' निर्देशिकाओं को पुनरावर्ती रूप से हटाता है।
550
EN + हिं Medium
GB Which Linux command copies a file?
IN कौन सा लिनक्स कमांड किसी फाइल को कॉपी करता है?
A
mv एमवी
B
cp सीपी
C
copy कॉपी
D
clone क्लोन
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 'cp' (copy) duplicates files or directories in Linux.
व्याख्या (हिन्दी) 'सीपी' (कॉपी) लिनक्स में फ़ाइलों या निर्देशिकाओं की डुप्लिकेट करता है।
551
EN + हिं Medium
GB Which Linux command moves or renames a file?
IN कौन सा लिनक्स कमांड किसी फ़ाइल को स्थानांतरित करता है या उसका नाम बदलता है?
A
cp सीपी
B
mv एमवी
C
ren रेन
D
move कदम
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 'mv' (move) moves or renames files and directories in Linux.
व्याख्या (हिन्दी) 'एमवी' (मूव) लिनक्स में फ़ाइलों और निर्देशिकाओं को स्थानांतरित करता है या उनका नाम बदलता है।
552
EN + हिं Medium
GB chmod in Linux is used to?
IN लिनक्स में chmod का उपयोग किया जाता है?
A
Change file ownership फ़ाइल स्वामित्व बदलें
B
Change file permissions फ़ाइल अनुमतियाँ बदलें
C
Move files फ़ाइलें ले जाएँ
D
List files फ़ाइलों की सूची बनाएं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 'chmod' (change mode) modifies the access permissions of files and directories in Linux.
व्याख्या (हिन्दी) 'chmod' (परिवर्तन मोड) Linux में फ़ाइलों और निर्देशिकाओं की पहुंच अनुमतियों को संशोधित करता है।
553
EN + हिं Medium
GB Which Linux command displays running processes?
IN कौन सा लिनक्स कमांड चल रही प्रक्रियाओं को प्रदर्शित करता है?
A
ls रास
B
ps पी.एस.
C
top शीर्ष
D
show दिखाओ
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 'ps' (process status) displays currently running processes; 'top' shows real-time process monitoring.
व्याख्या (हिन्दी) 'पीएस' (प्रक्रिया स्थिति) वर्तमान में चल रही प्रक्रियाओं को प्रदर्शित करता है; 'top' shows real-time process monitoring.
554
EN + हिं Medium
GB grep command in Linux is used to?
IN लिनक्स में grep कमांड का उपयोग किसके लिए किया जाता है?
A
Find files फ़ाइलें ढूंढें
B
Search text patterns in files फ़ाइलों में टेक्स्ट पैटर्न खोजें
C
Compress files फ़ाइलें संपीड़ित करें
D
Monitor network नेटवर्क की निगरानी करें
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 'grep' searches for patterns (strings/regex) within files and displays matching lines.
व्याख्या (हिन्दी) 'grep' फाइलों के भीतर पैटर्न (स्ट्रिंग्स/रेगेक्स) की खोज करता है और मेल खाती लाइनें प्रदर्शित करता है।
555
EN + हिं Medium
GB | (pipe) in Linux connects?
IN | (पाइप) लिनक्स में कनेक्ट होता है?
A
Files फ़ाइलें
B
Commands — output of one as input of next कमांड - एक का आउटपुट अगले के इनपुट के रूप में
C
Directories निर्देशिका
D
Users उपयोगकर्ताओं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) The pipe operator | passes the output of one command as input to the next command.
व्याख्या (हिन्दी) पाइप ऑपरेटर | एक कमांड के आउटपुट को अगले कमांड में इनपुट के रूप में पास करता है।
541–555 of 2618