🔵 RPSC ACP EXAM PYQ टेस्ट सीरीज़ 4250 Best Collection All India PYQ Test Series
📱Download Now App
https://play.google.com/store/apps/details?id=com.kxtuvw.fzjanj
Website: https://abhyaspoint.com/
Note:- Website पर आप टेस्ट सीरीज Buy कर सकते हो और लैपटॉप एप्लिकेशन डाउनलोड कर सकते हो
🔴 आज रात्रि 12 बजे ACP Exam PYQ test सीरीज Sold out हो जाएगा बाद में कोई नया युजर खरीद नहीं सकता
धन्यवाद 🙏
📱Download Now App
https://play.google.com/store/apps/details?id=com.kxtuvw.fzjanj
Website: https://abhyaspoint.com/
Note:- Website पर आप टेस्ट सीरीज Buy कर सकते हो और लैपटॉप एप्लिकेशन डाउनलोड कर सकते हो
🔴 आज रात्रि 12 बजे ACP Exam PYQ test सीरीज Sold out हो जाएगा बाद में कोई नया युजर खरीद नहीं सकता
धन्यवाद 🙏
❤2
⭕ Consider a relation R(A, B, C). Which of the following statement is not true according to inference rules for functional dependencies ? एक रिलेशन R(A, B, C) पर विचार करें। फंक्शनल डिपेन्डेंसीज (कार्यात्मक निर्भरता) के इन्फेरेस रूल्स (निष्कर्ष नियमों) के अनुसार निम्न में से कौन-सा कथन सत्त्य नहीं है?
[HTET Exam- 2018]
[HTET Exam- 2018]
❤1🏆1
declaration tag is used by the web browser to understand the version of the HTML : HTML संस्करण-5 में डिक्लेरेशन टैग.......... का प्रयोग वेब-ब्राउज़र द्वारा HTML के संस्करण को समझने के लिए किया जाता है:
HTET Exam- 2018
Anonymous Quiz
60%
(A) <!DOCTYPE html>
21%
(B) <$DOCUMENT html>
17%
(C) <#DOCTYPE html>
3%
(D) <#DOC html>
😍2
HTET Exam- 2018
Anonymous Quiz
14%
(A) ^
25%
(B) = =
50%
(C) . [dot]
12%
(D) !
individually copying each member of an object to the corresponding member of another object of the same class is known as ……….. copying.C++ के संदर्भ में, एक ऑब्जेक्ट के प्रत्येक सदस्य को एक-एक कर उसी क्लास के दूसरे ऑब्जेक्ट के संबंधित सदस्य में कॉपी (नकल) करने की प्रक्रिया को...........कॉपी कहा जाता है।
HTET Exam- 2018
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1
❤2
HTET Exam- 2018
Anonymous Quiz
13%
(A) gp = ip is a valid C++ statement
38%
(B) *ip = *gp is a valid C++ statement
42%
(C) Both (A) and (B) are valid statements
7%
(D) Neither (A) Nor (B) are valid statements
⚡1❤1
HTET Exam- 2018
Anonymous Quiz
62%
(A) Multi-valued
24%
(B) Composite
11%
(C) Derived
2%
(D) Complex
❤3
HTET Exam- 2018
Anonymous Quiz
65%
(A) Class A
19%
(B) Class B
11%
(C) Class C
5%
(D) Class D
❤2
HTET Exam- 2018
Anonymous Quiz
17%
(A) 39%
56%
(B) 18%
20%
(C) 27%
7%
(D) 54%
❤3
HTET Exam- 2018
Anonymous Quiz
26%
(A) RTP, ICMP
26%
(B) DSL, IP
15%
(C) SONET, DSL
32%
(D) DNS, TCP
❤3
Note:- युटुब चैनल पर यह कैलेंडर रहेगा ट्रेडिंग में
Please open Telegram to view this post
VIEW IN TELEGRAM
❤12
🎓In context of a relation in database, choose a false statement : डाटाबेस में एक रिलेशन के सन्दर्भ में, एक असत्य (गलत) कथन चुनिए :
(A) There can be more than one super keys. एक से अधिक सुपर की हो सकती हैं।
(B) A candidate key is a minimal super key. कैंडिडेट की एक न्यूनतम सुपर की होती है।
(C) One of the candidate keys is
designated as primary key.कैंडिडेट की में से किसी एक को प्राइमरी की के रूप में चुना जाता है।
(D) Primary key is obtained by
removing one or more attributes
from a candidate key. प्राइमरी की कैंडिडेट की से एक या अधिक गुणों (attributes) को हटाकर प्राप्त की जाती है
HTET 2019
(A) There can be more than one super keys. एक से अधिक सुपर की हो सकती हैं।
(B) A candidate key is a minimal super key. कैंडिडेट की एक न्यूनतम सुपर की होती है।
(C) One of the candidate keys is
designated as primary key.कैंडिडेट की में से किसी एक को प्राइमरी की के रूप में चुना जाता है।
(D) Primary key is obtained by
removing one or more attributes
from a candidate key. प्राइमरी की कैंडिडेट की से एक या अधिक गुणों (attributes) को हटाकर प्राप्त की जाती है
HTET 2019
❤4
🎓 In context of C++, consider the following statements : C++ के सन्दर्भ में निम्नलिखित कथनों पर विचार कीजिए :
I : Static member function of a class can access only static data members of the class.किसी क्लास का static member function केवल उसी क्लास के static data members को ही access कर सकता है।
II : A static data member of class is shared by all the objects of the class.किसी क्लास का static data member उस क्लास के सभी objects द्वारा साझा (shared) किया जाता है।
The true statement(s) is/are :सत्य कथन कौन-से हैं?
HTET 2019
I : Static member function of a class can access only static data members of the class.किसी क्लास का static member function केवल उसी क्लास के static data members को ही access कर सकता है।
II : A static data member of class is shared by all the objects of the class.किसी क्लास का static data member उस क्लास के सभी objects द्वारा साझा (shared) किया जाता है।
The true statement(s) is/are :सत्य कथन कौन-से हैं?
HTET 2019
❤1
❤3
🎓A network using CSMA/CD has a bandwidth 10 Mbps. If the maximum propagation time (including delays in the devices and ignoring the time needed to send a jamming signal) is 25.6 micro seconds. What is the minimum size of the frame ?एक नेटवर्क जो CSMA/CD (Carrier Sense Multiple Access with Collision Detection) का उपयोग करता है, उसकी बैंडविड्थ 10 Mbps है। यदि अधिकतम प्रोपेगेशन टाइम (डिवाइस में देरी सहित और जेमिंग सिग्नल भेजने के समय को छोड़कर) 25.6 माइक्रोसेकंड है, तो फ्रेम का न्यूनतम आकार कितना होगा?
HTET 2019
HTET 2019
❤2
🎓Which of the following set of
operations is a valid set of aggregate operations in SQL ? निम्न में से कौन-सा ऑपरेशनों का समूह SQL में वैध समुच्चयी क्रियाएँ (Aggregate Operations) है?
HTET 2019
operations is a valid set of aggregate operations in SQL ? निम्न में से कौन-सा ऑपरेशनों का समूह SQL में वैध समुच्चयी क्रियाएँ (Aggregate Operations) है?
HTET 2019
Anonymous Quiz
61%
(A) COUNT, MAX, AVG, SUM
20%
(B) MAX, AVG, SUM, SELECT
14%
(C) UNION, COUNT, MIN, DESC
6%
(D) AVG, MIN, MAX, ASC
❤2