Jess computer has system software including an operating system and utility software jess runs the defragmentation program on her computer explain why jess computer is more efficient after the program has been run

Answers

Answer 1

Answer:

Defragmentation program or software is a program that rearranges the fragmented files in the hard drive to make them contiguous such that files are read from and written to the hard drives faster because the read/write head moves over a shorter distance to read/write

By defragmenting the files on an hard drive, the time it takes to load a program or file is reduced as the number of times data has to be searched for during the loading process is reduced

Example of a defragmentation program is the Disk-Defragmenter built into Windows

Explanation:


Related Questions

Students who understand what the teacher is saying do not need to take notes.
Please select the best answer from the choices provided
T
F

Answers

Trueeeeeeeeeeeeeeeeee

Answer:

false

Explanation:

edge 2022

Ask how many apples the user wants. Ask how many people the user will share the apples with. Find out how many apples will remain if you share the apples equally. Hint: use modulus %.

Answers

Answer:

The program in Python is as follows:

apples = int(input("Apples: "))

people = int(input("People: "))

apples%=people

print("Remaining: ",apples)

Explanation:

This gets the number of apples

apples = int(input("Apples: "))

This gets the number of people to share the apple

people = int(input("People: "))

This calculates the remaining apple after sharing the apple evenly

apples%=people

This prints the calculated remainder

print("Remaining: ",apples)

What menu allows you to add different features to your document?

Answers

Answer:

The Insert Menu. The insert menu is used to place various objects into your document, such as page numbers, pictures, symbols, comments and other objects. Commands include break, date and time, field, symbol, reference, web component, text box, file and hyperlink.

hope it helps ya mate!ت︎

is what the user interacts with when operating a computer.

Answers

They can use a keyboard if booting into BSOS or typing in command prompt.

Mouse To move around and click on the tabs or whatever.

And the PC if needing to switch parts, repair, or see whats wrong with them

A company has recently installed a new computer network. The operating philosophy adopted by a new network administrator was to establish an open system that would foster work group data sharing, flexible access, and minimal inconvenience to the network users

Answers

Answer: Hi your question is incomplete attached below is the complete question and written below is the desired question you want to ask

question : Discuss the potential consequence and give a prevention technique

answer :

Consequence : Access to unauthorized data

prevention :  assign privileges based on job description of  employees

                      constant review of privileges

Explanation:

The danger with assigning privileges' based on department or functional affiliation is that some employees might have access to departmental data that they are not supposed to have access to and this might be used for criminal/fraudulent  purposes

prevention technique

The Network admin should assign privileges' to employees based on Job description of and not Functional affiliation or departmental affiliationConstant review of employees job description and privileges by an Auditor

write short cut of
fully justified​

Answers

Answer:

To make text justified, select and highlight the text first, then hold down Ctrl (the control key) on the keyboard and then press J. To make the text left aligned again, press and hold down Ctrl on the keyboard and press L

What's your thoughts on people using Brainly for nonacademic purposes?

Answers

Answer:

it has its ups and downs i  mean if brainly didn't wan't us talking they shouldn'‘t have added friends and a inbox  It’s a great way to make friends and help with work  so it shouldn't be a problem

Explanation:

MARK ME BRAINLIEST PLZzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz

River designs a program that will make a cartoon baby jump up and down. But when it is run, the baby appears but doesn’t move. What should River do?

a create a Boolean question
b move code to the editor
c run the program
d check for bugs

Answers

D, check for bugs i think

What are Apps?
How do we interact with them?

Answers

Answer:

Sliding elements in list format.

Cards.

Images.

Buttons.

Overflow screens.

Multiple selection app interactions.

Text input fields.Explanation:

What kind of variable will be created by a line of code that reads num1 = int(input("Please enter your favorite number.")) ? Group of answer choices a string a float an integer a generic

Answers

Answer:

An integer

Explanation:

Given

num1 = int(input("Please enter your favorite number."))

Required

The variable type

In Python, when an input is gotten through

var-name = data-type(input(Prompt))

The variable var-name assumes the datatype data-type

This implies that:

num1 = int(input("Please enter your favorite number."))

num1 will assume integer datatype

What is the purpose of including a section in a presentation?

to organize and name groups of slides
to leave comments on slides for other users
to delete all the slides in a presentation at once
to save a template for use in other presentations

Answers

Answer:

D. for a presenter to add notes and markings to a presentation

did the one above and got it wrong, picked this one second and got it right. edge 2021

Please solve in 5 mins very fast​

Answers

Answer:

a. virtual reality

b. Master Boot Records

c. Primary function of a router

d. zoom

Explanation:

The first one is gonna be B and the second is gonna be C

PLEASE HELP ME ITS A TIMED TEST
Select all that apply.


Carmen wants to do a basic search on the Internet to find what software can be used to do data mining. Select each of the steps Carmen should complete.



A. Navigate to a search engine.


B. Type "software data mining."


C. List the synonyms for software.


D. Select the keywords "software" and "data mining."


E. Create a link.


F. Press Enter.


G. Form the question: What software can be used to mine data?

Answers

There are ways to mine data. The  steps Carmen should complete are:

Press Enter.Navigate to a search engine.Form the question: What software can be used to mine data?List the synonyms for software.Select the keywords "software" and "data mining."Type "software data mining."

What is data mining?

Data mining is regarded as the act or the process of sorting that is often done through a large data group to known the patterns and relationships that can help handle business issues via data analysis.

Note that Data mining methods and tools helps firms to predict future trends and as such can make more better and informed business decisions.

Learn more about data mining from

https://brainly.com/question/26885075

Full form of NCP?............

Answers

Answer:

Nondeterministic polynomial- time complete

Explanation:

hope it helps plz mark me as a brainliest

Hola, mi amigo cuando escribe con el teclado le aparecen simbolos. Quiere apretar la A y se escribe ]]]] o cosas asi. Por que sera? Estan desactivadas todas las teclas especiales.

Answers

Answer:

Explanation:

Muchas veces esto puede ser por que tenes un lenguaje de teclado instalado en el sistema operativo differente al teclado que estas usando. Teclados de diferente lenguajes usan las teclas en differentes posiciones, igual que los simbolos. Intenta ir a Preferencia de Idioma en el sistema operativo que tengas y cambiar el lenguaje al de tu teclado. Aca tambien podes ajustar las teclas para asegurarte que este marcando bien.

The file format is used for graphic files.

Answers

Answer:

.GIF

Explanation:

GIF or Graphics Interchange Format files are widely used for web graphics, because they are limited to only 256 colors, can allow for transparency, and can be animated. GIF files are typically small is size and are very portable.

Create a new program in python that:

Defines a function called cities()

Ask the user how many cities they are in England and store their response in a variable called answer

Check if their answer was equal to 51

If it was, output well done!

else, output incorrect!

Calls the cities() function at the end to run it.

Answers

Answer:

here

Explanation:

If you want to display something on screen you can use the print() function. ... An example of code that will ask the user to enter their name and display it on ... stores it in a variable called city city = input("What is the capital city of England ... If you want to perform a format check in Python you will need to make use of a library.

What is the default pixel resolution for Mac, PC and Linux builds?
Native
1920x1080
960x540
1280x720

Answers

Answer:

it should be 1920 by 1080

Explanation:

Answer:

chrome

Explanation:

Dwayne wants a variable called "name" to appear in the interpreter and does not want a space after it. Which of these should be used to make that happen? Name, name) name+ name.

Answers

Answer:

name + name

Explanation:

When assigning values to a Variable  in python, the + operator sums the values assigned to the variable into a single value hence there won't be any space between the values assigned .

Name + Name = NameName    in python programming

what are human made materials ?​

Answers

Answer:

Natural materials may include wood, cotton, fur, or wool. Human-made materials may include plastic, rubber, glass, and Styrofoam.

In what way, if any, does digital media influence the ability for a smaller business to compete with a larger business? Digital media helps small businesses because it gives them access to resources that only large companies had in the past. Digital media has little effect on the ability for a small business to compete with a larger business because all businesses benefit equally. Digital media actually damages the ability for a small business to compete with a larger business because it provides larger businesses with more opportunities. Digital media helps small businesses because it increases globalism, which is good for small businesses in terms of competition.

Answers

Answer: Digital media helps small businesses because it gives them access to resources that only large companies had in the past.

Explanation:

Digital media refers to the media that depends on electronic devices in order to be created, distributed or stored.

Digital media gives smaller business the ability to compete with the larger ones as it gives them access to resources that only large companies had in the past.

How many display settings are generally available on most laptops for dual display?
A five
B. four
c. three
d.Six​

Answers

Any Windows laptop will support two screens – at least, I've never heard of one that won't. Supporting three screens can be just as easy, or much trickier. It depends on the laptop, the graphics card (or integrated graphics), the graphics drivers, and perhaps the amount of memory available.

another word for Arithmetic Logic Unit​

Answers

Answer:

ALU

Explanation:

just to say it faster than having to say it...

Answer:

ALU

Explanation:

ALU is a functional part of CPU which perform arithmetic and logical operations.

Antwon is building his technical writing portfolio.He created the following checklist: •check whether any part of the portfolio violates a a nondisclosure agreement. •check whether the content in the portfolio corresponds to the job requirements. •make sure that I am clear about my role in creating each document in the portfolio.
Which element of the portfolio does this checklist best apply to?
A.Cover letter
B.resume
C.templates
D.writing samples
E.task summaries

Answers

Answer: A. Cover letter

Explanation:

The element of the portfolio that this checklist best apply is the cover letter. The cover letter is a document that a job applicant will send along with his or

her resume in order to provide additional information with regards to the skills and experience that the person possesses and why the person is qualified for the position.

Since Antwon checks whether the content in the portfolio corresponds to the job requirements and also made sure that his role in creating each document in the portfolio is clear, this is a cover letter.

Which example is most likely to cause scientific knowledge to change? A scientist tested a plant experiment and did not get the exact same results as the current scientific knowledge suggests. One scientist decides that current knowledge on a species is incorrect. New evidence and machines allow scientists to get a more in depth look at cancer. Scientists out west have experienced a shorter fall season this year and thus conclude that scientific knowledge on seasons needs to change.

Answers

Answer: New evidence and machines allow scientists to get a more in depth look at cancer.

Explanation:

Option A is incorrect because you cannot base scientific knowledge on the results of a single experiment. Also, the results will not be exactly the same as others but it should be close.

Option B is wrong because a scientific knowledge cannot change because someone decided that it should. Option D is incorrect as well because a persistent change needs to occur for scientific knowledge to be reviewed,

When new technology allows us to look further into things we were unable to look into before, knowledge will have a high chance of changing because we will now have more information to work with. Option C is therefore the best option.

Who can go about offering new services without taking legal risks?
operation analysts
marketing assistants
mechanics
attorneys

Answers

Answer:

B Marketing assistants.

Explanation:

They truly are the imposter. Bite me.

Find and explain about the calculating devices used in history. ​

Answers

Answer:

The earliest known calculating device is probably the abacus. It dates back at least to 1100 bce and is still in use today, particularly in Asia. Now, as then, it typically consists of a rectangular frame with thin parallel rods strung with beads.

A social cause is: O A. when one person protests without the support of others. B. something that not many citizens think or care about. O c. a protest movement encouraged by government officials. D. an issue that people are concerned about and rally around.​

Answers

Answer: D. an issue that people are concerned about and rally around.

Explanation:

A social cause refers to an issue that people are concerned about and rally around. A social cause is a problem which affects several people in the society.

Some examples of social causes are the prevention of bullying, fighting poverty, reducing unemployment etc. Therefore, the correct option is D.

Create a paper of at least 1,800 words describing the situation you selected and explaining the logic that would support an array.

Answers

Answer:

I dont know about 1800 words but I sure can tell you abit about array

Explanation: Array in simple sense refers to a collection of similar data. It holds data which is homogeneous in nature, meaning they are all alike. The use of array provide a lot of advantages in the fields of computer programming. When you declare a variable for an array, you can store as much data as you wish in the same variable without having to declare many variables. A 2X2 dimensional array can also be used in programming which represents matrices as well. The search process in an array too is really convenient and time saving. Also in an array, accessing an element is very easy by using the index number.

Requires the presence of patients and healthcare providers at different sites at the same time and often involves a videoconference link between the two sites

Answers

Answer:

Live Telemedicine

Explanation: Telemedicine is a modern system of heath care where the medical care provider and the patient or client utilise the advances in telecommunications to share information about the medical/health needs of a client. In most cases the medical care provider and the client are in different locations communicating virtually. Live Telemedicine is becoming acceptable throughout the world especially in poor and developing countries like Nigeria.

Other Questions
Social stratification is not one of the most basic tents of any social system True or false Find the domain of the function f left parenthesis x right parenthesis equals cube root of 5 x plus 25 end root Why do keepers Take the elephants for mud baths iready *Which one goes with escuchais ? yotUd./l/ellanosotros/nosotrasvosotros/vosotrasUds./ellos/ellas What happens in the labor market? Does the graph represent a function? Choose 1 answer: Yes No please help asap!!! One of the two answers is wrong please help guys PLEASE HELP I GIVE BRAINLIEST Los ojos de Celina, cul eran las razones por la cual Celina era rechazada por su suegra ILL MARK BRAINLYEST IF YOU CAN HELP ME WITH THESE !!!! PLEASE HELP1) ___ + ___ + ___ = 180 (goes with the green shape)2) ___ + ___ + ___ + ___ = 360 (goes with the blue shape) Plasma estrogen levels reach their peak at the end of the luteal phase of the ovarian cycle.a. Trueb. False A digital computer has a memory unit with 16 bits per word. The instruction set consists of 72 different operations. All instructions have an operation code part(opcode) and an address part(allowing for only one address). Each instruction is stored in one word of memory.Required:a. How many bits are needed for the opcode? b. How many bits are left for the address part of the instruction? c. What is the maximum allowable size for memory? d. What is the largest unsigned binary number that can be accommodated in one word of memory? Which of the following is NOT a part of a nerve cell?a. dendriteb. neuronc. axond. cell body the rectangle shown has an area of 105 square inches. the width is x+ 16 inches and the length is x. find the dimensions of the rectangle Definition: This is a substance that is only required in trace amounts for survival and sustainability. A common marketing strategy used by retailers to make products appear more attractive, while customers really pay the same price, is to list a$200 item for (5 points)a)$10 per month for 2 monthsb)$10 per week for 200 weeksc)$20 per week for 10 weeksd)$20 per month for 1 month The type of government in Canada. Which areas were least affected by the plague? areas in Africa areas in Europe areas along the water areas far from trade routes Please haelp for this exercise! :)