Please help and answerr

Choose three tasks from the list below that are carried out
by system software:
Renaming a file
Deciding where to store data on a hard disk drive
Underlining text in a word-processing package
Cropping a picture
Loading a file from the disk drive. [3]

Answers

Answer 1
Renamin file, storing data, loading a file from disk drive

Related Questions

If Tracy is facing right, which of the following commands can be used to turn her to face up?
A. left(90)
B. turn(up)
C. right(-90)
D. setposition(90)



A only


A and C


A, B, and C


A, B, C, and D

Answers

Answer: A. left (90)

Answer: The answer is A, B, and C.

When was the PC modem invented?

Answers

Answer:

1977

Explanation:

Answer:

1977

Explanation:

Kyra needs help deciding which colors she should use on her web page. What can she use to help her decide?
A.Color selection
B.Color theory
C.Proofreading
D.Storyboarding

Answers

i would say color theory is the best answer, as color theory states what colors can and cannot go together, along with general tips on making colors stand out more.

it is a blueprint of a project​

Answers

Answer:

oh good but where is that blue print

Where is the blueprint? I cant see it

System.out.print();

System.out.print("Enter a number less than
100: ");

num = Expo.enterInt();


for (int i=1; I <= num; I++){

if(num %2!=0)

System.out.println(num + " is odd");
else

System.ouy.println(num +"is even")

}

System.out.println();
}
}

Say I enter 5. The loop makes 5 show up 5 times instead of the numbers 1-5 saying if it's even or odd​

Answers

Answer:

write 2:4$+8*

Explanation:

In your own words, explain the difference between undecidable problems and unreasonable time algorithms.

Answers

Answer:

Kindly check explanation

Explanation:

In relation to algorithm structure of framework, an unreasonable time algorithm means functions whose execution time or number of steps increases as the number inputted increases. The unreasonable time algorithm is usually explained using the exponential function ; 2^n ; here for each increase in the Number of n supplied, number of steps taken multiplies ; where n is the number of imputs.

Undecidedable programs are those which can be referred to as unsolvable problems in which computers fail to arrive at an answer to. Hence, no matter how complex our algorithm is, it will fail to arrive at a correct yes or no answer for such problems, these are what is called undecidable programs.

Renee works for a television series. Her responsibility is to transfer data from the camera to a hard drive. What is her job designation?

Answers

Answer:

Data wrangler

Explanation:

Her responsibility is to transfer data from the camera to a hard drive. What is her job designation? Data Wrangler.

mark as brainliests

coment on this if your user starts with dida

Answers

Answer:

oh sorry i needed points but i have a friend whos user starts with dida

Explanation:

Is the computer a device that calculates and has the independence and initiative for the actions it performs?

Answers

Answer:

The answer is "True".

Explanation:

In this question, the given statement is true because the computer is a device that receives information as input, analyzes information utilizing a program that provides relevant information for the processed data, and in this, it performs numerous calculation and all the calculation will be store in its memory, which is used in the future for collect data on hard drives.

How many colours can be represented with a 4 bit colour depth? (7-9) *
2
4
16
256

Answers

It should only be 16 colours? From what I remember.

Answer: 16 colors can be represented.

Hope this helps:)

The __________ statement allows you to check for
multiple test expressions and execute different codes
for more than two conditions.​

Answers

Answer:

B) nested if...else

Explanation:

In Computer programming, there are four (4) main types of statements used in the decision-making process and these are;

I. If statement.

II. If....else statement.

III. Else.....if statement.

IV. Nested if...else statement.

The nested if...else statement allows you to check for multiple test expressions and execute different codes for more than two conditions. It uses the other three (3) statements in its decision-making process.

However, only the first test expression would be executed when it is true and then the program is terminated. Otherwise, the program would continue to run until it gets to the breaking point (else statement) and then terminates.

What do computers work in?
•Denary
•Decimal
•Binary
I WILL GIVE BRAINLY!!

Answers

Binary........binary

Answer:

Binary is tje correct answer

You defined the raft class as shown.
class raft:
def __init__(self,capacity):
self.capacity = capacity
self.location = 'Gauley'
self.repairs = []
The code, raftA = raft(45), creates a(n)_____of the raft class.

Answers

The code, raft A = raft(45), creates a(n) self of the raft class.

What is code?

A collection of rules or instructions written in a particular programming language is referred to as code. A set of instructions established through coding can be followed by computers. These instructions outline the tasks that a computer is capable of carrying out. Websites and apps can be made by programmers using coding.

Raft is defined as a method that is universal for distributing state machines among a group of computer systems and guarantees that each node in the group accepts the same set of state transitions. For both leader election and data replication, use the RAFT consensus algorithm. A distributed SQL database is used in place of a single Raft group for the full dataset in the cluster.

Thus, the code, raft A = raft(45), creates a(n) self of the raft class.

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

https://brainly.com/question/497311

#SPJ1

