ILL GIVE BRAINLIEST HELLP.
in windows 8, the _____ manager is the app that allows you to manage your hardware drivers on your computer .
a. device
b. drivers
c.system
d.utilities

Answers

Answer 1

Answer:

Device Manager

Explanation:

The Device Manager is used to check for hardware that have been installed on your system such as RAM, CPU, GPU etc. However, it has the option to update drivers for any hardware that you such desire.


Related Questions

. In this project, how many times will the [Drive] block be repeated?
a
It will be repeated forever
It will repeat 100 times.
It will repeat 90 times.
It will repeat once.
c

Answers

Answer: wait is a multiple answers to it or

Because I think it’ll be forever

Explanation:

Grades are numbers or ________ that show how a student performed in a course.

Answers

It’s either letters or percentages

Choose the term that completes the sentence.
A bubble (sort/function/search) starts by comparing the first item in the list to the rest of the items.

If the first one is greater than a later item, the items are swapped.

Answers

Answer: BUBBLE SORT

I hope I've been helpful to you.

Answer:

Sort

Explanation:

I Answered this in Edge.nuity and it was correct

Soft skills are more likely to be transferable than hard skills?

True or false

Answers

Answer:

The correct answer is true.

Explanation:

Examples of Soft skills are

Communication TeamworkPositive Attitude etc.                              

These skill can be applied to any job. That is why we have said that soft skill are transferrable.

Now let look at hard skill,

Hard skill like programming in python. Making the architecture of computer. These skill can not be transferred to a new job like authoring a book.

so, hard skills are not easily transferrable.

What kinds of circumstances would lead you to writing a function versus using a loop? please explain in simple terms

Answers

Answer:

1. You want to use parameters

2. You don't want your program to run multiple times

3. You want to call that snippet of code throughout your program

hope this helped :D

Categorize each memory card as based on new or old technology. PLEASE HELP.

Answers

Answer:

SD Cards and XDQ Cards are new XD Cards and CF Cards are old.

Explanation:

Hope this helps.

The type of medium used to hide data in steganography is referred to as __________. This may be a photo, video, sound file, or Voice over IP, for example.

Answers

Answer:

:L

Explanation:

Answer:

symmetric cryptography

Explanation:

Submit a paragraph about how people earn income online.

Answers

Answer:

Selling services or products, generating traffic for ad revenue or investing in different types of products / companies.

Explanation:

can some one please help

Answers

Answer: It probably will cost a lot of money

Explanation:

Write a program that prints the numbers 1 - 50. If the number is even print the word 'EVEN!' next to it. If the number is odd print the word 'ODD!' next to it.

Answers

In python 3.8:

for x in range(1,51):

   print(str(x)+" EVEN!" if x %2==0 else str(x)+" ODD!")

This works for me. Best of luck.

what does the windows update feature allow you to do?
a. scan email attachments
b. install important patches
c. scan for viruses
d. block pop-ups

Answers

The answer is D
Explanation: none

Answer:

B

Explanation:

The purpose of Windows Update, is to bring feature updates and hotfixes to your Windows PC, it also allows for updating services such as the Windows Defender virus definitions. However, Windows Update does not block popups, but instead installs important updates for your PC.

What is the highest numeral in a decimal code?

A. 9
B. 5
C. 2
D. 1

Answers

Answer:

9

Explanation:

1.8, 1.9, 2.

~theLocoCoco

One of the functions of an IDE is to check for: flowchart errors. Syntax errors. memory errors X input and output.​

Answers

Answer:

flowchart errors

Explanation:

Answer:

flowchart errors

Explanation:


8.10 Code Practice Question 1

Write code that takes in two words from user input and stores them in the variables x and y respectively. Then, the programs the values in x and y, and print x and y).

Note: The variable names x and y are required for this question

Answers

x = input("Enter a word: ")

y = input("Enter a word: ")

x,y = y, x

print(x)

print(y)

I hope this helps

Since we need to perform some coding functions such as:

Asking for the input of a numberStoring them as individual variablesPrinting/Displaying the values independently.

First thing we need to do is to declare the unknown variables as x and y

