Questions

Q:

Nuclear membrane is absent in

A) Volvox B) Penicillium
C) Agaricus D) Nostoc
 
Answer & Explanation Answer: D) Nostoc

Explanation:

Nostoc is a prokaryote. Prokaryotic cells lack membrane bound organelles and well organized nucleus, that is nuclear envelope is absent in these cells.

nuclear_membrane1533030195.jpg image

The nuclear envelope, also known as the nuclear membrane, a bilayer membranes which surrounds the nucleus, and in eukaryotic cells it encases the genetic material.

Report Error

View Answer Report Error Discuss

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

82 20499
Q:

Which of the statements given below are correct?

A) In 2017, Gary Cahill captained the Premier League team Chelsea.

B) In 2017, Jordan Henderson captained the Premier League team Liverpool.

C) Canada hosted the 2017 AIBA World Boxing Championships.

 

A) Only B B) Both A and B
C) Both B and C D) None of these
 
Answer & Explanation Answer: B) Both A and B

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

1 20466
Q:

What is "bug leakage?" and what is "bug release?"

Answer

A bug leakage results when a bug is detected which should have been detected in earlier builds/versions of the application.


A defect which exists during testing yet unfound by the tester which is eventually found by the tester/end-user is also called bug leakage.


A bug release is when a particular version of s/w is released with a set of known bug(s)/defect(s). These bugs are usually low severity and/or low priority bugs. It is done when the company can afford the existence of bug in the released s/w rather than the time/cost for fixing it in that particular version. These bugs are usually mentioned in the Release Notes.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

21 20427
Q:

The term ' Gambit ' is associated with

A) Chess B) Tennis
C) Basket ball D) Baseball
 
Answer & Explanation Answer: A) Chess

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

66 20379
Q:

If the following program (myprog) is run from the command line as 

myprog 1 2 3 

what would be the output?

main(int argc, char *argv[])

{

    int i, j = 0;

    for (i = 0; i < argc ; i++)

           j = j + atoi ( argv[i]);

    printf ("%d", j);

}

A) 123 B) 6
C) Error D) "123"
 
Answer & Explanation Answer: B) 6

Explanation:

When atoi() tries to convert argv[0] to a number it cannot do so (argv[0] being a file name) and hence returns a zero.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

2 20362
Q:

Which of the statements given below are correct?

 

A) Max Verstappen won the Formula One 2017 Singapore Grand Prix.

B) In 2017, Mohamed Salah played for the Premier League team Liverpool.

C) Jelena Ostapenko won the Tennis 2017 Australian Open Women's Singles.

 

A) Only A B) Only B
C) Both B and C D) A, B and C
 
Answer & Explanation Answer: B) Only B

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

0 20352
Q:

When did India's population touch 100 crore mark

A) May, 2001 B) May 2000
C) May, 2002 D) May, 2003
 
Answer & Explanation Answer: B) May 2000

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

50 20264
Q:

The office of Lokpal and Lokayukta in india is based on which one of the following

A) Parlimentary Commissioner of UK B) Ombudsman in Scandinavia
C) Procurator General of Russia D) Council of state in France
 
Answer & Explanation Answer: B) Ombudsman in Scandinavia

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

39 20242