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

    What type of commands are individual programs kept, as separate files on the hard disk (DOS diskette)?

    Raji
    Raji Curator
    Added an answer on June 15, 2024 at 11:26 pm

    External Command: External commands are separate program (.com) files that reside in the DOS directory.

    External Command: External commands are separate program (.com) files that reside in the DOS directory.

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

    Which internal DOS command clears the screen and places the DOS prompt in the upper left corner of the screen?

    Raji
    Raji Curator
    Added an answer on June 15, 2024 at 11:26 pm

    The CLS or CLRSCR command clears the terminal screen. The command is available in MS-DOS versions 2 and later.

    The CLS or CLRSCR command clears the terminal screen. The command is available in MS-DOS versions 2 and later.

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

    Which command is used to delete the directory and all its contents in one step?

    Raji
    Raji Curator
    Added an answer on June 15, 2024 at 11:26 pm

    To delete a directory in Linux, you can use the rmdir or rm command. You use the rmdir command to remove an empty directory, while the rm command removes a directory and all its contents.

    To delete a directory in Linux, you can use the rmdir or rm command. You use the rmdir command to remove an empty directory, while the rm command removes a directory and all its contents.

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

    After searching the current directory where does command.com search next?

    Raji
    Raji Curator
    Added an answer on June 15, 2024 at 11:25 pm

    To find the current directory in your terminal or command prompt, you can use the "pwd" command in Unix-based systems or "cd" command without any arguments in Windows.

    To find the current directory in your terminal or command prompt, you can use the “pwd” command in Unix-based systems or “cd” command without any arguments in Windows.

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

    To view any currently running Terminate Stay Resident (TSR's) programs you could type:

    Raji
    Raji Curator
    Added an answer on June 15, 2024 at 11:25 pm

    To view any currently running TSR programs, you can type the Memory command and press Enter. The Memory command will display a list of all the TSR programs that are currently loaded into memory, as well as the amount of memory that each program is using.

    To view any currently running TSR programs, you can type the Memory command and press Enter. The Memory command will display a list of all the TSR programs that are currently loaded into memory, as well as the amount of memory that each program is using.

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

    While working with MS-DOS, which command is used to compare the disk in drive A with the disk in drive B, specifying to compare only first side of each disk, and only the first 8 sectors of each track?

    Raji
    Raji Curator
    Added an answer on June 15, 2024 at 11:25 pm

    DISKCOMP compares two disks, track by track, and displays the numbers of tracks that are not identical. If you enter only one drive designation, DISKCOMP compares with the disk in the currently active drive.

    DISKCOMP compares two disks, track by track, and displays the numbers of tracks that are not identical. If you enter only one drive designation, DISKCOMP compares with the disk in the currently active drive.

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

    The COPY command of MS-DOS, is used to:

    Raji
    Raji Curator
    Added an answer on June 15, 2024 at 11:19 pm

    COPY is usually used to copy one or more files from one location to another. However, COPY can also be used to create new files. By copying from the keyboard console (COPY CON:) to the screen, files can be created and then saved to disk. The first filename you enter is referred to as the source fileRead more

    COPY is usually used to copy one or more files from one location to another. However, COPY can also be used to create new files. By copying from the keyboard console (COPY CON:) to the screen, files can be created and then saved to disk. The first filename you enter is referred to as the source file.

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

    While working with MS-DOS, which command will you use to transfer a specific file from one disk to another?

    Raji
    Raji Curator
    Added an answer on June 15, 2024 at 11:18 pm

    Copy Thus the correct answer is "Copy". DISKCOPY: In MS-DOS, the DISKCOPY command is used for inserting the source disk as well as the destination disks.

    Copy
    Thus the correct answer is “Copy”. DISKCOPY: In MS-DOS, the DISKCOPY command is used for inserting the source disk as well as the destination disks.

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

    When you create a subdirectory within a directory, the process is known as _____

    Raji
    Raji Curator
    Added an answer on June 15, 2024 at 11:16 pm

    Nesting is the process of creating a subdirectory within a directory.

    Nesting is the process of creating a subdirectory within a directory.

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

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

    Raji
    Raji Curator
    Added an answer on June 15, 2024 at 11:16 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
1 2 3 … 37

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