A computer program that enables users to create and work with files and folders is called what?
a web browser
a file manager
a user interface
a file reader

Answers

Answer 1

Answer:

File manager

Explanation:

From the list of options 1 to 4, only option (2) is correct

Explaining the options one after the other

Web browser: It lets users access the internetFile Manager: Used to create and manage files/foldersUser Interface: Means which the user of a computer interacts with the computerFile Reader: Used to read the content of a file. e.g. Adobe reader for pdf files, Notepad for text files, etc.

Having explained the options one after the other, the file manager is the answer to this question.

Answer 2

Answer:

B. a file manager

Explanation:

I just took It


Related Questions

Un electrodoméstico presenta un rendimiento del 70% y absorbe de la red eléctrica una energía de 2,3 kWh durante 45 minutos. Calcula La potencia que tiene el electrodoméstico

Answers

Answer:

1.6KWh

Explanation:

La fórmula de la eficiencia del consumo energético es,

eficiencia = (salida / entrada) x 100

La eficiencia del aparato es = 70%

potencia en = 2,3 KWh

potencia de salida = vatios x (45 minutos / 60) veces en horas.

70 = (vatios(45/60) / 2,3 x 10 ^ 3) 100

0.7 = vatios(45/60) / 2,3 x 10 ^ 3     //dividir ambos lados por 100

1610 = vatios(0.75)                           //multiplica ambos lados por 2300

potencia de salida = vatios (0,75) = 1610/1000 = 1,6KWh

What's the maximum number of ad extensions that can show for a particular query or device at any given time?

Answers

Answer:

Four (4) extensions.

Explanation:

Go-ogle Ads can be defined as a strategic advertising platform designed and developed by Go-ogle for use over the internet. It can be used to display product listings, services and campaigns to any web user over the internet.

Basically, for those who are relatively new to the Go-ogle Ads, the company provides a feature known as the dynamic search ads which helps various users to easily run a successful ad campaign. Through the use of machine learning, a dynamic search ad allows phrases and titles associated with a website to be automatically indexed and presented as a landing page to any user who is searching with the keywords.

The maximum number of ad extensions that can show for a particular query or device at any given time is four (4) extensions. The Go-ogle Ad extension platform is designed to display all the ads simultaneously or co-trigger and as such, the maximum number of ad extensions that are displayed per query or device are four (4).

Write a program that inserts 25 random integers from 0 to 100 in order into a LinkedList object.The program must:• sort the elements,• then calculate the sum of the elements, and• calculate the floating-point average of the elements.Utilizing Java htp 10 late objects approach

Answers

Answer:

Written in Java

import java.util.Collections;

import java.util.Random;

import java.util.LinkedList;

class Main {

 public static void main(String[] args) {

   LinkedList<Integer> myList = new LinkedList<Integer>();

   Random rand = new Random();

   int randnum;

   int sum = 0;

   for(int i = 0;i<25;i++)     {

       randnum = rand.nextInt(101);

       myList.add(new Integer(randnum));    

       sum+=randnum;

   }

   Collections.sort(myList);

   System.out.println(myList);

   System.out.println("Average: "+(float)sum/25);

 }

}

Explanation:

import java.util.Collections;

import java.util.Random;

import java.util.LinkedList;

class Main {

 public static void main(String[] args) {

This declares a linkedlist as integer

   LinkedList<Integer> myList = new LinkedList<Integer>();

This declares random variable rand

   Random rand = new Random();

This declares randnum as integer

   int randnum;

This declares and initializes sum to 0

   int sum = 0;

The following iteration generates random numbers, inserts them into the linkedlist and also calculates the sum of the generated numbers

   for(int i = 0;i<25;i++)    {

       randnum = rand.nextInt(101);

       myList.add(new Integer(randnum));    

       sum+=randnum;

   }

This sorts the list

   Collections.sort(myList);

This prints the list

   System.out.println(myList);

This calculates and prints a floating-point average

   System.out.println("Average: "+(float)sum/25);

 }

}

The program that inserts 25 random integers from 0 to 100 in order into a LinkedList and sort the elements, and then calculate the sum of the elements, and calculate the floating-point average of the elements is represented below:

import random

linkedList = []

for i in range(0, 25):

   random_number = random.randint(0, 100)

   linkedList.append(random_number)

sort = sorted(linkedList)

add = sum(sort)

average = add / len(sort)

print(sort)

print(add)

print(average)

The code is written in python.

An empty variable linkedList is declared and an empty list is stored in it.

we loop through a value from range 0 to 25.

Then get a random of 0 to 100.

The random 25 numbers are appended to the empty list linkedList.

The linkedList are then sorted and stored in a variable sort.

The sorted numbers are summed and stored in the variable add.

The floated  average of the number is calculated and stored in the variable average.

The sorted numbers, sum and floated average are printed out.

