Understanding Basic Programming Concepts

Understanding Basic Programming Concepts

Assessment

Flashcard

Computers

7th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which of the following is the proper way to code an inline style attribute? Options: color=blue, color="blue" , color blue , color=(blue)

Back

color="blue"

2.

FLASHCARD QUESTION

Front

The Y axis is "Up" and "Down"

Back

True

3.

FLASHCARD QUESTION

Front

Are variables already made for you?

Back

False

4.

FLASHCARD QUESTION

Front

In the code above how many of the steps will be executed when the program runs?

Back

14

5.

FLASHCARD QUESTION

Front

What is an error in a program that prevents the program from running as expected?

Back

Bug

6.

FLASHCARD QUESTION

Front

What is finding and fixing errors in programs?

Back

Debugging

7.

FLASHCARD QUESTION

Front

How is coding used in real life?

Back

Making video games

8.

FLASHCARD QUESTION

Front

True or False: You rarely see computer code but it is always in the background making everything work properly

Back

True

9.

FLASHCARD QUESTION

Front

Attributes that describe an object's characteristics

Back

Property