Question
संविधान के किस
अनुच्छेद में आठवीं अनुसूची संबंधी प्रावधान है?Solution
अनुच्छेद 344(1) संविधान के प्रारंभ से पांच वर्ष की समाप्ति पर राष्ट्रपति द्वारा एक आयोग के गठन का प्रावधान करता है और आठवीं अनुसूची में विनिर्दिष्ट विभिन्न भाषाओं का प्रतिनिधित्व करने वाले ऐसे अन्य सदस्यों से मिलकर बनेगा जिनको राष्ट्रपति नियुक्त करे और आदेश में आयोग द्वारा अनुसरण की जाने वाली प्रक्रिया परिनिश्चित की जाएगी। अनुच्छेद 351: यह हिंदी भाषा को विकसित करने के लिये इसके प्रसार का प्रावधान करता है ताकि यह भारत की मिश्रित संस्कृति के सभी तत्त्वों के लिये अभिव्यक्ति के माध्यम के रूप में कार्य कर सके।
In computer fundamentals, what is the primary purpose of the BIOS in a computer system?
Which of the following design patterns violates the Open/Closed Principle of SOLID principles in object-oriented design?
What will be the output of the following code snippet demonstrating composition in Java?
class Engine {
void start() {
...
Linear Regression is the supervised machine learning model in which the model finds the best fit ___ between the independent and dependent variable.
Which of the following statements best describes a key difference between virtual machines and containers?
Which of the following data structures is best suited for implementing a priority queue?
Definition of 2NF
- Which of the following best defines the concept of Encapsulation in Object-Oriented Programming (OOP)?
Which phase of systems analysis and design focuses on specifying the functional requirements of a system?
You are given an array of elements where each array element represents the MAXIMUM number of jumps that can be made in the forward direction from that e...