Computer Map
14.9K subscribers
903 photos
17 videos
395 files
357 links
Abhyas Point Powered By Computer Map टेलीग्राम चैनल में आपका स्वागत है यह सभी प्रतियोगी परीक्षाओं के लिए कंप्यूटर विषय के लिए एक निःशुल्क टेलीग्राम चैनल है
#ACP #BPSCTRE #Anudeshak #UPLTGrade #Computer_Anudeshak_BCI #DSSSB_PGT_TGT, #EMRS_PGT_TGT
Download Telegram
Which statement about an IP network is true ?/IP नेटवर्क के संबंध में निम्न में से कौन-सा कथन सत्य है?

(A) A broadcast source MAC contains all zeros/एक ब्रॉडकास्ट स्रोत MAC पता सभी शून्य (0) होता है

(B) A MAC address is part of the
physical layer of the OSI model/MAC पता, OSI मॉडल की फिजिकल लेयर का भाग होता है

(C) MAC addresses are used by bridges to make forwarding decisions : IP address are used by routers/MAC पतों का उपयोग ब्रिज द्वारा फॉरवर्डिंग निर्णय लेने के लिए किया जाता है; IP पतों का उपयोग राउटर द्वारा किया जाता है

(D) IP address are a flat addressing scheme : MAC addresses use a hierarchical addressing scheme/IP पते एक फ्लैट एड्रेसिंग स्कीम का उपयोग करते हैं; MAC पते एक हायरार्किकल एड्रेसिंग स्कीम का उपयोग करते

KSET 2017 II
.
Anonymous Quiz
7%
A
34%
B
52%
C
8%
D
2👍2💯1
The.........is a circuit switched
network, while the..........is a
packet switched network/........... एक परिपथ-स्वitched नेटवर्क है, जबकि .......... एक पैकेट-स्वitched नेटवर्क है। KSET 2017 II
Anonymous Quiz
40%
(A) Telephone, ATM/टेलीफोन, एटीएम
31%
(B) SONET and FDDI/ सोनट (SONET), एफडीडीआई (FDDI)
17%
(C) Satellite, Telephone/ सैटेलाइट, टेलीफोन
12%
(D) FDDI and SONET/एफडीडीआई (FDDI), सोनट (SONET)
Data link protocols always put the CRC in a trailer rather than in a header because/डेटा लिंक प्रोटोकॉल्स हमेशा CRC (साइक्लिक रिडंडेंसी चेक) को हेडर की बजाय ट्रेलर में क्यों रखते हैं?

KSET 2016 III
Anonymous Quiz
30%
(A) It is not permitted in the beginning
34%
(B) Creates inconsistency
21%
(C) Work reduced by half
15%
(D) Computation is not possible
3
In SQL the word 'natural' can be used with/SQL में 'natural' शब्द का प्रयोग किसके साथ किया जा सकता है?

KSET 2018
Anonymous Quiz
33%
(A) Inner join
18%
(B) Full outer join
11%
(C) Right outer join
38%
(D) All of the above
2
In C++, dynamic memory allocation is accomplished with the operator:C++ में डायनामिक मेमोरी एलोकेशन किस ऑपरेटर द्वारा की जाती है?

GJ SET 2016
Anonymous Quiz
25%
(A) new
11%
(B) this
63%
(C) malloc()
2%
(D) delete
2
In C++ a constructor can have the following return type:/C++ में किसी कंस्ट्रक्टर (Constructor) की निम्न में से कौन-सी रिटर्न टाइप (Return Type) हो सकती है?

GJ SET 2016
Anonymous Quiz
9%
(A) int.
18%
(B) string.
23%
(C) void.
50%
(D) A constructor cannot have a return type
1
Initial header to the frame in OSI model is attached at:OSI मॉडल में फ्रेम के प्रारंभिक हेडर को किस स्तर (लेयर) पर जोड़ा जाता है?

GJ SET 2016
Anonymous Quiz
23%
(A) Physical layer
41%
(B) Data Link layer
11%
(C) Network layer
25%
(D) Both (A) and (B)
Which Data Link layer protocol is not used for noisy channels ?निम्न में से कौन-सा डाटा लिंक लेयर प्रोटोकॉल noisy channels (शोरयुक्त चैनलों) के लिए उपयोग नहीं किया जाता है?

GJ SET 2016
Anonymous Quiz
31%
(A) Stop-and-Wait
36%
(B) Stop-and-Wait ARQ
19%
(C) Go-Back-N ARQ
14%
(D) Selective Repeat ARQ
4😍1
In the IPV4 header, the fragment offset (3 bits) is used in conjunction with which of the following header fields ?IPv4 हेडर में, Fragment Offset (3 बिट) का उपयोग निम्न में से किस हेडर फ़ील्ड के साथ मिलाकर किया जाता है?

GJ SET 2013
Anonymous Quiz
37%
(A) Flags
40%
(B) Protocol
12%
(C) Options
11%
(D) Service Type
6
🎓 In C++, only one copy of the class is inherited, when it is defined as:C++ में, केवल एक ही क्लास की कॉपी इनहेरिट होती है, जब उसे किस प्रकार परिभाषित किया जाता है?

GJ SET 2016
Anonymous Quiz
24%
(A) Virtual
42%
(B) Static
18%
(C) Public
16%
(D) Private
4
🎓 A class that acts only as a base class and is not used to create objects is:एक ऐसी क्लास जो केवल बेस क्लास के रूप में कार्य करती है और जिसका उपयोग ऑब्जेक्ट बनाने के लिए नहीं किया जाता, उसे क्या कहा जाता है

GJ SET 2016
Anonymous Quiz
22%
(A) Parent class
20%
(B) Super class
50%
(C) Abstract class
8%
(D) Derived class
👌3
🎓In C++, a friend function to a class C cannot access:C++ में, किसी क्लास C की एक friend function निम्न में से किस तक पहुंच नहीं बना सकती

GJ SET 2016
Anonymous Quiz
32%
(A) private data members and member functions
25%
(B) public data members and member functions
28%
(C) protected data members and member functions
14%
(D) the data members of the derived class of C
2😍2
🎓Which type of firewall monitors traffic on several layers of the OSI model/कौन सा प्रकार का फायरवॉल OSI मॉडल की कई परतों पर ट्रैफिक की निगरानी करता है?

GJ SET 2013
Anonymous Quiz
35%
(A) Packet-filtering firewall/पैकेट-फ़िल्टरिंग फायरवॉल
16%
(B) Circuit-level gateway/सर्किट-लेवल गेटवे
34%
(C) Application-level gateway/एप्लीकेशन-लेवल गेटवे
15%
(D) Stateful-inspection firewall/स्टेटफुल-इंस्पेक्शन फायरवॉल
👍31