16. When the speed limit is not posted, the default

speed limit recommends that drivers maintain a

speed of

mph on the highway and

mph in the city.

A. O 65, 40

B. O 60, 35

C. O 55, 30

D. O 50, 25

Answers

Answer 1

Answer:

C. 55, 30

Explanation:

Even though each state in the United States has different speed limits. However, in a situation whereby the speed limit is not posted, the default speed limit recommends that drivers maintain a speed of "55" mph on the highway and "30" mph in the city.

The highest speed limit in the United States is 85mph on a rural highway in Texas while the lowest generally for the country is 30mph in a residential area.


Related Questions

Memory compression is a useful alternative to paging:_______.
a. when the compression algorithm is can achieve the best possible compression ratio.
b. when the system has slow magnetic disks but not faster SSDs.
c. when the speed of the compression algorithm fastest.
d. even when the system has faster SSDs.

Answers

Answer:

d. even when the system has faster SSDs.

Explanation:

Given that Memory compression and Paging are both means of performing memory management in different ways.

However, Memory compression is a useful alternative to paging "even when the system has faster SSDs."

This is because Memory compression enhances the productivity of Radom Access Memory, RAM, which in turn increases the performance level of a computer.

Also, paging requires consistent writing on Disks, which has been found to degrade disks most especially solid-state drives, SSDs.

what is the answer only right answers

Answers

Answer:

hmm....

Explanation:

UK UKI
Different
DIFFERENTIATE BETWEEN FORMULA & A FUNCTION GNING EXAMPLE​

Answers

Explanation:

A Formula is an equation designed by a user in Excel, while a Function is a predefined calculation in the spreadsheet application. Excel enables users to perform simple calculations such as finding totals for a row or column of numbers. Formulas and functions can be useful in more complex situations, including calculating mortgage payments, solving engineering or math problems, and creating financial models.

The following statements are the rules to be followed in maintaining good health standards in the workplace EXCEPT.
A. Adequate sanitary facilities
B. Wellness of workers
C. Promoting a positive social climate
D. Establishing good relationship with co-workers​

Answers

I think all the statements are the rules to be followed in maintaining good health standard in the workplace

Which of the following is NOT a reason to include comments in programs
A. Comments help the computer decide whether certain components of a program are important.
B. Comments help programmers debug issues in their own code
C. Comments help document how code was written for other programmers to use
D. Comments enable programmers to track their work throughout the development process

Previous page Submit

Answers

Answer:

C. Comments help document how code was written for other programmers to use.

Explanation:

I think it i C.

Answer:

A. Comments help the computer decide whether certain components of a program are important.

- just took the test and got it right. hope this helps!!

Which of the following is a real job title on The interactive media career pathway?

Answers

Answer:

The right answer is A

Explanation:

Plzzzzzzzzzzzzz give me brainiest

The answer to your question is B

Could someone please tell me how to code the table in the picture in HTML 5

Answers

Answer:

gdoogle "html 5 table", its easier to do that on google than on this forum

Explanation:

What is created automatically when you install Windows Server 2019 on a system with a disk drive that has never had an OS installed on it before?

Answers

Answer:

System volume

Explanation:

The System Volume Information folder can be regarded as a zone on the hard drive which is usually created by the Operating System, this is utilized

by Windows which allows storing of critical information that is related to the system configuration. As well as the computer storage is concerned, The volume/ logical drive is viewed as a single accessible storage area containing single file system, which lies on a single partition in hard disk.

It should be noted that the System volume is created automatically when you install Windows Server 2019 on a system with a disk drive that has never had an OS installed on it before.

Windows Server 2019 is version of Windows Server server operating system which is a server from Microsoft,

PLS HELP I WILL MARK BRAINLIEST

Answers

Answer:B

Explanation: its the nucules

The answer most likely is B

Write a program that asks the user for the name of a text file. The program should display the first 10 lines of the file on the screen. If the file has fewer than 10 lines, the entire file should be displayed along with a message indicating the entire file has been displayed.

Answers

Answer:

Written in Python

filenm = input("File name: ")

myfile = open(filenm+".txt")

for i in range(10):

     line = myfile.readline()

     print(line)

print("End of file")

Explanation:

This line prompts user for file name

filenm = input("File name: ")

This line creates an instance of the file

myfile = open(filenm+".txt")

This line iterates through the 10 lines

for i in range(10):

This line reads the line

     line = myfile.readline()

This line prints each line

     print(line)

This line prints a message indicating that all possible lines have been printed

print("End of file")

Which of the following is an algorithm?
an opinion about a new movie
O a description of a day at the park
O directions for making cookies
an explanation for why someone was late

Answers

Description of a day at the park I think
I guess it’s the cookies recipe. Bcs that’s the only one that can’t really change. That’s the only one being objective and with instructions.

If you make an algorithm for making cookies, you’ll always get cookies.
But if you make an algorithm for why someone was late. You will be wrong bcs it’s kinda unpredictable.

A boundary marks the inside and outside of a system and sets the system apart from its environment.

A. True

B. False

Answers

Answer:

True

Explanation:

The system boundary can be regarded as a conceptual line that demacate

the system that is under study from 'everything else'. which is the environment. The environment consist of things that can influence the system but not part of the system. when the system is small , its boundary will be sharper. Some Large systems usually have multiple boundaries.boundary can as well be regarded as the point of contact which gives room for meeting between a system its environment , it is also point subsystems meet each other. It should be noted that boundary marks the inside and outside of a system and sets the system apart from its environment.

What happens if you try to compile and run this program?
#include <stdio.h>
int main (void) {
int i = 1, j = 0, k;
k = (i >> j) + G >> i) + (i >> i) + (j >>
k <<= i;
printf("%d", k):
return 0;
}​

Answers

Answer:

identifier "G" is undefined

Explanation:

The syntax of the code you provided is incorrect, so you cannot run this program.

_______________ is a computer networking protocol used by hosts to retrieve IP address assignments.

Answers

Answer:

DHCP

Explanation:

stands for dynamic host configuration protocol and is a network protocol used on IP networks where a DHCP server automatically assigns an IP address and other information to each host on the network so they can communicate efficiently with other endpoints.

why is monitor called softcopy output device?​

Answers

Answer:

A display device is the most common form of output device it presents output visually on a computer screen.the output appears temporarily on the screen and can easily altered or erased,it is sometimes referred to as softcopy

Florian and Tobias would like to begin communicating using a symmetric cryptosystem, but they have no prearranged secret and are not able to meet in person to exchange keys. What algorithm can they use to securely exchange the secret key?

a. IDEA
b. Diffie-Hellman
c. RSA
d. MD5

Answers

The answer is MD5

Hope this helps you have a great thanksgiving

In a program a menu shows a list of?

Answers

Answer:

implemented instructions

Where in the computer is a variable such as "X" stored?

Answers

Answer:

The value of "x" is stored at "main memory".

Explanation:

Simply Central processing unit, input device and output device can not store the data.

The type of wireless access that uses a modem to connect to cell towers is called ___
broadband.

Answers

Answer:

What are the Wireless Broadband Technologies?

What are the Wireless Broadband Technologies?

Wireless broadband services are similar to wired broadband in that they connect to an internet backbone usually a fiber-optic trunk; however they don’t use cables to connect to the last mile or business/residences. Instead they use Wireless Fidelity (Wi-Fi) connections or radio waves. A computer or mobile device has a wireless adapter that translates data into a radio signal and transmits the signal using an antenna. A wireless router receives the signal, decodes it and then sends it to the Internet through a wired Ethernet connection.

Fixed wireless is a type of high-speed Internet access where connections to service providers use radio signals rather than cables. Fixed wireless offers connections speeds between 1 and 10 mbps and use transmission towers similar to cell phone towers that communicate to a resident’s transceiver equipment that, as the name implies is fixed at the premise. The transceiver equipment communicates with the providers’ ground stations.

Wireless fidelity (Wi-Fi) is a fixed, short-range technology that is often used in combination with DSL, fixed wireless, fiber, or cable modem service to connect devices within a home or business to the Internet using a radio link between the location and the service provider’s facility. Wi-Fi service can be available in your home or at community locations (airports, coffee shops, schools, businesses, etc.) and are often called “hotspots.” A Wi-Fi network uses radio waves, similar to two-way radio communications. A computer has a wireless adapter that translates data into a radio signal and transmits it using an antenna. A router receives the signal, decodes it, and then sends the information to the Internet using a physical connection, usually via an Ethernet cable, a cable that carries the broadband signal between the modem, router, computer, and other wired Internet capable devices.

Mobile Wireless (3G, 4G)

Mobile wireless is high-speed wireless broadband connection that is accessible from random locations. The locations depend on the provider’s cellular towers and monthly service plans. Many technologies make up wireless networks, but no matter the technology or acronyms you read or hear, mobile wireless networks are radio systems.

Mobile wireless services are continually being upgraded to provide data transmission speeds considered to be broadband. The faster mobile wireless networks are referred to as 3G or 4G.The “G” stands for “generation,” meaning 3rd and 4th generation or the evolution of broadband cellular networks; supposedly, each generation provides a faster more secure wireless network. A mobile wireless service requires a base station that is connected to a high capacity landline data transmission network to reach the Internet. In other words, it’s never wired OR wireless; ultimately, it has to be both. Wireless broadband in common usage means that the so-called “last mile” connection to the user is done via radio signals from a tower to a cell phone or other wireless devices (e.g., a tablet).

Long Term Evolution (LTE)

LTE is a 4G technology provides increased peak data rates, reduced latency, scalable bandwidth capacity than 4G predecessors. LTE can manage multi-cast and broadcast streams and handle quick-moving mobile phones. It uses an IP-based network architecture that allows for seamless handovers for voice and data to older model cell towers.

Satellite

Satellite broadband is sometimes the only option available to users in very rural or sparsely populated areas. Like telephone and television services, satellites orbiting the earth provide necessary links for broadband. With satellite service, you must have a clear view of the southern sky. Satellite service can be disrupted by weather conditions and changes in line of sight to the orbiting satellite. Satellite may have a higher monthly service charge than other broadband options and the need to purchase more home or business equipment compared to the other options. Because satellites are located a significant distance from customers, there are issues of “latency” and therefore a noticeable time lag between sending and receiving data by the end customer.

Downstream and upstream speeds for satellite broadband depend on several factors, including the provider and service package purchased the consumer’s line of sight to the orbiting satellite, and the weather. Satellite speeds may be slower than DSL and cable modem, but they can be about 10 times faster than the download speed with dial-up Internet access. Service can be disrupted in extreme weather conditions.

Source: Information from Wisconsin’s Broadband Reference Guide produced by: WI Public Service Commission, UW-Extension Madison, and the Center for Community Technology Solutions, January 2014

Explanation:

When you read in data from a file using the read() method the data is supplied to Python in the form of:
A. A list of Strings
B. A String
C. A list of lists
D. Raw ASCII values

Answers

Answer:

B. A String

Explanation:

Remember, there are other methods or ways to read data from a file such as readlines(), and the for ... in loop method.

However, if you read in data from a file using the read () method the data would be supplied to Python in the form of a String (or single String). This is the case because a String supports only characters, unlike lists that could contain all the data types.

Using the read() method in python is used to read in files such as text files, csv and other file types. The read() method will render the read in data as as a string.

In general, the read in data from the file is supplied in the form of a string, however, depending on the version of python which is being used, the string type may vary.

When using python 2, the data is supplied as a bytestring while the data is supplied a unicode string in python 3.

Hence, the read() method renders data as a string.

Learn more : https://brainly.com/question/19973164

Please help. Will give brainliest

Answers

I don’t understand it sorry :(.

For risk monitoring, what are some techniques or tools you can implement in each of the seven domains of a typical IT infrastructure to help mitigate risk

Answers

Answer:

 a. User Domain: Create awareness for acceptable user-policies and security risk to educate employees of pending risk.

b. Workstation Domain: Install anti-virus and constantly update the system software.

c. LAN Domain:  Access control list or ACL should be configured in routers and port security in switches to avoid hackers physically connecting to the network.

d. LAN-to-WAN Domain: Configure firewalls and intrusion detection and prevention protocols to mitigate unwanted access.

e. WAN Domain: Configure demilitarized or demarcation zone to provide secure access and prevent unwanted users from accessing network information.

f. Remote Access Domain: The use of VPNs to grant remote access to users or employees working from home and internet protocol security (IPsec) to encrypt the packet transmission.

g. Systems/Applications Domain: Administration should be well trained and ensure to get security software patches from appropriate vendors and testing them before use.

Explanation:

Risk monitoring is one of the IT infrastructure risks management plan that observes and analyzes the threats of risk in an IT infrastructure.

differences between formula and function as used in spreadsheet​

Answers

I hope it is helpful for you ...

What printer prints in different languages ​

Answers

Answer:

Printing in a different language

HP Deskjet 2630.Microsoft Windows 10 (32-bit)

this shows you where text will appear as you type.

Answers

Answer:  what?

Explanation:

The CEO, calls you into her office and tells you that she's learned that the company needs a database to keep track of supplier contact data as well as the experiences that buyers and operations personnel have with the suppliers. She asks you to begin developing this database. What is your first step in developing the database?

Answers

the database has been a very unique way to park in

Let's play Silly Sentences!

[name] was planning a dream vacation to [place].
[name] was especially looking forward to trying the local
cuisine, including [adjective 1] [food 1] and [food 2].

[name] will have to practice the language [adverb] to
make it easier to [verb] with people.

[name] has a long list of sights to see, including the
[noun] museum and the [adjective 2] park.

Answers

Answer:

Miah was planning a dream vacation to paris.

James was especially looking forward to trying local cuisine, including a barber shop , pizza joint, ice cream shop.

Mathew will have to practice the language slower to make it easier to communicate with people.

Jozlynn has a long list of sights to see, including the chicago museum and the lila arboretum park in michigan

Explanation:

Answer:

Ooh, ok ok.

Michelle was planning a dream vacation to Costa Rica. She was especially looking forward to trying the local cuisine, including picadillo, crema de fruta, and quesadillas.

Michelle will have to practice the language thoroughly to make it easier to socialize with people.

Michelle has a long list of sights to see, including the Jade Museum and the dog park.

If you don't mind will you please mark brainliest?! Thanks!  :)

How to get free PS5?

Answers

Answer: You can't.

Explanation:

You simply cannot get a free PS5.

Answer:

camping for ps5 will do but you have to be all night

or use bots to pre oder

Explanation:

A(n) __________ prevents outsiders from accessing corporate information the user does not want others to see.

Answers

Answer:

Firewall

Explanation:

A Firewall prevents outsiders from accessing corporate information the user does not want others to see. It could be in the form of a hardware or a software.

Most companies use this in order to keep confidential informations from the public. This is very important to prevent unauthorized access which could lead to different types of problems in the long run.

Please solve the ones you can. Solving Both will be appreciated. thank you

Answers

Answer:a=b+c=2ca

Im not sure about this answer

Explanation:

Other Questions
Why did the Supreme Court overturn the conviction of Ernesto Miranda in 1966? Explain the important changeto police arrest procedure that resulted from the Miranda decision. what must be added to -3/8 to get 5/16 ? Evaluate the expression (ab) for a=4 and for b=3 What is the central idea of "caged bird" by Maya Angelou pls help me do last question, step by step for understanding How many countries ruled the state of Florida at some point?twothreeone Why is an ABN important to prevent fraud and abuse Please help me! 10 points Please HELP...Which of the following would be a complaint of a resident of a city in the Industrial Revolution A- "The water and air are polluted" B- "The crime rate is rally high" " C- "This place really stinks" D- All the above would be complaints A construction crew built1/2miles of road in1/8 days.What is the unit rate in miles per day?Write your answer in simplest form. How do I solve this radical and then check all the solutions? Hello People ,I have few question for my social studies homework and if you can help me it will be very cool : How does imperialism improve health care How does imperialism improve the infrastructure in Africa Please help me complete this assignment. Cuando surge el "homo At a noodles and company restaurant, the probability that a customer will order a non alcoholic beverage is .53. Find the probability that in a sample of 12 customers at least 9 will order an non alcoholic beverage Phoebe, Andy and Polly share 270Phoebe gets three times as much as Andy who gets twice as much as Polly.How much do they each get? Define Nationalism in 3 sentences What's something you learned since quarantine?I learned fluent japanese:Dakara darekaga watashi no bifurendo ni naritaidesu kaSo does anyone want to be my boyfriendThats what the japanese said lol .53^2 .6^3Standard form In one of the flashbacks, Clark recalls Aunt Georgiana teaching him when he was a boy working on Uncle Howard's farm, What subjects did she teach him?