Questions

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 22633
Q:

Microcomputer hardware consists of three basic categories of physical equipment ____

A) Keyboard, monitor, hard drive B) system unit, input/output, memory
C) system unit, input/output, secondary storage D) system unit, primary storage, secondary storage
 
Answer & Explanation Answer: C) system unit, input/output, secondary storage

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

99 22628
Q:

The two major types of computer chips are

A) Microprocessor B) Primary memory
C) Both A & B D) External memory
 
Answer & Explanation Answer: C) Both A & B

Explanation:

The two major types of computer chips are Microprocessor and Primary memory chips.

Report Error

View Answer Report Error Discuss

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

31 22626
Q:

Find the height of the table?

how_tall_is_the_table1542200476.jpg image

A) 40 cm B) 150 cm
C) 120 cm D) 45 cm
 
Answer & Explanation Answer: B) 150 cm

Explanation:

Let the heights of Cat, Table and Turtle be C, T & R respectively.

 

From the above given figure,

 

C + T - R = 170 ......(a)

 

R + T - C = 130 ......(b)

 

Adding above eqns (a) & (b), we get

 

2T = 300

 

T = 150 cm

 

Hence, the height of the table is 150 cm.

Report Error

View Answer Report Error Discuss

Filed Under: Math Puzzles
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

66 22611
Q:

Against which team did Virender Sehwag make his one day international debut

A) New Zealand B) Sri lanka
C) Pakistan D) South Africa
 
Answer & Explanation Answer: C) Pakistan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

109 22560
Q:

Which of the statements given below are correct?

A) Alexander Norén won the Golf 2017 Masters Tournament.

B) In 2017, Daniel Ricciardo raced in Formula One for Mercedes.

C) In 2017 Pro Kabaddi League, Suraj Desai played for Jaipur Pink Panthers.

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

2 22547
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 22513
Q:

Smallest cricket stadium in the world by boundary?

A) Carisbrook Stadium B) Feroz Shah Kotla
C) Melbourne Cricket Ground D) Sydney Cricket Stadium
 
Answer & Explanation Answer: B) Feroz Shah Kotla

Explanation:

Smallest_cricket_stadium_in_the_world_by_boundary1562043904.jpg image

The Feroz Shah Kotla Ground is a cricket ground built in 1883 in New Delhi is the second oldest international cricket stadium still functional in India, after the Eden Gardens in Kolkata. It also holds the record of the smallest cricket stadium in the world by boundary.

 

Report Error

View Answer Report Error Discuss

Filed Under: Famous Places
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

26 22508