100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

Python Exam Chapters 1-5 Questions and Answers 100% Pass

Rating
-
Sold
-
Pages
16
Grade
A+
Uploaded on
17-06-2024
Written in
2023/2024

Python Exam Chapters 1-5 Questions and Answers 100% Pass Which of the following are operators, and which are values? * 'hello' -88.8 - / + 5 - Correct Answer️️ -The operators are +,-,*,and /. The values are 'hello' ,-88.8, and 5. Which of the following is a variable , and which is a string ? spam 'spam' - Correct Answer️️ -The variable is spam; the string is 'spam'. Strings always start and end with quotes. Name three data types. - Correct Answer️️ -The three data types are integers, floating point numbers, and strings. What is an expression made up of ? What do all expressions do ? - Correct Answer️️ - An expression is a combination of values and operators. All expressions evaluate (that is, reduce) to a single value.LearnSafe PDF This chapter (1) introduced assignment statements, like spam = 10. What is the difference between an expression and a statement? - Correct Answer️️ -An expression evaluates to a single value. A statement does not. What does the variable bacon contain after the following code runs? bacon = 20 bacon + 1 - Correct Answer️️ -The bacon variable is set to 20. The bacon + 1 expression does not reassign the value in bacon (that would need an assignment statement: bacon = bacon + 1). What should the following two expressions evaluate to ? 'spam' + 'spamspam' 'spam' * 3 - Correct Answer️️ -Both expressions evaluate to the string 'spamspamspam'. Why is egg a valid variable name while 100 is invalid ? - Correct Answer️️ -Variable names cannot begin with a number. What three functions can be used to get the integer, floating-point number, or string version of a value ? - Correct Answer️️ -The int(), float(), and str() functions will evaluate to the integer, floating-point number, and string versions of the value passed to them. Why does this expression cause an error ? How can you fix it ? 'I have eaten' + 99 + 'burritos' . - Correct Answer️️ -The expression causes an error because 99 is an integer, and only strings can be concatenated to other strings with the + operator. The correct way is i have eaten ' + str(99) + ' burritos '.LearnSafe PDF What are the two values of the Boolean data type? How do you write them? - Correct Answer️️ -True and False, using capital T and F, with the rest of the word in lowercase. What are the three Boolean operators? - Correct Answer️️ -and, or, and not. Write out the truth tables of each Boolean operator (that is, every possible combination of Boolean values for the operator and what they evaluate to). - Correct Answer️️ - True and True is True. True and False is False. False and True is False. False and False is False. True or True is True. True or False is True. False or True is True. False or False is False. not True is False. not False is True. What do the following expressions evaluate to

Show more Read less
Institution
Python Programming
Course
Python Programming










Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
Python Programming
Course
Python Programming

Document information

Uploaded on
June 17, 2024
Number of pages
16
Written in
2023/2024
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
OliviaWest Teachme2-tutor
View profile
Follow You need to be logged in order to follow users or courses
Sold
106
Member since
1 year
Number of followers
17
Documents
8528
Last sold
1 day ago
Pure Orchid Haven.

All Documents,and package deals offered by seller Olivia West.

2.8

22 reviews

5
6
4
2
3
4
2
1
1
9

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions