Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In
Continue with Google
or use

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here
Continue with Google
or use

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to ask a question, You must login to ask a question.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

Answerclub

Answerclub Logo Answerclub Logo

Answerclub Navigation

  • Home
  • About Us
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • About Us
  • Contact Us

Welcome to Answerclub.org

Questions | Answers | Discussions | Knowledge sharing | Communities & more.

Get App on Playstore
Home/ Bindu P/Answers
Ask Bindu P
  • About
  • Questions
  • Polls
  • Answers
  • Best Answers
  • Followed
  • Favorites
  • Asked Questions
  • Groups
  • Joined Groups
  • Managed Groups
  1. Asked: July 25, 2024In: Education

    On which property of a wave does the pitch of a sound depend?

    Bindu P
    Bindu P Knowledge Contributor
    Added an answer on July 27, 2024 at 4:46 am

    Pitch of the sound depends upon its frequency. As the pitch of the sound is directly proportional to frequency, low-frequency sounds are said to have low pitch whereas sounds of high frequency are said to have the high pitch.

    Pitch of the sound depends upon its frequency. As the pitch of the sound is directly proportional to frequency, low-frequency sounds are said to have low pitch whereas sounds of high frequency are said to have the high pitch.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. Asked: July 25, 2024In: Others

    Who is the founder of Telegram?

    Bindu P
    Bindu P Knowledge Contributor
    Added an answer on July 27, 2024 at 4:43 am

    Pavel Valeryevich Durov, a Russian-born Emirati entrepreneur is known for founding the app Telegram Messenger.

    Pavel Valeryevich Durov, a Russian-born Emirati entrepreneur is known for founding the app Telegram Messenger.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  3. Asked: July 25, 2024In: Education

    The term ecosystem is first given by?

    Bindu P
    Bindu P Knowledge Contributor
    Added an answer on July 27, 2024 at 4:39 am

    Arthur Tansley, a British ecologist, in 1935 coined the term ecosystem, the interactive system established between the group of living creatures, and the environment in which they live.

    Arthur Tansley, a British ecologist, in 1935 coined the term ecosystem, the interactive system established between the group of living creatures, and the environment in which they live.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  4. Asked: July 25, 2024In: Education

    Eco mark is given to an Indian product which is?

    Bindu P
    Bindu P Knowledge Contributor
    Added an answer on July 27, 2024 at 4:36 am

    Eco-mark is issued by the Bureau of Indian Standards (BIS) as a certification mark for the products which are ecologically safe conforming to the standards prescribed by the BIS. The Eco-mark scheme falls under the ambit of the Ministry of Environment, Forest and Climate Change.

    Eco-mark is issued by the Bureau of Indian Standards (BIS) as a certification mark for the products which are ecologically safe conforming to the standards prescribed by the BIS.

    The Eco-mark scheme falls under the ambit of the Ministry of Environment, Forest and Climate Change.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  5. Asked: July 25, 2024In: Technology

    Differentiate between a LAN and a WAN?

    Bindu P
    Best Answer
    Bindu P Knowledge Contributor
    Added an answer on July 27, 2024 at 4:32 am
    This answer was edited.

    1. LAN means local area network and WAN means wide area network. 2. LANs connect users and applications in close geographical proximity (same building) whereas WANs connect users and applications in geographically dispersed locations (across the globe). 3. LANs use OSI Layer 1 and Layer 2 data conneRead more

    1. LAN means local area network and WAN means wide area network.

    2. LANs connect users and applications in close geographical proximity (same building) whereas WANs connect users and applications in geographically dispersed locations (across the globe).

    3. LANs use OSI Layer 1 and Layer 2 data connection equipment for transmission and

    WANs use Layer 1, 2, and 3 network devices for data transmission.

    4. LANs are faster, because they span less distance and have less congestion.

    WANs are slightly slower, but that may not be perceived.

    5. LANs are good for private IoT networks, bot networks, and small business networks whereas WANs are good for disaster recovery, applications with global users, and large corporate networks.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  6. Asked: July 25, 2024In: Technology

    Differentiate between ROM and RAM?

    Bindu P
    Bindu P Knowledge Contributor
    Added an answer on July 27, 2024 at 4:26 am

    RAM stands for Random Access Memory, and ROM stands for Read Only Memory. RAM is memory that stores the data that you’re currently working with, but it’s volatile, meaning that as soon as it loses power, that data disappears. ROM refers to permanent memory. It’s non-volatile, so when it loses power,Read more

    RAM stands for Random Access Memory, and ROM stands for Read Only Memory.

    RAM is memory that stores the data that you’re currently working with, but it’s volatile, meaning that as soon as it loses power, that data disappears.

    ROM refers to permanent memory. It’s non-volatile, so when it loses power, the data remains. This makes it perfect for things that don’t change, like the BIOS of your motherboard.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  7. Asked: July 25, 2024In: Technology

    What is the difference between a compiler and an interpreter?

    Bindu P
    Bindu P Knowledge Contributor
    Added an answer on July 27, 2024 at 4:24 am

    1. A compiler translates code written in a high-level programming language into a lower-level language like assembly language, object code and machine code (binary 1 and 0 bits). It converts the code ahead of time before the program runs whereas an interpreter translates the code line-by-line when tRead more

    1. A compiler translates code written in a high-level programming language into a lower-level language like assembly language, object code and machine code (binary 1 and 0 bits). It converts the code ahead of time before the program runs whereas an interpreter translates the code line-by-line when the program is running.

    2. A compiler takes in the entire program and requires a lot of time to analyze the source code whereas the interpreter takes a single line of code and very little time to analyze it.

    3. Compiled code runs faster, while interpreted code runs slower.

    4. A compiler displays all errors after compilation. If your code has mistakes, it will not compile. But the interpreter displays errors of each line one by one.

    5. Compilers can contain interpreters for optimization reasons like faster performance and smaller memory footprint.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  8. Asked: July 25, 2024In: Technology

    What is a cache memory?

    Bindu P
    Bindu P Knowledge Contributor
    Added an answer on July 27, 2024 at 4:17 am

    Cache memory is a small, high-speed storage area in a computer. The cache is a smaller and faster memory that stores copies of the data from frequently used main memory locations. There are various independent caches in a CPU, which store instructions and data. The most important use of cache memoryRead more

    Cache memory is a small, high-speed storage area in a computer.

    The cache is a smaller and faster memory that stores copies of the data from frequently used main memory locations.

    There are various independent caches in a CPU, which store instructions and data.

    The most important use of cache memory is that it is used to reduce the average time to access data from the main memory.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  9. Asked: July 25, 2024In: Education

    What is the main language spoken in Brazil?

    Bindu P
    Bindu P Knowledge Contributor
    Added an answer on July 27, 2024 at 4:14 am

    The primary language in Brazil is Portuguese, which is spoken by 98% of the people in Brazil. It is the language of government, of education, of the arts and of almost every element of daily life.

    The primary language in Brazil is Portuguese, which is spoken by 98% of the people in Brazil.

    It is the language of government, of education, of the arts and of almost every element of daily life.

    See less
      • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  10. Asked: July 25, 2024In: Education

    Which type of forest is majority comprises lichens and mosses?

    Bindu P
    Bindu P Knowledge Contributor
    Added an answer on July 27, 2024 at 4:13 am

    Mosses and lichens are primarily found in temperate environments such as the Tundra regions. These plants make up the majority of the vegetation in the Tundra region. They provide food for animals such as reindeer.

    Mosses and lichens are primarily found in temperate environments such as the Tundra regions.

    These plants make up the majority of the vegetation in the Tundra region. They provide food for animals such as reindeer.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
