1. Who developed the Python language?पायथन भाषा का विकास किसने किया? [NCVT Exam 24] (A) Wick van Rossum (B) Niene Stom (C) Guido van Rossum (D) Zim DenANSWER - CShow Answer
2. Which is a core data type in Python programming?पायथन प्रोग्रामिंग में कोर डेटा प्रकार कौन सा है? [NCVT Exam 24] (A) Object ऑब्जेक्ट (B) Package पैकेज (C) Class क्लास (D) List लिस्टANSWER - DShow Answer
3. Which function accepts input from the user?कौन सा फंक्शन यूजर से इनपुट स्वीकार करता है? [NCVT Exam 24] (A) input( ) (B) rawinput( ) (C) raw_input( ) (D) string( )ANSWER - AShow Answer
4. Why control structure is used in Python program?पायथन प्रोग्राम में कंट्रोल स्ट्रक्चर का उपयोग क्यों किया जाता है? [NCVT Exam 24] (A) Manages the input and output of control characters कंट्रोल कैरेक्टर के इनपुट और आउटपुट का प्रबंधन करता है (B) Defines program-specific data structures प्रोग्राम-विशिष्ट डेटा स्ट्रक्चर्स को परिभाषित करता है (C) Dictates what happens before the program starts and After it terminates. तय करता है कि प्रोग्राम शुरू होने से पहले और उसके समाप्त होने के बाद क्या होता है। (D) Directs the order of execution of the statements कथनों के निष्पादन के क्रम को निर्देशित करता हैANSWER - DShow Answer
5. What is the function of list.pop( )?List.pop( ) का कार्य क्या है? [NCVT Exam 24] (A) Will Remove the whole list दोनों को हटा दिया जाएगा (B) Opens the list किसी को हटाया नहीं जाएगा (C) Removes the first element from a list किसी सूची से पहला तत्व हटाएँ (D) Removes the last element from a list किसी सूची से अंतिम तत्व हटाएँANSWER - DShow Answer