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/ Kavya T/Answers
Ask Kavya T
  • About
  • Questions
  • Polls
  • Answers
  • Best Answers
  • Followed
  • Favorites
  • Asked Questions
  • Groups
  • Joined Groups
  • Managed Groups
  1. Asked: June 13, 2024In: Education

    Interprocess communication

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 13, 2024 at 4:30 pm

    Inter-process communication (IPC) is a mechanism that allows processes to communicate with each other and synchronize their actions. The communication between these processes can be seen as a method of co-operation between them. Processes can communicate with each other through both: Shared Memory.Read more

    Inter-process communication (IPC) is a mechanism that allows processes to communicate with each other and synchronize their actions. The communication between these processes can be seen as a method of co-operation between them. Processes can communicate with each other through both: Shared Memory. Message passing.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. Asked: June 13, 2024In: Education

    Interprocess communicatio

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 13, 2024 at 4:27 pm

    Inter-process communication (IPC) is a mechanism that allows processes to communicate with each other and synchronize their actions. The communication between these processes can be seen as a method of co-operation between them. Processes can communicate with each other through both: Shared Memory.Read more

    Inter-process communication (IPC) is a mechanism that allows processes to communicate with each other and synchronize their actions. The communication between these processes can be seen as a method of co-operation between them. Processes can communicate with each other through both: Shared Memory. Message passing.

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

    The LRU algorithm

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 13, 2024 at 4:25 pm

    In the field of computer science, "LRU" stands for "Least Recently Used." It is an algorithm that is used to manage the memory of a computer system by identifying and discarding the least recently used items in order to free up space for new items.

    In the field of computer science, “LRU” stands for “Least Recently Used.” It is an algorithm that is used to manage the memory of a computer system by identifying and discarding the least recently used items in order to free up space for new items.

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

    Thrashing

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 13, 2024 at 4:24 pm

    Thrashing in os is a phenomenon that occurs in computer systems when the system spends an excessive amount of time on page swapping rather than executing useful work. It is caused by a high level of page faults, which happens when the system needs to retrieve a page from the disk because it is not pRead more

    Thrashing in os is a phenomenon that occurs in computer systems when the system spends an excessive amount of time on page swapping rather than executing useful work. It is caused by a high level of page faults, which happens when the system needs to retrieve a page from the disk because it is not present in memory.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  5. Asked: June 13, 2024In: Education

    Fork is

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 13, 2024 at 4:23 pm

    It is usually a system call, implemented in the kernel. Fork is the primary method of process creation on Unix-like operating systems. This Question Belongs to Computer Fundamentals >> Operating System.

    It is usually a system call, implemented in the kernel. Fork is the primary method of process creation on Unix-like operating systems. This Question Belongs to Computer Fundamentals >> Operating System.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  6. Asked: June 13, 2024In: Education

    Which of the following systems software does the job of merging the records from two files into one?

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 13, 2024 at 4:23 pm

    Explanation: A utility program merges the records from two files into one for optimization purposes.

    Explanation: A utility program merges the records from two files into one for optimization purposes.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  7. Asked: June 13, 2024In: Education

    The strategy of allowing processes that are logically runnable to be temporarily suspended is called

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 13, 2024 at 4:23 pm

    The strategy of allowing process that are logically runnable to be temporarily suspended is called preemptive scheduling. Round Robin is the preemptive process scheduling algorithm. Each process is provided a fix time to execute, it is called a quantum.

    The strategy of allowing process that are logically runnable to be temporarily suspended is called preemptive scheduling. Round Robin is the preemptive process scheduling algorithm. Each process is provided a fix time to execute, it is called a quantum.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  8. Asked: June 13, 2024In: Education

    The Storage-to-Storage instructions

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 13, 2024 at 4:23 pm

    The Storage-to-Storage instructions 1have both their operands in the main store. 2which perform an operation on a register operand and an operand which is located in the main store, generally leaving the result in the register, expect in the case of store operation when it is also.

    The Storage-to-Storage instructions
    1have both their operands in the main store.
    2which perform an operation on a register operand and an operand which is located in the main store, generally leaving the result in the register, expect in the case of store operation when it is also.

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

    The strategy of allowing processes that are logically runnable to be temporarily suspended is called

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 13, 2024 at 4:22 pm

    The strategy of allowing process that are logically runnable to be temporarily suspended is called preemptive scheduling. Round Robin is the preemptive process scheduling algorithm. Each process is provided a fix time to execute, it is called a quantum.

    The strategy of allowing process that are logically runnable to be temporarily suspended is called preemptive scheduling. Round Robin is the preemptive process scheduling algorithm. Each process is provided a fix time to execute, it is called a quantum.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  10. Asked: June 13, 2024In: Education

    Which of the following refers to the associative memory?

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 13, 2024 at 4:19 pm

    Content Addressable Memory is another name for associative memory (CAM). Explanation: An associative memory may be thought of as a memory unit whose stored data can be recognised for access to the content; access to an associative memory is made via the content of the data rather than through the adRead more

    Content Addressable Memory is another name for associative memory (CAM). Explanation: An associative memory may be thought of as a memory unit whose stored data can be recognised for access to the content; access to an associative memory is made via the content of the data rather than through the address.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
1 … 7 8 9 10 11 … 155

Sidebar

Ask A Question

Stats

  • Questions 57,263
  • Answers 51,653
  • 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
  • Hero Homes
    Hero Homes added an answer Affordable home loans have transformed the accessibility of luxury living… November 7, 2025 at 10:34 pm
  • Propickle 3D
    Propickle 3D added an answer 3D visualization has become essential for modern real estate marketing… November 7, 2025 at 6:15 pm
  • Pavithra Ganesh
    Pavithra Ganesh added an answer Meta shifted its focus from bulky VR headsets to sleek… November 7, 2025 at 5:51 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