New ! Computer Science MCQ Practise Tests



11th Standard Computer Science Introduction To C++ English Medium Free Online Test One Mark Questions with Answer Key 2020 - 2021

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 00:10:00 Hrs
Total Marks : 10

    Answer all the questions

    10 x 1 = 10
  1. What was the original name given to C++?

    (a)

    CPP

    (b)

    Advanced C

    (c)

    C with Classes

    (d)

    Class with C

  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. A program written in high level language is called as

    (a)

    Object code

    (b)

    Source code

    (c)

    Executable code

    (d)

    All the above

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

    (a)

    sizeof

    (b)

    pointer

    (c)

    virtual

    (d)

    this

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

    (a)

    signed

    (b)

    int

    (c)

    float

    (d)

    char

  6. What is the output of the following snippet?
    char ch = 'A';
    ch = ch + 1;

    (a)

    B

    (b)

    A1

    (c)

    F

    (d)

    1A

  7. Which of the following supports both procedural and oop concepts?

    (a)

    C

    (b)

    Java

    (c)

    C++

    (d)

    Basic

  8. Which of the following is not a newer versions of languages influenced by c++?

    (a)

    C#

    (b)

    D.

    (c)

    Java

    (d)

    Html

  9. Who developed C language?

    (a)

    Dennis Ritchie

    (b)

    Bjame Stroustrup

    (c)

    Linus torvalds

    (d)

    Rick Mascitti

  10. The smallest individual unit in a program is known as ________.

    (a)

    Tokens

    (b)

    lexical units

    (c)

    lexical elements

    (d)

    a or b or c

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

Reviews & Comments about 11th Standard Computer Science Introduction To C++ English Medium Free Online Test One Mark Questions with Answer Key 2020 - 2021

Write your Comment