Get Your Code.Org On!

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Elizabeth Shorter
E
Elizabeth Shorter
Community Contributor
Quizzes Created: 1 | Total Attempts: 1,061
| Attempts: 1,061 | Questions: 15
Please wait...
Question 1 / 15
0 %
0/100
Score 0/100
1. What is a LOOP?

Explanation

A loop is a section of code or instructions that can be repeated over and over. It allows for the execution of a certain block of code multiple times until a specific condition is met. This repetition is useful for automating tasks, iterating over data structures, and controlling program flow. Loops are an essential part of programming and help in making code more efficient and concise.

Submit
Please wait...
About This Quiz
Get Your Code.Org On! - Quiz

Are you feeling comfortable after completing code. Org? Remember, the multiple choice questions may have more than one answer that seems correct. Read carefully, we are looking... see morefor the MOST correct answer. Don't forget to note down any questions you may have. see less

2. Code.org is an introductory, graphical and block based instructional tool to give a student a foundation and understanding of underlying computer science principals.

Explanation

Code.org is a great introduction into code giving children easy and clear access to the fundamental of computer science thinking.

Submit
3. What does DEBUGGING mean when talking about programming concepts?

Explanation

Debugging in programming refers to the process of identifying and removing errors or bugs in the code. It involves analyzing the code and its execution to find and fix any issues that may cause the program to behave unexpectedly or produce incorrect results. Debugging is an essential skill for programmers as it helps ensure the functionality and reliability of their software.

Submit
4. An algorithm is a process or set of rules, a step by step set of instructions to be followed in calculations or other problem-solving operations. 

Explanation

The given statement is true because an algorithm is indeed a process or set of rules that provides a step-by-step guide for solving a problem or performing calculations. It helps in breaking down complex tasks into smaller, more manageable steps, making it easier for computers or humans to understand and execute. Algorithms are widely used in various fields such as computer science, mathematics, and problem-solving in general.

Submit
5. Binary is a way of representing information or data using only two options.

Explanation

Binary is the lowest base of counting methods utilising only 1's and 0's.

Submit
6. IF/THEN or IF/ELSE is a programming term known as _______?

Explanation

The term "IF/THEN" or "IF/ELSE" in programming refers to conditional statements. These statements allow the program to make decisions based on certain conditions. It checks if a certain condition is true, and if it is, it executes a specific block of code. If the condition is false, it may execute a different block of code or skip it entirely. Therefore, the correct answer is "Conditional".

Submit
7. What is a NESTED LOOP?

Explanation

A nested loop refers to a loop within a loop in a program. It is a programming construct where one loop is placed inside another loop. This allows for the repeated execution of a set of instructions within the outer loop, while the inner loop executes a set of instructions multiple times. The inner loop completes its full iteration for each iteration of the outer loop. This is commonly used when dealing with multidimensional data structures or when performing operations that require multiple iterations.

Submit
8. Zombies like to eat _____________ ?

Explanation

If you have done your Code.org course you would clearly know the answer. As much as Rick and Daryl are avoiding the zombies, they are not the ones we are talking about!

Submit
9. What does the tortoise and hare slider do under the run window in Code.org

Explanation

The tortoise and hare slider under the run window in Code.org allows the user to adjust the speed at which the compile/run window animates. This feature helps the user keep track of the progress and allows them to slow down or speed up the animation according to their preference.

Submit
10. Which of these could an algorithm be written for? Tick ALL that apply.

Explanation

An algorithm must have a set and specific pathway to the outcome (even if it's complex) however as happiness is an emotion of unsubstantiated results there is not clear path to it.

Submit
11. Code.org teaches you syntax and structured language components so you are capable of making the next hit iPhone app.

Explanation

Code.org is ScopeIT's first and foremost reference site to introduce students into the basics of process thinking. In and of itself it is not a language and cannot be used away from the code.org site (except conceptually).

Submit
12. If a conditional isn't met, what does the code/program do?

Explanation

If a conditional isn't met, the code/program will run the very next line of code outside the conditional. This means that if the condition specified in the if statement evaluates to false, the code will skip the block of code inside the if statement and proceed to execute the next line of code that is not within the if statement.

Submit
13. What is an EVENT as a programming concept?

Explanation

An event, as a programming concept, refers to actions that a computer constantly monitors for. This means that the computer is actively listening for specific events to occur, such as a button click or a key press. By monitoring these events, the computer can respond and execute the appropriate code or action.

Submit
14. Which of these are examples of a BINARY system? Tick ALL that apply.

Explanation

Binary can only have two options therefore there cannot be Black, white or grey as an answer as that would be a third option.

Submit
15. Match the following
Submit
View My Results

Quiz Review Timeline (Updated): Mar 20, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 04, 2015
    Quiz Created by
    Elizabeth Shorter
Cancel
  • All
    All (15)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What is a LOOP?
Code.org is an introductory, graphical and block based instructional...
What does DEBUGGING mean when talking about programming concepts?
An algorithm is a process or set of rules, a step by step...
Binary is a way of representing information or data using only two...
IF/THEN or IF/ELSE is a programming term known as _______?
What is a NESTED LOOP?
Zombies like to eat _____________ ?
What does the tortoise and hare slider do under the run window in...
Which of these could an algorithm be written for? Tick ALL that apply.
Code.org teaches you syntax and structured language components so you...
If a conditional isn't met, what does the code/program do?
What is an EVENT as a programming concept?
Which of these are examples of a BINARY system? Tick ALL that apply.
Match the following
Alert!

Advertisement