Question Set

1. The word ‘able’ is an:





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->A word is given in capital letters. It is followed by four words. Out of these four words, three cannot be formed from the letters of the word in capital letters. Point out the word which can be formed from the letters of the given word in capital letters— ARCHITECTURE....
QA->A word given in capital letters is followed by four words. Out of these only one cannot be formed by using the letters of the given word. Find out that word— REVOLUTIONARY....
QA->The word 'Fascism' was originated from the Italian word 'fasces' which means ?....
QA->The English word 'Magician' was originated from the Persian word?....
QA->Word for word....
MCQ->Pick out thể one word for - a secret arrangement....
MCQ->From your client computer, you are able to access several servers on your 10Base2 Ethernet network. However, you are NOT able to access a server names RED. Other client computers are able to access RED. What is the most likely cause of the problem?....
MCQ->If it is possible to make only one meaningful word with the fourth, seventh, ninth and tenth letters of the word RECREATION, which of the following will be the third letter of that word? If no such word can bemade, give X as your answer and if more than one such word can be formed, give Y as the answer.....
MCQ->If it is possible to make only one meaningful English word with the second, third, sixth, and ninth letters of the word REGULATOR (using each letter only once in the words) which would be the second letter of the word from right ? If more than one such word can be formed, give Y as the answer. If no such word can be formed, give Z as your answer.....
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? namespace IndiabixConsoleApplication ( class Sample { private enum color : int { red, green, blue } public void fun() { Console.WriteLine(color.red); } } class Program { static void Main(string[ ] args) { // Use enum color here } } } To define a variable of type enum color in Main(), we should use the statement, color c; . enum color being private it cannot be used in Main(). We must declare enum color as public to be able to use it outside the class Sample. To define a variable of type enum color in Main(), we should use the statement, Sample.color c; . We must declare private enum color outside the class to be able to use it in Main().....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution