curriculum/challenges/english/blocks/en-a2-quiz-code-related-concepts-terms/696032de75803321a305301e.md
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.
How would you describe something that is basic or essential?
Reusable
Stored
Locked
Fundamental
Which sentence means to select or decide on one or more options from a set?
Please choose with the options.
Please choose in the options.
Please choose of the options.
Please choose from the options.
Which of the following refers to keeping data so it can be used later?
To explain
To match
To assign
To store
True or false: int stands for integer and is used to store whole numbers.
That's false.
It depends on the number.
It depends on the code.
That's true.
You see a notebook close to you and say: BLANK is my notebook.
These
That
Those
This
Choose the grammatically correct sentence:
This is the file who I updated.
This is the file whom I updated.
This is the file which I updated.
This is the file that I updated.
What do you describe as reusable?
Something used only once
Something fixed forever
Something locked by default
Something that can be used more than once
What is a comment?
A command that runs the program
A line that changes data
A tool that fixes bugs
A note added to explain the code
Which definition is incorrect?
A string stores text data.
A constant cannot be changed after assignment.
Whole numbers are basic numerical data types.
Change means the reason why something exists.
Which sentence uses a preposition incorrectly?
She works with her sister in the same office.
That's a strange kind of bug.
Thanks for helping the team today.
What is the difference in function and loop?