📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    Which of the following programming language can be used

    to process text data for the requirements in various textual data analysis? 
    A ALGOL Correct Answer Incorrect Answer
    B COBOL Correct Answer Incorrect Answer
    C C Correct Answer Incorrect Answer
    D Python Correct Answer Incorrect Answer

    Solution

    Why this is correct:
    Python is widely used for text processing and textual data analysis because of its built-in string handling, regular expressions, and powerful libraries (e.g., re , NLTK , spaCy , pandas ) that make tokenization, parsing, and NLP tasks easy and efficient. Why the others are wrong / less suitable: 1.      ALGOL is an academic/historical language, not commonly used for modern text analytics. 2.      COBOL is business-data oriented and not ideal for text analytics tasks. 3.      C can process text but is low-level and lacks the convenient high-level libraries and rapid development ease that Python provides.

    Practice Next

    Relevant for Exams:

    ask-question