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

TS Python Practice Exam 1 - Python Programming Questions with Complete Solutions

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

Python makes the distinction between integers and floating variables. - Yes When declaring variables in Python, a data type must be specified. - No When setting a boolean variable, the value must start with a capital letter. - Yes A developer wants to make sure a serial number cannot be used in a calculation and that a dollar amount entered as a whole number can have decimals. Then, a message should be displayed to tell a customer the serial number and price for the products. Using the drop-down arrows, fill in the code to use the proper functions to convert the data to the necessary data types. - str float , A developer needs to write code to reverse the character output of a product code. Which variable declaration will reverse one of the product codes? - [::-1] In this scenario, the number of complete units needs to be displayed, meaning that anything after a decimal point needs to not be represented. To accomplish this, the int function is needed as it extracts the whole number from a value with a floating decimal. The round function will not work because it will round the number up to 20. The floor function rounds a number down to the nearest integer. The ceil function will raise the number to 20. The correct code is as follows: - int A developer needs to build a data structure with animals and then sort the structure. Using drag and drop, drag the following lines of code into the correct order to produce this output: Bears Jaguars Lions Panthers - animals=["Bears","Panthers","Lions"] d("Jaguars") () for animal in animals: print(animal) x=5 y=3 z=x+y> and x*y<15 or x-y>2 - z= pieces=["king", "queen", "rook", "bishop", "knight, "pawn"] () - print(pieces[5]) print(pieces[-1]) a == 90 - Yes b == 2.5 - No c == -9 - Yes if grade __ 100: print ("Outstanding") elif grade __ 90: print ("Great") elif grade __ 70: print("Study hard") else: print("You are doing well. Strive to improve") - == >= <= a__b=13 a__b=7 a__b=3.3

Show more Read less
Institution
Programming For Python Language..
Course
Programming for python language..









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

Written for

Institution
Programming for python language..
Course
Programming for python language..

Document information

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

Subjects

Content preview

TS Python Practice Exam 1 - Python Programming Questions with Complete Solutions Python makes the distinction between integers and floating variables. - ✓✓Yes When declaring variables in Python, a data type must be specified. - ✓✓No When setting a boolean variable, the value must start with a capital letter. - ✓✓Yes A developer wants to make sure a serial number cannot be used in a calculation and that a dollar amount entered as a whole number can have decimals. Then, a message should be displayed to tell a customer the serial number and price for the products. Using the drop -down arrows, fill in the code to use the proper functions to convert the data to the necessary data types. - ✓✓str float , A developer needs to write code to reverse the character output of a product code. Which variable declaration will reverse one of the product codes? - ✓✓[::-1] In this scenario, the number of complete units needs to be displayed, meaning that anything after a decimal point needs to not be represented. To accomplish this, the int function is needed as it extracts the whole number from a value with a floating decim al. The round function will not work because it will round the number up to 20. The floor function rounds a number down to the nearest integer. The ceil function will raise the number to 20. The correct code is as follows: - ✓✓int A developer needs to build a data structure with animals and then sort the structure. Using drag and drop, drag the following lines of code into the correct order to produce this output: Bears Jaguars Lions Panthers - ✓✓animals=["Bears","Panthers","Lions"] animals.append("Jaguars") animals.sort() for animal in animals: print(animal) x=5 y=3 z=x+y> and x*y<15 or x -y>2 - ✓✓z= pieces=["king", "queen", "rook", "bishop", "knight, "pawn"] pieces.sort() - ✓✓print(pieces[5]) print(pieces[ -1]) a == 90 - ✓✓Yes b == 2.5 - ✓✓No c == -9 - ✓✓Yes if grade __ 100: print ("Outstanding") elif grade __ 90: print ("Great") elif grade __ 70: print("Study hard") else: print("You are doing well. Strive to improve") - ✓✓== >= <= a__b=13 a__b=7

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.
AnyaTaylor A.T. Still University
View profile
Follow You need to be logged in order to follow users or courses
Sold
97
Member since
1 year
Number of followers
25
Documents
1934
Last sold
2 months ago
Williams Tech.Smartlearners

4.3

16 reviews

5
11
4
2
3
1
2
0
1
2

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