how does the government us information system to manage traffic flow

Answers

Answer 1
the street lights have timers on them to change naturally, and the roads have wires underneath to feel when a car is waiting so when they feel there’s a lot of people they keep going and then time out and the other lanes get to go

Related Questions

What is the result of the expression: int('1750.0')?

Answers

Answer:

Value error

Explanation:

The result of the expression: int ('1750.0') is an error: the string does not represent an integer value. The correct option is a.

What is an expression?

A "statement," which is just a single unit of execution and returns nothing, is different from an "expression," which is a mixture of values and functions that are combined and processed by the compiler to create a new value.

A mix of operators, constants, and variables makes up an expression. To produce a value, an expression can include one or more operands and one or more operators.  A programming error is a mistake in the way a program functions. Although the software can execute, it does not perform as planned.

Therefore, the correct option is a. An error: the string does not represent an integer value.

To learn more about expressions, refer to the link:

https://brainly.com/question/14122593

#SPJ2

The question is incomplete. Your most probably complete question is given below:

a. An error: the string does not represent an integer value

b. The value 1750 as an int

c. The value 1750.0 as a float

d. The value '1750'as a string

1) Which of the following best describes the Ribbon?
B. A feature that can translate text into any language
C. A slider that you can use to zoom the document
D. A cable that connects your computer to a printer
E. A toolbar with various commands

Answers

Answer:

E. A toolbar with various commands

Explanation:

the ribbon is pretty much the red bar on top of your screen on power point

The option that best describes the Ribbon is A toolbar with various commands.

What is ribbon in MS Word?

The Ribbon is known to be a kind of a user interface element that is said to be found below the Quick Access Toolbar and the Title Bar and It made up of Home, Insert, Page layout commands and others.

Therefore one can say that The option that best describes the Ribbon is A toolbar with various commands.

Learn more about ribbon from

https://brainly.com/question/11685530

#SPJ6

who stronger than the rock or jhon cena
a the rock
b jhon cena

Answers

the rock because he is strong, I don't know

Answer: John Cena

Explanation:

John Cena is stronger than the rock

Numerous engineering and scientific applications require finding solutions to a set of equations. Ex: 8x + 7y = 38 and 3x - 5y = -1 have a solution x = 3, y = 2. Given integer coefficients of two linear equations with variables x and y, use brute force to find an integer solution for x and y in the range -10 to 10.

Ex: If the input is:

8
7
38
3
-5
-1
Then the output is:

x = 3 , y = 2
Use this brute force approach:

For every value of x from -10 to 10
For every value of y from -10 to 10
Check if the current x and y satisfy both equations. If so, output the solution, and finish.
Ex: If no solution is found, output:

There is no solution
Assume the two input equations have no more than one solution.

Note: Elegant mathematical techniques exist to solve such linear equations. However, for other kinds of equations or situations, brute force can be handy.

Answers

The brute strength method determines if each x and y value satisfies both conditions. To do this, we must iterate through each result in the specified range and insert them into both models.

What are Elegant mathematical technique?

ALGORITHM :

1. Take the values of all coefficients and SET flag = FALSE

2. Run a FOR loop for x in range (-10, 11). 11 won't be included.

2a. Inside the first FOR, start the y FOR loop in range(-10,11). 11 won't be included

2b. Inside the y FOR loop, check IF for a particular value of x and y both the equations satisfied.

2c. If yes, set flag TRUE and print values of x and y.

2d. ELSE the flag stays FALSE.

END FOR Y

END FOR X

3. Check if flag = FALSE, then print NO SOLUTION

PYTHON CODE :

a=int(input()) #taking input for each coefficient

b=int(input())

c= int(input())

a1= int(input())

b1= int(input())

c1= int(input())

flag = False

for x in range(-10,11): #checking for all values of x in range -10 to 10

for y in range(-10,11): #checking for all values of x in range -10 to 10

if (a  x + b  y – c == 0) and (a1*x + b1*y - c1 == 0) : #checking if the x and y values satisfy the equation

flag = True #setting the flag if solution is found

print('Solution : x = {-10, 10}, y = {-10, 10}'.format(x,y)) #if they satisfy print x & y

if flag = False : #if flag stays false, that means there is no solution

print('No solution')

OUTPUT : The output is given below.

More about the Elegant mathematical technique link is given below.

https://brainly.com/question/27934739

#SPJ1

What is an operating system on an IBM computer?
a. GUI
b. Microsoft Windows
c. Mac OSX

Answers

Answer:

Microsoft Windows

Explanation:

Question 7 * What is the default powerpoint standard layout A Blank B Title slide C Title only D. Comparison ​

Answers

Answer:

B. Title slide layout is the default PowerPoint standard layout.

You are a Junior IT Technician in your organisation. One of the duties is to demonstrate and explain how the computer works to new intern stuff. Discuss how you would demonstrate and explain?

Answers

As an Junior IT technician in your company. One of the responsibilities is to set up and Install computer structures for the new intern staff members in order to display and explain how the computer functions to them.

How will you address one or more technical areas?

Depending on the dimensions of the employer you account for, the answer varies. It's not uncommon for a technical IT support team to be split into first- and second-line support, with the second-line support team taking care of the more specialist inquiries that the first-line support team couldn't handle.

I'll explain how to set up and configure computer systems, identify hardware and software issues, and resolve technical and awareness issues, either over the phone or in person, in my capacity as an IT technician.

Learn more about organisations here:

https://brainly.com/question/26965722

#SPJ10

Which option in PowerPoint allows users to configure the number of columns and rows manually, using numerical values?

Insert Table dialog box
Draw Table option
Insert Table drop-down menu
Excel spreadsheet

Answers

Users can use numerical values to set the number of columns and rows in the Insert Table dialog box in PowerPoint. Option A is correct.

What is the PowerPoint?

Microsoft or MS PowerPoint is defined as a presentation program that was developed by Forethought, Inc.'s Robert Gaskins and Dennis Austin. In PowerPoint, users can use numerical values to specify the number of columns and rows in the Insert Table dialog box.

Therefore, option A is correct.

Learn more about the PowerPoint, refer to:

https://brainly.com/question/14498361

#SPJ1

Can case conditions use test conditions?
A. yes
B. no

Answers

Answer:

yes.

Explanation:

because i Been tro it before

explain why you would use the soft on/off jumper when working on ATX system

Answers

Explanation:

Soft power prevents a user from turning off a system before the operating system has been shut down. It enables the PC to use power-saving modes that put the system to sleep and then wake it up when you press a key, move a mouse, or receive an e-mail (or other network traffic).

10. What may help drivers conserve gasoline?
Sitting in their driveways with their cars
running.
Accelerating quickly.
Slowing down gradually.
Braking abruptly.

Answers

Answer: C. Slowing down gradually

Explanation:

A and B suck up the gas immediately since you are using much more of it. When you brake abruptly, you are not only wasting gas, but you are also damaging your tires. Therefore, the most appropriate answer is C.

I hope this helps!! Pls mark brainliest :)

The thing that may help drivers conserve gasoline is Slowing down gradually. third option is correct.

What is conservation of gasoline

There are three fundamental quantities in mechanics that are conserved. These are power, forward motion, and angular momentum. It takes time and fuel to accelerate and get one's vehicle back up to the speed of traffic every time one needs to stop fast.

Seeing far ahead of the car allows drivers to slow down gradually or change lanes to minimize idling, which improves gas consumption. Slowing down gradually is something that may assist drivers in saving petrol. The third choice is right.

Learn more about gasoline at;

https://brainly.com/question/29186659

#SPJ2

How many times is the second for loop going to loop in this block of code? Write your answer in numeric form in the box provided.
for steps in range(5):
turtle.forward(100)
turtle.right(90)
for moresteps in rage(4):
turtle.forward(50)
turtle.right(90)​

Answers

Explanation:

The second for loop does 1 of 4 iterations for every 1 of 5 iterations of the parent loop. meaning it is 4 x 5 which is 20.

Software that functions as an electronic version of a filing cabinet?

Answers

Answer: There are a lot of choices

Explanation: do you want a database? You can obtain a terabyte or even larger size thumb drive or USB drive

Do want a print server? a networked drive specific for your data and if you have  to   print out anything

Do you want a connected drive to send all your documents to with organized folders?  any size drive will work for this they come all prices

Enter the electronic filing system, sometimes called document management software. These computerized filing systems provide electronic file management. In other words, they give us a simple way to store, organize, and retrieve digital files and digital documents and pdfs.

https://www.filecenter.com/info-electronic-filing-system.html here is some good software

Watch any film of the silent era. Choose a short film from any genre that is less than 30 minutes long. Write a review of your experience of watching this film. Make comparisons with a modern film of the same genre that you have recently watched.

Answers

 A review of your experience of watching this film. Make comparisons with a modern film of the same genre that you have recently watched The Consistency of the Silent Era Technique in The Artist.

What have been a number of the principal silent movie genres?

Many early silent movies have been both dramas, epics, romances, or comedies (frequently slapstick). One-reelers (10-12 minutes) quickly gave manner to four-reel feature-period movies.

From the factor of visible method seems there are a few which can be ordinary of the silent film technology this is appearing players, kind of shot, modifying transitions, intertitles and sound strategies together with using track at some stage in the movie.

Read more about the comparisons :

https://brainly.com/question/25261401

#SPJ1

Trent is researching what it would take to become a pharmaceutical scientist. What academic requirements should he complete?
A.
an associate’s degree
B.
on-the-job training
C.
technical school
D.
a doctorate degree
E.
a bachelor’s de

Answers

Answer:

D - a doctorate degree

Explanation:

You are studying in a role as a doctors position.

a. From binary to decimal; 100112 b. From decimal to octal; 57110 c. From decimal to hexadecimal; 22210 a . From binary to decimal ; 100112 b . From decimal to octal ; 57110 c . From decimal to hexadecimal ; 22210​

Answers

Answer:

a. The answer is 19 [tex](10011)_{2} = (1 * 2^{4}) + (0*2^{3}) + (0*2^{2}) + (1 * 2^{1}) + (1 *2^{0}) = 19[/tex]

b. The answer is [tex](157426)_{8}[/tex]  

When 57110 is divided by 8, the quotient is 7138 and the remainder is 6. When 7138 is divided by 8, the quotient is 892 and the remainder is 2. When 892 is divided by 8, the quotient is 111 and the remainder is 4. When 111 is divided by 8, the quotient is 13 and the remainder is 7. When 13 is divided by 8, the quotient is 1 and the remainder is 5. When 1 is divided by 8, the quotient is 0 and the remainder is 1.

c. The answer is [tex](56C2)_{16}[/tex]

When 22210 is divided by 16, the quotient is 1388 and the remainder is 2.

When 1388 is divided by 16, the quotient is 86 and the remainder is 12 = C. When 86 is divided by 16, the quotient is 5 and the remainder is 6. When 5 is divided by 16, the quotient is 0 and the remainder is 5.

what is e -book ? any two benefits​

Answers

Explanation:

E-book stands for electronic book. An e-book is a book that is presented in a form that allows you to read it on a computer screen, smartphone or any other screen.

Advantages:You can store as many books as you want in one device. You can read it anywhere at any time. You don't have to carry any book.Better for the environment as it saves trees because paper won't be needed to print the book.

what keys would you use when selecting multiple files not listed together

Answers

To select multiple files that are not listed together is first arrange them in order by date or their names, so that they get listed together, then press CTRL A to select all and copy them into a separate file.

What is selecting multiple files?

Selecting multiple files is choosing many files together at once. Many times we select multiple files at once, that save our time.

Thus, to select multiple files that are not listed together is first arrange them in order by date or their names, so that they get listed together, then press CTRL A to select all and copy them into a separate file.

Learn more about selecting files in computer

https://brainly.com/question/10894626

#SPJ1

2. Why do old video games have large pixels and images with jagged edges?
Because that was the style at the time.
Because it allowed for larger files.
Because it allowed for smaller files.
Because smaller pixels didn't exist.

Answers

Answer:

A

Explanation:

cuz yea

differentiate between soft copy output and hard copy output?​

Answers

a hard copy stores data and information in the form of physical files it may be images text photographs and more a soft copy data and information in the form of virtual file saved on a computer or a drive you can preserve a hard copy for two long because its day subjected to wear and tear

Answer:

Soft copy output -

when the output is in the form of soft copy ( I.e I'm the computer) you cannot touch it. it's the digital version.

Hard copy output -

when output is in the form of hard format (.ie paper, print , xerox etc) you can touch it.

Directory services store information in a heirarchical structure. Which statements about Organizational Units (OUs) of a directory service hierarchy are true? Check all that apply.

Answers

Answer:

accounting, authorization, centralized authentication

HELP QUICK!!!!!!!

Which item is used in Excel to identify the row of a particular cell?
O letter
O number
O type
O sheet

Answers

Answer:

Number.

Letter is for columns, Number is for rows.

For example to find the cell on the fifth row, and 1st column, it would be A5.

How ict tools changed the way we live explain it​

Answers

Answer:

How does ICT change our way of living?

ICT has contributed a lot to change our everyday life such as letter to e-mail, market shopping to on-line shopping, classroom learning to e-learning, etc. This paper present's the effects of ICT as Home and Domestic Activities, Social Networking, Education, Health, Commerce, Banking, and Employment.

Drag the words into the correct boxes

.............can be used for a responsive webpage with dynamic content. ............. can be used for a Point of Sale (POS) application for a grocery store. ...........can be used for a machine learning model to detect people using facial recognition.
(javascript / java / python )



Answers

Explanation:

if you have any doubts or queries regarding the answer please feel free to ask

java can be used for a responsive webpage with dynamic content. Javascript can be used for a Point of Sale (POS) application for a grocery store. Python can be used for a machine learning model to detect people using facial recognition.

What is Java?

The object-oriented programming language and software platform known as ava is utilized by billions of devices, including laptops, smartphones, gaming consoles, medical equipment, and many more. Java's syntax and principles are derived from the C and C++ languages.

The portability of Java is a key benefit while creating applications. It is relatively simple to transfer Java program code from a notebook computer to a mobile device once you have done so.

The fundamental intention of the language's creation in 1991 by James Gosling of Sun Microsystems (later bought by Oracle) was the ability to "write once, run anywhere."

Therefore, java can be used for a responsive webpage with dynamic content. Javascript can be used for a Point of Sale (POS) application for a grocery store. Python can be used for a machine learning model to detect people using facial recognition.

To learn more about Java, refer to the link:

https://brainly.com/question/29897053

#SPJ2

total_coins = 0

nickel_count = int(input())
dime_count = int(input())




print(total_coins)

Answers

The code statement that completes the program is total_coins = nickel_count + dime_count

How to complete the segment?

From the code segment, we have the following highlights:

total_coins is initialized to 0, at line 1Inputs for nickel_count and dime_count are taken on lines 2 and 3The last line prints total_coins

The above means that total_coins has not been calculated.

This is calculated using:

total_coins = nickel_count + dime_count

The above must be placed before the last line of the program

Read more about code segments at:

https://brainly.com/question/24833629

#SPJ1

Complete question

Complete the code segment to calculate the total number of coins

total_coins = 0

nickel_count = int(input())

dime_count = int(input())

print(total_coins)

This program will output a right triangle based on user specified height triangleHeight and symbol triangleChar. It is strongly suggested to use the for loop for this solution.

(1) The given program outputs a fixed-height triangle using a * character. Modify the given program to output a right triangle that instead uses the user-specified triangleChar character.


(2) Modify the program to use a nested loop to output a right triangle of height triangleHeight. The first line will have one user-specified character, such as % or *. Each subsequent line will have one additional user-specified character until the number in the triangle's base reaches triangleHeight. Output a space after each user-specified character, including after the line's last user-specified character.


Example output for triangleChar = % and triangleHeight = 5:


Enter a character:

%

Enter triangle height:

5


%

% %

% % %

% % % %

% % % % %


#include

< stdio.h >


int main(void) {

char triangleChar;

int triangleHeight;


printf("Enter a character:\n");

scanf("%c", &triangleChar);


printf("Enter triangle height:\n");

scanf("%d", &triangleHeight);

printf("\n");


printf("* \n");

printf("* * \n");

printf("* * * \n");


return 0;

}

Answers

The program illustrates the use of loops;

Loops are program statements that are used to perform repetition

The complete program

The modified program in C, is as follows:

#include<stdio.h>

int main(void) {

   char triangleChar; int triangleHeight;

   printf("Enter a character: ");    scanf("%c", &triangleChar);

   printf("Enter triangle height: ");    scanf("%d", &triangleHeight);

   for (int i = 0; i<triangleHeight; i++){

       printf("\n");

       for(int j = 0;j<=i;j++){

           printf("%c",triangleChar);

       }

   }

   return 0;

}

Read more about loops at:https://brainly.com/question/24833629

#SPJ1

When does if(x>=y) execute?
A. when x is greater than y
B. when x is equal to y
C. when x is greater than or equal to y

Answers

Answer:

C. When x is greater than or equal to y

Briefly explain purpose of input device​

Answers

Answer:

Mouse, Keyboard, Headphones, Mouse dongle.

Explanation:

Input Device Definition: A piece of equipment/hardware which helps us enter data into a computer is called an input device. For example keyboard, mouse, etc.

Answer:

Input devices are those devices connected to the computer which are used to enter the data. Input can be in the form of text, graphics and sound. There are different types of input devices for different types of inputs.

Explanation:Today, input devices are important because they are what allows you to interact with and add new information to a computer. For example, if a computer had no input devices, it could run by itself but there would be no way to change its settings, fix errors, or other various user interactions. Also, if you wanted to add new information to the computer (e.g., text, command, document, picture, etc.), you wouldn't be able to do so without an input device.

Write short notes on the following:
I. keyboard ii.Control unit iii.printer​

Answers

Answer:

- the Keyboard:

The keyboard is a handheld device used to input alphabet, numbers, symbols and characters to a monitor. It also houses the special manipulative and function keys.

- the Control Unit:

The control unit is a component of the CPU which directs the operation of the processor.

- the Printer:

The printer is an external hardware output device which takes electronic data stored on a device and creates a hard copy.

what are the 7 layers of cyberspace?

Answers

Answer:

The OSI model's seven layers are the: Human Layer, Perimeter Layer, Network Layer, Endpoint Layer, Application Layer, Data Layer, and Mission Critical Layer . Each layer represents a different stage in network communication, from someone typing on a keyboard to the data your system uses for applications.

Other Questions
8. An electrical resistor immersed in a liquid produces 65.0 W of electrical energy for 120specific heat capacity of the liquid in this temperature range. Assume that negligible hOOO2.51 x 10 J/(kg. C)1.67 x 106 J/(kg C)2.02 x 104 J/(kg. C) what is the speed of a wave that has a frequency of 11.5Hz and a wavelength of 1.7m? An object is released from an aeroplane which is diving at an angle of 30 from the horizontal with a speed of 50m/s. If the plane is at a height of4000m from the ground when the object is released, find(a) the velocity of the object when it hits the ground.(b) the time taken for the object to reach the ground. please I need the solution urgently. Theresa uses a unique box in the shape of a trapezoidal prism for her specialty candles. The area of the basof the box for the smaller candle is 125 cm and the box is 12 cm tall. The box used for the larger candle hasa base whose area is 160% that of the smaller box, and it is 6 centimeters taller.What percent of the volume of the smaller box is the volume of the larger box?Pls explain ur Answer The given equation is either linear or equivalent to a linear equation. Solve the equation. (If there is no solution, enter NO SOLUTION. If all real numbers are solutions, enter REALS.)(t 7)2 = (t + 7)2 112t = One of the widely acknowledged problems with using the consumer price index as a measure of the cost of living is that the CPI a. accounts only for consumer spending on food, clothing, and energy. b. fails to account for consumer spending on housing. c. fails to account for the introduction of new goods. d. fails to account for the fact that consumers spend larger percentages of their incomes on some goods and smaller percentages of their incomes on other goods. But the execution was an external event, not necessarily an internal exorcism. All their lives my parents, along with a nation of Dominicans, had learned the habits of repression, censorship, terror. Those habits would not disappear with a few bullets and a national liberation proclamation. They would not disappear on a plane ride north that put hundreds of miles distance between the Island and our apartment in New York.And so, long after we had left, my parents were still living in the dictatorship inside their own heads. Even on American soil, they were afraid of awful consequences if they spoke out or disagreed with authorities. The First Amendment right to free speech meant nothing to them. Silence about anything "political" was the rule in our house.A Genetics of Justice,Julia AlvarezWhat is the central idea of this passage?Children should work to correct the mistakes of their parents.If you try hard enough, you can free yourself from social injustice.It is not easy to correct an injustice that affects an entire generation.Adults must work to solve their own problems in whatever way possible. What is the key word in the sentence?The actor's charisma made him attractive to both young and old.O CharmO PreacherO CharismaO Attractive Which of the following expressions are equal to -8/11 - 3/4 - 1/4 The scatter plot shows the height of an alfalfa plant over a period of time. Click on the table that best matches the data in the scatter plot. What is the effect of these lines from Dracula on the tone of the text?Quicker and quicker danced the dust; the moonbeams seemed to quiver as they went byme into the mass of gloom beyond.O They create a hopeful tone.They create a light, playful tone.O They create a suspenseful, dark tone.O They create a warm, inviting tone PLEASE HELP! I WOULD APPRECIATE IT! Which of the following is true about Earth's freshwater, air, soil and trees? A. Although these resources are renewable, their present benefits can be reduced if used carelessly. B. Although these resources are renewable, they present very few benefits for humans. C. These resources are nonrenewable, so humans must stop using them if they are to survive. D. Although these resources are nonrenewable, humans don't have to worry about conserving them. Adolescents are capable of analytic thought, yet they do not consistently use it. all of the following are possible reasons for the inconsistent use of analytic thought by adolescents except: group of answer choices they lack experience making decisions and thinking things through. thinking logically is more difficult than thinking intuitively for adolescents. thinking logically may require that adolescents confront comforting, familiar prejudices. they actively resist logical thinking. What is the concentration of acetic acid if three 65.0 mL samples of actic acid were neutralized with 16.8 mL, 18.2 mL, and 17.35 mL of 0.5.00 M KOH. (Hint: KOH and acetic acid react in a 1 to 1 mole ratio) A is an inherited feature that varies from individual to individual. The length of an arc of a circle is 26/9 picentimeters and the measure of the corresponding central angle is 65 degrees. What is the length of the circle's radius? 1Drag each tile to the correct box.Order the expressions from least value to greatest value.-4.83.22+(-1)V4.32-3-2-(-1) What kind of organ is this? And what structures are seen? Graph the equation by plotting three points. If all three are correct, the line will appear. -3y=2x-7 ....... 20 POINTS Based on the table below, determine the exponential function being used. Use x as your variable. Then, evaluate this expression for x=7.Input (x) Output0 11 52 25 3 1254 625