I I have a problem to solve that takes n as an input number. The problem has a property that given the solution for (n-1) ? I can easily solve the problem for n. Which programming technique will I use to solve such a problem ? August 27, 2021 1 Min Read 0 321 August 27, 2021 1 Min Read 0 321 Answer : D. Recursion Programming Editor Continue Reading
W What will the output of the following code statements be ? Integer x = 34.54, y = 20, z = -5 print (y > 50 AND z > 10 or x > 30) August 27, 2021 1 Min Read 0 420 August 27, 2021 1 Min Read 0 420 Answer : B. 1 Programming Editor Continue Reading
A A 8-bit signed integer has the following range ? August 27, 2021 1 Min Read 0 185 August 27, 2021 1 Min Read 0 185 Answer : B. -128 to 127 Programming Editor Continue Reading
W Which of the following cannot be inherited ? August 27, 2021 1 Min Read 0 110 August 27, 2021 1 Min Read 0 110 Answer : C. Destructor Programming Editor Continue Reading
W Which of the following are available only in the class hierarchy chain ? August 27, 2021 1 Min Read 0 137 August 27, 2021 1 Min Read 0 137 Answer : C. Protected data members Programming Editor Continue Reading
T Tarun works all night long writing code and writing more and more classes for each object he now thinks that he can write a superclass which defines some hierarchical feature for other classes, what can he use ? August 27, 2021 1 Min Read 0 92 August 27, 2021 1 Min Read 0 92 Answer : C. Inheritance Programming Editor Continue Reading
T Tarun wants to write code for his computer class homework but he had misheard the teacher and only can recollect remembering this 4 words. Which of the following is what he couldn’t have had heard ? August 27, 2021 1 Min Read 0 55 August 27, 2021 1 Min Read 0 55 Answer : A. Distributive Programming Editor Continue Reading
P Palak enters a coding competition she wants to write code to pass down values from one class to another. Which of following concept should she use to do so ? August 27, 2021 1 Min Read 0 130 August 27, 2021 1 Min Read 0 130 Answer : C. Extends Programming Editor Continue Reading
H How will a class protect the code inside it ? August 27, 2021 1 Min Read 0 141 August 27, 2021 1 Min Read 0 141 Answer : A. Using access specifier Programming Editor Continue Reading
S Statement : Should competitive examination for selecting candidates for job consist through objective test only August 18, 2021 1 Min Read 0 32 August 18, 2021 1 Min Read 0 32 Answer : A. if only Argument I is strong Statement and Argument Editor Continue Reading
S Should the state government be allowed to retain major shares of the central taxes collected in the respective states August 18, 2021 1 Min Read 0 35 August 18, 2021 1 Min Read 0 35 Answer : A. If only Argument I is Strong Statement and Argument Editor Continue Reading
F Four options are given below. Three of these options are similar to each other because they follow the same pattern. Identify the option that is dissimilar to the other three ? August 18, 2021 1 Min Read 0 417 August 18, 2021 1 Min Read 0 417 Answer : C. AD6 Analogy and Pattern Editor Continue Reading
H How many meaningful English words can be formed with the third, fifth, seventh and ninth letters of the word ‘DOWNGRADED’ using each letter only once ? August 18, 2021 1 Min Read 0 22 August 18, 2021 1 Min Read 0 22 Answer : B. One Analogy and Pattern Editor Continue Reading
I In each of the following question, a word has been given, followed by four other words, one of which can formed by using the letters from the given word. Find that word. MEASUREMENTED August 18, 2021 1 Min Read 0 15 August 18, 2021 1 Min Read 0 15 Answer : B. RENT Analogy and Pattern Editor Continue Reading
I If it is possible to make only one meaningful word with the first, second, third and fifth letters of the word ‘TECHNOLOGY’, which of the following would be the third letter of that word ? If no such word can be made, give ‘X’ as your answer and if more than one such word can be formed, give your answer as ‘Y’. August 18, 2021 1 Min Read 0 15 August 18, 2021 1 Min Read 0 15 Answer : B. N Analogy and Pattern Editor Continue Reading
I In each of the following question, a word has been given, followed by four other words, one of which cannot formed by using the letters from the given word. Find that word. PERMANENT August 18, 2021 1 Min Read 0 17 August 18, 2021 1 Min Read 0 17 Answer : C. MENTOR Analogy and Pattern Editor Continue Reading
I In each of the following question, a word has been given, followed by four other words, one of which cannot formed by using the letters from the given word. Find that word. EDUCATIONAL. August 18, 2021 1 Min Read 0 10 August 18, 2021 1 Min Read 0 10 Answer : A . NATIONAL Analogy and Pattern Editor Continue Reading
H How many meaningful English words can be made with the letters ‘ERDU’ using each letter only once in each word ? August 18, 2021 1 Min Read 0 32 August 18, 2021 1 Min Read 0 32 Answer : B . One Analogy and Pattern Editor Continue Reading
I If it is possible to make a meaningful word with the 2nd, 6th 9th and 12th letters of the word ‘CONTRIBUTION’, which of the following will be the last letter of that word If more than one such word can be formed, give ‘M’ as the answer and if no such word can be formed, give ‘X’ as the answer ? August 18, 2021 1 Min Read 0 18 August 18, 2021 1 Min Read 0 18 Answer : B. O Analogy and Pattern Editor Continue Reading
I If FEATURES is written as GCDPZLLK in a code, what will be the fourth letter from the left, if ADVANTAGE is written in that code ? August 18, 2021 1 Min Read 0 451 August 18, 2021 1 Min Read 0 451 Answer : C. W Coding Decoding Editor Continue Reading