Quiz: Programming Basics Review

Quiz: Programming Basics Review

11th Grade

10 Qs

quiz-placeholder

Similar activities

Python Mod 2 Sec 5

Python Mod 2 Sec 5

11th Grade

10 Qs

JavaScript Basics Quiz

JavaScript Basics Quiz

9th - 12th Grade

9 Qs

Understanding Loops in C Programming

Understanding Loops in C Programming

1st Grade - University

15 Qs

Generations of Programming Languages

Generations of Programming Languages

11th Grade

15 Qs

Python Programming Quiz

Python Programming Quiz

9th - 12th Grade

15 Qs

Selection Programming_If condition

Selection Programming_If condition

8th Grade - University

15 Qs

Data and Database Fundamentals part 1

Data and Database Fundamentals part 1

11th Grade

10 Qs

Programming Basics Quiz

Programming Basics Quiz

11th Grade

10 Qs

Quiz: Programming Basics Review

Quiz: Programming Basics Review

Assessment

Quiz

Information Technology (IT)

11th Grade

Easy

Created by

Tarra Jackson

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What is the purpose of an if statement?

To repeat code

To make decisions

To define a variable

To display output

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following is NOT a valid variable name?

user_name

2nd_place

favoriteColor

total_amount

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What does a return statement do in a function?

Prints output to the screen

Ends the program

Sends a value back to the caller

Defines a new variable

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which symbol is used for assignment in Python?

==

=

:

=>

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What is the output of print(5 + "5")?

10

"55"

Error

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What is the main advantage of using functions?

They make programs longer

They help avoid repetition and improve readability

They replace all loops

They make the program run faster

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of these is an example of a loop?

if-else

for

return

print

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?