Question
दिए गए प्रत्येक
प्रश्न में एक हिंदी का वाक्य दिया गया है और उसके नीचे (A), (B), (C), (D) द्वारा उस हिंदी वाक्य के चार अंग्रेजी अनुवाद जिनमें से कोई एक ही उसका सटीक और उचित अनुवाद है। आपको उसे पहचानना है और फिर उसके क्रमांक को उत्तर के रूप में दिखलाना है। अगर कोई भी रुपाांतर सही नहीं है, तो उत्तर (5) अर्थात ‘इनमें से कोई नहीं’ होगा। एक पायलट के रूप में उनके कार्यकाल ने उन्हें कई भयानक अनुभवों का सामना करना पड़ा।Solution
In option A plural form of experience is used which is correct.
In option B Singular form of experience is used which is wrong.
In option C present form of make is used which is grammatically wrong as sentence is in past tense.
In option D plural form of pilot is used which does not make sense in this sentence.
Which of the following is NOT a typical step in NLP text preprocessing?
What is the primary difference between SRAM (Static Random-Access Memory) and DRAM (Dynamic Random-Access Memory)?
What is the output for the below code
MyList = ["New York", "London", "Paris", "New Delhi"] MyFile=open('output.txt','w') for element in MyLis...
What is "serverless computing"?
Which of the following is a characteristic of an intelligent agent?
Maximum Power transfer occurs when the_____
Which AI technique is used for uncertain reasoning?
What is the best case time complexity of merge sort?
Linux uses a time-sharing algorithm ___________
What is the output of the following part of python program?
x = ("apple", "banana", "cherry")
print(x)