Searching for "US"

Q:

What is the type of the algorithm used in solving the 8 Queens problem ?

A) Dynamic Programming B) BackTracking
C) Branch and Bound D) None
 
Answer & Explanation Answer: B) BackTracking

Explanation:

BackTracking is used for solving N-Queens problem

Report Error

View Answer Report Error Discuss

Filed Under: Software Testing

Q:

Which of the following methods doesn't use sorting?

A) Insertion B) Deletion
C) Exchange D) Selection
 
Answer & Explanation Answer: A) Insertion

Explanation:

Using insertion we can perform insertion sort, using selection we can perform selection sort, using exchange we can perform the bubble sort.But by using deletion we cannot perform any sort.

Report Error

View Answer Report Error Discuss

Filed Under: C++

Q:

Masses of stars and galaxies are usually expressed in terms of

A) neutron mass B) earth's mass
C) solar mass D) lunar mass
 
Answer & Explanation Answer: C) solar mass

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

Q:

Which of the following is an example of continous emission spectrum?

A) Spectrum of an oil frame B) Spectrum of a water
C) both D) none
 
Answer & Explanation Answer: A) Spectrum of an oil frame

Explanation:

Spectrum of an oil frame is an example for continuous emission spectrum

Report Error

View Answer Report Error Discuss

Filed Under: Physics

Q:

The religious literature of the Jain at the early stage was written in

A) Ardhamagadhi B) Pali
C) Sanskrit D) None of these
 
Answer & Explanation Answer: A) Ardhamagadhi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

Q:

How many of the following will follow JavaBean Listener naming rules?

addListener

addMouseListener

deleteMouseListener

removeMouseListener

registerMouseListener

 

A) 1 B) 2
C) 3 D) 4
 
Answer & Explanation Answer: B) 2

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Java

Q:

A UNIX user named Bob wants to replace his chess program with a new one, but he is not sure where the old one is installed. Bob is currently able to run a Java chess program starting from his home directory /home/bob using the command: java -classpath /test:/home/bob/downloads/*.jar games.Chess Bob's CLASSPATH is set (at login time) to: /usr/lib:/home/bob/classes:/opt/java/lib:/opt/java/lib/*.jar What is a possible location for the Chess.class file?

 

A) /test/Chess.class B) /home/bob/Chess.class
C) /test/games/Chess.class D) /user/lib/games/Chess.class
 
Answer & Explanation Answer: D) /user/lib/games/Chess.class

Explanation:

/user/lib/games/Chess.class could be the possible location of the file

Report Error

View Answer Report Error Discuss

Filed Under: Operating Systems

Q:

Who is the author of the book "Adventures of the sherlock holmes"?

A) Harisen B) Arther Conon Doyle
C) Nirod C. Choudhary D) G. B. Shaw
 
Answer & Explanation Answer: B) Arther Conon Doyle

Explanation:

Arther Conon Dole is the author of Adventures of Sheerlock holmes.This book is related to the murder mysteries that are solved by Sherlock holmes

Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors