Questions

Q:

Which country won the Cricket World cup in 2011

A) Sri Lanka B) Australia
C) Pakistan D) India
 
Answer & Explanation Answer: D) India

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

2 2748
Q:

A genus can best be defined as

A) a taxon composed of one or more species and a classification level lying below family B) a taxon composed of families
C) the most specific taxon D) a taxon comprised of classes
 
Answer & Explanation Answer: A) a taxon composed of one or more species and a classification level lying below family

Explanation:

A genus can best be defined as a taxon composed of one or more species and a classification level lying below family.

Report Error

View Answer Report Error Discuss

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

1 2748
Q:

Genes are made of 

A) Carbohydrates B) Proteins
C) Fats D) Nucleotides
 
Answer & Explanation Answer: D) Nucleotides

Explanation:

Genes : The DNA is the genetic material. The DNA is made of several nucleotides. A nucleotide means, one nitrogenous base one sugar molecule and a phosphate molecule. These nucleotides occur in sequences and several nucleotides form one Gene ( a functional mgene is called a cistron)

Report Error

View Answer Report Error Discuss

Filed Under: Biology

7 2747
Q:

If there is a lock on an adjacent key, an insert will fail if the isolation level is set to what?

A) committed read B) repeatable read
C) share read D) indexed read
 
Answer & Explanation Answer: B) repeatable read

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: IBM Certification

1 2747
Q:

Project Life Cycle - Characteristic of Project Phases

What is a deliverable?

Answer

A deliverable is a measurable, verifiable work product such as a specification, feasibility study report, detailed design document, or working prototype.

Report Error

View answer Workspace Report Error Discuss

0 2747
Q:

Answer the following Program

#define CHARSIZE 8

#define MASK(y) (1 << y % CHARSIZE)

#define BITSLOT (y) (y / CHARSIZE)

#define SET(x,y) ( x[BITSLOT(y)] = MASK(y) )

#define TEST(x,y) ( x[BITSLOT(y)] & MASK(y) )

#define NUMSLOTS(n) ((n + CHARSIZE - 1) / CHARSIZE)

 

Give the above macros how would you

1. declare an array arr of 50 bits

2. put the 20th bit on

3. test whether the 40th bit is on or off

Answer

1. char arr[NUMSLOTS(50)];


2. SET (arr, 20);


3. if (TEST (arr, 40))

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2747
Q:

Which of the following team has won the 37th and final edition of the Hockey Champions Trophy at Breda, the Netherlands?

A) India B) Australia
C) Brazil D) The Netherlands
 
Answer & Explanation Answer: B) Australia

Explanation:

In the summit clash of the 37th and final edition of the Hockey Champions Trophy at Breda, the Netherlands, India lost to defending champions Australia via penalty shoot-off. The match went into the shoot-off after both the teams were locked at 1-1 in regulation time.

Report Error

View Answer Report Error Discuss

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

0 2747
Q:

Backup means

A) Protecting data by copying it from the original source to a different destination B) Accessing data on tape
C) Filtering old data from the new data D) Adding more components to your network
 
Answer & Explanation Answer: A) Protecting data by copying it from the original source to a different destination

Explanation:

Protecting data by copying it from the original source to a different destination is called as Backup. When an original data is lossed, to restore the information by copying the data from the source to other destination is called as Backup or Data backup.

Report Error

View Answer Report Error Discuss

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

4 2747