How many 1000-Watt lights can be plugged into a standard 120-Volt, 15-Amp outlet? (Hint: W/V=A)

Answers

Answer 1

Answer:

The answer is 1

Explanation:


Related Questions

For the second one just answer what game engines are please, you don't have to explain.

Answers

Answer:

game architecture, game framework or gameframe

PLEASE HELP ASAP!!!!!!!!!!!







Is this statement true or false?

A type of image you can use in your document is called clip art.


true


false

Answers

Answer:

True

Explanation:

its true i just took the test

A local bank has just one branch. It sets up a peer-to-peer network for all devices on the system. The bank would like to be able to have one technician administer the entire network from his location outside the bank without having to go to the bank each time there is a problem. Will this be possible for the technician?

Answers

Answer: C. It will not work because it needs to use a server in a central location to allow for the remote access they want.

Explanation:

The options are:

A. It will not work because it is not possible to have the technician administer from one single location.

B. It will work as long as a LAN network is established to facilitate the communication between devices.

C. It will not work because it needs to use a server in a central location to allow for the remote access they want.

D. It will work if it uses a WAN network to bring in all of the LAN networks to one central location.

A peer-to-peer network occurs when computer's are connected together and hence share resources are connected and share resources.

In the scenario in the question, the technician cannot administer the entire network from his location outside the bank. The technician will need to go to the bank whenever a problem occurs. This is due to the fact that there I need for a server that is in a central location in order to allow for the remote access they want.

Answer:

It will not work because it needs to use a server in a central location to allow for the remote access they want.

Explanation:

Carbohydrates are a huge source of

Answers

Answer:

Energy

Explanation:

Carbohydrates come from fruits, and grains which contain sugars, fibers, and starches which gives us energy

Coding question. Please help me?

Answers

Answer:

a  for a loop

Explanation:

This provides an easy method for workers to use their computers.
FAT
DOS
GUI
RAM

Answers

Answer:

The GUI.

Explanation:

Answer:

The GUI

Explanation:

GUI stands for Graphical User Interface

Behind the scenes, your computer is just working with a lot of 1s and 0s, and that wouldn't be very easy for us to operate.

The GUI means we can interact with our computer in a way that is easy for us to understand as humans. With the GUI every move of the mouse, click, key press (and so on) sends a command to the machine in a language that it understands, and shows us the result on screen in a way that we can understand. :) This cuts out a lot of work and means more people can use the technology we've developed without having to learn complicated commands to use our computers.

Easy coding question, please help.

Answers

Answers:

What is the index of the last element in the array? stArr1.length()-1

This prints the names in order. How would I print every other value? Change line 4 to: index = index +2

Change line 7 to: i < names.length

What type of scaling is each of these?
horizontal or vertical
adding a server:

adding memory to a server:

Answers

Answer:

Adding a server: Horizontal Adding memory to a server: Vertical

Explanation:

Answer:

adding a server: horizontal

adding memory to a server: vertical

Explanation:

edge 2022



Place the steps in order for creating a Custom Search Folder in Outlook 2016.

Open the Custom Search
Choose your criteria and
Select folder in pane to
Click the Folder tab
Click the New Search
Folder
Folder button.
click OK
execute the search.

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The correct order for creating Custom Search Folder in Outlook 2016 is given below:

Click the Folder tabClick the New Search  FolderOpen the Custom SearchChoose your criteria and  Select folder in pane toClick ok to execute the search.

Answer:

Step #1: Click the Folder tab.

Step #2: Click the New Search Folder button.

Step #3: Open the Custom Search Folder.

Step #4: Choose your criteria and click OK.

Step #5: Select folder in pane to execute the search.

See the attached image if you still don't believe me.

Explanation:

Unscramble thr words
1.Nsieg Wiev
2.Seeathdat ievw​

Answers

Answer: genis view       headset view

Explanation:

Answer

1. Singe View

Explanation:

Use a for loop to print all of the numbers from 23 to 89, with 10 numbers on each line (the last line will have less than 10 numbers). Print one space between each number.
Hint - think about what values would be at the end of each line and what they have in common (think about modular division). You can then add an if block inside your loop which prints a new line when one of these numbers is encountered
Programming language: Java

Answers

public class MyClass {

   public static void main(String args[]) {

       int count = 0;

     for (int i = 29; i < 90; i++){

         if (count == 9){

             System.out.println(i);

             count = 0;

         }

         else{

             System.out.print(i + " ");

             count++;

         }

         

     }

   }

}

I hope this helps!

Loops are used for operations that are to be performed repeatedly.

The for loop in Java is as follows:

for(int i = 23; i<=89; i++){

     System.out.print(i+" ");

     if(i%10==2){

         System.out.println();

     }

 }

The flow of the program segment is as follows:

//This iterates from 23 to 89

for(int i = 23; i<=89; i++){

//This prints all numbers from 23 to 29

     System.out.print(i+" ");

//The following if condition prints a line, after 10 numbers have been printed

     if(i%10==2){

         System.out.println();

     }

 }

See attachment for complete program and the sample run

Read more about similar programs at:

https://brainly.com/question/19309140

the auxiliary device used to store large volume of data and program for future is called​

Answers

Answer:

Auxiliary memory units are among computer peripheral equipment. They trade slower access rates for greater storage capacity and data stability. Auxiliary memory holds programs and data for future use, and, because it is nonvolatile (like ROM), it is used to store inactive programs and to archive data.

Explanation:

hope the answer was helpful...

Select the correct answer.
Maggle is preparing a business report. Which types of keys will she use to type out words and numbers?
O A alphanumeric keys
OB. navigation keys
C.
function keys
OD. control keys

Answers

Answer:

A. Alphanumerical key

Explanation:

pl please give me points

Choose the word that matches each definition. : processed facts, how the output is used for making decisions : action performed by CPU to convert input into output : raw facts, input

Answers

Input devices accept data in a form that the computer can use; they then send the data to the processing unit. The processor, more formally known as the central processing unit (CPU), has the electronic circuitry that manipulates input data into the information people want.

I hope this helps you:)

The processing of the output units is explained below.

What is a processing of output?

The input device is used to give information to the computer. And these pieces of information are set to the CPU (Central Processing Unit) which analyses the information and send this to the storage devices.

After some time, from the storage, the desired information is sent to the output unit through the CPU.

More about the processing of the output link is given below.

https://brainly.com/question/25265909

#SPJ2

if a friend asked you to help her decide what internal sabling system to install in her new house, what kinds of questions wouls you ask her to do? why would you ask those questions?​

Answers

Answer:

Assuming you mean *cabling system*

you could ask:

- The architectural structure of the building, which houses for the cabling installation.

- The function of the cabling installation.

- The configuration of an already installed system (upgrades and retrofits).

others

- The cable and connection products.

- The types of equipment the cabling installation will support -- present and future.

- Customer requirement.

Complete the following statement by selecting all possible answers.
A router sends data

to the correct computer.

to all computers.

where it should go.

based on the data’s destination.

in a loop.

Answers

Answer:

to the correct computer

where it should go

based on the data's destination

Explanation:

took the assignment on edg :)

Answer:

to the correct computer

where it should go

based on the data's destination

Explanation:

You wrote a program to find the factorial of a number using recursion. 4! =

Answers

Answer:

24

Explanation:

Anything "factorial" is the result of multiplying the number by itself and all numbers below it, so:

4! = 4 × 3 × 2 × 1 = 24

There's no other info for this question so I assume you just wanted the answer, but as an example of a program here's a function that would work it out for you by using recursion in javascript, to use this you would call factorial(4) like at the bottom:

function factorial(num) {

 if (num < 0)  

       return -1;

 else if (num == 0)  

     return 1;

 else {

     return (num * factorial(num - 1));

 }

}

factorial(4);

what does the network access server (NSA) do?

Answers

network access server (NAS) is a computer server that enables an independent service provider (ISP) to provide connected customers with Internet access. A network access server has interfaces to both the local telecommunication service provider such as the phone company and to the Internet backbone

Mario was surprised that the box that was supposed to tell him how many words he used in his document did not appear after the spelling and grammar check of his document was complete.

Which step did Mario forget to do in Word’s Options dialog box?

Click the Display tab.
Click the Custom Dictionaries button.
Click the Grammar checking option.
Click the Show the readability statistics option.

Answers

Answer:The Answer is d Click the Show the readability statistics option

Explanation:

Answer:

D. Click the Show the readability statistics option.

Explanation:

correct on edge

In a paragraph of no less than 125 words Compare and contrast paraphrasing and summarising

Answers

Answer:

Paraphrasing is stating what someone else has said in different terms, making it easier to explain.

Summarising is explaining something that has happened while removing information that is not crucial to the explanation.

Hope this helps

Edhesive 9.10 Question 3

terms = [“Bandwidth”, “Hierarchy”, “IPv6”, “Software”, “Firewall”, “Cybersecurity”, “Lists”, “Program”, “Logic”, “Reliability”]

Answers

Answer:

your on unit 9 of edhesive?

Explanation:

def swap (ar, a, b):

   temp = ar[a]

   ar[a] = ar[b]

   ar[b] = temp

terms = ["Bandwidth", "Hierarchy", "IPv6", "Software", "Firewall", "Cybersecurity", "Lists", "Program", "Logic", "Reliability"]

print(terms)

for i in range(len(terms)):

   for j in (range(i, len(terms))):

       if(terms[i] > terms[j]):

           swap(terms, j, i)

print(terms)

I got a 100% of edhesive

Create a function that takes a list of numbers between 1 and 10 (excluding one number)

and returns the missing number.

● Step 1:​ Create a function ​missing_num() and pass ​lst as a parameter inside this

function, where ​lst is the list of numbers from ​1 - 10 with one missing number.

● Step 2​: Run a ​for loop in range ​1 - 11 i.e. from 1 to 10. Inside the ​for loop, check

whether the number ​n is present in the list using an ​if condition.

● Step 3​: Inside the ​for loop, check whether each number is present in the list ​lst

using an ​if condition and ​in and ​not in operator. If the number is not present in the

list ​lst[], then print that number in the output.​

Answers

def missing_num(lst):

   for n in range(1,11):

       if n not in lst:

           print(n)

lst = (1,3,4,5,6,7,8,9,10)

missing_num(lst)

I hope this helps!

when you put points on a question does it take away from your own?

Answers

Answer:

Yup

Explanation:

Just answer questions for more points

Answer:

ya

Explanation:

you cant give the points if you dont have them

Will mark brain list
Question #2
Multiple Choice
Use the factorial operation to evaluate 4!.
0 4
0 24
0 1
0 10

Answers

Answer:

the answer to this question is twenty four

Answer:

4! = 24

In other words, 4 factorial is 24.

Because there are 24 ways to arrange 4 objects.

Explanation:

A factorial of a positive integer can be given by

n! = n × (n-1)! = n × (n-1) × (n-2) × ... × 1.

Which is the product of all positive integers less than or equal to n.

Or for any integer, the consecutive product of integers approaching 1.

4! = 4 × (4-1) × (4-2) × (4-3) = 4 × 3 × 2 × 1 = 12 × 2 × 1 = 24 × 1 = 24

What additional uses of technology can you see in the workplace? List ways technology impacts
other careers not discussed in this module, such as finance, government, non-profits, and
agriculture.

Answers

People can be making the technology, technology can be used to help solve problems and help further educate people with what they are working on. Technology impacts agriculture because their are certain technology to help farmers farm fast and help water the land without needing a human to do it. Technology can help finance by helping people add and subtract rather than doing in their hand.

HELP ASAP PLEASE!

What is the output?
if (x == 1):
print ("ONE")
else:
print ("TWO")

Answers

Answer:

50

Explanation:

Which of the following is the BEST reason to use cash for making purchases?

Answers

You could get a better deal.

Companies get charged when someone makes a card purchase. So if you pay in cash you could get a better deal. Like when you are buying a car, you can get a better deal because you are paying upfront and on the spot so they wont have to worry about you missing paymenyd

Which of the following URL extensions indicate the website is used by the United States government? .org .gov .col .edu

Answers

Answer:

gov

Explanation:

i think?? lol

Answer:

.gov

Explanation:

it is necessary to separate page numbers with a _____ when printing multiple pages of a document

A. Comma
B. Space
C. Period​

Answers

Answer:

A. Comma

Explanation:

In computer technology, a printer is an electronic output device (peripheral) that is used for the printing of paper documents (texts and images).

Generally, the standard text procedure for printing is to use sans-serif fonts for headlines and serif fonts for body text. This ultimately implies that, for any printed work such as novels, books, newspapers etc, it is a general rule for a printer to use sans-serif fonts for headlines and serif fonts for body text in order to enhance readability.

Also, it can be reversed in some instances by using a serif font for headlines and a sans-serif font for the body of a text.

Sometimes, when printing a document, an end user may wish to print multiple pages at a goal without any break. In order to achieve this, the user should enter the number of the pages while separating them with a comma in the print dialog box such as 1, 3, 15, 20.

Hence, it is necessary to separate page numbers with a comma when printing multiple pages of a document.

Additionally, you should use a comma for a non-sequential page (1, 3, 7, 15) and a dash for a sequential page (1-9) when printing multiple pages of a document.

You are on vacation with your family and have been nominated to be the family photographer. You have a 13.1-megapixel camera. What image file format should you use to save your photos to maximize image quality and minimize file space?

Answers

Answer:

Jpeg

Explanation:

Other Questions
Solve the equation 3(x + 4.5) = 36.If you get stuck, use the diagram. first one and with an explanation will get brainllest HELPPPP!!!!!Which of the following describes a solution to the inequality 4x - 2y< 8?(3, 0)(4,4)(-6, 4)(8,6)(-2,-4) (The answer!! :)) Select the examples that best demonstrate likely tasks for Energy Transmission workers. Check all that apply. a. Rosalee responds quickly to fix electrical wires in emergencies. b. Grover loads coal into carts and containers in a mine. c. Shawn inspects oil pipeline equipment. d. Constance designs methods for drilling to reach an underground deposit of natural gas. e. Jack visits customers homes to explain the heating and electrical systems his company will install. f. Mae follows safety instructions carefully.-----------Answers:a. Rosalee responds quickly to fix electrical wires in emergencies.c. Shawn inspects oil pipeline equipment.f. Mae follows safety instructions carefully. Find the derivative of the function.3f(x) = 4x + 20x4f'(x)= A line's y-intercept is 9, and its slope is 10. What is its equation in slope-intercept form? Which type of feeding routine is afinishing diet where the animal isgiven all they want for a specifiedtime and then the food isremoved? Dennis has made a purchase of $50,000 Which amount of the Europeanpopulation died from the BlackDeath?A. 1/3 of the populationB. half of the populationD. none of the populationC. 3/4 of the population Why did Cortes want to conquer the Aztecs? a. He wanted to show the Aztecs that their religion was pagan and should be forbidden. b. He wanted to show the world that the Spanish securely controlled New Spain c. He wanted to show the Aztecs that their empire should no longer exist and was weak in comparison to Spains empire. d. All of the above Please select the best answer from the choices provided In which figure is point G a centroid?abcd What does it mean for objects to be at different temperatures? Jennifer is a lifeguard at a swimming pool. She earns $132.54 for 18 hours of working. How much does Jennifer earns per hour.please answer and explain :) Who held the most power in ancient Egypt? pharaohs priests scribes soldiers Select the correct answer . Which occurrence would contradict the big bang theory? A.Over time, distant galaxies move progressively closer to Earth. B. A scientist discovers a black hole outside the Milky Way galaxy . C. The average temperature of the universe decreases. D. A scientist discovers a planet that is about 10 million years old . what is your personal goal for grades/GPA this year?Why? Please help!! What is la pista? - the point the clue - the mark - the coat **THE CLUE** Mr. Jeff has a budget of $150 to spend on music books. The cost of the books is $12. What is the maximum number of books can he buy? 16) 472 students are going on a field trip. 120students will be returning home and therest will be spending the night in cabins. Ifa cabin sleeps 8 people, how many cabinsneed to be rented?A) 59 cabins B) 74 cabinsC) 44 cabins D) 4 cabins PLS HURRY IM BEING TIMED What is the cost