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
691
EN + हिं Easy
GB What does chmod 755 mean?
IN चामोद 755 का क्या मतलब है?
A
Read-write-execute for owner; read-execute for group and others मालिक के लिए पढ़ें-लिखें-निष्पादित करें; समूह और अन्य के लिए पढ़ें-निष्पादित करें
B
Read for all सभी के लिए पढ़ें
C
Write for all सभी के लिए लिखें
D
No access तक पहुँच नहीं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) chmod 755: owner (rwx=7), group (r-x=5), others (r-x=5).
व्याख्या (हिन्दी) chmod 755: स्वामी (rwx=7), समूह (r-x=5), अन्य (r-x=5)।
692
EN + हिं Medium
GB Root user in Linux has UID?
IN लिनक्स में रूट उपयोगकर्ता के पास यूआईडी है?
A
1 1
C
999 999
D
100 100
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) The root (superuser) account in Linux always has UID (User ID) of 0.
व्याख्या (हिन्दी) लिनक्स में रूट (सुपरयूजर) खाते का यूआईडी (यूजर आईडी) हमेशा 0 होता है।
693
EN + हिं Medium
GB Which command shows network interfaces in Linux?
IN कौन सा कमांड लिनक्स में नेटवर्क इंटरफेस दिखाता है?
A
ls रास
B
ifconfig or ip addr ifconfig या आईपी पता
C
netstat नेटस्टैट
D
ping गुनगुनाहट
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 'ifconfig' (legacy) and 'ip addr' (modern) display network interface configuration in Linux.
व्याख्या (हिन्दी) 'ifconfig' (विरासत) और 'ip addr' (आधुनिक) Linux में नेटवर्क इंटरफ़ेस कॉन्फ़िगरेशन प्रदर्शित करते हैं।
694
EN + हिं Medium
GB Which command installs packages in Ubuntu?
IN कौन सा कमांड उबंटू में पैकेज स्थापित करता है?
A
yum install यम स्थापित करें
B
rpm -i आरपीएम -आई
C
apt install उपयुक्त स्थापना
D
pacman -S पैक्मैन-एस
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 'apt install' (Advanced Package Tool) installs software packages on Debian/Ubuntu-based Linux systems.
व्याख्या (हिन्दी) 'एपीटी इंस्टॉल' (उन्नत पैकेज टूल) डेबियन/उबंटू-आधारित लिनक्स सिस्टम पर सॉफ्टवेयर पैकेज स्थापित करता है।
695
EN + हिं Medium
GB Which command installs packages in CentOS/RHEL?
IN कौन सा कमांड CentOS/RHEL में पैकेज स्थापित करता है?
A
apt install उपयुक्त स्थापना
B
apt-get उपयुक्त-प्राप्त करें
C
yum install / dnf install यम इंस्टॉल / डीएनएफ इंस्टॉल
D
pacman Pacman
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 'yum install' (older) and 'dnf install' (modern) install packages on CentOS/RHEL-based systems.
व्याख्या (हिन्दी) 'यम इंस्टॉल' (पुराना) और 'डीएनएफ इंस्टॉल' (आधुनिक) सेंटओएस/आरएचईएल-आधारित सिस्टम पर पैकेज इंस्टॉल करें।
696
EN + हिं Easy
GB What is /etc in Linux?
IN लिनक्स में /etc क्या है?
A
Executable files निष्पादन योग्य फ़ाइलें
B
System configuration files सिस्टम कॉन्फ़िगरेशन फ़ाइलें
C
Home directories होम निर्देशिकाएँ
D
Temporary files अस्थायी फ़ाइलें
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) /etc contains system-wide configuration files for the Linux operating system and applications.
व्याख्या (हिन्दी) /etc में Linux ऑपरेटिंग सिस्टम और अनुप्रयोगों के लिए सिस्टम-व्यापी कॉन्फ़िगरेशन फ़ाइलें शामिल हैं।
697
EN + हिं Easy
GB What is /var in Linux?
IN Linux में /var क्या है?
A
Virtual addresses आभासी पते
B
Variable data files (logs, spools, databases) परिवर्तनीय डेटा फ़ाइलें (लॉग, स्पूल, डेटाबेस)
C
Virtual machines आभाषी दुनिया
D
Video files वीडियो फ़ाइलें
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) /var contains variable data that changes during normal operation: logs, mail spools, databases.
व्याख्या (हिन्दी) /var में वेरिएबल डेटा होता है जो सामान्य ऑपरेशन के दौरान बदलता है: लॉग, मेल स्पूल, डेटाबेस।
698
EN + हिं Easy
GB What is /tmp in Linux?
IN लिनक्स में /tmp क्या है?
A
Text files पाठ फ़ाइलें
B
System temp files (cleared on reboot) सिस्टम अस्थायी फ़ाइलें (रीबूट पर साफ़)
C
Thumbnail cache थंबनेल कैश
D
TCP logs टीसीपी लॉग
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) /tmp is used for temporary files; many systems clear it on reboot.
व्याख्या (हिन्दी) /tmp का उपयोग अस्थायी फ़ाइलों के लिए किया जाता है; कई सिस्टम रीबूट पर इसे साफ़ कर देते हैं।
699
EN + हिं Easy
GB What is /home in Linux?
IN लिनक्स में /होम क्या है?
A
Hardware config हार्डवेयर कॉन्फ़िगरेशन
B
User home directories उपयोगकर्ता होम निर्देशिकाएँ
C
System host files सिस्टम होस्ट फ़ाइलें
D
Hidden files छुपी हुई फ़ाइलें
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) /home contains the home directories of all regular users (e.g., /home/username).
व्याख्या (हिन्दी) /home में सभी नियमित उपयोगकर्ताओं (जैसे, /home/username) की होम निर्देशिकाएं शामिल हैं।
700
EN + हिं Easy
GB What is /bin in Linux?
IN लिनक्स में /bin क्या है?
A
Binary graphics बाइनरी ग्राफ़िक्स
B
Essential command binaries (ls, cp, mv) आवश्यक कमांड बायनेरिज़ (एलएस, सीपी, एमवी)
C
Boot files फ़ाइलें बूट करें
D
Big data files बड़ी डेटा फ़ाइलें
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) /bin contains essential binary executables needed for the system to boot and run.
व्याख्या (हिन्दी) /bin में सिस्टम को बूट करने और चलाने के लिए आवश्यक बाइनरी निष्पादनयोग्य शामिल हैं।
701
EN + हिं Easy
GB What is /dev in Linux?
IN लिनक्स में /dev क्या है?
A
Development files विकास फ़ाइलें
B
Device files (hardware interfaces) डिवाइस फ़ाइलें (हार्डवेयर इंटरफ़ेस)
C
Desktop files डेस्कटॉप फ़ाइलें
D
Deleted files हटाई गई फ़ाइलें
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) /dev contains device files representing hardware devices (e.g., /dev/sda for first hard disk).
व्याख्या (हिन्दी) /dev में हार्डवेयर डिवाइस का प्रतिनिधित्व करने वाली डिवाइस फ़ाइलें शामिल हैं (उदाहरण के लिए, पहली हार्ड डिस्क के लिए /dev/sda)।
702
EN + हिं Medium
GB Process 1 (PID 1) in Linux is?
IN लिनक्स में प्रक्रिया 1 (पीआईडी ​​1) क्या है?
A
bash दे घुमा के
B
init/systemd init/systemd
C
kernel कर्नेल
D
login लॉग इन करें
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) PID 1 is the init process (or systemd in modern Linux), the first process started by the kernel.
व्याख्या (हिन्दी) पीआईडी ​​1 इनिट प्रक्रिया (या आधुनिक लिनक्स में सिस्टमडी) है, जो कर्नेल द्वारा शुरू की गई पहली प्रक्रिया है।
703
EN + हिं Medium
GB Which signal terminates a process in Linux?
IN कौन सा सिग्नल लिनक्स में किसी प्रक्रिया को समाप्त कर देता है?
A
SIGSTOP सिगस्टॉप
B
SIGHUP आह
C
SIGKILL सिगकिल
D
SIGCONT सिगकॉन्ट
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) SIGKILL (signal 9) forcefully terminates a process and cannot be caught or ignored.
व्याख्या (हिन्दी) SIGKILL (सिग्नल 9) एक प्रक्रिया को बलपूर्वक समाप्त कर देता है और इसे पकड़ा या अनदेखा नहीं किया जा सकता है।
704
EN + हिं Medium
GB POSIX standards define?
IN POSIX मानक परिभाषित करते हैं?
A
Specific OS implementations विशिष्ट ओएस कार्यान्वयन
B
Portable OS interface standards for Unix-like systems यूनिक्स जैसी प्रणालियों के लिए पोर्टेबल ओएस इंटरफ़ेस मानक
C
Internet protocols इंटरनेट प्रोटोकॉल
D
Hardware specifications हार्डवेयर विशिष्टताएँ
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) POSIX (Portable Operating System Interface) defines standards for Unix-like OS compatibility.
व्याख्या (हिन्दी) POSIX (पोर्टेबल ऑपरेटिंग सिस्टम इंटरफ़ेस) यूनिक्स जैसी OS संगतता के लिए मानकों को परिभाषित करता है।
705
EN + हिं Medium
GB Blue Screen of Death (BSOD) in Windows indicates?
IN विंडोज़ में ब्लू स्क्रीन ऑफ डेथ (बीएसओडी) इंगित करता है?
A
Low battery लो बैटरी
B
Fatal system error requiring reboot रिबूट की आवश्यकता वाली गंभीर सिस्टम त्रुटि
C
Normal shutdown सामान्य शटडाउन
D
Software update सॉफ्टवेयर अपडेट
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) BSOD (Blue Screen of Death) in Windows indicates a critical system error causing the OS to halt.
व्याख्या (हिन्दी) विंडोज़ में बीएसओडी (ब्लू स्क्रीन ऑफ डेथ) एक गंभीर सिस्टम त्रुटि को इंगित करता है जिसके कारण ओएस रुक गया है।
691–705 of 2618