Questions

Q:

The first martyrdom in Sikh history in the reign of Jehangir was of

A) Guru Ram Das B) Guru Teg Bahadur
C) Guru Angad D) Guru Arjan
 
Answer & Explanation Answer: D) Guru Arjan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

1 3777
Q:

Which of the following is true?

A) It is appropriate to use assertions to validate arguments to methods marked public B) It is appropriate to catch and handle assertion errors
C) It is NOT appropriate to use assertions to validate command-line arguments D) None
 
Answer & Explanation Answer: C) It is NOT appropriate to use assertions to validate command-line arguments

Explanation:

A is incorrect. It is acceptable to use assertions to test the arguments of private methods.

 

B is incorrect. While assertion errors can be caught, Sun discourages you from doing so.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

0 3776
Q:

Words that sound the same but are spelled different

words_that_sound_the_same_but_are_spelled_different1540289338.jpg image

A) Homonyms B) Homographs
C) Heteronyms D) Homophones
 
Answer & Explanation Answer: D) Homophones

Explanation:

Words that sound the same but are spelled different are called homophones. Homophones are a type of homonyms.

Some of the Examples of homophones are ::

One - Won

Son - Sun

Hole - Whole

Loan - Lone

Steal - Steel

Which - Witch

What - Watt

Sea - See

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

1 3776
Q:

What kinds of medical procedures have you assisted with?

Answer

The intention of the interviewer by asking this question is to know how much experience candidates have as a medical assistant. They may have just finished their training and only have internship experience, so will need to decide if they are a good fit for you in other ways.


 


In your answer must be included and show your


1. Medical assistant experience
2. Communication skills
3. Fit for your company


 


Sample Answer Example:


I have served as an intern as past of my medical assistant program. I just completed my program in June, and at the conclusion of my year of training, I was placed in a pediatrician's office as an intern. I shadowed and worked with the other medical assistants in the office, and I can say my time there really reaffirmed my belief that this is the right profession for me.

Report Error

View answer Workspace Report Error Discuss

5 3776
Q:

Dimond is

A) an element B) a compound
C) a mixture D) a liquid
 
Answer & Explanation Answer: A) an element

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

3 3775
Q:

If I use the following printf() to print a long int why I am not warned about the type mismatch?

printf ("%d",num );

Answer

When a function accepts a variable number of arguments , its prototype cannot provide any information about the number of arguments and type of those variable arguments. Hence the compiler cannot warn about the mismatches. The programmer must make sure that arguments match or must manually insert explicit typecast.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3775
Q:

How many times the following program would print 'Jamboree'?

main()

{

     printf ( "\nJamboree");

     main ();

}

Answer

Till the stack doesn't overflow

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

2 3775
Q:

What ‘game’ was first produced by the Southern Novelty Company in Baltimore, Maryland in 1892?

A) Frisbee B) Monopoly
C) Ouija board D) Ping Pong
 
Answer & Explanation Answer: C) Ouija board

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

1 3775