Back to Freecodecamp

Analyzing Code Documentation Quiz

curriculum/challenges/english/blocks/en-a2-quiz-analyze-code-documentation/696036c75bfa3a06d9fecf9d.md

latest3.2 KB
Original Source

--description--

This quiz checks your understanding of common expressions used for analysing code documentation.

To pass the quiz, you must correctly answer at least 9 of the 10 questions below.

Read each question and choose the correct answer. There's only one correct answer for each question.

--quizzes--

--quiz--

--question--

--text--

Which of the following best describes an API?

--distractors--

A programming language used to build apps


A database for storing information


A design tool for user interfaces

--answer--

A way for different software programs to communicate

--question--

--text--

What is a route in an API?

--distractors--

A file where data is stored


A tool for testing software


A programming error

--answer--

A path that defines how requests are handled

--question--

--text--

Listen to the audio. When is it appropriate to say that? <!-- (quiz audio) Sophie: Thanks, I'll give it a shot. -->

--audio--

json
{
  "audio": {
    "filename": "7.3-1.mp3",
    "startTimestamp": 24.7,
    "finishTimestamp": 26.2
  },
  "transcript": [
    {
      "character": "Sophie",
      "text": "Thanks, I'll give it a shot."
    }
  ]
}

--distractors--

When something is already finished.


When something is impossible.


When someone made a mistake.

--answer--

When someone offers to try doing something.

--question--

--text--

Choose the grammatically correct sentence:

--distractors--

The computer lost it's file.


The program needs it is password.


The server updated its' data.

--answer--

The app saved its settings.

--question--

--text--

What would you say to mean something is understandable or logical?

--distractors--

I'll give it a shot.


Thanks for the tips.


What's the next step?

--answer--

That makes sense.

--question--

--text--

What does to offer mean?

--distractors--

To refuse something


To delay something


To explain something

--answer--

To provide or make something available

--question--

--text--

Which sentence using with is incorrect?

--distractors--

I tested the app with my laptop.


She fixed the bug with her teammate.


They updated the system with the new software.

--answer--

He with his keyboard wrote the code.

--question--

--text--

What is a library in programming?

--distractors--

A place where programmers work together


A type of computer hardware


A single piece of code

--answer--

A collection of reusable code functions

--question--

--text--

When would you say Calm down to someone?

--distractors--

When someone asks for help.


When someone is excited about good news.


When someone is explaining an idea.

--answer--

When someone is very stressed or upset.

--question--

--text--

What would you say to advise someone to be cautious or pay attention to details?

--distractors--

Give it a try.


That makes sense.


Let's move on.

--answer--

Be careful with the details.