New ! Computer Science MCQ Practise Tests



Importing C++ Programs in Python Three and Five Marks Questions

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 00:45:00 Hrs
Total Marks : 40
    5 x 3 = 15
  1. Differentiate PYTHON and C++.

  2. What are the applications of scripting language?

  3. What is MinGW? What is its use?

  4. Identify the module, operator, definition name for the following
    welcome.display().

  5. What is sys.argv? What does it contain?

  6. 5 x 5 = 25
  7. Write any 5 features of Python.

  8. Explain each word of the following command.
    Python  < filename.py > - < i > <C++ filename without cpp extension>

  9. What is the purpose of sys, os, getopt module in Python.Explain.

  10. Write the syntax for getopt( ) and explain its arguments and return values.

  11. Write a Python program to execute the following c++ coding.
    #include <iostream>
    using namespace std;
    int main()
    { cout<<“WELCOME”;
    return(0);
    }
    The above C++ program is saved in a file welcome.cpp

*****************************************

Reviews & Comments about 12th Computer Science - Importing C++ Programs in Python Three and Five Marks Questions

Write your Comment