Programming Concepts Quiz

Programming Concepts Quiz

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Google Apps (short)

Google Apps (short)

1st - 12th Grade

20 Qs

Quiz - 9 on if-else

Quiz - 9 on if-else

12th Grade

15 Qs

CMU CS Academy Unit 5

CMU CS Academy Unit 5

9th Grade

15 Qs

Topic 1: Keywords

Topic 1: Keywords

10th - 11th Grade

19 Qs

AP CS A Unit 3 Review

AP CS A Unit 3 Review

11th - 12th Grade

20 Qs

Understanding C# Conditional Statements

Understanding C# Conditional Statements

11th Grade

16 Qs

CSAwesome Unit 1 Vocabulary

CSAwesome Unit 1 Vocabulary

10th - 12th Grade

23 Qs

Google Spreadsheet - 01

Google Spreadsheet - 01

10th Grade

16 Qs

Programming Concepts Quiz

Programming Concepts Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

CRYSTAL DEMOURA

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

What would be the result of these 3 lines of code? x = "7" y = "5" print(x+y)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Putting one if statement inside another.

Nested ifs

Chained ifs

Combined ifs

Sequential ifs

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type has a value of True or False?

Integer

Boolean

String

Float

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The symbols used to compare values in true/false tests.

Relational Operators

Logical Operators

Arithmetic Operators

Assignment Operators

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a program, the value x = 1 is updated to be x = 2. What happened to the 1?

It is no longer stored.

It is lost.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Expression that evaluates to either True or False.

Boolean Expression

Arithmetic Expression

String Expression

Logical Expression

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tests if at least one condition is true.

Or

And

Not

If

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?