Coding Basics

Coding Basics

Assessment

Flashcard

Mathematics, Science, Life Skills

6th - 8th Grade

Easy

Created by

Quizizz Content

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a conditional statement in coding?

Back

A conditional statement is a programming construct that allows you to execute certain code only if a specific condition is true. It typically starts with 'if'.

2.

FLASHCARD QUESTION

Front

What are conditionals?

Back

Conditionals are statements in programming that only run under certain conditions, allowing for decision-making in code.

3.

FLASHCARD QUESTION

Front

What is a bug in coding?

Back

A bug is an error in your code that causes it to behave unexpectedly or incorrectly.

4.

FLASHCARD QUESTION

Front

What is an algorithm?

Back

An algorithm is a step-by-step procedure or formula for solving a problem or completing a task in programming.

5.

FLASHCARD QUESTION

Front

What can you create with coding?

Back

With coding, you can create games, apps, websites, and much more.

6.

FLASHCARD QUESTION

Front

What does 'if ()' represent in coding?

Back

'if ()' is the syntax used to start a conditional statement, where you specify a condition to be evaluated.

7.

FLASHCARD QUESTION

Front

What is the purpose of 'else' in a conditional statement?

Back

'else' provides an alternative block of code that runs if the condition in the 'if' statement is false.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?