Question
हिंदी का मानक किससे
है?Solution
हिंदी भाषा का मानक शौरसेनी अपभ्रंश से है। यह भाषा उत्तर भारत की प्रमुख भाषा थी और वर्तमान हिंदी का आधार मानी जाती है। इसका उपयोग साहित्यिक और सामाजिक संचार में किया जाता था। Information Booster: 1. शौरसेनी अपभ्रंश मध्य भारत की भाषा थी। 2. हिंदी के प्रारंभिक स्वरूप इसी भाषा से उत्पन्न हुए। 3. इसने खड़ी बोली के विकास में मुख्य भूमिका निभाई। 4. अपभ्रंश और प्राकृत से यह भाषा अधिक विकसित थी। 5. 10वीं-12वीं शताब्दी के बीच इसका प्रभाव रहा। Additional Knowledge: • शौरसेनी अपभ्रंश: मध्यकालीन भारतीय भाषाओं का स्रोत। • अपभ्रंश: मध्यकालीन भारतीय उपभाषा, कई आधुनिक भाषाओं का आधार। • प्राकृत: प्रारंभिक आर्य भाषा जो बौद्ध और जैन साहित्य में पाई जाती है। • पश्चिमी प्राकृत: प्राचीन भारत की क्षेत्रीय भाषा, जो अब विलुप्त है।
In a relational database, which relationship allows multiple records in one table to be associated with multiple records in another table?
What will be the output of the following Python code:
a=[1,2,3,4,5,6]
print(a[-1],a[-1:],a[:-1])
ACID properties in DBMS ensure:
What does re.sub(r'(\w+)', r'_\1_', 'hello world') return?
Which stage involves evaluating the project's practicality, cost, and resources before proceeding further?
Which of the following is NOT a type of database model?
Consider the following Java-like pseudo-code for inserting a node into a Binary Search Tree (BST):
```java
class Node {
Which of the following matches the definition given below: It is an artificial key that aims to uniquely identify each record.
Which property of a transaction ensures that either all operations within the transaction are completed successfully, or none of them are?
Which of the following is a property of a relational database?