Programming Fundamentals

10:00

Q1: Which of the following is a low-level programming language? निम्न में से कौन एक निम्न-स्तरीय प्रोग्रामिंग भाषा है?

Q2: What is a variable in programming? प्रोग्रामिंग में चर (variable) क्या है?

Q3: Which loop runs at least once regardless of condition? कौन सा लूप शर्त की परवाह किए बिना कम से कम एक बार चलता है?

Q4: What is an array? ऐरे क्या है?

Q5: Which operator is used to check equality in most languages? अधिकांश भाषाओं में समानता की जाँच के लिए किस ऑपरेटर का उपयोग किया जाता है?

Q6: What is a function? फ़ंक्शन क्या है?

Q7: Which language is primarily used for web development? वेब विकास के लिए मुख्य रूप से किस भाषा का उपयोग किया जाता है?

Q8: What is OOP? OOP क्या है?

Q9: Which keyword is used to define a class in Java? Java में क्लास को परिभाषित करने के लिए किस कीवर्ड का उपयोग किया जाता है?

Q10: What is the output of "print(2**3)" in Python? Python में "print(2**3)" का आउटपुट क्या होगा?

Q11: Which of the following is a data type in programming? निम्न में से कौन प्रोग्रामिंग में एक डेटा प्रकार है?

Q12: What is a conditional statement? सशर्त कथन क्या है?

Q13: Which language is compiled directly to machine code? कौन सी भाषा सीधे मशीन कोड में संकलित होती है?

Q14: What is inheritance in OOP? OOP में इनहेरिटेंस क्या है?

Q15: What is a pointer? पॉइंटर क्या है?

Q16: Which of the following is used for exception handling? निम्न में से किसका उपयोग अपवाद प्रबंधन के लिए किया जाता है?

Q17: What is recursion? रिकर्सन क्या है?

Q18: Which language is known for its simplicity and readability? कौन सी भाषा अपनी सरलता और पठनीयता के लिए जानी जाती है?

Q19: What is a constructor? कंस्ट्रक्टर क्या है?

Q20: Which operator is used to allocate memory in C++? C++ में मेमोरी आवंटित करने के लिए किस ऑपरेटर का उपयोग किया जाता है?