By default, your computer will organize your files in the order they were created.
True
False

Answers

Answer 1
true, most computers will do this but it depends on the computer and the program being used.

TRUE
Answer 2

True, but not for all operating systems.  


Related Questions

Which of the following is true of lossy and lossless compression algorithms?
A. Lossy compression algorithms are used when perfect reconstruction of the original data is important.
B. Lossy compression algorithms are typically better than lossless compression algorithms at reducing the number of bits needed to represent a piece of data.
C. Lossless compression algorithms are only used to compress text data.
D. Lossless compression algorithms only allow for an approximate reconstruction of the original data.

Answers

Answer:

B. Lossy compression algorithms are typically better than lossless compression algorithms at reducing the number of bits needed to represent a piece of data.

Explanation:

The lossy compressions allow for data to be compressed in inexact measurements which means less loss than the exact measurements that Lossless compression uses.

The true statement regarding lossy & lossless compression algorithms is that they should be treated better as compared to lossless compression algorithms with respect to decreasing the no of bits that are required for presenting the piece of data.

The following statements should not be relevant:

It can't be used at a time when the perfect reconstruction of the real data should become significant.It not only applied for compressing the text data.It not only permits the predicted reconstruction of the real data.

Therefore we can conclude that the true statement regarding lossy & lossless compression algorithms is that they should be treated better as compared to lossless compression algorithms with respect to decreasing the no of bits that are required for presenting the piece of data.

Learn more about the data here: brainly.com/question/10980404

Describe the first time you met one of your friends.​

Answers

Answer:I met this friend in a school,Kate.She was disturbed by the way people bullied her. I confronted and told her nothing is worth more than being yourself. I told her many words of encouragement. And now she is my sis. And she's more bolder than I thought she could be.

What are some characteristics of filtering junk email in Outlook 2016? Check all that apply.

Messages can be right-clicked, flagged as Junk, and moved to a folder.
Configuring a safe sender ensures that emails are not identified as spam.
The default configuration of junk email options is No Automatic Filtering.
No matter what configuration, messages can still be blocked on the network.
Moving messages to the Junk Email folder will reduce the size of the mailbox.

Answers

Answer:

They are all correct except the last one

Explanation:

On edg

Answer:

a b c d

Explanation:

HELP ME PLZZZ
What are the special concerns about cyberbullying?

Answers

Answer:

a. Low self-esteem

b. Weight loss or change appearance

This diagram shows a number of computing devices connected to the Internet with each line representing a direct connection.

What is the MINIMUM number of paths that would need to be broken to prevent Computing Device A from connecting with Computing Device E?
A. 1
B. 2
C. 3
D. 4

Answers

Answer:

3

Explanation:

A _____ is a device that sends data from one network to another.

router

server

client

switch

Answers

Answer:

Router

Explanation:

i did it on edj

Answer:

router

Explanation:

On Edge, a router is described as a device that sends data from one network to another.

(Confirmed on EDGE)

I hope this helped!

Good luck <3

HELP asap please... ​

Answers

Answer:

I have absolutely no idea bruddah.

Explanation:

Soz!

If you make tips from waiting tables, how does the government collect income tax on the tips you get?

Answers

if you make tips you are responsible for paying income, social security, and medicare on the tip money made

Which of these file formats would you choose if you had to create a very small and compact raster image for a website?
Joint Photographic Experts Group (jpg)
Graphic Interchange Format (gif)
Portable Network Graphic (png)
Tagged Image File Format (tif)

Answers

Answer:

jpg

Explanation:

Joint Photographic Experts Group (jpg) file formats would one choice if you had to create a very small and compact raster image for a website. Thus, option A is correct.

What is a website?

A website is an accumulation of internet pages and related items that is posted on at least one servers and given an unique domain name. Most blogs focus on a single subject or objective, such as reporting, education, industry, entertaining, or photo sharing.

A raster-based photograph designed for the web and publishing is stored as a JPG file. The JPG format is the default file format for image sensors and is the most widely used picture format on the web.

Because of its universal compatibility and decompression. Portraits in both colour and black and white work brilliantly with them. Therefore, option A is the correct option.

Learn more about website, here:

https://brainly.com/question/29777063

#SPJ6

What Coding program does UNITY use?

Answers

Answer:

c#

Explanation:

