Questions

Q:

Which of the following is a popular programming language for developing multimedia webpages.

A) COBOL B) Java
C) BASIC D) Assembler
 
Answer & Explanation Answer: B) Java

Explanation:

Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

 

Which_of_the_following_is_a_popular_programming_language_for_developing_multimedia_webpages1548652333.jpg image


Java is used to develop mobile apps, web apps, desktop apps, games and much more...

Report Error

View Answer Report Error Discuss

180 43114
Q:

The process of transferring of charge from a charged object to the earth is called ______________.

 

A) neutralisation B) negation
C) terraforming D) earthing
 
Answer & Explanation Answer: D) earthing

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

2 43106
Q:

Which of the following plant group has hidden reproductive organs?

 

A) Bryophyta B) Thallophyta
C) Pteridophyta D) All option are correct
 
Answer & Explanation Answer: D) All option are correct

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams

0 43098
Q:

Which one of the following statements would be INCORRECT to use?

 

A) An atom of a compound B) A mole of an element
C) A mole of a compound D) An atom of an element
 
Answer & Explanation Answer: A) An atom of a compound

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 43083
Q:

Plaster of Paris ______.

 

I. changes into gypsum on mixing with water

II. is CaSO4.2H2O

III. is used for decoration

 

A) Only I and II   B) Only I and III  
C) Only II and III   D) All I, II and III  
 
Answer & Explanation Answer: B) Only I and III  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 43046
Q:

#define clrscr() 100

main()

{

clrscr();

printf( "%dn", clrscr() );

}

A) 100 B) 0
C) Compilation error D) Exception occurs
 
Answer & Explanation Answer: A) 100

Explanation:

Preprocessor executes as a seperate pass before the execution of the compiler. So textual replacement of clrscr() to 100 occurs.The input program to compiler looks like this :

main ()

{

100;

printf("%d\n",100);

}

Note: 100; is an executable statement but with no action. So it doesn't give any problem.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

24 43016
Q:

An electron loses potential energy when it

 

A) shifts to a more electronegative atom. B) increases its kinetic energy.
C) shifts to a less electronegative atom. D) increases its activity as an oxidizing agent.
 
Answer & Explanation Answer: A) shifts to a more electronegative atom.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

1 43015
Q:

The first newspaper published in India in 1780 was

A) The Bengal Gazette or Calcutta General Advertiser B) The Calcutta Chronicle
C) The Madras Courier D) The Bombay Herald
 
Answer & Explanation Answer: A) The Bengal Gazette or Calcutta General Advertiser

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

204 42945