Answer: float
Explanation:
This is asking what would the remainder be of 5/2. I am not totally sure what you are asking but float is used with remainders because it could have a decimal like 3.33 that would throw an error for anything other than float.
What allows a person to interact with web browser software?
O user interface
O file transfer protocol
O networking
O URLS
Answer:
user interface
Explanation:
The primary memory consists
.... and ...
a) Pendrive b) Hard Disk c) RA
d) Scanner e) ROM
Answer:
RAM and ROM
Explanation:
Primary memory is random access memory that a processor or computer accesses first or directly. It enables a processor to access running execution apps and services stored in a specified memory address.
Answer:
ROM and RAM (c And e)
what do the last two steps in the cyclical design process most likely involve
A. The research
B. The audience
C. The prototype
D. The project
Answer:
Well you would want to test the design, so it would be "c" then "d"
Explanation:
I hope this helps.
The last two steps in the cyclical design process most likely involve the prototype and the project. The correct options are C and D.
What is design process?The mechanical part is designed on the software with its all dimensions.
The design process is not completed until and unless a prototype is made. This is to analyze the working of the mechanical part. This must be done as a complete project.
The last two steps involved in the cyclical design process most likely involve the prototype and the project.
Thus, the correct options are C and D.
Learn more about design process.https://brainly.com/question/11914795
#SPJ2
Technology
って
Select the component that matches the task from a drop-down menu of options.
The
provides a user with a way to interact with the browser.
displays content on the screen.
coordinates actions between the user and the rendering engine.
handles requests for information resources from networked servers.
enables a web browser to save browsing information.
The
A
DONE
Answer
✔ user interface
✔ rendering engine
✔ browser engine
✔ Networking
✔ Data storage
:)
The component that matches the task of providing a user with a way to interact with the browser is the "User Interface (UI)".
What is browser?A browser is a software application that allows users to access and view web pages on the internet.
It is also known as a web browser or internet browser. It understands and displays web content such as text, images, videos, and other media.
The "User Interface (UI)" component corresponds to the task of providing a way for a user to interact with the browser.
The "Rendering Engine" component is responsible for displaying content on the screen.
The "Browser Engine" is the component that coordinates actions between the user and the rendering engine.
The component that matches the task of handling requests for information resources from networked servers is the "Networking".
Thus, the component that matches the task of enabling a web browser to save browsing information is the "Data Persistence".
For more details regarding browser, visit:
https://brainly.com/question/28504444
#SPJ2
Which code snippet could be used to print the following series?
Help me please!!!. And if you gonna copy from the internet make the sentence sound different so the teach doesn’t know I’m copying ty!
Answer:
10. Letter 'm'
11. It's about baseball. The catcher and the umpire
12. An anchor
when a playtester is playing your game, it is useful to give them frequent hints, help them, or otherwise defend your game. True false
If a playtester is playing your game, it is useful to give them frequent hints, help them, or otherwise defend your game is a false statement.
What makes a good game method?In game mechanics, one to look or think about the experience of the game that is made or one is creating.
Note that If a playtester is playing your game, it is useful to give them frequent hints, help them, or otherwise defend your game is a false statement as it does not need those kind of input.
Learn more about Games from
https://brainly.com/question/2684713
#SPJ1
: Compute the 9 partial derivatives for the network with two inputs, two neurons in
the hidden layer, and one neuron in the output
Using the python code we can say that it will be possible to calculate the neutrons and organize them as:
The code can be written as:def get_total_derivative(self,l_id):
def sigmoid(x, div = 0):
if div == 1:
return np.exp(-x) / (1. + np.exp(-x))**2.
if div == 2:
return - np.exp(x) * (np.exp(x) - 1) / (1. + np.exp(x))**3.
return 1. / (1. + np.exp(-x))
def linear(x, div = 0):
if div == 1:
return np.full(x.shape,1)
if div > 2:
return np.zeros(x.shape)
return x
See more about python at brainly.com/question/18502436
#SPJ1
If your computer determines the destination address of a network packet is to a remote network.
What does the Data Link layer software do with that packet?
The data link layer software would replace the MAC address of the next hop or gateway when the destination address of a network packet is to a remote network.
What is a data link layer?The data link layer is the second layer of the OSI model and it can be defined as an interface between the network and physical layer. Also, it comprises two (2) main sublayers and these include the following:
Logical link control (LLC) layer.Media access control (MAC) layer.In Computer networking, the data link layer software would replace the MAC address of the next hop or gateway when the destination address of a network packet is to a remote network.
Read more on data link layer here: https://brainly.com/question/13131540
#SPJ1
Fara is a bit frustrated with trying to write computer programs. Which of the following might be helpful? A. systems software B. typing practice C. new hardware D. presentation software
Answer:
D
Explanation:
Presentation software is defined as computer programs designed to allow the user to present information in an engaging way such as with text, pictures, sound and video. PowerPoint is an example of a presentation software.
Energy storage benefits power distribution in only one major way.
True
False
Complete the sentence.
A(n) ___ allows a device and a server or two servers to share data and functionality.
-API
-PIA
A ___ integrates an API into the software.
-consumer
-developer
A ___ creates an API for use within a company or for public use.
-consumer
-developer
An API allows a device and a server or two servers to share data and functionality. Also, a developer integrates an API into the software.
What is an API?API is an acronym for application programming interface and it's a software intermediary (computing interface) that is made up of tools, set of executable codes, and protocols that help software applications and computers to function properly, as well enable the exchange of data.
In Computer technology, an API allows a device and a server or two servers to share data and functionality. Also, a developer integrates an API into the software.
In conclusion, an API is created by a software developer for use within a company or for public use.
Read more on API here: https://brainly.com/question/20910074
#SPJ1
What is the difference between an interpreted and a compiled language?
Answer:
The interpreted language is a programming language that is typically processed rather than compiled into machine code. It is one in which the instructions are received and processed by another program rather than directly performed by the client computer. JavaScript, Perl, Python, BASIC, and other interpretable languages. A compiled language is a programming language that is typically compiled rather than interpreted. It is one in which the software, once built, is represented in the target machine's code; this machine code is indecipherable by people. C, C++, C#, and other compiled languages.
List 90 examples of word
During the POST process, the BIOS uses two (2) different ways to notify you of a problem, Error beep codes and error messages, explain how they work.
Error beep codes works by giving different kinds of codes as each codes stands to tell the user the issue with the computer and error messages are known to be in massage format.
How BIOS report when there's an error?The BIOS is known to use three methods for reporting errors. They are;
Beep codesError/status codesOnscreen messagesTherefore, one can say that Error beep codes works by giving different kinds of codes as each codes stands to tell the user the issue with the computer and error messages are known to be in massage format.
Note that A good error message contains the problem identification, reason in details and the solution if it is known to be possible.
Learn more about BIOS from
https://brainly.com/question/1604274
#SPJ1
Application of technical writing
Answer:
python
Explanation:
The applications of technical writing are implied in every field of education. Some of its applications are given below:
The writing of papers, such as laboratory reports and project reports, for other people who are specialists in that field of education. Making the analysis of the research-based topics in the field of work. Performing any survey according to ground reports on the paper in the presence of a large number of people. What is Technical writing?Technical writing may be defined as a way of articulating in an apparent and concise way on the basis of some concept, idea, or instructions.
Therefore, it is well described above.
To learn more about Technical writing, refer to the link:
https://brainly.com/question/10652566
#SPJ1
Question 6 of 10
In which part of the Scratch interface does a programmer combine code
blocks to build the program?
OA. Block palette
OB. Scripts area
OC. Sprite info pane
Stans
The part of the Scratch interface does a programmer combine code that blocks to build the program is Block palette.
What is block programming in Scratch?Scratch is known to be a kind of "block-based" programming language. that uses "blocks" in programming.
Note that The block palette is where a lot of script blocks are found and as such, The part of the Scratch interface does a programmer combine code that blocks to build the program is Block palette.
Learn more about programmer from
https://brainly.com/question/23275071
#SPJ1
the process of transferring files from computer to internet is called....
Answer: key points
explanation
Explanation:
UPLOADING is the transmission of a file from one computer system to another, usually larger computer system
HOPE IT'LL HELP U
which set of possible outputs can result from a Boolean function
A. Movement or sound
B. If or then
C. True or false
D. High or low
The set of possible outputs that can result from a Boolean function is known to be True or false.
What is the output of Boolean?
In Boolean Algebra terms, that which is known to be the output will only come out as TRUE only if all of its inputs are TRUE and false if it is not.
Therefore, The set of possible outputs that can result from a Boolean function is known to be True or false.
Learn more about Boolean function from
https://brainly.com/question/13265286
#SPJ1
fast i need now ill give anything
Why is compressed air energy storage considered to be very useful?
A. because it allows people to use the resource at the exact time they need it
B. because it uses outside electricity to change the speed of the flywheel
C. because it stores electricity as rotational energy
D. because the vacuum chamber reduces friction and minimizes energy loss
Answer:A
Explanation:
Because compressed air energy storage (CAES) is known to have strong potential to deliver high performance energy storage at large scales for relatively low costs compared with any other solution.
Answer: A. because it allows people to use the resource at the exact time they need it
Explanation:
How can you tell if a website is biased?
Answer:
the author has not considered other points of view.
View One | View All
2
A team of students is in the process of designing a control system. After
conducting extensive testing of the prototype, the team discovers that it does not
work as expected. The team returns to a previous step of the engineering design
process.
Which step should the team take next in order to complete this project?
to present their solution
to plan their next prototype tests
to design a new solution
to define their new problem
In the case above step should the team take next in order to complete this project is to to plan their next prototype tests.
What are the steps in the design process?The engineering design process is known to be made up of seven step and they are:
Define the problem AskImaginePlan Prototype Test ImproveNote that In the case above step should the team take next in order to complete this project is to to plan their next prototype tests because they have gone a step backward.
Learn more about engineering design process from
https://brainly.com/question/17711844
#SPJ1
On September 1, Year 1, a company paid an $21,600 premium on a 36-month insurance policy for coverage beginning on that date. Refer to that policy and fill in the blanks in the following table.
Coverage is a prison agreement between the coverage company (the insurer) and the person(s), business, or entity being insured (the insured). Reading your coverage facilitates you to confirm that the coverage meets your desires and that you apprehend your and the coverage company's duties if a loss occurs.
Read more about the insurance:
https://brainly.com/question/25855858
#SPJ1
Write a program that first reads in the name of an input file and then reads the input file using the file.readlines() method
Using the computational language in python we have to use it to write to a file and read with the code.
Writing this code in python we have:filename = input()
file = open(filename)
lines = file.readlines()
data = {}
for i in range(0, len(lines), 2):
num_seasons = int(lines[i].strip())
show = lines[i + 1].strip()
if num_seasons not in data:
data[num_seasons] = []
data[num_seasons].append(show)
file.close()
file_writer = open('output_keys.txt', 'w')
titles = []
for num_seasons in sorted(data):
shows = []
for show in sorted(data[num_seasons]):
titles.append(show)
file_writer.write(str(num_seasons) + ': ' + '; '.join(data[num_seasons]) + '\n')
file_writer.close()
file_writer = open('output_titles.txt', 'w')
for title in sorted(titles):
file_writer.write(title + '\n')
file_writer.close()
See more about python at brainly.com/question/18502436
#SPJ1
write a pseducode that will ask the user to enter the amount of a purchase. The program should then compute that state and provisional sales tax
The pseudocode of the program is simply a prototype of the actual program
How to write the pseudocode?The pseudocode that does the requirements in the question is as follows:
StartGet Input for amount of purchaseCompute the state tax: sales tax = sales tax percentage * amountCompute the provisional sales tax: provisional sales tax = provisional sales tax percentage * amountPrint the taxesRead more about pseudocode at:
https://brainly.com/question/24735155
#SPJ1
What kinds of
programs are included in system software?
Answer:
Programs such as the operating system, database management systems, networking software, translators, and software utilities.
Explanation: Hope it helps you :))))
Have a good day.
Karishma is setting up a wired network for a small office. Which hardware component on the computer will help in network connection, and which cables will she use for the most economical network connection?
A bridgenetwork interface cardrepeater connects a computer to a network.
Fiber-opticShielded twisted-pairUnshielded twisted-pair cables are the cheapest option for network connections.
A hardware component on the computer which will help in network connection is a network interface card.
What is a network interface card?In Computer technology, a network interface card can be defined as a hardware component installed on a computer system which is used to connect to the Internet or create a network connection.
In this scenario, a hardware component on the computer which will help in network connection is a network interface card, and the cables she would use for the most economical network connection is an unshielded twisted pair cables because it is cheaper than the other types of cables.
Read more on cables here: https://brainly.com/question/25337328
#SPJ1
Answer:
network interface cardunshielded twisted-pairWhy does the media play such an important role in our personal freedom? Select 3 options.
It holds government accountable.
It holds government accountable.
It promotes self-expression.
It promotes self-expression.
It spreads government’s views.
It spreads government’s views.
It keeps us informed.
It keeps us informed.
It keeps us entertained.
It keeps us entertained.
Answer:
It promotes self-expression
It holds the government accountable
It keeps us informed
Explanation:
I got them right Ed
The media play such an important role in our personal freedom because of the following:
A. It holds the government accountable.
B. It promotes self-expression.
D. It keeps us informed.
What is media?The media is a center of communication or transfer of information throughout the world. Its main aim is to collect information from the world and provide it to the citizens.
Because it enables the public expression of one's personal opinion about a subject, the media is crucial to freedom.
Media plays an important role in freedom because it helps in expressing a personal view about something in front of people. It gives us information about the world, and what is happening in the government, and other current situations.
Thus, the correct options are:
A. It holds the government accountable.
B. It promotes self-expression.
D. It keeps us informed.
To learn more about media, refer to the link:
https://brainly.com/question/28100033
#SPJ5
What is returned by the code: range (20, 100, 20)
The code that is returned by the code: range (20, 100, 20) is known as (20, 50, 80).
What is this code about code?The line of code is known to be one that often returns the ASCII code as the ASCII is known as American Standard Code for Information Interchange.
Note that the code is made up of seven bit code and thus the code returned for range (20, 100, 30) is (20, 50, 80).
Learn more about code from
https://brainly.com/question/20796198
#SPJ1
A collection of modules and packages that can be imported into a program is called
Answer:
library
Explanation:
class - used to create objects
documentation - provides information on the program's workings
function - this is part of a module