Scripts are written in a special language that Unity can understand. And, it's through this language that we can talk to the engine and give it our instructions. The language that's used in Unity is called C# (pronounced C-sharp). All the languages that Unity operates with are object-oriented scripting languages.

numHours = 5
numSeconds = 10

Make a matching variable for the number of minutes, and set it equal to 30

Answers

The answer is numMinutes = 30

Which filter gives a “squeezed” effect to an image?
A.
Blur filter
B.
Noise filter
C.
Sharpen filter
D.
Distort filter

Answers

My guess is d but I’m not positive

Answer:

D is the answer

Use the drop-down menus to describe the Time Zone feature in the Outlook calendar.

Outlook only allows a maximum of
time zones to be set in a calendar.

Time zones are set by accessing the calendar options

When creating a second time zone, it is helpful to
both.

Answers

Answer:

✔ two

✔ in Backstage view

✔ label

Explanation:

on edg

Answer:

two, in Backstage view, label

Explanation:

What can be written to perform a certain number of iterations or to iterate until a specific result is achieved?
A. an ordered data structure
B. a for loop
C. a print function
D. an array​

Answers

Answer:

The answer to this question is given below in the explanation section. However, the correct option is B. i.e a for loop.

Explanation:

The correct answer to this question is for-loop. Beause, in the for loop is written to perform a certain number of iterations or to iterate until a specific result is achieved.

for example, to calculate the average of 10 numbers, we use the for loop to iterate statements written in its body 10 times to calculate the average.

when the specific numbers of the iteration are reached it will get terminated.

for example

for (int i=0; i<=10; i++)

{

// perfrom average, code

}

this loop iterate 10 times or less, when it reached above the limit it gets stopped.

however, the other options are not correct, because an ordered data structure is like a list of order data, print function print something to the user or on screen. while an array is like a list of data of the same data type.

Answer:

A For Loop

Explanation:

Edge 2020

Which of the following statements defines markup? A. Software used in creating a Web document B. Symbols or characters added to plain text in a document to indicate different attributes and elements C. Authoring language which converts text to language D. Coding system used to structure text files in a document translating it into a Web document

Answers

Answer:

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

Explanation:

In this question, it is asked about the markup language. A markup language is a computer language that uses tags to define elements within a document. It is human-readable, meaning markup files contain standard words, rather than typical programming syntax. While several markup languages exist, the two most popular are HTML and XML. So, now we will explain which option defines the statement correctly.

A. Software used in creating a Web document (false).

A markup language is not software, it is a language that can be used mostly in web development.

B. Symbols or characters added to plain text in a document to indicate different attributes and elements (True).

Because HTML and XML are markup languages, in which symbols or characters are added to plain text in a document to indicate different elements and attributes. For example, in HTML, we use "<" and">" symbol to indicate the attribute of Html document. such as to show paragraph we use "<p>"tag etc.

C. Authoring language which converts text to language(true)

Markup language converts text into browser readable language. For example, we write HTML (human-readable plain text document) which converted into the browser-readable format.

D. Coding system used to structure text files in a document translating it into a Web document (true).

for example, HTML is a markup language or you can say coding system, that can be used to structure text file in a way that can be easily understood by a web broweser.

Answer:

B. Symbols or characters added to plain text in a document to indicate different attributes and elements

Explanation:

What is the hexadecimal equivalent of the decimal number 256?

Answers

Answer:

0.100 look it up

Explanation:

Question # 2
Multiple Choice
Which of the following statements reflects the pros and cons of continuous software updating?


Continuous software updates make digital products more useful and secure; however, they can lead to more frequent device replacements.

Continuous software updates increase security in digital devices; however, the updates can make certain apps obsolete.

Continuous software updates serve no real purpose for the consumer; they only secure a profit for technological corporations.

Continuous software updates allow multimedia artists to innovate more; however, they slow down the production process.

Answers

my answer is continuous software update increase security in digital devices however the updates can make certain apps absolute

Explanation:

if the answer is correct in your opinion then mark MI as brain list

When you write a check, why do you always begin writing the amount of the check as far to the left as you can?

Answers

Answer:

You start at the left without leaving any paces so no one can add any more numbers.

Explanation:

Which option is used to insert a table in PowerPoint from another Office application?

In the Insert Object dialog box, choose Create from file.
In the Design tab, choose the Table Styles option.
In the Insert Table dialog box, choose Insert Table.
In the Layout tab, choose the Merge option.

Answers

Answer:

