Samacheer Kalvi 11 Computer Science Introduction to C++ Questions - 1

Question: 1

Which of the following is called compile time operators?

(A) size of

(B) this

(C) pointer

(D) virtual

Ans: A

size of

Question: 2

A program written in high level language is called as

(A) source code

(B) object code

(C) executable code

(D) all the above

Ans: A

source code

Question: 3

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

(A) int

(B) float

(C) char

(D) signed

Ans: D

signed

Question: 4

Which operator is used to access reference of a variable?

(A) $

(B) #

(C) !

(D) &

Ans: D

&

Question: 5

Who developed C++?

(A) Bjame Stroustrup

(B) Bill Gates

(C) Charles Babbage

(D) Sundar Pichi

Ans: A

Bjame Stroustrup

Question: 6

Which of the following statements is not true?

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

(B) Exponent form of real constants consists of two parts

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

(D) Reserved words or keywords can be used as an identifier name

Ans: D

Reserved words or keywords can be used as an identifier name

Question: 7

How many categories of data types available in C++?

(A) 2

(B) 3

(C) 4

(D) 5

Ans: B

3

Question: 8

Which of the following operator returns the size of the data type?

(A) double ()

(B) long ()

(C) int ()

(D) sizeof()

Ans: D

sizeof()

Question: 9

Who coined C++?

(A) Bill Gates

(B) Dennis Ritchie

(C) Rick Bjame

(D) Rick Mascitti

Ans: D

Rick Mascitti

Question: 10

What was the original name given to C++?

(A) cpp

(B) c with classes

(C) class with C

(D) advanced C

Ans: B

c with classes

Recent Articles
Trending Posts

REGISTER TO GET FREE UPDATES