Questions

Q:

What is a single celled organism called

A) protoctists B) chromosomes
C) unicellular D) bicellular
 
Answer & Explanation Answer: C) unicellular

Explanation:

An organism is a living thing, and there are two broad categories of organisms: those made up of only a single cell, and those made up of multiple cells.

Single-celled organisms means which contains only one cell are called unicellular organisms. 'Uni-' means 'one,' so the name 'unicellular' literally means 'one cell.'

 

Examples of Unicellular or Single celled organisms ::

 

Prokaryotic organisms like Bacteria,...

Some algae like green algae, euglena,...

Report Error

View Answer Report Error Discuss

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

5 2868
Q:

The amount of water vapor in the air is called

A) Saturated air B) Precipitation
C) Humidity D) Capacity
 
Answer & Explanation Answer: C) Humidity

Explanation:

The amount of water vapor in the air is called Humidity. The amount of water vapor that air acn hold depends on the temperature of the air. The amount of water vapor in the air as compared with the amount of water that the air could hold is called Relative humidity.

Report Error

View Answer Report Error Discuss

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

4 2868
Q:

Yakshagana, a dance drama is popular in

A) Karnataka B) Tamil Nadu
C) Kerala D) Andhra Pradesh
 
Answer & Explanation Answer: A) Karnataka

Explanation:

Yakshagana is a traditional Indian dance drama form developed in Karnataka state of India.

Report Error

View Answer Report Error Discuss

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

10 2867
Q:

which of the following represents a set of properties that guarantee that database transactions are processed reliably in computer science ?

A) Buffer Cache B) ACID
C) Foreign Key D) None
 
Answer & Explanation Answer: B) ACID

Explanation:

ACID means (Atomicity, Consistency, Isolation, Durability) is a set of properties of database transactions intended to guarantee validity even in the event of errors, power failures, etc.

In the context of databases, a sequence of database operations that satisfies the ACID properties and, thus, can be perceived as single logical operation on the data, is called a transaction. For example, a transfer of funds from one bank account to another, even involving multiple changes such as debiting one account and crediting another, is a single transaction.

Report Error

View Answer Report Error Discuss

Filed Under: IBM Certification
Job Role: Analyst , IT Trainer

13 2867
Q:

Which one of the following elements cannot be detected by "Lassaigne's test"?

A) I B) Cl
C) S D) F
 
Answer & Explanation Answer: D) F

Explanation:

The sodium fusion test, or Lassaigne's test, is used in elemental analysis for the qualitative determination of the presence of foreign elements, namely halogens, nitrogen, and sulphur, in an organic compound. It was developed by J. L. Lassaigne.Silver fluoride is soluble in water and does not precipitate and thus this method cannot be used for detection of fluorine.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

2 2866
Q:

Recently deleted files are stored in

A) Taskbar B) My Computer
C) Recycle Bin D) Desktop
 
Answer & Explanation Answer: C) Recycle Bin

Explanation:

Deleted files are not permanently removed from the hard drive or the computers memory. Before they are permanently removed from the system they are stored in Recycle Bin. Recycle Bin is a folder or directory where deleted items are temporarily stored. It is also called as trash.

Report Error

View Answer Report Error Discuss

6 2865
Q:

What will be output of following c code?

void main()
{
struct india
{
char c;
float d;
};
struct world
{
int a[3];
char b;
struct india orissa;
};
struct world st ={{1,2,3},'P','q',1.4};
clrscr();
printf("%dt%ct%ct%f",st.a[1],st.b,st.orissa.c,st.orissa.d);
getch();
}

Answer

Output: 2 p q 1.400000

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2865
Q:

A push or pull on an object is called

A) Force B) Weight
C) Opposition D) None of the above
 
Answer & Explanation Answer: A) Force

Explanation:

The push or pull on an object that causes it to move or stop or change direction is called as Force.

Report Error

View Answer Report Error Discuss

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

2 2864