Programming Concepts Quiz

Programming Concepts Quiz

7th Grade

30 Qs

quiz-placeholder

Similar activities

Microbit

Microbit

6th - 11th Grade

26 Qs

Course A Code.org

Course A Code.org

6th - 8th Grade

32 Qs

Scratch Quiz Y7

Scratch Quiz Y7

6th Grade - University

25 Qs

Introduction to Python

Introduction to Python

KG - University

25 Qs

Animations Level One

Animations Level One

6th - 12th Grade

29 Qs

Python

Python

6th - 8th Grade

25 Qs

Computer Science Semester Exam Review

Computer Science Semester Exam Review

7th Grade

35 Qs

Python List and If/Elif

Python List and If/Elif

7th Grade

30 Qs

Programming Concepts Quiz

Programming Concepts Quiz

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Jeremy Beck

Used 5+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

name = "Alex" age = 13

Loop

Variable

Conditional

Math Operator

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if score >= 90: print("Excellent!")

Conditional

Variable

Loop

Data Type

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("Hello, World!")

Conditional

Variable

Command

Loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What programming concept is demonstrated by the following code snippet? for i in range(5): print(i)

Conditional

Loop

Variable

Casting

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of operator is used in the expression: final_score = test1 + test2 + test3?

Comparison Operator

Conditional

Math Operator

Loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 'is_raining' in the following statement: is_raining = True?

Variable

Data Type

Loop

Math Operator

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What programming concept is demonstrated by the function call: float(10)?

Command

Casting

Conditional

Loop

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?