Question

Which of the following is a type of documentation that you can use to make your...

Which of the following is a type of documentation that you can use to make your code easier to navigate?

Docstrings

Interstitial sideboards

In-line comments

Sidebar comments

Project documentation

0 0
Add a comment Improve this question Transcribed image text
Answer #1

SOLUTION-

Correct answer is " In-line comments "

In line comments are use to explain each and every line of thr code for easy understanding .


IF YOU HAVE ANY DOUBT PLEASE COMMENT DOWN BELOW I WILL SOLVE IT FOR YOU:)
----------------PLEASE RATE THE ANSWER-----------THANK YOU!!!!!!!!----------

Add a comment
Know the answer?
Add Answer to:
Which of the following is a type of documentation that you can use to make your...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Write a software key-logger and test it while you fill out a web form or type...

    Write a software key-logger and test it while you fill out a web form or type in the contents of a document using your favorite document preparation software. You can use Java or Python to do this assignment. C and C related programming language is not allowed for this assignment. Hints: You can find a demo and API for key-logger hook in the following link for JAVA. https://github.com/kwhat/jnativehook This project can only be used to learn how to use JNI...

  • I need to answer these test questions Choose all of the following which are benefits of...

    I need to answer these test questions Choose all of the following which are benefits of using meaningful names in writing clean code. Always use abbreviations to keep things short Clearly differentiate names Make as similar as possible Be descriptive and imply type Use descriptive names but don't include details about implementation Is __init_. a magic method? TRUE FALSE True or False: Functions should bring multiple actions together so they are more efficiently run. TRUE FALSE What are some considerations...

  • please include a DETAILED documentation so i can understand it better :) The purpose of this...

    please include a DETAILED documentation so i can understand it better :) The purpose of this assignment is to learn how to work with iteration and constants Additionally, you get more practice on how to write all of your own code and Javadoc comments Problem Description This problem is inspired by the book's Problem P6.10 on page 304. You are to write an application to presell a limited number of movie tickets. The simple user interface will be contained in...

  • Exercise 1: Adding a Test Harness to the Person class To make it easier to test...

    Exercise 1: Adding a Test Harness to the Person class To make it easier to test code that you have written for a Java class you can add to that class a main method that acts as a "test harness". A test harness is a main method that includes calls to methods that you wish to test. For convention this main method is the last method of the class. If you have a test harness, you do not need to...

  • Please provide comments for each line, to make it easier to understand. Thank you! Write the...

    Please provide comments for each line, to make it easier to understand. Thank you! Write the following code in ARM 32 *AND* 64 bit assembly. Be sure to follow C calling conventions. char *strcpy(char *dst, char *src) { char *dst_copy = dst; while (*src) { (*dst) = (*src) ++dst; ++src; (*dst) = (*src) return dst_copy;

  • Why is it important to know your needs and have documentation when you make requests of...

    Why is it important to know your needs and have documentation when you make requests of superiors? Explain in your own words.

  • 1. Navigate to your home directory by typing cd. Now type ls and notice that there...

    1. Navigate to your home directory by typing cd. Now type ls and notice that there is a subdirectory called Downloads. Now navigate to the root of the file system by typing cd /. From here, which single command would you use to navigate directly to the Downloads folder that is located in your home directory? The output of the command would be as follows: 2. From the Downloads directory which single command would you use to navigate back up...

  • You will create a new project. Type in the following program and run it to produce...

    You will create a new project. Type in the following program and run it to produce the output for the program. Good practice in writing a program in any language, including Python, is to add comments for each line and state clearly what is the program input and output. Your program must include comments, so a reader will know exactly what you are trying to do in each line of code and allow for easy maintenance. Beginning a line with...

  • >> 4+ j*3 % or you can type 4+i*3 is the complex number with real part...

    >> 4+ j*3 % or you can type 4+i*3 is the complex number with real part 4 and imaginary part 3. Explore the functions abs and angle to plot the magnitude and phase of following complex valued function. Comment, on output of the phase when using the unwrap function. Can you please include comments to help me understand what that line of code is doing. t) = t exp (-4

  • Perform an FMEA on a chosen project. Tell which type you are doing and why you...

    Perform an FMEA on a chosen project. Tell which type you are doing and why you are choosing that type. You may use your own organization's template or any appropriate template. Make sure you calculate the RPN.

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT