New ! Computer Science MCQ Practise Tests



11th Standard English Medium Computer Science Subject Book Back 3 Mark Questions with Solution Part - II

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 75

    3 Marks

    25 x 3 = 75
  1. What are the characteristics of a computer?

  2. What is an input device? Give two examples.

  3. Write the characteristics of sixth generation.

  4. Write a short note on XNOR gate.

  5. Write the De Morgan's law.

  6. If you are working on multiple files at a time, sometimes the system may hang. What is the reason behind it? How can you reduce it?

  7. List out the major differences between Windows and Ubuntu OS.

  8. What is case analysis?

  9. Assume a=10, b=15; What will be the value of a^b?

  10. What are the differences between “Logical error” and “Syntax error”?

  11. What are arithmetic operators in C++? Differentiate unary and binary arithmetic operators. Give example for each of them.

  12. Write note an Array of strings

  13. How will you pass a structure to a function?

  14. What is paradigm? Mention the different types of paradigm.

  15. List some of the features of modular programming.

  16. Write with example how will you dynamically initialize objects?

  17. Given the following C++ code, answer the questions (i) & (ii).
    class TestMeOut
    {
    public:
    ~TestMeOut() //Function 1
    {cout<<“Leaving the exam hall”<<endl;}
    TestMeOut() //Function 2
    {cout<<“Appearing for exam”<<endl;}
    void MyWork() //Function 3
    {cout<<“Answering”<<endl;} };
    (i) In Object Oriented Programming, what is Function 1 referred as and when doesit get invoked / called ?
    (ii) In Object Oriented Programming, what is Function 2 referred as and when doesit get invoked / called ?

  18. What are the rules for function overloading?

  19. What is operator overloading? Give some example of operators which can be overloaded.

  20. class sale ( int cost, discount ;public: sale(sale &); Write a non inline definition for constructor specified;

  21. What is difference between the members present in the private visibility mode and the members present in the public visibility mode

  22. What do you mean by overriding?

  23. What is the role of firewalls?

  24. Explain about proxy server.

  25. What are ethical issues? Name some.

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

Reviews & Comments about 11th Standard English Medium Computer Science Subject Book Back 3 Mark Questions with Solution Part - II

Write your Comment