Questions

Q:

An example of an extensive property of matter is

A) Volume B) Mass
C) Density D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:

Any properties that are dependent on the amount of matter are called as extensive properties of matter.


Examples are :: Mass, Volume, Density (M/V),...

Report Error

View Answer Report Error Discuss

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

0 2442
Q:

Planning Process Group

What are the Project Management Processes included in the Planning Process Group?

Answer



      • Develop Project Management Plan

      • Scope Planning

      • Scope Definition

      • Create WBS

      • Activity Definition

      • Activity Sequencing

      • Activity Resource Estimating

      • Activity Duration Estimating

      • Schedule Development

      • Cost Estimating

      • Cost Budgeting

      • Quality Planning

      • Human Resource Planning

      • Communications Planning

      • Risk Management Planning

      • Risk Identification

      • Qualitative Risk Analysis

      • Quantitative Risk Analysis

      • Risk Response Planning

      • Plan purchases and Acquisitions

      • Plan Contracting



Report Error

View answer Workspace Report Error Discuss

0 2442
Q:

Which of the following is UN special agency and not programme

A) UNDP B) UNIFEM
C) IBRD D) UNFPA
 
Answer & Explanation Answer: A) UNDP

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

3 2442
Q:

Human gametes are produced by

A) Mitosis B) Meiosis
C) Replication D) None of the above
 
Answer & Explanation Answer: B) Meiosis

Explanation:

In humans all reproduction is sexual. It involves joining together haploid gamete cells from each parent with half the normal number of chromosomes to make a new cell containing both parents' genetic material. This is a diploid zygote. The cells from each parent that combine to form the zygote are called gametes.

 

Meiosis produces haploid gametes from a diploid parental cell.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk , Bank PO

2 2441
Q:

An object having the capability to do work is said to possess

A) Inertia B) Force
C) Pressure D) Energy
 
Answer & Explanation Answer: D) Energy

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

0 2441
Q:

In a bipolar junction transistor

A) all the three regions (the emitter, the base and the collector) have equal concentrations of impurity B) the emitter has the least concentration of impurity
C) the collector has the least concentration of impurity D) the base has the least concentration of impurity
 
Answer & Explanation Answer: D) the base has the least concentration of impurity

Explanation:

In terms of concentration of impurity (a.k.a impurity doping concentration, often abbreviated to doping concentration), from the highest to the lowest among the three regions of a bipolar junction, emitter, collector, and base are the correct order. The above order is independent of the type of BJT, npn or pnp

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 2440
Q:

Is international relations essay writing service useful for the academic works

Answer

Many students are always depending on the essay writing services but they do not know which one is more genuine for their works.International relations essay writing service is providing the useful writing guidelines for the students.And also they are providing sample essay for the stdudents. For more information about these services Visit clazwork

Report Error

View answer Workspace Report Error Discuss

3 2440
Q:

A subquery in an sql select statement.

Answer

A Subquery or Inner query or a Nested query is a query within another SQL query and embedded within the WHERE clause.


Subqueries are most frequently used with the SELECT statement. The basic syntax is as follows::


SELECT column_name [, column_name ]
FROM table1 [, table2 ]
WHERE column_name OPERATOR
(SELECT column_name [, column_name ]
FROM table1 [, table2 ]
[WHERE])



A subquery is used to return data that will be used in the main query as a condition to further restrict the data to be retrieved.


Subqueries can be used with the SELECT, INSERT, UPDATE, and DELETE statements along with the operators like =, <, >, >=, <=, IN, BETWEEN, etc.


 


There are a few rules that subqueries must follow −


 


1. Subqueries must be enclosed within parentheses.


2. A subquery can have only one column in the SELECT clause, unless multiple columns are in the main query for the subquery to compare its selected columns.


3. An ORDER BY command cannot be used in a subquery, although the main query can use an ORDER BY. The GROUP BY command can be used to perform the same function as the ORDER BY in a subquery.


4. Subqueries that return more than one row can only be used with multiple value operators such as the IN operator.


5. The SELECT list cannot include any references to values that evaluate to a BLOB, ARRAY, CLOB, or NCLOB.


6. A subquery cannot be immediately enclosed in a set function.


7. The BETWEEN operator cannot be used with a subquery. However, the BETWEEN operator can be used within the subquery.

Report Error

View answer Workspace Report Error Discuss

0 2440