Computer Quiz

Q1. अष्टाधारी संख्या 100 को दशमलव में रूपांतरित करें.
(a) 64
(b) 65
(c) 10000
(d) 10
(e) उपरोक्त में से कोई नहीं


Q2. एक NAND गेट ________ के द्वारा बनाया जाता है?
(a) एक AND गेट के बाद OR गेट
(b) एक NOT गेट के बाद एक AND गेट
(c) एक AND गेट के बाद एक NOT गेट
(d) एक OR गेट के बाद एक AND गेट
(e) उपरोक्त में से कोई नहीं

Q3. वेबसाइट ________ का एक संग्रह हो सकता है.
(a) HTML डॉक्यूमेंट
(b) ग्राफ़िक फाइल्स
(c) ऑडियो और विडियो फाइल्स
(d) उपरोक्त सभी
(e) उपरोक्त में से कोई नहीं

Q4.  आकृति कौन सा लॉजिक गेट दर्शाती है?

(a) Exclusive- AND
(b) NAND
(c) OR
(d) Exclusive OR
(e) NOR

Q5. निम्नलिखित में से क्या डारण की सबसे बड़ी इकाई है?
(a) PB
(b) KB
(c) MB
(d) TB
(e) उपरोक्त में से कोई नहीं

Q6. 10110111 का 1 पूरक क्या है?
(a) 01010100
(b) 10110111
(c) 01001000
(d) 01010111
(e) उपरोक्त में से कोई नहीं

Q7. निम्नलिखित में से क्या एक NAS सर्वर का प्राथमिक कार्य है?
(a) लॉगिन प्रमाणन
(b) फाइल शेयरिंग
(c) इन्टरनेट एक्सेस
(d) -मेल प्रोसेसिंग
(e) उपरोक्त में से कोई नहीं

Q8. कितनी मेगाबाइट एक गीगाबाइट बनाती है?
(a) 1024
(b) 128
(c) 256
(d) 512
(e) 64

Q9. 4010 टेराबाइट लगभग कितने पेटाबाइट के बराबर है?
(a) 2.0
(b) 1.6
(c) 3.9
(d) 4.9
(e) 5.0

Q10. बेसिक इनपुट / आउटपुट सिस्टम (BIOS) कहा संग्रहित किया जाता है:
(a) RAM
(b) EEPROM
(c) ALU
(d) पेरिफेरल
(e) उपरोक्त में से कोई नहीं

Q11. निम्नलिखित में से क्या संख्या 013(आधार 8) के लिए एक उपयुक्त बाइनरी रूपांतरण है?
(a) 101010
(b) 11011
(c) 1011
(d) 1110
(e) 0001

Q12. दी गयी आकृति निम्नलिखित में से किस लॉजिक गेट का प्रतिनिधित्व करती है?

(a) AND
(b) OR
(c) NOR
(d) NAND
(e) NOT

Q13. यदि , ‘0’ और ○, ‘1’ का प्रतिनिधित्व करता हैतो- ○∆∆○○∆ का एक पूरक क्या होगा?
(a) 011001
(b) 100110
(c) 101010
(d) 000000
(e) 111111

Q14. निम्नलिखित में से क्या एक लॉजिक डिसजंक्शन है?
(a) OR gate
(b) AND gate
(c) NOT gate
(d) दोनों(a) और (b)
(e) उपरोक्त सभी

Q15. यदि Ӣ, ‘1’ और Ṉ ,‘0’ का प्रतिनिधित्व करता है. A, NOT लॉजिक गेट का इनपुट है और एकल आउटपुट हैयदि A= Ӣ है तो आउटपुट क्या होगा?
(a) Ṉ Ӣ
(b) Ṉ
(c) Ӣ 
(d) Ӣ Ṉ
(e) Ӣ Ṉ Ӣ

 SOLUTIONS

S1. Ans.(a)
Sol. 


S2. Ans.(c)
Sol. The Logic NAND Gate is a combination of the digital logic AND gate with that of an inverter or NOT gate connected together in series.

S3. Ans.(d)
Sol. A website may include all of following: HTML Documents, graphic files and audio and video files.

S4. Ans.(d)
Sol. The given logic gate represents an exclusive OR logic gate.

S5. Ans.(a)
Sol.  Among the given options PB or Petabyte is the largest unit of storage and 1PB is equivalent to 1024 TB or Terabyte.

S6. Ans.(c)
Sol. To get 1’s complement change the bits convert 1’s to 0’s and vice versa. Eg.- 1’s complement of 10 will be -> 01

S7. Ans.(b)
Sol. Network-attached storage (NAS) is a file-level computer data storage server connected to a computer network providing data access to a heterogeneous group of clients.

S8. Ans.(a)
Sol. 1GB = 1024 MB

S9. Ans.(c)
Sol. 1PB= 1024 TB hence, 4010 TB is approximately equivalent to 3.9 PB.

S10. Ans.(b)
Sol. System BIOS, ROM BIOS or PC BIOS is a type of firmware used to perform hardware initialization during the booting process. BIOS is stored on the EEPROM because it is Non-volatile which means that it doesn't go away when the power is turned off. In other words, it is effectively permanent (at least until it is reprogrammed).

S11. Ans.(C)
Sol. Following are the steps to convert 013 (octal number) to binary


Hence, (013) base 8 = (1011) base 2


S12. Ans.(a)
Sol. The given representation is of AND Logic Gate.

S13. Ans.(a)
Sol. ○∆∆○○∆ represents 100110. For finding one’s complement we change each 1 to 0 and each 0 to 1. Hence One’s complement of 100110 will be 011001. 

S14. Ans.(a)
Sol. When two statements are combined with 'OR,' then it is a disjunction. When two statements are combined with an 'and,' you have a conjunction.

S15. Ans.(b)
Sol.  Ṉ= 0 and  Ӣ=1 
Following is the truth table of NOT logic gate
A
B
1
0
0
1


ADMISSION OPEN -> Special Foundation Batch for All Banking Exams, Starts from: 26 August| Regular Live Classes Running on Safalta360 App. Download Now | For more infomation contact us on these numbers - 9828710134 , 9982234596 .

TOP COURSES

Courses offered by Us

Boss

BANKING

SBI/IBPS/RRB PO,Clerk,SO level Exams

Boss

SSC

WBSSC/CHSL/CGL /CPO/MTS etc..

Boss

RAILWAYS

NTPC/GROUP D/ ALP/JE etc..

Boss

TEACHING

REET/Super TET/ UTET/CTET/KVS /NVS etc..