Back to Freecodecamp

Code Concepts and Terms Quiz

curriculum/challenges/english/blocks/en-a2-quiz-code-related-concepts-terms/696032de75803321a305301e.md

latest2.7 KB
Original Source

--description--

This quiz checks your understanding of basic code-related concepts and terms.

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--

How would you describe something that is basic or essential?

--distractors--

Reusable


Stored


Locked

--answer--

Fundamental

--question--

--text--

Which sentence means to select or decide on one or more options from a set?

--distractors--

Please choose with the options.


Please choose in the options.


Please choose of the options.

--answer--

Please choose from the options.

--question--

--text--

Which of the following refers to keeping data so it can be used later?

--distractors--

To explain


To match


To assign

--answer--

To store

--question--

--text--

True or false: int stands for integer and is used to store whole numbers.

--distractors--

That's false.


It depends on the number.


It depends on the code.

--answer--

That's true.

--question--

--text--

You see a notebook close to you and say: BLANK is my notebook.

--distractors--

These


That


Those

--answer--

This

--question--

--text--

Choose the grammatically correct sentence:

--distractors--

This is the file who I updated.


This is the file whom I updated.


This is the file which I updated.

--answer--

This is the file that I updated.

--question--

--text--

What do you describe as reusable?

--distractors--

Something used only once


Something fixed forever


Something locked by default

--answer--

Something that can be used more than once

--question--

--text--

What is a comment?

--distractors--

A command that runs the program


A line that changes data


A tool that fixes bugs

--answer--

A note added to explain the code

--question--

--text--

Which definition is incorrect?

--distractors--

A string stores text data.


A constant cannot be changed after assignment.


Whole numbers are basic numerical data types.

--answer--

Change means the reason why something exists.

--question--

--text--

Which sentence uses a preposition incorrectly?

--distractors--

She works with her sister in the same office.


That's a strange kind of bug.


Thanks for helping the team today.

--answer--

What is the difference in function and loop?