UGC-NET | UGC NET CS 2015 Jun – II | Question 15
When the inheritance is private, the private methods in base class are __________ in the derived class (in C++). (A) inaccessible (B) accessible (C) protected… Read More »
When the inheritance is private, the private methods in base class are __________ in the derived class (in C++). (A) inaccessible (B) accessible (C) protected… Read More »
Which of the following is incorrect in C++ ? (1)When we write overloaded function we must code the function for each usage. (2)When we write… Read More »
Given that x = 7.5, j = -1.0, n = 1.0, m = 2.0 the value of – – x + j == x>n> =… Read More »
Which of the following, in C++, is inherited in a derived class from base class ? (A) constructor (B) destructor (C) data members (D) virtual… Read More »
What is the output of the following program? (Assume that the appropriate preprocessor directives are included and there is no syntax error) main ( )… Read More »
Consider a proposition given as : “ x ≥ 6, if x2 ≥ 5 and its proof as: If x ≥ 6, then x2 =… Read More »
Match the following: (A) (1) (B) (2) (C) (3) (D) (4) Answer: (A) Explanation: (p → q) ⇔ (¬q → ¬p) is Contrapositive [(p ∧… Read More »
“If my computations are correct and I pay the electric bill, then I will run out of money. If I don’t pay the electric bill,… Read More »
What is ACL ? Access control list (ACL) provides an additional, more flexible permission mechanism for file systems. It is designed to assist with UNIX… Read More »
As the name CONSTANTS suggests means fixed, in programming languages also it is same i.e., once the value of constant is defined it cannot be… Read More »
Interstitial ads are full-screen ads that cover the whole UI of the app. This article shows you how to integrate Interstitial ads from AdMob into… Read More »
OpenCV (Open Source Computer Vision) is a computer vision library that contains various functions to perform operations on Images or videos. OpenCV’s application areas include… Read More »
Unsupervised Learning : It’s a type of learning where we don’t give target to our model while training i.e. training model has only input parameter… Read More »
What is Learning for a machine? A machine is said to be learning from past Experiences(data feed in) with respect to some class of Tasks,… Read More »
DATA : It can be any unprocessed fact, value, text, sound or picture that is not being interpreted and analyzed. Data is the most important… Read More »