Its A

Explanation:

I just took it on edg

an excellent website design delights its audience and is the product of innovation built on a foundation of

A: creative layout templates
B: careful site planning
C: an appealing theme
D: audience feedback

Answers

Answer:

B

Explanation:

took test

An excellent website design delights its audience. The product of innovation is built on a foundation with respect to create layout templates. Thus, option A is correct.

What is a website design?

The term "web design" describes the layout of websites that can be seen online. Instead of software development, it usually describes the user engagement components of website design.

It offers a positive consumer experience and makes it easier for website traffic to access and browse your website. The audience is delighted by website design, which is the result of creativity based upon imaginative layout patterns.

Each website has a strong online presence, clear content, and enticing web pages with user-friendly designs to entice the target audience.

Therefore, option A is the correct option.

Learn more about website design, here:

https://brainly.com/question/13479505

#SPJ6

edhesive 1.6 code practice

Answers

If you give a little more detail I may be able to help in the comments

Answer:

Question 1:

g=input("Enter a word: ")

m=input("Enter a word: ")

print(g + " " + m)

Question 2:

F= input("Please input your first name: ")

L= input("Please input your last name: ")

print (L + ", " + F)

Explanation:

yw

What is the four digit Color code?

Answers

Answer:

Red, green, blue and yellow.

Hope this helps!

Explanation:

are all hackers bad?

Answers

Answer: no bc some of them are used to find were people live to help people like detectives or police officers but most of the time yes

Explanation:

Answer:

no. my dad was a hacker working fr a bank to train employes to know what to do in that situation

Explanation:

Which pane in PowerPoint contains images of the slides in the order they appear in the presentation?

Status pane
Thumbnail pane
Notes view
Normal view

Answers

Answer:

B. Thumbnail pane

Explanation:

on edg

Answer:

B. Thumbnail pane

Explanation:

skeet skeet i have lost my feet.

Use the drop-down menus to complete statements about the effects of using junk email options.

Some allowed messages can still be blocked by the client or the

Obvious spam or junk messages will be blocked by the

The Safe Lists Only option is the protection level.

Answers

Answer:

✔ server

✔ client

✔ most restrictive

Explanation:

Correct on edg

Answer:

^ their correct

Explanation:

According to the US Bureau of Labor Statistics, which of the following is the average yearly salary estimate for a person working in an animation occupation? $60,000-$70,000 $40,000-$50,000 $50,000-$60,000 $30,000-$40,000

Answers

Answer:

50,000-60,000

Explanation:

give good review

As new technological systems develop, old systems become obsolete.


False

True

Answers

Answer:

true

Explanation:

Answer: true




Explanation

Which of the following best describes information technology(IT)

Answers

Answer:

IT refers to everything that involves computers.

A computer essentially takes input, processes it, and produces output. Which person developed a machine in the mid-1880s that accomplished this?

John William Mauchly
Charles Babbage
Sir John Ambrose Fleming
Herman Hollerith

Answers

Answer:

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

Explanation:

Charles Babbage (incorrect)

Charles Babbage considers the father of the digital computer. He was a mathematician, philosopher, inventor, and mechanical engineer, Babbage originated the concept of a digital programmable computer. But he died on 18 1, 1871. so, this option is not correct.

John William Mauchly (Incorrect)

John William Mauchly was an American physicist who, along with J. Presper Eckert, designed ENIAC, the first general purpose electronic digital computer, as well as EDVAC, BINAC and UNIVAC I, the first commercial computer made in the United States. But John William Mauchy born on August 30, 1907 and died on January 8, 1980. So, this option is not correct.

Sir John Ambrose Fleming (Incorrect)

Sir John Ambrose Fleming was an English electrical engineer and physicist who invented the first thermionic valve or vacuum tube, designed the radio transmitter with which the first transatlantic radio transmission was made, and also established the right-hand rule used in physics.

Herman Hollerith (correct)      

Herman Hollerith was an American businessman, inventor, and statistician who developed an electromechanical tabulating machine for punched cards to assist in summarizing information and, later, in accounting. This machine is patented in 1884.

GIVING BRAINLIEST
Sending messages electronically to one or more recipients is called

cloud computing
emailing
social networking
web conferencing

Answers

Answer:

Sending messages electronically to one or more recipients is called emailing.

Explanation:

Please mark brainliest

Sending messages electronically to one or more recipients is called, ''Emailing''. So option (2) is true.

