Answer all questions. You may refer to the textbook in class. Do not use any com
ID: 3865041 • Letter: A
Question
Explanation / Answer
1. False
we cant use reserved words as variables. Even if we use it throws the error.
2. True
For every thing we design in computer science we first need to develop an algorithm.
3. True
In libraries generally contains functions to include in the programs.
4.True
beacuse usally computers only understand only base 2 system
5. False
str class is a immutable because we cant perform modication on strings
6.True
money is always represented in decimal notation so float is a perfect representation
7.True
on lists we can perform modifications
8.True
ord(c) means it returns integer ordinal of a one-charecter string
9.True
in python we open a file object using open method.
10.False
[1,2,3]*2 means [1,2,3,1,2,3] so it is false.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.