ANSWER QUICK 50 POINTS
You have the following code in your program.

from array import *
Which line of code would create an array?


D = array([2.5, 3, 7.4])

D = array('f',[2.5, 3, 7.4])

D = array['f',[2.5, 3, 7.4]]

D = array('f',2.5, 3, 7.4)

Answers

Answer 1

Answer:

D = array('f',[2.5, 3, 7.4])

Explanation:

is the answer

Answer 2

A variable must be declared with an array type before the array itself can be created. Array types resemble other Java types, with the exception that square brackets are placed after them ( [] ). Thus, option D is correct.

What line of code would create an array?

Using the NumPy library, new data types known as arrays can be produced in Python. NumPy arrays are created for numerical studies and only contain one data type.To build an array, use the array() method after importing NumPy. The input for the array() function is a list.

An array, also known as a database system, is a group of things or data that is held in a contiguous memory area in coding and programming. Several instances of the same kind of data are grouped together in an array.

Therefore, D = array('f',2.5, 3, 7.4)  line of code would create an array.

Learn more about array here:

https://brainly.com/question/22296007

#SPJ2


Related Questions

Classify the characteristics as abstract classes or interfaces.

A. Uses the implements keyboard
B. Cannot have subclasses
C. Does not allow static and final variables
D. Can have subclasses
E. Uses the extends keyboard
F. Allows static and final variables

Answers

E for eeeedeerreeeee

Write a program that takes in a positive integer as input, and outputs a string of 1's and 0's representing the integer in binary. For an integer x, the algorithm is:
As long as x is greater than 0
Output x % 2 (remainder is either 0 or 1)
x = x // 2
Note: The above algorithm outputs the 0's and 1's in reverse order. You will need to write a second function to reverse the string.
Ex: If the input is:
6
the output is:
110
Your program must define and call the following two functions. The function integer_to_reverse_binary() should return a string of 1's and 0's representing the integer in binary (in reverse). The function reverse_string() should return a string representing the input string in reverse.
def integer_to_reverse_binary(integer_value)
def reverse_string(input_string)
Note: This is a lab from a previous chapter that now requires the use of a function.

Answers

Answer:

#include <iostream>//header file

#include <string>//header file

using namespace std;

string integer_to_reverse_binary(int integer_value)//defining a method integer_to_reverse_binary  

{

   string ret = "";//defining string variable

   while (integer_value > 0) //using while loop to check integer_value value is greater than 0

   {

       ret += '0' + (integer_value % 2);//adding zeros in remainder value

       integer_value /= 2;//holding quotient value

   }

   return ret;//return string value

}

string reverse_string(string input_string)//defining a method reverse_string that holds a parameter user_String  

{

   string result;//defining a string variable  

   for (int i = 0; i < input_string.length(); ++i)//use for loop to calculate value  

   {

       result += input_string[input_string.length()-i-1];//add value in result variable

   }

   return result;//result result variable value

}

int main()//defining main method  

{

   int num;//defining integer variable

   string str;//defining string variable

   cin >> num;//input num value

   str = integer_to_reverse_binary(num);//use str variable to call the integer_to_reverse_binary method

   cout << reverse_string(str) << endl;//printing the reverse_string method value

   return 0;

}

Output:

6

110

Explanation:

In this code two string method "integer_to_reverse_binary and reverse_string" is defined that holds one parameter "integer_value and input_string".

In the first method a string variable is defined, that use the while loop to check integer value is greater than 0 and add zeros in the value and return its value as a string.

In the second it reverse the string value and store into the result variable, and in the main method the "num and str" variable is defined, and in the num it takes integer value and pass into the above method and print its return value.    

CH4 has how many of each type of atom?

Answers

Its easy that moderators that see this answer can think that my answer isn't without explanation.

• Type of atom C (Carbon)

C = 1

• Type of atom H (Hydrogen)

H = 4

You dont understand? JUST SEE THE FORMULA C MEANS ONLY HAVE 1 CARBON ATOM AND H4 MEANS 4 ATOM OF HYDROGEN

oK. have a nice day hope you understands

What infection type can send information on how you use your computer to a third party without you realizing it

Answers

Answer:

Spyware collects your personal information and passes it on to interested third parties without your knowledge or consent. they also install trojan horses

Explanation:

How does the pay for many Science, Technology, Engineering, and Mathematics workers compare to the overall median for all careers? It is far lower than the overall median. It is far higher than the overall median. It is slightly higher than the overall median. It is about the same as the overall median.

Answers

Answer:

B

Explanation:

It just is

Answer:

B is correct

Explanation:

What is the influence of new technology on society?
Ο Α. .
New technology hardly has any impact on society.
OB.
New technology is only beneficial to society and cannot be detrimental.
OC.
New technology is detrimental, as it makes the existing technology obsolete.
OD. New technology normally utilizes a lot of resources and can adversely affect the economy.
O E.
New technology is beneficial but can also be usedly a detrimental way.

Answers

Answer:

E. New technology is beneficial but can also be used in a detrimental way.

Explanation:

New technology such as cryptocurrency (powered by blockchain technology) can be regarded as a welcome development that has benefited the society in so many good ways. However, cryptocurrency as a new technology also has disadvantages it presents to the society. One of such negative influence cryptocurrency has is that it can be used for illicit activities such as money laundering, funding terrorism and so on.

So, in summary, we can conclude that:

"New technology is beneficial but can also be used in a detrimental way."

______ are special characters that allow you to
search for multiple words at the same time.
-Find expressions
-Defined expressions
-Regular expressions
-Search expressions

Answers

Answer:

Defined Expression

Explanation:

This will be your answer

Write a program that calculates the area & perimeter of a rectangle, where
the values for width and length are given by the users.

Answers

Answer:

In Python:

Length = float(input("Length: "))

Width = float(input("Width: "))

Area = Length * Width

Perimeter = 2*(Length + Width)

print(Area)

print(Perimeter)

Explanation:

This gets the length from the user

Length = float(input("Length: "))

This gets the width from the user

Width = float(input("Width: "))

This calculates the area

Area = Length * Width

This calculates the perimeter

Perimeter = 2*(Length + Width)

This prints the area

print(Area)

This prints the perimeter

print(Perimeter)

Other Questions
Tom made fruit punch for a party. He mixed 2 gallons of orange juice, 4 quarts of pineapple juice, 3 pints of cranberry juice, and 8 cups of apple juice. How many quarts did he make in all? El aire de las ciudades tiene una mezcla de elementos txicos True or false? need help please thxs When a space shuttle takes off, the chemical reactions of the fuel give the shuttle the kinetic energy to leave Earth's atmosphere as shown in the figure below. The kinetic energy of the space shuttle is less than the potential energy of the fuel used. Which statement best explains this idea? A.) The potential energy is used to overcome Earths gravity. B.) The potential energy is also converted to light, thermal energy, and sound energy. C.) The potential energy must be consumed to make the fuel burn. D.) The potential energy is destroyed by the warmth of the reaction. Billy had 5 gallons of paint. Bob had 4 kilograms of paint. How do you make the paint amount equal? William earns 9.30 for 1 half hours of work.Work out how much he would earn for:A) 30 minutesB) 5 hours what is the magnitude of the eletrostatic force on an electron by another electron when they are 0.10 meter apart? There were some pizzas in the library. 13 pizzas were eaten by zombies. There are now 20 pizzas in the library. Which equation can be used to find p, the number of pizzas that were in the library? CAUSE AND EFFECT; WHAT ARE THE TWO DETAILS FROM THE TEXTTHAT SHOW HOW PEOPLE CAN HELP THE ENVIRONMENT IN THEIR NEIGHBORHOOD? TWO DETAILS NOT ONE! CAUSE AND EFFECT; WHAT ARE THE TWO DETAILS FROM THE TEXTTHAT SHOW HOW PEOPLE CAN HELP THE ENVIRONMENT IN THEIR NEIGHBORHOOD? A TV originally priced at $800 was reduced to $600. What was the percentage discount given? Right at this moment, Leon _____ the delivery truck to the storage facility. what is 5 x 3\6 pls help plsss HELP The figure below has a point marked with a large dot. First, reflect the figure across the y-axis. Then, give the coordinates of the marked point in the original figure and the final figure. Which physical structures are present in amphibians, but not in reptiles, when they first hatch?scales and fins scales and lungsgills and finsthin skin and lungs What is the slope of the line below? True or False: A karyotype is a map orpicture of all your chromosomes. Who was John C. Calhoun and what did he believe? what are the benefits in using an assembly line \begin{aligned} &-x+4y=-9 \\\\ &y=-2x +6 \end{aligned} x+4y=9 y=2x+6 Is (2,3)(2,3)left parenthesis, 2, comma, 3, right parenthesis a solution of the system? How did the Dutch acquire New Amsterdam?They set up permanent settlements.They bought it from La Salle.They bought it from American Indians.They took it from the English.