New ! Computer Science MCQ Practise Tests



12th Standard English Medium Computer Science Subject Importing C++ Programs in Python Book Back 5 Mark Questions with Solution

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 25

    5 Marks

    5 x 5 = 25
  1. Write any 5 features of Python.

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

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

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

  5. 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 Standard English Medium Computer Science Subject Importing C++ Programs in Python Book Back 5 Mark Questions with Solution

Write your Comment