Which of the following statements is true?

PETE 2061

Quiz
•
Other
•
University
•
Easy
Norm Brown
Used 2+ times
FREE Resource
23 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The goal in approximation is to obtain a value that is exactly equal to a true value
Fitting a decline curve model to the observed production rate in the field is an example of approximation
A plot of observed (or historical) production rates versus time is an example of an approximation
All of the above
None of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements is true?
Accuracy is the measure of how closely a value agrees with a true value, while precision refers to how any two values or approximations agree with each other.
Precision refers to how closely a value agrees with a true value.
Accuracy refers to how any two values or approximations agree with each other.
All of the above
None of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following Python codes DOES NOT convert from a Python data type to an integer?
y = int(100.0)
b = 3.3
b = int(b)
z = float(10)
x = int(10.3)
a = int("1.3")
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following will read in an input as a string and convert the string into a real number?
myInputNumber = input("Enter a number")
myInputNumber = int(myInputNumber)
myInputNumber = input("Enter a number")
myInputNumber = float(myInputNumber)
myInputStr = input("Enter a number")
myInputNumber = int(myInputStr)
myInputStr = input()
myInputNumber = int(myInputNumber)
myInputStr = input()
myInputNumber = str(myInputStr)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following Python codes will fail with a syntax error?
import math
x = 2.0
y = math.exp(x)
import math as mt
x = 2.0
y = mt.exp(x)
import numpy as np
x = 2.0
y = np.exp(x)
import math as mat
x = 2.0
y = mat.exp(x)
import math
x = 2.0
y = mt.exp(x)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
myStr = "123456789"
Given the Python code above, which of the following codes will display "34"?
print(myStr[3:4])
print(myStr[1:3])
print(myStr[2:4])
print(myStr[2:3])
print(myStr[3:5])
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
legends = ["Kareem", "MJ", "LeBron", "Kobe", "Shaq"]
Given the Python code above, which of the following codes will display ["MJ", "LeBron", "Kobe"]?
print(legends[2:])
print(legends[2:5])
print(legends[:])
print(legends[1:-1])
print(legends)
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
SMJE 2133 Voltage Regulator

Quiz
•
University
20 questions
IV Semester-6

Quiz
•
University
25 questions
Разработка приложений в C# 1 аттестация

Quiz
•
University
20 questions
SnT_Module-1_06/07/2020

Quiz
•
University
18 questions
MIDTERM EXAM

Quiz
•
University
20 questions
Programming Fundamentals

Quiz
•
KG - University
21 questions
Python 3

Quiz
•
University
20 questions
Machine Learning

Quiz
•
University
Popular Resources on Quizizz
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