1 … 37 38 39 40 41 … 46

Sidebar

Ask A Question

Stats

  • Questions 56,984
  • Answers 51,431
  • Popular
  • Answers
  • Mr.Doge

    What are the best AI tools available for Creative Designing?

    • 47 Answers
  • Mr.Doge

    How is tax calculated in India for investing in US ...

    • 41 Answers
  • Mr.Doge

    How to invest in NCD/ Corporate Bonds in India? Is ...

    • 35 Answers
  • Dmktg33 Singhal
    Dmktg33 Singhal added an answer ABS Plastic Sheet is highly valued in industries due to… October 16, 2025 at 6:14 pm
  • Dmktg33 Singhal
    Dmktg33 Singhal added an answer Barricade Tape is a simple yet highly effective tool for… October 16, 2025 at 6:09 pm
  • Providence Adworks
    Providence Adworks added an answer A standout creative agency goes beyond visuals—it builds emotional connections… October 16, 2025 at 5:09 pm

Trending Tags

ai biology branch of study business cricket education english food general knowledge. general science geography gk health history poll question science sports technology travel

Explore

  • Home
  • Groups
  • Add group
  • Catagories
  • Questions
    • New Questions
    • Most Answered
  • Polls
  • Tags
  • Badges

© 2024 Answerclub.org | All Rights Reserved
Designed & Developed by INFINITEBOX & TechTrends