New ! Computer Science MCQ Practise Tests



Introduction To C++ Model Question Paper

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 02:00:00 Hrs
Total Marks : 50
    7 x 1 = 7
  1. Who developed C++?

    (a)

    Charles Babbage

    (b)

    Bjarne Stroustrup

    (c)

    Bill Gates

    (d)

    Sundar Pichai

  2. Which of the following statement is not true?

    (a)

    Keywords are the reserved words convey specific meaning to the C++ compiler

    (b)

    Reserved words or keywords can be used as an identifier name

    (c)

    An integer constant must have at least one digit without a decimal point

    (d)

    Exponent form of real constants consists of two parts

  3. Which of the following is called as compile time operators?

    (a)

    sizeof

    (b)

    pointer

    (c)

    virtual

    (d)

    this

  4. Which of the character is used as suffix to indicate a floating point value?

    (a)

    F

    (b)

    C

    (c)

    L

    (d)

    D

  5. Which of the following is not a data type modifier?

    (a)

    signed

    (b)

    int

    (c)

    long

    (d)

    short

  6. Which of the following is an object oriented programming?

    (a)

    C++

    (b)

    C

    (c)

    Html

    (d)

    Windows XP

  7. Which of the following application not developed by c++?

    (a)

    Android

    (b)

    IOS7

    (c)

    Facebook

    (d)

    Amazon

  8. 8 x 2 = 16
  9. What is meant by a token? Name the token available in C++.

  10. What are keywords? Can keywords be used as identifiers?

  11. Assume n=10; what will be result of n++ and --n;?

  12. What is the use of setw ( ) format manipulator?

  13. What is a reference variable? What is its use?

  14. Which of the following two statements are valid? Why? Also write their result.
    int a;
    (i) int a; a = 3,014;
    (ii) int a; a=(3,014);

  15. What is a size of 'x' and "x"?

  16. What is character set?

  17. 4 x 3 = 12
  18. Describe the differences between keywords and identifiers?

  19. What is the difference between “Run time error” and “Syntax error”?

  20. Why is main function special?

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

  22. 3 x 5 = 15
  23. Write about Binary operators used in C++.

  24. Assume a=15, b=20; What will be the result of the following operations?
    (a) a&b
    (b) a|b
    (c) a^b
    (d) a>>3
    (d) (~b).

  25. Write the benefits of C++;

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

Reviews & Comments about 11th Standard Computer Science - Introduction To C++ Model Question Paper

Write your Comment