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

    A compiler for a high-level language that runs on one machine and produces code for a different machine is called is

    navya
    navya Curator
    Added an answer on June 14, 2024 at 4:39 pm

    That's why the statement "The compiler for a high-level language that runs on one machine and produces code for another machine" refers to a cross compiler.

    That’s why the statement “The compiler for a high-level language that runs on one machine and produces code for another machine” refers to a cross compiler.

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

    A hardware device that is capable of executing a sequence of instructions, is known as

    navya
    navya Curator
    Added an answer on June 14, 2024 at 4:37 pm

    A processor handles all the instructions from hardware and software. A processor is also the brain and powerhouse, or engine of a computer, that executes millions of processes.

    A processor handles all the instructions from hardware and software. A processor is also the brain and powerhouse, or engine of a computer, that executes millions of processes.

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

    The function(s) performed by the paging software is (are)

    navya
    navya Curator
    Added an answer on June 14, 2024 at 3:59 pm

    Paging works by writing data to, and reading it from, secondary storage for use in primary storage. Paging is a basic function in memory management for a computer's operating system (OS) as well -- this includes Windows, Unix, Linux and macOSs.

    Paging works by writing data to, and reading it from, secondary storage for use in primary storage. Paging is a basic function in memory management for a computer’s operating system (OS) as well — this includes Windows, Unix, Linux and macOSs.

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

    Which of following is/are the advantage(s) of modular programming?

    navya
    navya Curator
    Added an answer on June 14, 2024 at 3:59 pm

    Advantages of modular programming Code is easier to read. ... Code is easier to test. ... Easily find things later. ... Reusability without bloat. ... Single source for faster fixes. ... Easier, lower risk updates. ... Easier refactoring. ... Easier to collaborate.

    Advantages of modular programming
    Code is easier to read. …
    Code is easier to test. …
    Easily find things later. …
    Reusability without bloat. …
    Single source for faster fixes. …
    Easier, lower risk updates. …
    Easier refactoring. …
    Easier to collaborate.

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

    In analyzing the compilation of PL/I program, the term "Syntax analysis" is associated with

    navya
    navya Curator
    Added an answer on June 14, 2024 at 3:57 pm

    The syntax analysis phase then checks whether the token sequence conforms to the grammar rules of the PL/I language. If any syntax errors are found, the compiler will generate error messages. After the syntax analysis, the compiler performs semantic analysis to check for any logical errors in the coRead more

    The syntax analysis phase then checks whether the token sequence conforms to the grammar rules of the PL/I language. If any syntax errors are found, the compiler will generate error messages. After the syntax analysis, the compiler performs semantic analysis to check for any logical errors in the code.

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

    In which addressing mode, the effective address of the operand is generated by adding a constant value to the contents of register?

    navya
    navya Curator
    Added an answer on June 14, 2024 at 3:56 pm

    Base indexed mode : The effective address of the operand is generated by adding a constant value to the content of a register.

    Base indexed mode : The effective address of the operand is generated by adding a constant value to the content of a register.

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

    Which of the following can be accesses by transfer vector approach of linking?

    navya
    navya Curator
    Added an answer on June 14, 2024 at 3:53 pm

    An external subroutine is a sequence of statements that perform

    An external subroutine is a sequence of statements that perform

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

    If special forms are needed for printing the output, the programmer specifies these forms through?

    navya
    navya Curator
    Added an answer on June 14, 2024 at 3:53 pm

    If a special forms are needed for printing the output, the programmer specifies these through JCL. JCL is used in a mainframe environment to act as a communication between a program (Example: COBOL, Assembler) and the operating system. In a mainframe environment, programs can be executed in batch anRead more

    If a special forms are needed for printing the output, the programmer specifies these through JCL.

    JCL is used in a mainframe environment to act as a communication between a program (Example: COBOL, Assembler) and the operating system. In a mainframe environment, programs can be executed in batch and online mode. Example of a batch system can be processing the bank transactions through a VSAM (Virtual Storage Access Method) file and applying it to the corresponding accounts.

    Batch and online processing differ in the aspect of input, output and program execution request. In batch processing, these aspects are fed into a JCL which is in turn received by the Operating System.

    A job is a unit of work which can be made up of many job steps. Each job step is specified in a Job Control Language (JCL) through a set of Job Control Statements.

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

    The higher versions of the operating systems are so written that programs designed for earlier versions can still be run. What is it called

    navya
    navya Curator
    Added an answer on June 14, 2024 at 3:51 pm

    Upward compatibility is the higher version of the operating system that are written programs designed such that earlier version can still be run.

    Upward compatibility is the higher version of the operating system that are written programs designed such that earlier version can still be run.

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

    In which of the storage placement strategies a program is placed in the smallest available hole in the main memory?

    navya
    navya Curator
    Added an answer on June 14, 2024 at 3:51 pm

    Best Fit algorithm allocates the smallest available hole to the process, worst Fit allocates the biggest hole to the process, and First fir allocates the first hole.

    Best Fit algorithm allocates the smallest available hole to the process, worst Fit allocates the biggest hole to the process, and First fir allocates the first hole.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
1 2 3 4 5 6 … 72

Sidebar

Ask A Question

Stats

  • Questions 56,300
  • Answers 50,907
  • 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
  • Eb2b Mart
    Eb2b Mart added an answer Purchasing from verified manufacturers ensures that the machines are safe… September 12, 2025 at 6:05 pm
  • dmktg26 singhal
    dmktg26 singhal added an answer Leno Mesh Bags are ideal for agriculture because they combine… September 12, 2025 at 4:21 pm
  • dmktg26 singhal
    dmktg26 singhal added an answer Leno Mesh Bags are highly valued because they allow excellent… September 12, 2025 at 4:17 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