Back to Freecodecamp

Asking for Code Clarification Quiz

curriculum/challenges/english/blocks/en-a2-quiz-ask-for-code-clarification/696035aa15d649e4f9df2dd5.md

latest3.4 KB
Original Source

--description--

This quiz checks your understanding of how to describe problems, understanding, and solutions clearly.

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 means to review or examine something carefully?

--distractors--

Please go around the files and find the mistake.


Please go with the files and find the mistake.


Please go into the files and find the mistake.

--answer--

Please go through the files and find the mistake.

--question--

--text--

How do you describe something that continues to exist or happen?

--distractors--

Uncertain


Missing


Complicated

--answer--

Persistent

--question--

--text--

Listen to the audio. When is it appropriate to say that? <!-- (quiz audio) Sarah: Of course, Brian. I can explain what I was trying to achieve there. -->

--audio--

json
{
  "audio": {
    "filename": "6.3-1.mp3",
    "startTimestamp": 7,
    "finishTimestamp": 10.3
  },
  "transcript": [
    {
      "character": "Sarah",
      "text": "Of course, Brian. I can explain what I was trying to achieve there."
    }
  ]
}

--distractors--

When you do not know your goal.


When you cannot explain your idea.


When you need help with your idea.

--answer--

When you understand your plan clearly.

--question--

--text--

Which of the following means the code performs exactly how it's supposed to?

--distractors--

The code works sometimes.


The code has many errors.


The code stops working often.

--answer--

The code works as expected.

--question--

--text--

True or false: Symptoms are signs or indications of a problem in software or code.

--distractors--

That's false.


It depends on software or code.


It depends on a problem.

--answer--

That's true.

--question--

--text--

What does this sentence express: It doesn't seem to be a major issue?

--distractors--

The problem is very serious.


The problem is already fixed.


The problem will get worse.

--answer--

The problem is not very serious.

--question--

--text--

Which definition is incorrect?

--distractors--

To achieve means to reach a goal after effort.


To pinpoint means to identify something exactly.


To occur means to happen suddenly.

--answer--

To pair up means to find something by accident.

--question--

--text--

What does to figure out mean?

--distractors--

To change the plan


To guess without thinking


To forget something

--answer--

To understand or solve something

--question--

--text--

What is an example of expertise?

--distractors--

A beginner learning basics


A person guessing answers


A person avoiding challenges

--answer--

A skilled developer with experience

--question--

--text--

What would you say to show you now have a better understanding?

--distractors--

I should probably understand the logic better.


I can take a look at it.


I can definitely work on that with you.

--answer--

I have a clearer picture now.