ITS Python Practice Exam 1 - Python Programming Questions and Answers
ITS Python Practice Exam 1 - Python Programming Questions and Answers Python makes the distinction between integers and floating variables. - Correct Answer️️ -Yes When declaring variables in Python, a data type must be specified. - Correct Answer️️ -No When setting a boolean variable, the value must start with a capital letter. - Correct Answer️️ -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. - Correct Answer️️ -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? - Correct Answer️️ - [::-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 intPDF DOCUMENT 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: - Correct Answer️️ -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 or
Written for
- Institution
- Python Programming
- Course
- Python Programming
Document information
- Uploaded on
- June 17, 2024
- Number of pages
- 13
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
its python practice exam 1 python programming qu
Also available in package deal