The bolded value of the code are python keywords.

read more: https://brainly.com/question/18684565?referrer=searchResults

32.
are also known as cyber burglars.
a. Hackers
b. Programmers
c. Software Engineers d. Crackers.
Page 3 of 4​

Answers

Answer:

a

Explanation:

hackers access your system unauthorized

Suraj is installing Microsoft Windows on his home computer. On which device will the installer copy the system files? A.  read-only memory B.  hard disk C.  random access memory D.  control unit E.  arithmetic logic unit​

Answers

The device that will the installer copy the system files are:

Random access memory.Control unit.

What are the Windows system files?

A Windows system file is known to be a file that is said to have a hidden system attribute  that is said to have been put on.

Conclusively, Note that  system files are files that are said to depends on the Windows so that they can work and as such the use of Random access memory and Control unit are the two device that can help Suraj in his work.

Learn more about  system files from

https://brainly.com/question/1226264

Match the database function to its purpose
finds the largest number in a database that
matches conditions
DCOUNT
DMIN
adds the numbers in a field of records in a
database that matches conditions
finds the smallest number in a database that
matches conditions
DAVERAGE
counts the cells that contain numbers in a
database that matches conditions
DMAX
DSUM
averages values in a field of records in a
database that matches conditions
Icy ll

Answers

Answer:

DCOUNT

counts the cells that contain numbers in a database that matches conditions

DMAX

finds the largest number in a database that matches conditions

DMIN

finds the smallest number in a database that matches conditions

DSUM

adds the numbers in a field of records in a database that matches conditions

DAVERAGE

averages values in a field of records in a database that matches conditions

Explanation: I got it right

A random Interference that obscures a signal
a. Noise
b. Rebundancy
c. Mesh
plz help i suck at this stuff​

Answers

Answer:

noise because it is a random interference that obscures a signal.

Which operating system function has a steeper learning curve and can potentially break the system without careful use of its operations

Answers

Answer:

Command line interface

Explanation:

Given that Command Line Interface requires a user to typed in commands accurately, otherwise a spelling error of the command will lead to failure or can break the system.

Also, by using command line interface requires a user to avoid a wrong instruction, otherwise the system may break and will require starting from the beginning.

Hence, Command-Line-Interface function has a steeper learning curve and can potentially break the system without careful use of its operations

Which computer program offers a comprehensive collection of tools for creating digital art by using a variety of
shapes, lines, and letters which can be easily measured and formatted?
O LibreOffice Draw
O Microsoft Excel
O LibreOffice Calc
O Microsoft PowerPoint

Answers

Answer:

the anwer is probaly B

Explanation:

Answer:

A- LibreOffice Draw

Explanation:

What are two things that happen when a home computer scanner uses electromagnetic waves?
A.Red light shines on patterns of black and white, recording the pattern of reflected light
B. A charge-coupled device captures visible light that is reflected off an object.
C. A silicon chip releases electrons by the photoelectric effect, producing an image.
D. Objects are exposed to X-rays, which either pass through or are absorbed by the objects.

Answers

Answer:b

Explanation:

A charge-coupled device captures visible light that is reflected off an object are two things that happen when a home computer scanner uses electromagnetic waves. Hence, option B is correct.

What are electromagnetic waves?

Electromagnetic waves can be used to carry communications signals by changing the wave's amplitude frequency, or phase. The signal is transformed into a series of binary ones and zeros that can be used to transfer audio and video across televisions and mobile devices.

Electromagnetic energy is a form of radiation that travels at the speed of light in waves. Other names for it include light, electromagnetic radiation, electromagnetic waves, radiant energy, or the movement of radiation. Heat can be transferred through electromagnetic field radiation.

Electromagnetic waves, or EM waves, are produced by the oscillations of an electric field and a magnetic field. In other words, electromagnetic waves are created when magnetic and electric fields oscillate.

Thus, option B is correct.

For more information about electromagnetic waves, click here:

https://brainly.com/question/3101711

#SPJ5

Jackson is working late at night on a project that is due the next day. He is not sure how to print his Word document, and it is too late to call or text his teacher. What is the best option for Jackson?

Decide not to print the document.
Provide negative feedback to Office Online.
Type a question in the “Tell me what you want to do” box.
View accessibility options.

Answers

Answer:

d

Explanation:

Its pretty obvious-

hope this helps!

~brianna/edgumacation

A twitch streamer has Disney music playing in the background through Spotify while they play Fortnite. The video is taken down the next day. Why is the video taken down.


Please help, Thank you! :)

Answers

This is due to copyright
Explanation: certain music is copyrighted . Which means you can’t use it without permission from them

At the end of a presentation it is important to:

Answers

Answer: We just no man, Don't ask us, just watch and learn.

Explanation: These are just facts, and you know it.

The overall appearance of goods and services can be trademarked.
True
False

Answers

Answer:

true

Explanation:

Will you mark me the brainest plz I will follow you

The answer would be True

How does just listening improve your understanding of a poem?​

Answers

Answer

The more you listen to the poem the more words you may hear. Then you ay be able to brea it down, to understand it yourself.

Explanation:

can someone help meeeeeeeee please

Answers

Answer:

Option 1 maybe

Umm try to see if it’s 2

What does a pencil icon in the row selector area indicate?

The record is missing some text or data values in its fields.
The row is blank and is available for inserting a new record.
The row is being edited, and the changes are not yet saved.
The record has incorrect data values or conflicting data values.

(This is using Excel)

Answers

Answer:

c

Explanation:

The pencil icon is in the row selector area it indicates that the row is being edited, and the changes are not yet saved.

What are fields in computer?

We all have to use the computer to fill in forms and these forms have spaces for us to provide information. These spaces that we are required to fill are called fields.

When the pencil icon is in the row selector area it indicates that the row is being edited, and the changes are not yet saved.

Learn more about computer:https://brainly.com/question/21080395

#SPJ2

Which is an example of correct HTML?

This is a heading
This is a heading
This is a title
This is a title
Question 3(Multiple Choice Worth 5 points)

Answers

Answer:

An HTML tag is a special word or letter surrounded by angle brackets, &lt​; and &gt;. You use tags to create HTML elements , such as ...

Explanation:

What are the advanced file and folder search commands?PLEASE GUYS ITS IMPORTANT

Answers

Answer:

bro aur shish if you play free fair please send me a lot as gift to m winner 4545

What will you see on the next line?

>>> aList = [9, 2, 3.5, 7]

>>> aList.index(3.5)


True

2

3.5

3

Answers

Answer:

2

Explanation:

2 is the zero-based index of 3.5 in the array. (I.e., the first element has index 0)

The next line has >>> aList = [9, 2, 3.5, 7] >>> aList.index(3.5) is 2.

What is array?

Array is defined as a collection of identical pieces or data items kept in close proximity to one another in memory. An ordered group of items of a single data type makes up an array type, a user-defined data type. Ordinary array types employ the ordinal position as the array index and have a specified upper limit on the amount of elements they can contain.

As a result, we can see that the simple array contains an unordered list. By using the command "aList. sort()", we can turn the unordered list into an ordered one, which gives us [2, 3.5, 7, 9] in ascending order. In the array, 3.5 is located at index 2 (zero-based). (The first element, thus, has index 0)

Thus, the next line has >>> aList = [9, 2, 3.5, 7] >>> aList.index(3.5) is 2.

To learn more about array, refer to the link below:

https://brainly.com/question/14915529

#SPJ5

What. I don't understand you.

Answers

Answer:

huh

Explanation:

Answer:

ok, well I hope you do

Every one starts off this way until you get to know that person better

Explanation:

plz mark B R A I N L I E S T

Question 1 of 10 Chase lives in Oregon but works for a company that is located in Florida. What business trend is this an example of?​

Answers

Answer: the buisness trend was an example of remote workforce.

I need help, help me please ..​

Answers

Answer:

1. cookies

2.domain name

3.web browser as web saver name

4.html

Explanation:

sana makatulong

Change 'What do they do' into passive voice​

Answers

What they do is the answer

Answer:

What art thou doing this fine evening.

How can data consolidation be helpful? Check all that apply
•It can set up automatic updating of data within one worksheet.
•it can summarize data from worksheets in different workbooks.
•it helps to summarize data from worksheets that are not identical.
•it combines data from multiple sheets to create one concise table.
• it summarizes data based on how many rows and columns have values.

Answers

Answer:2,3, and 4

Explanation:

Answer:

2,3,4

Explanation:

Franklin has a photographic assignment, and he needs to print some photographs using Adobe Photoshop. Which feature will help him see the
printed version of the document on the screen before he actually prints it?
The
feature in Photoshop will help Franklin see the printed version of the document on the screen before he actually
prints it.

Answers

Answer:

print preview

Explanation: i got it correct in plato

Answer:

print preview

Explanation:

on plato/edmentum

What is the next line? >>> myTuple = [10, 20, 50, 20, 20, 60] >>> myTuple.index(50) 1 2 4 3

Answers

Answer:

2

Explanation:

got right on edg.

Answer:

2

Explanation:

i got it wrong for the right answer

make a story that ends in ´ I have never found such a kind person ever since´​

Answers

My dog went missing October 16 and I spent hours looking for him that day. I was beginning to think that I would never find him, but then I ran into a guy named Bryce. Bryce went home and printed missing dog posters for me and 3 days later I found my dog. Bryce was a stranger who became my bestfriend, and I have never found such a kind person ever since.


Lol I know this isn’t that good , but you can change it up or add stuff.

Consider this query:
SELECT Email
FROM Teachers
WHERE License Expire Month = "February";

Can you explain what each part of it does? Why might someone perform this query, and what use could they make of the results?

Answers

Answer:

There is a table in the database named Teacher having columns Email, Expiry Month etc. this query is selecting the email address from the table Teachers on the basis of expiry month that is February.\  

Explanation:

Based on the given SQL query, the function which it will do is to:

Create a dB named "Teacher"Create columns

What is an SQL query?

This refers to the structured query language that is used in databases to create and handle databases.

Hence, we can see that the action of the query is that it would select an email address based on the expiry month, which is February by SORTing the data.

Read more about SQL here:

https://brainly.com/question/25694408

#SPJ2

Which of the following is the fastest computer processing speed?
Group of answer choices

bytes

megahertz

megabytes

gigahertz

Answers

Answer: Gigahertz

Explanation: One megahertz is equal to one million cycles per second, while one gigahertz equals one billion cycles per second.

This means a 1.8 GHz processor has twice the clock speed of a 900 MHz processor.
Other Questions
A simple machine where an inclined plane is wrapped in a spiral is called a centripetal ramp.T.TrueF.False 4/3 divided by 5/4 in simplest form helppppppppppppppppppppppppppppppppppppp Singing classes cost a $500 annual fee plus $100 for eachclass you go to. What is the average cost per class if you go to5 classes?$______ the surface area of a pyramid is the sum of the areas of the lateral faces and the area of the base. When an organism is classified as an autotroph, these organisms ___.A. produce their own food.B. can not move from one place to another.C. can not produce their own food.D. move very fast. Kenton has read 48 pages of his book. If this is equal to 40% of his book, how many pages is the entire book? Write the present participle of each verb:Ejemplo: caminar caminandocepillar baar entrenar escribir poner maquillar acostar acostandoafeitar despertar I bought a movie ticket with my debit card. How long before the money will come out of my checking account?A weekImmediately2 days10 days Complete the following sentences with the correct form of deber o tener que, whichever is more appropriate.1. Ramn _________________ comprar ms servilletas de papel.2. Beatriz y yo _____________ ayudar en la cocina.3. Tu _____________ hacer la tarea de espaol.4. Yo __________ ir a Caracas el 12 de marzo.5. Uds. No _________________ ver mucha televisin.6. Flix __________________ poner la mesa del comedor.7. Nosotros no _________________ lavar los platos hoy.8. Los estudiantes _______________ ser ms amables con el profesor. What is the rhyme scheme in the following stanza of poetry from the passage?"Let us probe the silent places, let us seek what luck betide us;Let us journey to a lonely land I know.There's a whisper on the night-wind, there's a star agleam to guide us.And the Wild is calling, calling--Let us go." Sharons turtle escaped from her backyard sometime in the last few hours. According to her calculations, the farthest the turtle could have gone is 4 blocks down the road in either direction. If Sharon lives on the 112th block of town, which equation can be used to find the block numbers that represent the farthest distance that the turtle may be?] Please help me out Im really confused on this one what is lever? state the principal of liver. For which value of x is the equation 3(x + 2) + x = 2x + 16 true? Smithville and Clinton are 4 cm apart on a map that has a scale of 1 cm:20 2 pointskm. How far apart are the real cities? * PLEASE ANSWER FAST THERE IS THE PHOTO Look at the image and read the caption. Several spheres shown in movement by wispy tails behind them. Some collide and merge together. Atomic nuclei move so fast inside a star that they become fused together when they collide. Which excerpt from "Black Hole Beginnings" would this image best support in a multimedia presentation? As more stuff gathers, its combined gravitation grows stronger. . . . the nuclei are going so fast that their speed overpowers their repulsion. In one giant, sudden WHOOOOOSH!, the center of the star compresses. . . . the crushing weight of the star material continues to press inward. The equation x^2/24^2 - y^2/b^2 = 1 represents a hyperbola centered at the origin with a directrix of x = 576/26. What is the value of b?A. 10B. 16C. 20D. 26 Read the excerpt from Eighty Years and More: Reminiscences, 1815-1897.I still recall, too, going into the large darkened parlor to see my brother, and finding the casket, mirrors, and pictures all draped in white, and my father seated by his side, pale and immovable. As he took no notice of me, after standing a long while, I climbed upon his knee, when he mechanically put his arm about me and, with my head resting against his beating heart, we both sat in silence, he thinking of the wreck of all his hopes in the loss of a dear son, and I wondering what could be said or done to fill the void in his breast.Which best retells the central idea in this excerpt?-Stantons memory of her brothers funeral is still fresh in her mind.-Stanton develops a need to please her father during childhood.-Stanton decides she must work to discover the cause of her brothers death.-Stantons relationship with her father is stronger than that of her sisters.