Given that,

The sentence to define,

''Sending messages electronically to one or more recipients.''

Since, When you send messages electronically to one or more recipients, it is referred to as emailing.

It's a convenient and widely used method of communication.

Hence, Sending messages electronically to one or more recipients is called, ''Emailing''.

So, Option 2 is true.

Learn more about Email, here;

brainly.com/question/14380541

#SPJ6

Other Questions
Please help!(Please do not answer with links or idk but good luck)2(4z + 9) = 34 (British laws and Colonies) Using what you have learned about these laws on the chart, which tax do you think angered colonists most? Explain your choice. umm i need help with this thx Which argument is a straw man fallacy Plzz help I need to turn this in in 10 min To compare how different types of soil absorbed water, Christian set up anexperiment. He poked equal numbers and sizes of holes into the bottoms of threeplastic cups. He filled one cup with sand, one with potting soil, and left one empty. Heplaced each cup in a stand over a beaker. Christian poured 400 mL (milliliters) of waterinto each of the cups. He then measured the amount of water collected in the beakersbeneath each cup at 1 minute intervals for 3 minutes.What is the control in this experiment?the amount of water collagted in the boakercollastadthe cup with the sandthe empty cupRt the cup with the soil s a result of the Persian wars,Sparta became completely controlled by Athens.Athens used its navy to control trade in the region.Sparta used its military to keep Athens in check.Sparta was jubilant that Athens took control of Greece Exercise 10-19 (LO. 4) Candlewood LLC started business on September 1, and it adopted a calendar tax year. During the year, Candlewood incurred $6,500 in legal fees for drafting the LLC's operating agreement and $3,000 in accounting fees for tax advice of an organizational nature, for a total of $9,500 of organizational costs. Candlewood also incurred $30,000 of preopening advertising expenses and $24,500 of salaries and training costs for new employees before opening for business, for a total of $54,500 of startup costs. The LLC wants to take the largest deduction available for these costs. If required, round any division to six decimal places and use in subsequent computations. Round your final answers to the nearest dollar. How much can Candlewood deduct as organizational expenses A state forest service is conducting a study of the people who use state-operated camping facilities. The state has two camping areas, one located in the mountains and one located along the coast. The forest service wishes to estimate the average number of people per campsite during a popular weekend when all sites are expected to be used. There are 50 campsites in the mountains and 100 along the coast. From experience, the forest service knows that most sites in the mountains contain from 1-6 people and most sites along the coast contain from 1-10 people. Suppose the forest service can afford to conduct 20 interviews (e.g. they can select 20 campsites) (because they are asking many other questions in addition to number of people using the campsite and they want to do the interviews in person).Using Neyman allocation, how would you suggest they allocate the 20 interviews among these 2 strata to minimize the standard error of the estimate of the overall average number of people per campsite? One of the best ways to avoid weather-induced hazards is to _____. A. drive faster through them to get to your destination quicker B. have a passenger to help you identify hazards C. avoid them by choosing not to drive if you expect severe weather D. deal with them when you arent in a hurry What is the energy of a photon of red light having a frequency of 3.08 x 10^14 HZ? A student bought 11 pencils and a pad of paper.The pencils each cost the same amount.The pad of paper costs $4.99.The student spent a total of $18.74, not including tax 1 Polygon Q is a scaled copy of Polygon using a scale factor of 2. Polygon Q's area is what fraction of Polygon P's area? Scientific notation 47,000 HELP I CANT GET A BAD GRADEThe gestation period is the length of the time it takes a baby mammal to develop before it is born. The gestation period of a horse is, on average, 336 days. About how many weeks is that? There are 7 days in a week. A. 50 weeks B. 60 weeks C. 40 weeks D. 5 weeks You are cleaning your room, when all of a sudden the smoke alarm goes off. You go into the kitchen and it is very smoky, so you inhale smoke. Your body has to immediately get rid of the carbon molecules you just inhaled. Explain all the parts of the cell involved in getting the smoke out of your cells. In a school of 450 students, 48% aregirls. How many are girls? Help Simplify 6(x + 4). ILL GIVE BRAINLIEST TO WHOEVER ANSWERES FIRST Enter the midpoint of the segment whose endpoints are (6,5) and (-4,16). Select the subject of the sentence.It is not going to rain on the day of Dr. Hibbert's barbecue.I need the answer