This PYQ is from

UGC-NET-Paper1

ICT

UGC-NET-Paper1 PYQs

Year-wise PYQs

Section-wise PYQs

Read the Question carefully and choose the correct option.
Which of the following statements A-D are true with reference to high-level computer programming languages?

A. These need to be translated into machine code in order to run on a computer.
B. These are written using mnemonic codes.
C. These are specific to the computer's hardware.
D. These are portable languages.

1. BC
2. AB
3. AD
4. CD

उच्च स्तरीय कंप्यूटर प्रोग्रामिंग भाषाओं के संदर्भ में निम्नलिखित में से कौन से कथन A-D सत्य हैं?

A. कंप्यूटर पर चलने के लिए इन्हें मशीन कोड में अनुवादित करने की आवश्यकता होती है।
B. इन्हें स्मृति कोड का उपयोग करके लिखा जाता है।
C. ये कंप्यूटर के हार्डवेयर के लिए विशिष्ट हैं।
D. ये पोर्टेबल भाषाएँ हैं।

1. BC
2. AB
3. AD
4. CD
This Question came in
UGC-NET-ComSci-06-January-2025-Shift-1-Q29
UGC-NET Paper 1 Full Course

To-the-point Video Lectures

Topic-wise PYQs

24x7 Doubt Solving

Detailed Explanation & Answer
✅ A. True — High-level languages (like Python, Java, C++) need to be compiled or interpreted into machine code before the computer can execute them.

✅ D. True — One of the key advantages of high-level languages is that they can run on different systems with little or no modification.

❌ B. False — Mnemonic codes (like MOV, ADD) are used in assembly language, not high-level languages.
❌ C. False — That’s true for low-level languages (like machine or assembly). High-level languages are generally hardware-independent.
✅ A. सत्य - उच्च-स्तरीय भाषाओं (जैसे पायथन, जावा, C++) को कंप्यूटर द्वारा निष्पादित करने से पहले मशीन कोड में संकलित या व्याख्या किए जाने की आवश्यकता होती है।

✅ D. सत्य - उच्च-स्तरीय भाषाओं का एक प्रमुख लाभ यह है कि वे बहुत कम या बिना किसी संशोधन के विभिन्न प्रणालियों पर चल सकती हैं।

❌ B. असत्य - निमोनिक कोड (जैसे MOV, ADD) का उपयोग असेंबली भाषा में किया जाता है, उच्च-स्तरीय भाषाओं में नहीं।

❌ C. असत्य - यह निम्न-स्तरीय भाषाओं (जैसे मशीन या असेंबली) के लिए सत्य है। उच्च-स्तरीय भाषाएँ आम तौर पर हार्डवेयर-स्वतंत्र होती हैं।
Hello, world! This is a toast message.