Questions

Q:

Which of the following is true of VoIP?

A) It uses the public switched telephone network. B) Skype is an example of VoIP software.
C) It uses a slow speed dial-up connection. D) All of the above
 
Answer & Explanation Answer: B) Skype is an example of VoIP software.

Explanation:

VOIP is an acronym for Voice Over Internet Protocol, or in more common terms phone service over the Internet.

 

Voice over Internet Protocol is a category of hardware and software that enables people to use the Internet as the transmission medium for telephone calls by sending voice data in packets using IP rather than by traditional circuit transmissions of the PSTN.

 

Here in the given options, Skype is the only voice service that enables us to talk over internet.

Report Error

View Answer Report Error Discuss

7 4539
Q:

Which team became the first team in history to win 100 T20 matches  ?

A) Sunrisers Hyderabad B) Bangalore Royal Challengers
C) Kolkata Knight Riders D) Mumbai Indians
 
Answer & Explanation Answer: D) Mumbai Indians

Explanation:

Two times IPL champions Mumbai Indians (MI) reached a new milestone as they became the first team in history to win 100 T20 matches. The Mumbai outfit defeated Kolkata Knight Riders (KKR) at the Eden Gardens by 9 runs in their final match of the league stage of IPL 2017.

Report Error

View Answer Report Error Discuss

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

12 4538
Q:

The Earthquake at Sagami bay in Japan which killed two and half lakh people was an example of

A) Tectonic earthquake B) Plutonic earthquake
C) Main induced evarthquake D) Isostatic earthquake
 
Answer & Explanation Answer: A) Tectonic earthquake

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

2 4538
Q:

The credit of inventing the tv goes to

A) Philo Farnsworth B) John Logie Baird
C) Philo Farnsworth D) None of the above
 
Answer & Explanation Answer: A) Philo Farnsworth

Explanation:

The credit of inventing the television goes to Philo Farnsworth.

Report Error

View Answer Report Error Discuss

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

4 4536
Q:

Break the logic behind the given mathematical puzzle?

Maths_logic_puzzle1557901040.png image

A) 7 B) 8
C) 11 D) 13
 
Answer & Explanation Answer: B) 8

Explanation:

In the given puzzle,

The logic is in the format of lets say, a/b


In that case b doesn't matter, because

2/2 = 1,

6/5 = 6/2 = 3,

10/11 = 10/2 = 5

 

This means that equation is a/2

So 16/19 is equal 16/2 = 8.

Report Error

View Answer Report Error Discuss

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

19 4535
Q:

What is the difference between malloc() and calloc() functions?

Answer

As against malloc(), calloc() needs two arguments, the number of elements  to be allocated and the size of each element. For example,


 p = (int *) calloc (10, sizeof (int));


would allocate space for a 10- integer array. Additionally, calloc() would also set each of this element with a value 0.


Thus the above call to calloc() is equivalent to:


p = (int *) malloc (10 * sizeof (int));


memset (p, 0, 10 * sizeof( int ));

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 4535
Q:

The invasion of which of these countries in 1939 widely regarded to have started World War II ?

A) Italy B) Germany
C) Poland D) France
 
Answer & Explanation Answer: C) Poland

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World History

6 4534
Q:

Which of the following is India's new rating Index developed by Ministry of Finance?

A) CECA B) CRIS
C) TIEA D) RTGS
 
Answer & Explanation Answer: B) CRIS

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

2 4533