Computer Science
Assertion (A): Python lists allow modifying their elements by indexes easily.
Reason (R): Python lists are mutable.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Related Questions
…………… are the records and traces individuals leave behind as they use the internet.
- Digital footprints
- Cookies
- Website
- URL
Assertion (A): In Python, a variable can hold values of different types at different times.
Reason (R): Once assigned, a variable's data type remains fixed throughout the program.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Convert the following binary numbers into decimal:
(a) 10010
(b) 101010
Draw a logical circuit for the following equations:
(A+B)C
AB'+C'