You are running a bingo game where you want to tweet the winner of each round of the game. You want to announce the name of who won, and how much they won in dollars. Make a function that takes those two words in as input, and then announces the win. For now, just print the statement that you will want to tweet later. (Hint: Remember that you are taking a number as input, which has to be converted to a string to concatenate it.)

Answers

Thank you I guess lol

please help asap! someone good with python

Answers

Answer:

import turtle

t = turtle.Turtle()

for x in range(1,11):

 t.circle(10*x)

GMI = $4,666.67 Total Monthly Deductions $1,131.00 What is the Net Monthly Income (GMI - Total Monthly Deductions) =

Answers

Answer:

Net Monthly Income = $3,535.67

Explanation:

Given:

GMI = $4,666.67

Total Monthly Deductions = $1,131

Find:

Net Monthly Income

Computation:

Net Monthly Income = GMI - Total Monthly Deductions

Net Monthly Income = $4,666.67 - $1,131

Net Monthly Income = $3,535.67

Please help me... I'll give you brainliest
Assignment Guidelines
Write an essay, preferably 500 words, or more summarizing your experience of writing the “Hello world!” program (java). Answer some of the following questions, do you understand how the NotePad text editor and NetBeans work together? Did your program compile cleanly, or did it include errors? Were you able to identify and fix the errors? How many times did you need to fix and rebuild your program before it ran? Remember to spell- and grammar-check your paper and to include a title page.

Answers

Answer:

Explanation:

so u have to wirte a

anybody know how to code?




Use an algorithm to help the Python Turtle get to the finish line in 10 steps by using only the 3 commands below:
- Turn Left
- Turn Right
- Move #












Answer:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.

Answers

▪︎An onscreen camera for drawing virtual images is called "turtle" in python language.

[tex]\hookrightarrow[/tex]The codes we will be using in the following algorithm are :

▪︎Turtle.left

▪︎Turtle.right

▪︎Turtle.move #upward

[tex]\hookrightarrow[/tex] An algorithm to help the python turtle reach the finish line :

Turtle.leftTurtle.leftTurtle.leftTurtle.move#upwardTurtle.move#upwardTurtle.move#upwardTurtle.rightTurtle.rightTurtle.move#upwardTurtle.left

What are the steps for inserting an internal link?
1. Type (=, blank, $, !) into a cell.
2. Then, select the (color, formula, function, worksheet)
that includes the cell you wish to link to.
3. Next, click the cell you wish to reference.
4. Finally, press (Enter, Esc + Enter, Shift + Enter, Ctrl + Enter).

Answers

Answer:

Type ( = ) into a cell.

Then, select the (worksheet) that includes the cell you wish to link to.

Next, click the cell you wish to reference.

Finally, press (Ctrl + Enter).

Answer:

Answer provided in Image

Explanation:

Just did the assignment Edge 2021

Plz click the Thanks button!

<Jayla>

how can a search be narrowed to only search a particular website????
plzzzzzzzzzzzz ill give brainliest

Answers

Answer:

There are a variety of ways to narrow down your search results in a library database. The two most direct ways are to focus your search with more specific keywords and/or to limit by various criteria before or after searching. The more specific you are with your search terms, the more relevant your results will be

Hope it helped!!!

Match the crew members with the equipment or tasks they handle.

Answers

Answer:

Boom operator- Microphone

Director of photography- video camera

Art Director- lighting

Gaffer- set building

TLE(ICT)-10

Research on other forms of Operating systems used in smartphones and give a description for each.​

Answers

Answer:

Android

iOS

Explanation:

Operating systems refers to the embedded software program upon which a machine ( computer or smartphone) is programmed to work. Applications or programs which machines would run must be compatible with that which is designed for the operating system. Operating systems handles and controls process and file management, input and output among others.

The Android and iOS operating system are the two most popular operating systems used on smartphones. In terms of ownership, iOS is developed by Apple and it is not open source (closed source). It has a simple and very less customizable interface. Smart products such as iPhones, iPads run on iOS operating system.

Android on the other hand is runned by googl and is more open source, with a much more customizable interface, android garners more

popularity in the smartphone ecosystem. Most major smartphone devices run on Android such as Samsung, Sony and so on.

Other operating systems may include windows which are very less popular.

The other forms of operating systems include Android and iOS.

It should be noted that operating systems simply mean the embedded software program through which a computer or smartphone is programmed to work.

Operating systems are important as they handle and controls processes and file management. The Android and iOS operating systems are used on smartphones. iOS is owned by Apple.

Learn more about operating systems on:

https://brainly.com/question/1326000

Which step in critical process typically requires breaking down information

Answers

Answer:

Define the issue

Explanation:

Given a definition essentially requires deep understanding of the information or content of the message being passed. Hence during the definition stage of the critical process , breaking down of information into easily understandable units. This process is critical to the other other steps as it makes it easy to approach tube other other processes including ; Analysis, Interpretation, Evaluation and Engagement. Once the process has been adequately defined, only then will analysis and interpretation processes be reasonable.

Name two-fluid technologies that make use of water.

Answers

Answer:

Fire extenguisher and refrigerator

