Questions

Q:

Damage to hearing is caused by sounds which exceed

A) 70 decibels B) 80 decibels
C) 100 decibels D) 120 decibels
 
Answer & Explanation Answer: D) 120 decibels

Explanation:

High frequency sound attacks the tympanic memberance and makes it defective. 120 decibels is too high a pitch to be heard and therefore it impairs the hearing ability.

Report Error

View Answer Report Error Discuss

Filed Under: Biology

49 11998
Q:

Operation Kutir Jyothi refers to

A) Rural electrification B) Adult literacy
C) Self-employment D) Olympic torch
 
Answer & Explanation Answer: A) Rural electrification

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

51 11996
Q:

A program in execution is called

A) Procedure B) Function
C) Process D) Instruction
 
Answer & Explanation Answer: C) Process

Explanation:

We know that a computer program is a set of instructions to be executed. And if the instructions are in execution, then it is called as process. In brief, a program in execution is called as process.

Report Error

View Answer Report Error Discuss

18 11985
Q:

What are long chains of Carbon Molecules called

A) Ribosomes B) Hydrocarbons
C) Polymers D) None
 
Answer & Explanation Answer: C) Polymers

Explanation:

A small organic molecule (sugars or amino acids), several of which may be bonded together to form a chain called a polymer.

Report Error

View Answer Report Error Discuss

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

12 11978
Q:

If a carrier wave of 1000 kHz is used to carry the signal, the length of transmitting antenna will be equal to _____ ?

A) 300 m B) 30 m
C) 3 m D) 0.3 m
 
Answer & Explanation Answer: A) 300 m

Explanation:

h =  straight c over straight v = 3 × 108/106 = 300 m

Report Error

View Answer Report Error Discuss

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

39 11959
Q:

What is the capital of Cameroon?

A) Bujumbura B) Yaounde
C) Gaborone D) None
 
Answer & Explanation Answer: B) Yaounde

Explanation:

Yaounde is the capital of Cameroon

Report Error

View Answer Report Error Discuss

Filed Under: Country Capitals

57 11952
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 11950
Q:

Programs designed specifically to address general purpose applications and special-purpose applications are called ......

A) Management Information System B) System Software
C) Application Software D) None of these
 
Answer & Explanation Answer: C) Application Software

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer

47 11950