BASIC MCQ

1 Color of a form can be changed using A) source code B) properties window C) both 1 & 2 D) can’t change … Answer is C) Show Answer 2 Step statement is used with A) For B) While C) Repeat D) none of these … Answer is A) Show Answer 3 Exit function is … Read more

JAVA

1 JAVA does not support A) pointers B) global variables C) multiple inheritance D) all of the above … Answer is D) Show Answer 2 An expression A) usually evaluates to a numerical B) may be a part of a statement C) always occurs outside of a function D) both a&b … Answer is D) … Read more

ORACLE

1 SQL is: A) non-procedural language B) Procedural Language C) Object Oriented Language D) All of these … Answer is A) Show Answer 2 Long data type can store A) 4GB B) 5GB C) 2GB D) 3GB … Answer is C) Show Answer 3 Fixed length character data can be stored in: A) VARCHAR2() B) … Read more

C++

1 class Dog: public X, public Y is an instance of A) multiple inheritance B) repeated inheritance C) linear inheritance D) None of these … Answer is A) Show Answer 2 Which of the following specifiers is NOT a format flag of a stream ? A) ios: : skipws B) ios: : oct C) ios … Read more