Which type of file can be used to import data into a spreadsheet?a. DB file
b. PPT file
c. CSV file
d. DBX file

Answers

Answer 1
Answer: The answer is C. CSV file

Related Questions

A representation of something by using a description, summary or image.O Web ImpressionO CookieO AvatarO FrameO Thumbnail
Blank includes websites that encourage interaction and connection among people ,business and organizations
Computer piracy occurs when what is violated
What is Linked layer?
Which type of software is used to store and retrieve related information, such as a list of customers or items for sale in a store?a. Code b. Database c. Platform d. Query

Which of the following is a huge web of interconnected computer networks located all across the globe?a. Internet
b. Protocol
c. TLD
d. URL

Answers

With the presented options together with the problem, the most probable and the most likely answer to this question would be A. Internet.

The Internet is a huge web of interconnected computer networks located all across the globe. The internet is also widely known to be as the World Wide Web or www. This is what is seen in websites as the first part of their addresses, aside from the https. The internet is also know to everyone, and is taught in schools and universities, as the information super highway.

Search engines enable you to:A. talk to people via the computer.

B. locate Web pages related to a specific subject.

C. connect to a better ISP.

D. find and replace a certain item in Word.

Answers

B. locate Web pages related to a specific subject.

Not A because currently no search engine has an in-built option to talk to other people, and even if it did it wouldn't be it's core functionality.
Not C, as there is no way to change ISP (internet service provider) using your search engine.
Not D as search engines have no connection to MS Word.

Answer: what he said B

Explanation:

Escribe the three different stages your résumé goes through when being submitted to an employer

Answers

The three stages of the entire course are the technology check, the human screening, and the interviewing. In order to identify candidates who are best suited.

What stages in your résumé submitted to an employer?

Decide which is ideal for you using it. Lists your employment history backwards, starting with the most recent or present position and moving forward, to résumé.

The advantages and disadvantages of each are listed in the table below. Controlling appointment-making, and extending an offer of employment.

All job applications that have been submitted to the employer will presumably be scanned using the ATS system or another resume-scanning program during the technology check stage.

Therefore, It outlines the steps in the resume process, including role definition, job analysis, and job description, attracting candidates using both internal and external strategies, managing the selection process.

Learn more about resume here:

brainly.com/question/854415

#SPJ6

Answer:

1.to never be late

2. get your work done and together

3. look good for the job

Explanation:

In word you can create electronic image files through the ____ tab in backstage view

Answers

The answer is: XPS & PDF tab.


4.2 Code Practice: Question 2Instructions
Write a loop that continually asks the user what pets the user has until the user enters rock, in which case the loop ends. It should acknowledge the user in the following format. For the first pet, it should say You have a dog with a total of 1 pet(s) if they enter dog, and so on.

Sample Run
What pet do you have? lemur
What pet do you have? parrot
What pet do you have? cat
What pet do you have? rock
------------
Sample Output
You have a lemur with a total of 1 pet(s)
You have a parrot with a total of 2 pet(s)
You have a cat with a total of 3 pet(s)

Answers

In python 3:

total = 0

while True:

   pet = input("What pet do you have? ")

   if pet == "rock":

       break

   total += 1

   print("You have a {} with a total of {} pet(s)".format(pet, total))

I hope this helps!

Answer:

pet = input(str("What pet do you have?"))

totalPets = 1

while(pet!="rock"):

  print("You have a " + str(pet) + " with a total of " + str(int(totalPets)) + " pet(s)")

  totalPets = totalPets+ 1

  pet = input(str("What pet do you have?"))

How does limiting a company's scope benefit the company?

Answers

if a company only focuses on a few things,they become a niche player in the market,therefore can demand a higher price because they are experts at only a few things.

Answer:

It makes it easier to produce a high quality product.

Explanation: