Questions

Q:

Which of the statements given below are correct?

 

A) In 2017, Stephen Curry played for the NBA team Milwaukee Bucks.

B) Sebastian Vettel won the Formula One 2017 Singapore Grand Prix.

C) Roger Federer won the Tennis 2017 Miami Open Men's Singles.

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

0 22822
Q:

With which sport is the term 'Freestyle' connected with?

 

A) Tennis B) Kho Kho
C) Kabaddi D) Swimming
 
Answer & Explanation Answer: D) Swimming

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

3 22820
Q:

main()

{

float me = 1.1;

double you = 1.1;

if(me==you)

printf("yes");

else

printf("No");

}

A) Yes B) No
C) Both D) Compilation error
 
Answer & Explanation Answer: B) No

Explanation:

For floating point numbers (float, double, long double) the values cannot be predicted exactly. Depending on the number of bytes, the precession with of the value represented varies. Float takes 4 bytes and long double takes 10 bytes. So float stores 0.9 with less precision than long double.

Report Error

View Answer Report Error Discuss

Filed Under: Software Testing
Job Role: Software Architect

19 22811
Q:

Which file starts MS Word?

A) word.exe B) msword.exe
C) word2003.exe D) winword.exe
 
Answer & Explanation Answer: D) winword.exe

Explanation:
Report Error

View Answer Report Error Discuss

84 22805
Q:

Which of the statements given below are correct?

A) Julio Granda won the 2017 World Senior Chess Championship.

B) Tan Zhongyi won the 2017 World Junior Chess Championship.

C) Russia hosted the Golf 2017 Players Championship.

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

0 22771
Q:

Which of the Following is an Amorphous solid?

A) Quartz Glass(Sio2) B) Chrome Alum
C) Silicon Carbide(SiC) D) Graphite
 
Answer & Explanation Answer: A) Quartz Glass(Sio2)

Explanation:

An amorphous or non-crystalline solid is a solid that lacks the long-range order that is characteristic of a crystal. In Brief, An amorphous solid is any noncrystalline solid in which the atoms and molecules are not organized in a definite lattice pattern. Such solids include glass, plastic, and gel.

Quartz glass (SiO2) is an amorphous solid due to its short range order of constituent particles. Note Quartz is a crystalline solid while quartz glass is an amorphous solid.

Report Error

View Answer Report Error Discuss

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

52 22766
Q:

Which of the following is not a static testing technique?

A) Inspections B) Data flow analysis
C) Error guessing D) Walkthrough
 
Answer & Explanation Answer: C) Error guessing

Explanation:

Static Testing, a software testing technique in which the software is tested without executing the code. This Techniques provide a powerful way to improve the quality and productivity of software development by assisting engineers to recognize and fix their own defects early in the software development process.

 

It has two parts as listed below:

Review - Typically used to find and eliminate errors or ambiguities in documents such as requirements, design, test cases, etc.

Static analysis - The code written by developers are analysed (usually by tools) for structural defects that may lead to defects.

 

In this software is tested without executing the code by doing Review, Walk Through, Inspection or Analysis etc.

 

Hence, Error guessing is not a static software testing technique.

Report Error

View Answer Report Error Discuss

13 22756
Q:

Begum Akhtar is associated to which art form?

 

A) Dance B) Painting
C) Music D) Folk Art  
 
Answer & Explanation Answer: C) Music

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams

0 22745