🌟 Which of these statements are CORRECT?निम्न में से कौन से कथन सही हैं?
(i) When a router receives the packet, TTL is reduced by one/जब कोई राउटर पैकेट प्राप्त करता है, तो TTL को एक घटा देता है।
(ii) When a router receives the packet, TTL is increased by one/जब कोई राउटर पैकेट प्राप्त करता है, तो TTL को एक बढ़ा देता है।
(iii) If the TTL count is zero and the packet has not reached the destination, the packet is discarded/यदि TTL की गणना शून्य (0) हो जाती है और पैकेट गंतव्य तक नहीं पहुँचा है, तो पैकेट को नष्ट (Discard) कर दिया जाता है।
(iv) If the TTL count is 255 and the packet has not reached the destination, the packet is discarded/यदि TTL की गणना 255 है और पैकेट गंतव्य तक नहीं पहुँचा है, तो पैकेट को नष्ट कर दिया जाता है।
(i) When a router receives the packet, TTL is reduced by one/जब कोई राउटर पैकेट प्राप्त करता है, तो TTL को एक घटा देता है।
(ii) When a router receives the packet, TTL is increased by one/जब कोई राउटर पैकेट प्राप्त करता है, तो TTL को एक बढ़ा देता है।
(iii) If the TTL count is zero and the packet has not reached the destination, the packet is discarded/यदि TTL की गणना शून्य (0) हो जाती है और पैकेट गंतव्य तक नहीं पहुँचा है, तो पैकेट को नष्ट (Discard) कर दिया जाता है।
(iv) If the TTL count is 255 and the packet has not reached the destination, the packet is discarded/यदि TTL की गणना 255 है और पैकेट गंतव्य तक नहीं पहुँचा है, तो पैकेट को नष्ट कर दिया जाता है।
कर्नाटक AP 24
Anonymous Quiz
12%
(A) Only (i) is correct
17%
(B) Only (ii) is correct
64%
(C) Only (i) and (iii) are correct
8%
(D) Only (ii) and (iv) are correct
💯4👌1
कर्नाटक AP 24
Anonymous Quiz
13%
(A) IP address from the DNS/DNS से IP पता
8%
(B) IP address of the client/क्लाइंट का IP पता
50%
(C) IP address that corresponds to a MAC address/वह IP पता जो किसी MAC पते से संबंधित हो
29%
(D) MAC address that corresponds to an IP address/वह MAC पता जो किसी IP पते से संबंधित हो
कर्नाटक AP 24
Anonymous Quiz
56%
(A) physical
18%
(B) relative
23%
(C) logical
3%
(D) absolute
💯3
KVS Librarian Exam 2023
Anonymous Quiz
35%
(A) Ring Topology
15%
(B) Tree Topology
8%
(C) Star Topology
42%
(D) Linear Bus Topology
❤7👍2
🎓Given below are two statements, one labelled as Assertion (a) and the other labelled as Reason (r). Read the statements and choose the correct answer from the code given below: नीचे दो कथन दिए गए हैं, एक को कथन (a) और दूसरे को कारण (r) के रूप में चिह्नित किया गया है। कथनों को पढ़िए और नीचे दिए गए कूट से सही उत्तर का चयन कीजिए:
Assertion (a): DNS operates on port 53 for both UDP and TCP
communication.कथन (a): DNS पोर्ट 53 पर UDP और TCP दोनों संचार के लिए कार्य करता है।
Reason (r): DNS queries are always transmitted over TCP for reliability and error correction. कारण (r): DNS क्वेरी हमेशा TCP पर भेजी जाती है ताकि विश्वसनीयता और त्रुटि सुधार सुनिश्चित किया जा सके।
JK 2023
Assertion (a): DNS operates on port 53 for both UDP and TCP
communication.कथन (a): DNS पोर्ट 53 पर UDP और TCP दोनों संचार के लिए कार्य करता है।
Reason (r): DNS queries are always transmitted over TCP for reliability and error correction. कारण (r): DNS क्वेरी हमेशा TCP पर भेजी जाती है ताकि विश्वसनीयता और त्रुटि सुधार सुनिश्चित किया जा सके।
JK 2023
❤3
JK 2023
Anonymous Quiz
25%
(A) CSMA/CD is a more fair method than Token Passing.
30%
(B) Token Passing is a more fair method than CSMA/CD.
20%
(C) Token Passing is more stable in heavy traffic conditions.
25%
(D) Adding and removing nodes to CSMA/CD LAN is easier than to Token Passing LAN
Pick the incorrect statement about inline functions in C++ :C++ में inline functions के बारे में निम्न में से कौन-सा कथन गलत है?
(A) Saves overhead of a return, call from a function./यह किसी फ़ंक्शन को कॉल करने और रिटर्न होने के ओवरहेड को बचाता है।
(B) A function defined inside the
body of a class is inline by default./किसी क्लास के अंदर परिभाषित किया गया फ़ंक्शन डिफ़ॉल्ट रूप से inline होता है।
(C) These functions are inserted/ substituted at the point of call./ इन फंक्शनों को कॉल के स्थान पर ही जोड़ा/प्रतिस्थापित किया जाता है।
(D) A recursive function can also be made inline by using the
keyword inline./एक recursive function को भी inline बनाया जा सकता है केवल inline कीवर्ड का प्रयोग करके
(A) Saves overhead of a return, call from a function./यह किसी फ़ंक्शन को कॉल करने और रिटर्न होने के ओवरहेड को बचाता है।
(B) A function defined inside the
body of a class is inline by default./किसी क्लास के अंदर परिभाषित किया गया फ़ंक्शन डिफ़ॉल्ट रूप से inline होता है।
(C) These functions are inserted/ substituted at the point of call./ इन फंक्शनों को कॉल के स्थान पर ही जोड़ा/प्रतिस्थापित किया जाता है।
(D) A recursive function can also be made inline by using the
keyword inline./एक recursive function को भी inline बनाया जा सकता है केवल inline कीवर्ड का प्रयोग करके
❤3
🎓Choose the correct sequence of steps to perform a basic SQL query: एक बेसिक SQL क्वेरी को निष्पादित करने के लिए निम्न में से कौन-सा चरणों का क्रम सही है?
Anonymous Quiz
12%
(A) FROM, SELECT, WHERE, ORDER BY
49%
(B) SELECT, FROM, ORDER BY, WHERE
23%
(C) SELECT, WHERE, FROM, ORDER BY
16%
(D) FROM, WHERE, SELECT, ORDER BY
🎓 Datagram networks are also referred as ......... networks./डाटाग्राम नेटवर्क को अन्य नाम से क्या कहा जाता है?
Anonymous Quiz
38%
(A) Connection oriented/कनेक्शन ओरिएंटेड
9%
(B) Bluetooth/ब्लूटूथ
7%
(C) Wi-Fi/वाई-फाई
45%
(D) Connectionless/कनेक्शनलेस
🎓Socket address is :Socket Address क्या होता है?
[JK 2023]
[JK 2023]
Anonymous Quiz
10%
(A) IPv4 address translated to IPv6 address
66%
(B) Combination of IP address and port address
19%
(C) Combination of MAC address and domain address
5%
(D) Application layer address
🎓कम्प्यूटर अनुदेशक भर्ती के लिए लिए काफी मेसेज आ रहे हैं जैसे ACP Exam में PYQ question दिए वैसे हमें भी सब्जेक्ट वाइज दो
⭕ उत्तर दोस्तों आपका कंटेंट है ओल इंडिया 50 हजार PYQ question और उसको मेनेज करने में समय तो लगेगा
🤖 ऐसा है नहीं chatgpt काका को दो और वो दे दे नहीं एक एक पेपर में से सब्जेक्ट वाइज question निकालना पड़ता है
⭕ BPSC TRE का भी साथ तैयार हो रहा है जो टोपिक BPSC TRE में होगा वो उसमे अपलोड हो जाएगा
वैसे धैर्य रखो विनोद जल्दबाजी नहीं करे
🧑🎓 बहुत सारे PYQ question दुगा टेस्ट लगाते लगाते थक जाओगे 😁
⭕ उत्तर दोस्तों आपका कंटेंट है ओल इंडिया 50 हजार PYQ question और उसको मेनेज करने में समय तो लगेगा
⭕ BPSC TRE का भी साथ तैयार हो रहा है जो टोपिक BPSC TRE में होगा वो उसमे अपलोड हो जाएगा
वैसे धैर्य रखो विनोद जल्दबाजी नहीं करे
Please open Telegram to view this post
VIEW IN TELEGRAM
❤23
🎓Select operation in SQL is equivalent to/SQL में SELECT ऑपरेशन किसके समकक्ष (equivalent) होता है?
(A) the selection operation in relational algebra/रिलेशनल एल्जेब्रा में चयन ऑपरेशन (Selection Operation)
(B) the selection operation in relational algebra, except that SELECT in SQL retains duplicates/रिलेशनल एल्जेब्रा में चयन ऑपरेशन, सिवाय इसके कि SQL का SELECT डुप्लिकेट्स को बनाए रखता है
(C) the projection operation in
relational algebra/रिलेशनल एल्जेब्रा में प्रोजेक्शन ऑपरेशन (Projection Operation)
(D) the projection operation in
relational algebra, except that
SELECT in SQL retains duplicates/रिलेशनल एल्जेब्रा में प्रोजेक्शन ऑपरेशन, सिवाय इसके कि SQL का SELECT डुप्लिकेट्स को बनाए रखता है
KT 2018
(A) the selection operation in relational algebra/रिलेशनल एल्जेब्रा में चयन ऑपरेशन (Selection Operation)
(B) the selection operation in relational algebra, except that SELECT in SQL retains duplicates/रिलेशनल एल्जेब्रा में चयन ऑपरेशन, सिवाय इसके कि SQL का SELECT डुप्लिकेट्स को बनाए रखता है
(C) the projection operation in
relational algebra/रिलेशनल एल्जेब्रा में प्रोजेक्शन ऑपरेशन (Projection Operation)
(D) the projection operation in
relational algebra, except that
SELECT in SQL retains duplicates/रिलेशनल एल्जेब्रा में प्रोजेक्शन ऑपरेशन, सिवाय इसके कि SQL का SELECT डुप्लिकेट्स को बनाए रखता है
KT 2018
❤6
🎓In a 1:N relationship, the foreign key is placed in/1:N (वन टू मैनी) संबंध में, फॉरेन की (Foreign Key) कहाँ रखी जाती है?
KT 2018
KT 2018
Anonymous Quiz
21%
(A) Either table without specifying parent and child tables
27%
(B) The parent table
39%
(C) The child table
13%
(D) Either the parent table or the child table
❤1
🎓Most of the time, modification anomalies are serious enough that tables should be normalised into/अधिकतर मामलों में, संशोधन विसंगतियाँ (modification anomalies) इतनी गंभीर होती हैं कि तालिकाओं को किस सामान्य रूप (Normal Form) तक सामान्यीकृत (Normalize) कर देना चाहिए?
KT 2018
KT 2018
🎓In relational data model, relations are termed as/रिलेशनल डेटा मॉडल में, रिलेशन्स को किस नाम से जाना जाता है?
KT 2018
KT 2018
Anonymous Quiz
11%
(A) Tuples/ट्यूपल्स
31%
(B) Attributes/एट्रीब्यूट्स
55%
(C) Tables/टेबल्स
2%
(D) Rows/रोज़