ndcdeviceid?????????????????????​

Answers

Answer 1

YESS

Explanation:

YESSssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss


Related Questions

Select all examples of proper keyboarding technique.

Look at the keys while keyboarding.
Keep your hands higher than your elbows.
Sit up straight.
Relax your fingers.
Aim to make no mistakes.

Answers

Answer:

all except keeping your hands higher than your elbows

Answer:

Sit up straight.

Relax your fingers.

Aim to make no mistakes.

Explanation:

While your hands are on home row, both of your thumbs are on _____.

Answers

Answer:

While your hands are on home row, both of your thumbs are on Space-barI know this will definitely help✍️✍️✍️

Files can be stored on hard drives, network drives, or external drives, but not in the cloud.
True
False

Folders provide a method for organizing files.
True
False

Answers

The first one is false and the second is true

Answer: (1) False, (2) True

Explanation:

What are url addresses for visiting websites? And what are the different parts of a URL? Answer it in a 1-2 paragraph

Answers

A URL is a website link which consists of //https and the title of the website you are going to. A URL helps guide and memorize certain links and websites. Also some URL links are fake and give false advertisement or false information especially when looking into things that happen everyday like the news. You can tell this by seeing if the url link is a trustworthy link. I hope this helps maybe you can expand on it if it’s not long enough

Answer:

Please read explanation

Explanation:

URL is the short form for "Uniform Resource Locator". A uniform resource locator tells the location of a website to the browser.

Parts of URL:

There are three main parts of URL

ProtocolDomain nameExtension

Protocol defines the type of protocol used for communicating with the website while the domain name is the name assigned to the IP address and the mapping is stored in domain name server and extension tells the type of website i.e.

.com means commercial

.org means non-profitable organization

.edu means educational website

An additional element is path which change with the website navigation.

As an interviewer, it is not necessary to be at eye level with interviewee

True
False

Answers

Answer:

True

Explanation:

Have a great day

Answer:

True

Hope this helps

Which statement is true?
1)A deque is a type of collection,
2)A collection is a type of deque.
3)A list is a type of deque.
4)A deque is a type of list.

Answers

Answer:

1. A deque is a type of collection.

Explanation:

The statement that is true is as follows:

A deque is a type of collection.

Thus, the correct option for this question is A.

What is Deque?

Deque may be defined as an ordered and systematic collection of items similar to the queue. It is also known as a double-ended queue. It consists of two ends, a front, and a rear, and the items remain positioned in the collection.

According to the context of this question, a deque is a kind of collection that holds data and information identical to a queue. From here, elements can be added to or eliminated from either the front or back very efficiently.

It is also often called a head-tail linked list. Though properly this signifies specific data with appropriate structure that has been the implementation of a deque.

Therefore, a deque is a type of collection that is a true statement. Thus, the correct option for this question is A.

To learn more about Deque, refer to the link:

https://brainly.com/question/16750037

#SPJ2

A switch is a device that connects multiple computers into a network in which multiple communications links can be in operation simultaneously. True False

Answers

Answer:

True

Explanation:

A network switch is also called switching hub or a bridging hub. It is a device that connects multiple computers into a network in which multiple communications links can be in operation simultaneously. It makes use of Mac addresses in the forwarding of the data link layer (layer 2) of the OSI model. Types include managed switches, unmanaged switches, smart switches but to mention a few.

turns on her laptop and gets the error message "OS NOT FOUND." She checks the hard disk for damage or loose cable, but that is not the case. What could be a possible cause?

Answers

It needs an Operating System like a cable or something that will help it operate look for more and double check

If a function is called more than once in a program, the values stored in the function's local variables do not _________ between function calls. g

Answers

Answer:

persist

Explanation:

Calling a function Within a program, can be regarded to as specifying of the name of the function when it is within a statement or it could be by the function itself, it possible for a particular function to call another function, in a case wherby a function returns a value, assignment or using the value to variable is not necessary. It should be noted that If a function is called more than once in a program, the values stored in the function's local variables do not persist between function calls

Write a loop to print all elements in hourly_temperature. Separate elements with a -> surrounded by spaces. Sample output for the given program: (must be in python)
90 -> 92 -> 94 -> 95
Note: There is a space after 95.
------------------------------------------------------------------------------------------------------------------------
hourly_temperature = [90, 92, 94, 95]
for temp in hourly_temperature:
for index,temp in enumerate(str(temp)):
if index != len(temp)-1:
print(temp,'->',end=' ')
else:
print(temp, end='')
print('') # print newline
------------------------------------------------------------------------------------------------------------------------
My expected out is:
90 -> 92 -> 94 -> 95
I keep getting:
90 -> 92 -> 94 -> 95 ->
NOTE: I can't edit the last line "print('') #print newline"

Answers

Answer:

Following are the code to this question:

hourly_temperature = [90, 92, 94, 95]#defining a list that holds values

c= 0#defining a variable c

for temp in hourly_temperature:#defining a for loop to count list values

   c+= 1#defining c variable to increment the value of c

   for index,temp1 in enumerate(str(temp)):#defining for loop for spacing the list value

       if index == len(str(temp))-1 and c!= len(hourly_temperature):#defining if block that checks the length of list

           print(temp1,'->',end=' ')#print value

       elif c == len(hourly_temperature) and index == len(str(temp)) - 1:#defining elif block that checks the length of list

           print(temp1, end=' ')#print value

       else:#defining else block

           print(temp1, end='')#print value

