Questions

Q:

Which of these rules are applicable for naming covalent compounds?

A) nonmetal name + nonmetal name + suffix –ide B) nonmetal name + nonmetal name + suffix –ite
C) metal name + nonmetal name + suffix –ide D) metal name + nonmetal name + suffix –ite
 
Answer & Explanation Answer: C) metal name + nonmetal name + suffix –ide

Explanation:

Simple covalent compounds are generally named by using prefixes metal name + nonmetal name + suffix –ide to indicate how many atoms of each element are shown in the formula. Also, the ending of the last (most negative) element is changed to -ide. The prefixes used are mono-, di-, tri-, tetra-, penta-, hexa-, and so forth.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 3258
Q:

Which day is observed as World Food Day?

A) September 10 B) August 16
C) November 4 D) October 16
 
Answer & Explanation Answer: D) October 16

Explanation:
Report Error

View Answer Report Error Discuss

3 3257
Q:

You are a project manager for the redevelopment of the Hoover Dam. Your team has been provided with the scope statement, but it lacks many description details. Your team is concerned because the project is in the initiation phase and it wants to postpone it until it has more information. As the project manager, you recommend that

A) The team should go forward, but be caution about the lack of details and the impact upon the timeline for the project B) The project should not go forward until the stakeholders agree about the scope and purpose of the project
C) The team should verify the scope and realize that more details will be available as more project characteristics are progressively elaborated. D) The team should review the project selection criteria for the Hoover Dam project
 
Answer & Explanation Answer: C) The team should verify the scope and realize that more details will be available as more project characteristics are progressively elaborated.

Explanation:

The project details and description will usually have less detail at the beginning of the project and will increase as the characteristics are progressively elaborated. Answer A is incorrect because the team should confirm that they understand the esence of the scope of the project, even if the details might be ambiguous at the beginning of the project. Answer B is incorrect because the project should go forward; however, the team should request further clarification of what the project scope entails. Answer D is incorrect because the project selection criteria should be established before the project begins.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

0 3257
Q:

Who is a more senior creditor, a bondholder or stockholder?

Answer

According to the classification, the claim of bond holder should be accounted first. After fulfilling all the claims of bond holder company should look after the stock holder.

Report Error

View answer Workspace Report Error Discuss

Subject: Finance

0 3257
Q:

 Which of the following improves a query's processing time?

A) Write complex queries. B) Combine a table with itself.
C) Query one query within another. D) Use compatible data types.
 
Answer & Explanation Answer: D) Use compatible data types.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 3256
Q:

The most electronegative element among the following is

A) Oxygen B) Chlorine
C) Nitrogen D) Sodium
 
Answer & Explanation Answer: A) Oxygen

Explanation:

Electronegativity measures an element's ability to form chemical bonds. Helium is the most electronegative element followed by Fluorine.

 

Here in the given options, Oxygen is the most electronegative element. Fluorine is followed by Oxygen, Chlorine and Nitrogen is the most electronegative elements list.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 3254
Q:

Point out the error, if any, in the following program.

#include "stdio.h"

main()

{

      unsigned char;

       FILE *fp;

       fp = fopen ("trail", "r");

       while (( ch = getc (fp)) ! = EOF)

               printf ("%c", ch);

       fclose (fp);

}  

Answer

EOF has been defined as #define EOF -1 n the file "stdio.h" and an unsigned char ranges from 0 to 255 hence when EOF is read from the file it cannot be accommodated in ch. Solution is to declare ch as an int.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 3254
Q:

Which of the following is a Heterogeneous Mixture?

A) Air B) Table salt
C) Soda D) Brass
 
Answer & Explanation Answer: C) Soda

Explanation:

Here Soda is a Heterogenous Mixture.

 

A Heterogeneous Mixture is a mixture having a non-uniform composition i.e, the mixture contains components in different phases. Using various means, the parts in the mixture can be separated from one another.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank PO

9 3253