Questions

Q:

A series of instructions that tells a computer what to do and how to do it is called a _______

A) Program B) Command
C) User response D) Processor
 
Answer & Explanation Answer: A) Program

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

6 5525
Q:

According to the modern Periodic Law, the properties of elements are periodic functions of their

A) volency B) atomic mass
C) number of neutrons D) atomic number
 
Answer & Explanation Answer: D) atomic number

Explanation:

Atomic number is the serial number of an element in the periodic classification of elements. It gives the number of protons and also the number of electrons in an atom.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

6 5524
Q:

Which is fastest swimming fish

Answer

sailfish

Report Error

View answer Workspace Report Error Discuss

34 5523
Q:

The Sunderbans are found in

A) The Luni Basin B) Godavari Delta
C) Ganga Delta D) Mahanadi Delta
 
Answer & Explanation Answer: C) Ganga Delta

Explanation:

These mangrove or tidal forests are found in the submerged coastal plains of the Ganga. The name comes from the abundant sundari trees found here. 

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

4 5522
Q:

Point out the error, if any, in the following program.

#include "stdarg.h"

main()

{

     display ( 4, 12.5, 13.5, 14.5, 44.3);

}

display(int num, ...)

{

       float c; int j;

        va_list ptr;

        va_start (ptr, num);

        for ( j = 1; j <= num; j++)

        {

            c = va_arg ( ptr, float );

            printf ("\n%f", c);

         }

}

Answer

While extracting a float argument using va_arg we should have useed 


c = va_arg (ptr, double)

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 5519
Q:

Answer the Following Puzzle

Number Puzzles Questions and Answers

A) 22 B) 33
C) 44 D) 55
 
Answer & Explanation Answer: A) 22

Explanation:

In each circle,lower number equals the product of the top two numbers, subtracting 3 for the left hand circle, 4 for the middle, and 5 for the right hand circle.

Report Error

View Answer Report Error Discuss

Filed Under: Number Puzzles

25 5513
Q:

What is the Logo and mascot of Asian Athletics Championships that is scheduled to be held from 6 to 9 july 2017  ?

A) Fishing cat B) Olive Ridley turtles.
C) Sanderlings D) Irrawaddy Dolphins
 
Answer & Explanation Answer: B) Olive Ridley turtles.

Explanation:

Odisha Chief Minister Naveen Patnaik has unveiled the logo and mascot of the 22nd Asian Athletics Championships scheduled to be held at the Kalinga Stadium in Bhubaneshwar from July 6 to 9, 2017.

 Mr. Patnaik also formally announced Bhubaneswar as the host for the sports event. The mascot, named Olly Turtle, depicts the Olive Ridley turtles.

Report Error

View Answer Report Error Discuss

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

3 5512
Q:

Who was the first(1st) ODI captain for India?

A) Ajit Wadekar B) Bishen Singh Bedi
C) Nawab Pataudi D) Vinoo Mankad
 
Answer & Explanation Answer: A) Ajit Wadekar

Explanation:

who_was_the_1st_odi_captain_for_india1561445632.jpg image

Ajit Laxman Wadekar was an Indian international cricketer who played for the Indian national team between 1966 and 1974. He is from Mumbai.

Report Error

View Answer Report Error Discuss

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

1 5510