CSE 6R Midterm Review

CSE 6R Midterm Review

University

10 Qs

quiz-placeholder

Similar activities

TIU Quiz-9

TIU Quiz-9

University

10 Qs

Python Dictionary

Python Dictionary

University

10 Qs

IOTA : Web Development Bootcamp Quiz 3

IOTA : Web Development Bootcamp Quiz 3

University

10 Qs

Advance Python

Advance Python

KG - Professional Development

10 Qs

Python quiz

Python quiz

10th Grade - Professional Development

10 Qs

python basics

python basics

11th Grade - University

15 Qs

JS Quiz

JS Quiz

University

10 Qs

Python

Python

University - Professional Development

10 Qs

CSE 6R Midterm Review

CSE 6R Midterm Review

Assessment

Quiz

Computers

University

Hard

Created by

Jackson Conte

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If you never created a variable called state prior to this code snippet, will this code snippet cause an error?

Yes

No

Not enough information

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

Given the following logical expression, what values of booleans a and b will make it evaluate to False? Select all that apply.

a = False, b = False

a = False, b = True

a = True, b = False

a = True, B = True

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

You are given a string called my_string such that len(my_string) is 8215. What negative index is equivalent to the positive index 523? (Write a negative sign first, and do NOT use a comma separator).

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to store a scatterplot of 2D coordinates (x and y) as a nested data structure. However, you do not want to store any duplicate points. The most appropriate way to store these coordinates would be a: ___________ of ____________

Set of Tuples

Dict of Tuples

Set of Lists

List of Lists

List of Tuples

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If you never created a variable called is_registered prior to this code snippet, will this code snippet cause an error?

Yes

No

Not enough information

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: Every for loop can be rewritten as a while loop.

True

False

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following data structures can be used as VALUES in a dict? Select all that apply.

List

Dict

Set

Tuple

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?