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 14, 2024In: Education

    The instruction register

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 14, 2024 at 2:58 pm

    The instruction register in a CPU stores the instruction currently being executed by the computer. The Central Processing Unit (CPU) is the brain of the computer, responsible for executing instructions that make up a computer program.

    The instruction register in a CPU stores the instruction currently being executed by the computer. The Central Processing Unit (CPU) is the brain of the computer, responsible for executing instructions that make up a computer program.

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

    Which of the following scheduling objectives should be applied to the following: the system should admit jobs to create a mix that will keep most devices busy

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 14, 2024 at 2:57 pm

    Resource utilization. Whenever a system resource, such as a CPU

    Resource utilization. Whenever a system resource, such as a CPU

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

    Nonmodifiable procedures are called

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 14, 2024 at 2:57 pm

    Serially usable procedures. To elaborate: These can't be modified.

    Serially usable procedures. To elaborate: These can’t be modified.

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

    a process scheduling algorithm is preemptive if the CPU can be forcibly removed from a process

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 14, 2024 at 2:44 pm

    In a preemptive scheduling once the CPU is given to a task it can be taken away, for example when a higher priority task wants the CPU. Preemptive scheduling is used in real-time systems where the tasks are usually configured with different priorities and time critical tasks are given higher prioritRead more

    In a preemptive scheduling once the CPU is given to a task it can be taken away, for example when a higher priority task wants the CPU. Preemptive scheduling is used in real-time systems where the tasks are usually configured with different priorities and time critical tasks are given higher priorities.

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

    Information in a memory that is no longer valid or wanted is known as

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 14, 2024 at 2:43 pm

    The information in a memory that is no longer valid is called garbage.

    The information in a memory that is no longer valid is called garbage.

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

    Which, of the following, is true for testing and debugging?

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 14, 2024 at 2:41 pm

    Solution(By Examveda Team) Testing is the process using which we find errors and bugs. Debugging is the process using which we correct the bugs that we found during the testing process.

    Solution(By Examveda Team)
    Testing is the process using which we find errors and bugs. Debugging is the process using which we correct the bugs that we found during the testing process.

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

    Relocation bits used by relocating loader are specified (generated) by

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 14, 2024 at 2:32 pm

    Relocating bits used by relocating loaders are specified by the linker. Explanation: A relocating loader is a program that loads an object program into memory for execution. It is responsible for allocating memory, resolving external references, and performing relocations.Relocating bits used by relRead more

    Relocating bits used by relocating loaders are specified by the linker. Explanation: A relocating loader is a program that loads an object program into memory for execution. It is responsible for allocating memory, resolving external references, and performing relocations.Relocating bits used by relocating loaders are specified by the linker. Explanation: A relocating loader is a program that loads an object program into memory for execution. It is responsible for allocating memory, resolving external references, and performing relocations.

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

    Which of the following filename extension suggests that the file is a backup copy of another file?

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 14, 2024 at 2:32 pm

    .bak In computing, ". bak" is a filename extension commonly used to signify a backup copy of a file.

    .bak
    In computing, “. bak” is a filename extension commonly used to signify a backup copy of a file.

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

    A sequence of instructions, in a computer language, to get the desired result, is known as

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 14, 2024 at 2:31 pm

    A sequence of instructions, in a computer language, to get the desired result, is known as. A. Algorithm.

    A sequence of instructions, in a computer language, to get the desired result, is known as. A. Algorithm.

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

    A program

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 14, 2024 at 2:26 pm

    provide (a computer or other machine) with coded instructions for the automatic performance of a task.

    provide (a computer or other machine) with coded instructions for the automatic performance of a task.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
1 … 5 6 7 8 9 … 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