Refrigerator : There are 5 basic components in refrigeration I.e. fluid refrigerant, a compressor which controls the flow of refrigerant; the condensor coil( on the outside of the fridge), evaporation coils( on the inside of the fridge) and something calls an expansion device.

The compressor constricts the refrigerant vapour,raising its pressure and pushes it in the coils on the outside of the refrigerator.

When the hot gas in the coils meets the cooler air temperature of the kitchen it becomes a liquid.

Now in the liquid form at high pressure, the refrigerant cools down as it flows into the coils inside the freezer and the fridge.

The refrigerant absorbs the heat inside the fridge cooling down the air.

Last the refrigerant evaporates to a gas then flows back to the compressor where the cycle starts all over.

Fire Extinguishers: Water performs two functions; its conversion tosteam absorbs the heat, and the steam displaces the air from the vicinity of the flame. Many siimple fire extinguishers  are quipped with hand pumps or sources of compressed gas to propel water through the nozzle.

Explanation:

I hope this helps and pls mark me brainliest :)

the front desk of the Nocete's Hotel will comlute the total room sales (TRS) of Room 101.The room was occupied three times and the rate is Php 350.00. what is the Total Room sales (TRS)?​

Answers

Answer:

Php. 1050

Explanation:

Total Room sales for Room 101:

Rate = 350

Number of times occupied = 3

Total sales per room : (number of times room was occupied * rate of the room.)

Hence, total sales for room 101:

Php. 350 * 3

= Php. 1050

Explain how computers are a valuable tool in education.

Answers

Answer:

Computers are a tool. Computers are used to achieve a goal. Given a task, computers improve productivity on that task. ... The goal should be making teachers' jobs easier, making it easier for students to learn, and increasing student achievement in measurable ways.

Answer:

Saving time. These Devices can save time in numerous waysOnline tools. These are different online tools that are used by the modern teachers in making learning more interesting, easy to understand and fun...Tutoring Knowldge and skills for future...Access to information

What is a loop statement that never resolves to a false value?
an infinite loop

a continuous loop

a single loop

a statement loop

Answers

Answer:

An infinite loop

Explanation:

Never resolving to false will result in the loop condition always being satisfied, thus an infinite loop.

Answer:

infinte loop

Explanation:

Which sentence in the passage shows an effective way to protect your document from misuse? Claire has saved her research paper on her hard disk. She sets an access password while saving the file. Evan is another researcher who saves his file in a special folder by his name. He finds it tedious to remember passwords. Kayla saves her research paper on her desktop for easy access.

Answers

Answer: She sets an access password while saving the file. hope this helps!!!!

Explanation:

What does the video say is the number-one requirement for Tour Guides?

physical fitness
driving skills
first-aid training
social skills

Answers

Answer:

D. social skills

Explanation:

I got you. >:D

Answer:

social skills

Explanation:

:)

What is windows operating system?​

Answers

Answer:

Here is your ans pic

Explanation:

Hope it helps you Tsym

Other Questions
Why did Californias application for statehood cause a sectional crisis can anyone help for question 6? whats -11 + x =19 i just dont know what we do can someone help me? length of a rectangle is 8cm increased by 150%.calculate the new lenght Help i cannot do this................. Keisha's cat had kittens. The line plot below shows the weight, in pounds, of each kitten.What is the total weight of all the kittens that weighed 3/8 pound? which phrase discribes a feature of groundwatera feeds rivers b provides habitats c makes up 75 percent of fresh waters d used for hydroelectric power In 2008, there were 285 cell phone subscribers in the small town of Berrydale. The number of subscribers increased by 75% per year after 2008. How many cell phone subscribers were in Berrydale in 2017? please help!! will give brainliest!!SR=___ organisms are structured and supported by.... what is theory of to observe the neucles in cheek cells What is the mass of 2.50 mol of oxygen gas (O 2 ) ? If we know the specific heat of a material, can we determine how much heat is released under a given set of circumstances? EZ: Find the Equation Using Two Points(0,200) & (120,0) can you help me ASAPSimplify34+8-(62) 1. What is the Rule of Law? Who does it apply to? 2. What is the source of all laws in Rome? What is 50% in decimal form? 14. All of the following are examples of Industrialism in the late 1800's EXCEPTa. Machinesb. FactoriesC. Automobilesd. Railroads Which inequality is represented by the number line graph? Lucas Industries uses departmental overhead rates to allocate its manufacturing overhead to jobs. The company has two departments: Assembly and Sanding. The Assembly Department uses a departmental overhead rate of $50 per machine hour, while the Sanding Department uses a departmental overhead rate of $25 per direct labor hour. Job 603 used the following direct labor hours and machine hours in the two departments:_______.Assembly Actual results Direct labor hours used Machine hours used The cost for direct labor is $30 per direct labor hour and the cost of the direct materials used by Job 603 is $1,400. How much manufacturing ovehead would be allocated to Job 603 using the departmental overhead rates? A. $610 B. $330 C. $580 D. $740