quiz2 Flashcards

1
Q

changes meaning of character next to it

A

the reason that Esacape Characters are named as such

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

meaning of positional parameters is determined by

A

position

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

important difference between integer and floating-point number lies in the fact that

A

they are stored differently in the computer memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The 0x prefix means that the number is denoted as

A

a hexadecimal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

This operator performs integer division.

A

??

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the result of 123 + 0.0

A

123.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

PEMDAS truth

A

multiplication precedes addition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Right sided binding means that the following expression

1 **2 ** 3 is evaluated

A

Right to left

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

This cannot be used as function name or variable name

A

keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A value that is returned by the input() function is

A

a sring

How well did you know this?
1
Not at all
2
3
4
5
Perfectly