Output:

90 -> 92 -> 94 -> 95  

Explanation:

In the above-given code, a list "hourly_temperature" is declared, in which an integer variable c is declared, that holds an integer value that is equal to 0, and two for loop is declared, and in the first loop is used for count list value, and inside the for loop is uses enumerate method to assigns an index for each item and use the conditional statement to check each list value and provide space in each element value.

what feature should be used before a document is printed

Answers

Print preview is a feature that displays on the screen what a hard copy would look like when printed. By using print preview, you can find any errors that may exist or fix the layout before printing, which can save ink or toner and paper by not having to print more than once.

Drag the tiles to the correct boxes to complete the palrs.
Match the types of letters with their descriptions.
letter of interest
cover letter
thank you letter
letter of recommendation
discusses how you meet job requirements
>
reiterates why you're the best candidate for the job
>
tells more about your character and who you are
expresses your interest in working for a company

Answers

Answer:

Letter of interest> tells you more about your character and who you are expresses your interest in working for a company

Letter of recommendation> reiterates why you're the best candidate for the job

Cover letter> discusses how you meet job requirements

Hope this helped!

Answer:

Discusses how you meet job requirements = Cover Letter

Expresses your interest in working for a company = Letter of Interest

Tells more about your character and who you are = Letter of Recommendation

Reiterates why you're the best candidate for the job = Thank You Letter

Hi, Everybody i have a question it is almost my B-day i want this lego set
(Nintendo Entertainment System™) BUT THEY ARE SOLD OUT
I NEED HALP

Answers

Answer:

You can look at different websites of look on an app for people selling it, or something :p

Explanation:

Other Questions
Somebody please help ASAP. THIS WAS DUE TWO DAYS AGO AND I HAVE TO TURN IT IN PLEASE HELPP Will mark brainiest!!!1. A __ is caused by a sudden shift in the ocean crust which displaces the water. *2. A tsunamis is possible, but unlikely at a __ plate boundary where two plates are moving sideways past each other. *3. A Shallow __ is a good indicator of tsunamis, but sends data very slowly and cannot detect earthquakes. *4. Tsunamis are common at __ plate boundaries, since large earthquakes release the built up pressure, resulting in a quick vertical movement of the plate. *5. The Indonesian Earthquake of 2004 had a 9.1__, which was the third largest ever recorded in human history. *All possible answers:A. EarthquakeB. TsunamiC. MagnitudeD. SensorE. TransformF. ConvergentG. Divergent Former Prime Minister of the United Kingdom Margaret Thatcher stated that, "Ronald Reagan won the Cold War without firing a shot." She meant thatPresident Reagan used nuclear weapons instead of guns to win the Cold War.Reagan used economics to win the Cold War instead of military mightthe President used a policy of brinksmanship instead of dtente to win the Cold War.None of these choices are correct Which task would you use CSS when making a webpage?O Creating a paragraphO Creating an unordered listO Creating an ordered listO Changing the font size In rectangle PLAN, PT = x + 3 and TL = 3x - 11. What are the lengths of PA and NL? What are the 3 main functions of this organ system? Mrs. Brown uses 1/4 package of graph paper for each class. She needs 1 1/2 packages to serve all of her classes. Howmany classes does Mrs. Brown teach? Advantages and disadvantages of solar power Can someone please help me out with 15 and 16If you do just one of them thatd be great. geometry proofs HELP I need to fine the slope-intercept form. Please its a timed assignment I only have two trys and I already used one The rectangle and the trapezoid have the same area. What is the length l of the rectangle?l= ft answer please?? 50+40+10= What did early Hindus mean by varna dharma? 5. Which is the best first step to solve 5x+12x = 40 by completing the square?A. Subtract 40 from both sides.B. Divide all terms by 12.C. Divide all terms by 5D. Divide 12 by 2 What are the terms in the expression 7x+4y+1?17 and 47x, 4y, and 1x and y Bob wants to distribute his fish and plants equally without having any left over. Help Bob find how many aquariums he needs. Use the fish and plant images to answer these questions. Insert the image of the fish and plant just like in Task 1s introduction.Part AInsert images of the plant and the fish in the space provided to arrange the 24 fish and the 18 plants into sets so that each set has the same number of fish and the same number of plants and none are left over. (In each set, the number of plants does not have to be equal to the number of fish.) Write an expression for the total number of fish and plants in each set. What is not true of the Victory Stele of Naram-Sin? (2 points) aDisplays absolute power of the king bKing portrayed as a divine figure cShows hierarchy of scale dDemonstrates piety of king Please someone help me. ESSAY: SUMMARIZING A FORMAL ESSAY One of the keys to understanding a formal essay is picking out its main idea. Writing a summary is a good way to practice this skill. For this project, you'll summarize a formal essay. OBJECTIVES Summarize a formal essay. Instructions: Choose a formal essay and summarize it in the box below. Remember these points of a good summary: The topic sentence includes the main idea. The summary is clear and concise. The summary is about one-fourth to one third the length of the original. It expresses the author's ideas, not a private interpretation. Be sure to name the essay, its author if available, and where you found it (book title and author/editor, magazine title and date, etc) How does Charles Dickens convey the importance of Christmas and Tradition in the Christmas carol?