Evaluate the following Python arithmetic expression: (3*(1+2)**2 - (2**2)*3)
What is the result?
PART1_M
Quiz
•
Architecture
•
1st - 5th Grade
•
Medium
Aristia Villa
Used 1+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Evaluate the following Python arithmetic expression: (3*(1+2)**2 - (2**2)*3)
What is the result?
3
13
15
69
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Northwind Traders has hired you as an intern on the coding team that creates e-commerce applications. You must write a script that asks the user for a value. The value must be used as a whole number in a calculation, even if the user enters a decimal value. You need to write the code to meet the requirements. Which code segment should you use?
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
You are creating a Python program that shows a congratulation message to employees on their service anniversary. You need to calculate the number of years of service and print a congratulatory message. You have written the following code. Line numbers are included for reference only. You need to complete the program. Which code should you use at line 03?
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You develop a Python application for your company. You want to add notes to your code so other team members will understand it What should you do?
Place the notes after the last line of code separated by a blank line.
Place the notes inside of parentheses on any line.
Place the notes after the # sign on any line.
Place the notes before the first line of code separated by a blank line.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You are writing an application that uses the sqrt function. The program must reference the function using the name squareRoot. You need to import the function. Which code segment should you use?
from math import sqrt as squareRoot
from math.sqrt as squareRoot
import math.sqrt as squareRoot
import sqrt from math as squareRoot
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
This question requires that you evaluate the underlined text to determine if it is correct. You write the following code:
The out.txt file does not exist. You run the code. The code will execute without error. Review the underlined text. If it makes the statement correct, select “No change is needed.” If the statement is incorrect, select the answer choice that makes the statement correct.
No change is needed.
The code runs, but generates a logic error.
The code will generate a runtime error.
The code will generate a syntax error.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You are writing a Python program to automate inventory. Your first task is to read a file of inventory transactions. The file contains sales from the previous day, including the item id, price, and quantity. The following shows a sample of data from the file:
10, 200, 5
20, 100, 1
The code must meet the following requirements: . Each line of the file must be read and printed . If a blank line is encountered, it must be ignored . When all lines have been read, the file must be closed You create the following code. Line numbers are included for reference only.
Which code should you write for line O5 and line 06?
05 if line != ‘‘:
06 if line !=””:
05 if line != ‘\n’:
06 if line != None:
05 if line != ‘\n’:
06 if line != “”:
05 if line != ‘‘:
06 if line != “\n”:
39 questions
PR keme
Quiz
•
1st Grade
35 questions
Code of Ethical Conduct
Quiz
•
1st - 3rd Grade
37 questions
Architecture Pre-Test
Quiz
•
3rd - 5th Grade
44 questions
aws_cloud_practitioner_essentials
Quiz
•
1st Grade
45 questions
BP 220 and PD 957
Quiz
•
1st - 3rd Grade
40 questions
Term 1 Revision
Quiz
•
3rd - 4th Grade
45 questions
2D and 3D SHAPES
Quiz
•
4th - 9th Grade
41 questions
RPImmobilière
Quiz
•
1st - 3rd Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
11 questions
Decimal/fraction conversions quick check
Quiz
•
5th - 7th Grade
10 questions
Identifying equations
Quiz
•
KG - University
14 questions
IREAD-3 Practice Test
Quiz
•
3rd Grade
15 questions
Multiplication Facts
Quiz
•
4th Grade