quiz2 Flashcards
1
Q
changes meaning of character next to it
A
the reason that Esacape Characters are named as such
2
Q
meaning of positional parameters is determined by
A
position
3
Q
important difference between integer and floating-point number lies in the fact that
A
they are stored differently in the computer memory
4
Q
The 0x prefix means that the number is denoted as
A
a hexadecimal
5
Q
This operator performs integer division.
A
??
6
Q
What is the result of 123 + 0.0
A
123.0
7
Q
PEMDAS truth
A
multiplication precedes addition
8
Q
Right sided binding means that the following expression
1 **2 ** 3 is evaluated
A
Right to left
9
Q
This cannot be used as function name or variable name
A
keyword
10
Q
A value that is returned by the input() function is
A
a sring