Next would be to write the input this way:

x= input ("Put a word:")

y= input ("Put a second word:")

x,y = y, x

Print(x0

Print(Y)

Read more about programming here:

https://brainly.com/question/18900609

What is the answer to 4.9 Code Practice: Question 2

Answers

Answer:

sum = 0

for i in range(20, 100, 10):

sum = sum + i

Print(sum)

Explanation:

The answer to 4.9 Code Practice: Question 2 is 200  of the total output.

What is the output?

An output record that a laptop sends. Computers best paintings with virtual information. Any entry that a laptop gets have to be digitised. Often records must be transformed and returned to an analogue layout whilst it is output, as an instance the sound from a laptop's speakers.

The answer to 4.9 Code Practice: Question 2 is 200 output of all the total outputs this is the answer.

Read more about the Code :

https://brainly.com/question/3653791

#SPJ2

WHY DOES THIS HAPPEN!?!??!?

Answers

Answer:

whats the qeustain?

Explanation:

Two light bulbs are connected in a series circuit. You add a third bulb in a series. All three bulbs are identical. Which of the following will happen?

Answers

Answer:

The bulbs would becom dim

Explanation:

The 3rd bulb adds too much resistance that the other bulbs go dim

Write 5-7 sentences about your own personal observations in which you have been part of a "filter". You might have experienced this is in your Twitter feed, specific advertisements, or your search engine results. Be specific.

Answers

Answer:

Answered below.

Explanation:

I made a search for a product on an online grocery store. The search results came in and I bought the product. On subsequent visits to the grocery store website or on browsing other sites, I had special advertisements pop up. These advertisements were suggesting products to me similar to the one I bought on the grocery store. It was a targeted advertisement that had been sent based on my recent searches and purchases on the site. So I knew that was a filter.

Which of these purchases is most likely to be paid for with a credit card
A. Soda
B. Lotto ticket
C. Parking fee
D. Plane ticket

Answers

Answer:

plane ticket?

Explanation:

anybody wanna be friends?

Answers

i wouldn't mind......

yes Avacado?????????????????????

9. What will help you determine the kinds of tools, equipment and utensil you will assemble, sanitize, inspect or check?
a. the kind of product to be produced
b. the method of food processing to be done
c. the raw materials to be processed
d. the availability of tools, equipment and utensils​

Answers

Explanation:

b. the method of food processing to be done

Which statements are true? Select 4 options.

A class variable can be a different type of class.

A class variable can be a list of instances of a different class.

An instance of a class cannot be changed after it is created.

Functions defined in a class are called methods.

Variables defined in the constructor of a class can be accessed by the main program that uses instances of the class.

Answers

Answer: All of the answers are correct EXCEPT "An instance of a class cannot be changed after it is created.

Explanation: I've done the problem. Also, if you have an instance of a class, you can no longer change it. It is frozen in time as that one instance. If had a class defining pets and you made an instance dogA where the pet was a brown medium sized dog, dogA would always be a brown medium sized dog. I think, at least.

Answer: A class variable can be a different type of class.

A class variable can be a list of instances of a different class.

Functions defined in a class are called methods.

Variables defined in the constructor of a class can be accessed by the main program that uses instances of the class.

Explanation:

got it right on edgen

plzz help me with this question.........

Write a program to input a number find the sum of digits and the number of digits. Display the output also.......

sample input - 7359
sample digits - 24
number of digits - 4​

Answers

Answer:

please mark as brainliest!!

Explanation:

public class SumOfDigits{ public static void main(String args[]) { Scanner sc = new Scanner(System.in); System.out.println("Please enter a number to calculate sum of digits"); int number = sc.nextInt(); // Remember number/10 reduces one digit from number // and number%10 gives you last digit int sum = 0; int input = number; while (input != 0) { int lastdigit = input % 10; sum += lastdigit; input /= 10; } System.out.printf("Sum of digits of number %d is %d", number, sum); // closing Scanner to prevent resource leak sc.close(); } }

help plz (will give brainliest)

Answers

Answer:

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

Explanation:

This is the python program in the question that is:

def sum(n1,n2):

n=n1+n2

return n

The question is: write a function CALL that displays the return value on the screen.

So, the correct program is written below:

*********************************************************************  

def sum(n1,n2):# it is function that define sum

 n=n1+n2 # variable n that store the result of n1 and n2

 return n # return the result

print(sum(3,5))# call the sum function with parameter 3 and 5 , it will print 8

print(sum(4,101))

# call the sum function with parameter 4 and 101 it will print 105

********************************************************************************

you can also store the sum result into another variable, because this function return the sum. So, you can store that return value into another vairable and using the print function, to print the value of this variable such as:

*****************************************************************************

def sum(n1,n2):# it is function that define sum

n=n1+n2 # variable n that store the result of n1 and n2

return n # return the result

result= sum(6,9) # store the sum result into another variable i.e result

print(result)# print the result variable value

*****************************************************************************

The data type of 17.3 should be ________________.

int
float
str
list
Please answer quick.​

Answers

Answer:

float

Explanation:

Answer:

17.3 should be a float

Explanation:

Float type is a data that is contain a decimal number

Define watcher block

Answers

Answer:

Happens when you are watching a series / film / drama / etc. but can not retain the attention span to watch for long periods of time. As well as the shortened viewing time, the ability to retain what has been viewed is impaired.

Explanation:

The Block Watcher puts the power of a microprocessor to work analyzing the current feed to the rails. This detector has been designed to eliminate many of the installation problems associated with the installation of signal systems. ... Then connect the detector output switch to your signal system.

Describe the history of computer in Nepal.​

Answers

Answer:

The first computer brought in Nepal was IBM 1401 which was brought by the government in lease for the population census of 1972 (2028 BS). Later in 1975 (2031 BS)YantrikSarinikaran Kendra (Electronic Data Processing Centre) was established which was later called as National Computer Centre ( NCC )

Answer:

The first computer brought in Nepal was IBM 1401 which was brought by the government in lease for the population census of 1972 (2028 BS). Later in 1975 (2031 BS)YantrikSarinikaran Kendra (Electronic Data Processing Centre) was established which was later called as National Computer Centre ( NCC )

Explanation:

if this answer is correct please make as brainlelist

hey plz help, and thanks

Answers

Answer:D im pretty sure

Explanation:im sorry if get it wrong So sorry ok just sorry

D maybe??? Sorry if it’s wrong

Why would it be useful to split up the coding for creating an app between multiple programmers? Select 2 options.

greater innovation

greater control over the code.

faster development.

greater consistency between sections of code.

Answers

Answer: c

Explanation:

Answer:

I'd be willing to wager it is A and D but not 100% sure.

Explanation:

how do you take a picture on an apple computers

Answers

Answer:

You go to the launcher, then find Photo Booth. Photo Booth allows you to take photos. You can only take photos on the side where the screen is, since there isn't a camera on the back. I recommend taking a picture with a phone instead. For a screenshot, press command-shift-3.

Hope this helps!

Other Questions
You are treating yourself this week-end to an afternoon at a paintball park. For three hours Paintball Excursions charges $30 to rent equipment and $15 for each box of paintballs used. On the other side of town, at Paintball USA, they do not charge for rental of equipment but charge $25 for each box of paintballs. Their sessions also last three hours. Write and solve an equation to find the number of boxes of paintballs you would have to use for both parks to charge the same amount.HELP WILL GIVE BRAINLIEST Pls hurry its timed!!! Why would the accused want to remain silent in court? If a 2kg ball rolls down a ramp that is 15 meters long in 25 seconds, what is theaverage speed of the ball?Will mark 5 stars!!!!! can some one solve 1 8 and 9 also 6 100 points please help 3x-4 or = to 7plz help Cheddar cheese costs $4.25 per pound. Which equation best represents y, the total cost of x pounds of cheddarcheese?A. x = 4.25 + yB. x = 4.25yC. y = 4.25+ xD. y = 4.25xI will MARK brainlist! Why is the red stuff coming out my underwear place pleaseeee helpp What two body systems will work together to provide cells with energy? A. Excretory and Digestive, because the nutrients from the digested food will be sent to the excretory to be delivered out as waste products. B. Digestive and Muscular, because the nutrients from the digested food will be used immediately by the muscles for energy. C. Respiratory and Excretory, because the oxygen will be transported to the cells so that wastes can be delivered out as a waste production. D. Digestive and Cardiovascular, because the food will be broken down and nutrients will be sent in the bloodstream to the cells for use. A crate is being pulled down an incline as shown in the figure. With respect to the crate's direction of motion, which of the following forces does only negative work on the crate? La slaba es la unidad ensecial de sonido, y requiere una vocal.True or False Following tradition, the Apollo 11 crew was given the task of designing its mission patch. Apollo 11 was, and still is, one of the most publicly recognized NASA missions ever. The eyes of the world were on Neil Armstrong, Buzz Aldrin, and Michael Collins. The Apollo 11 patch not only needed to be a symbol for the mission, it had to convey the intentions of America and the hopes of NASA. With this daunting task in front of them, the astronauts set forth to create a design. After some discussion, the crew decided to keep their names off the patch. Michael Collins explains: "We wanted to keep our three names off it because we wanted the design to be representative of everyone who had worked toward a lunar landing, and there were thousands who could take a proprietary interest in it, yet who would never see their names woven into the fabric of a patch. Further, we wanted the design to be symbolic rather than explicit." Like the decision to keep the crew names off the patch, the choice to use the Arabic numerals "11" instead of "XI" or even "eleven" was purposeful. Neil Armstrong disliked spelling out "eleven," because it wouldn't be easily understandable to foreigners, so the crew decided on "11." Fellow astronaut Jim Lovell suggested they use an eagle, the national bird of the United States, as the focus of the patch. Running with that proposal, Michael Collins found a picture of an eagle in a book about birds and traced it. He then sketched in a field of craters beneath the eagle's claws and the earth behind its wings. The crew felt the patch didn't quite tell the right story. Tom Wilson, the Apollo 11 simulator instructor, suggested they add an olive branch as a symbol of the peaceful expedition. The crew was delighted with that notion and Collins quickly modified the sketch to have the eagle carrying the olive branch in its beak. After making a few detail-oriented decisions, the patch was submitted for approval. However, the initial patch design was rejected. Bob Gilruth, the director of the then-named Manned Spacecraft Center, saw the eagle landing with its talons extended as too hostile and warlike. So, the olive branch was transferred from the eagle's mouth to his talons and the patch design was complete.How does the last paragraph contribute to the development of ideas in the passage? A. It clarifies the idea that the purpose of the space program is to advance science, not develop weapons. B. It reiterates that the Apollo 11 lunar landing is one of the most recognized NASA missions in history. C. It introduces the idea that professional artists should design the patches, not the crew members. D. It implies that the crew wanted to use the eagle because they all came from military backgrounds. Which technique is a writer most likely to use in the resolution of.a narrative? According to the passage, Wilson woulddefine patriotism as all of the followingEXCEPT:A. Patriotism is proud andhonorable.B. Patriotism dominates othercountries.C. Patriotism drives progress.D. Patriotism promotes change. how many CELLS does a pea plant have Charlene has 2 flash drives of the same size that she uses to store pictures and videos. Each drive is holding the same number of GB of data, d. She wants to move everything to a memory card that can hold up to 8 GBA) Charlene is going to delete 1 GB of data from each flash drive. How can the total amount of data left on the two flash drives be represented as an expression?B) How can the expression you wrote be used to write an inequality that shows the maximum amount of data each flash drive can have on it in order to have all the data transfer to the 8 GB memory card? Solve each equation mentally for x.5/2 x = 1Your answer must be in the form of a fraction. m2 over 4 =5 over 20 Explain the historical circumstances that led to the rise of father Hidalgo and the Mexican independence movement. Which table shows a proportional relationship?b 2 3 8 9 14c 4 6 16 18 28x 1 2 3 4 5y 4 5 6 7 8r 2 3 4 5 6s 3 5 6 8 9p 1 3 5 7 9q 3 7 11 15 19