Programming Techniques Survey

Programming Techniques Survey

8th - 12th Grade

19 Qs

quiz-placeholder

Similar activities

Quiz: Programming a Calculator. Part 1 and Part 2 Review

Quiz: Programming a Calculator. Part 1 and Part 2 Review

7th - 8th Grade

17 Qs

Mobile app development principles

Mobile app development principles

10th Grade

17 Qs

Fairy Tales and Middle Ages Vocabulary

Fairy Tales and Middle Ages Vocabulary

10th Grade

14 Qs

Security and Ethics

Security and Ethics

9th - 12th Grade

17 Qs

CIA Mid-Term Review 1

CIA Mid-Term Review 1

9th - 10th Grade

17 Qs

flowol week 3

flowol week 3

9th - 12th Grade

17 Qs

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

Programming Techniques Survey

Programming Techniques Survey

Assessment

Quiz

Computers

8th - 12th Grade

Practice Problem

Medium

Created by

S Fenn

Used 59+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Quotation marks around a variable’s identifier imply that it is a:

String
Integer
Character
List

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

This variable data type can only have True or False values:

Boolean
Integer
True/False
String

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

The statement A OR B implies that A and B are:

Booleans
Integers
Strings
Constants

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Casting refers to:

Converting between variable data types
Boolean algebra
Printing out of the program’s results
Sending values to a function or procedure

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The programming keywords ELSE IF or ELIF are best used when our selection needs to work with:

More than two choices
More than three choices
More than one choice
A conditional loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify the error in the pictured line of Python code
num1 * Num2 = total

The variable assigned must be on the left
Multiplication  symbol should be 'x' not '*'
The variable Num2 can't have a capital letter
'total' needs to be casted as an integer

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of these lines of Python code will output the third item from a list called 'games'?

print(games[2])
print games(3)
print(games[3])
print (games(2))

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?