Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1 The expression len(data) evaluates to a 8 b 7 c 6 2 The expression data[1] eva

ID: 3665265 • Letter: 1

Question

1 The expression len(data) evaluates to a 8 b 7 c 6

2 The expression data[1] evaluates to
a 'N'
b 'o'
3 The expression data[-1] evaluates to
a '!'
b 'y'
4 The expression data[3:6] evaluates to
a 'way!'
b 'way'
c ' wa'
5 The expression data.replace(“No”, “Yes”) evaluates to
a 'No way!'
b 'Yo way!'
c 'Yes way!'
6 The expression data.find(“way!”) evaluates to
a 2
b 3
c True
7 A Caesar cipher locates the coded text of a plain text character
a A given distance to the left or the right in the sequence of characters
b In an inversion matrix
8 The binary number 111 represents the decimal integer
a 111
b 3
c 7

Explanation / Answer

Here is your answers for the questions.

7 A Caesar cipher locates the coded text of a plain text character
Answer:
a A given distance to the left or the right in the sequence of characters

8 The binary number 111 represents the decimal integer
Answer:
c 7