Questions

Q:

The Capacity of a Communication Channel is Measured in

A) Band rate B) Band width
C) Data flow D) Bit capacity
 
Answer & Explanation Answer: B) Band width

Explanation:

The path that data takes from source to destination is called a Channel. A channel is a communication medium. A channel has a certain capacity for transmitting information. 

 

The "capacity" of a channel is the theoretical upper-limit to the bit rate over a given channel that will result in negligible errors. Channel capacity is often measured by its Bandwidth in Hz or its data rate in bits per second.

Report Error

View Answer Report Error Discuss

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

15 12447
Q:

The term 'mixed economy' denoted

A) existence of both rural and urban sectors B) existence of both private and public sectors
C) existence of both heavy and small industries D) existence of both developed and underdeveloped sectors
 
Answer & Explanation Answer: B) existence of both private and public sectors

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

15 12447
Q:

The Dul Hasti Power Station is based on which one of the following rivers?

A) Beas B) Chenab
C) Ravi D) Sutlej
 
Answer & Explanation Answer: B) Chenab

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

21 12438
Q:

Prabhasgiri is a pilgrim spot of

A) Buddhists B) Jains
C) Saivites D) Vaishnavites
 
Answer & Explanation Answer: B) Jains

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

13 12430
Q:

What is Black, when Clean and White, when Dirty?

A) Shoes B) Car
C) Chalkboard D) None
 
Answer & Explanation Answer: C) Chalkboard

Explanation:

It is Blackboard or Chalkboard which is Black when clean, and as you write on it with white chalk it becomes dirty in White color.

Report Error

View Answer Report Error Discuss

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

12 12429
Q:

Who is the father of modern chemistry?

A) Priestley B) Lavoisier
C) Dalton D) Mendeleeff
 
Answer & Explanation Answer: B) Lavoisier

Explanation:

Antoine-Laurent de Lavoisier, a french chemist is considered as the "Father of Modern Chemistry."

who_is_the_father_of_modern_chemistry1538547478.jpg image

Report Error

View Answer Report Error Discuss

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

26 12419
Q:

With this type of SQL Server cursor concurrency no lock is obtained until the user updates the data.

A) READ_ONLY B) SCROLL_LOCK
C) OPTIMISTIC D) PESSIMISTIC
 
Answer & Explanation Answer: C) OPTIMISTIC

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

3 12419
Q:

Explain soundex() and metaphone() ?

Answer

soundex()
The soundex() function calculates the soundex key of a string. A soundex key is a four character long alphanumeric string that represent English pronunciation of a word. he soundex() function can be used for spelling applications.
< ?php
$str = "hello";
echo soundex($str);
? >


metaphone()
The metaphone() function calculates the metaphone key of a string. A metaphone key represents how a string sounds if said by an English speaking person. The metaphone() function can be used for spelling applications.
< ?php
echo metaphone("world");
? >

Report Error

View answer Workspace Report Error Discuss

42 12402