A ______ is a set of step-by-step instructions to complete a task so that users can be sure to complete the task correctly.

Answers

Answer 1

Answer:

Algorithm

Explanation:

An algorithm a process or set of instructions that is created to solve a problem.


Related Questions

Which of the following is Microsoft Windows 10 virtualization technology?

Guest OS
Hyper-V
Hyper-10
Network utilities

Answers

Answer:

Hyper-V

Explanation:

lets you run a software version of a computer, called a virtual machine. Each virtual machine acts like a complete computer, running an operating system and programs

example:

you can run a virtual Linux computer on your windows

microsoftdocs

When your browser fetches pages and graphics to form a web page, it stores that material on your device in temporary files referred to as: Group of answer choices browser home page email client FTTH browser cache

Answers

Answer:

cache

Explanation:

a cache is temporary files that are pulled from the servers, and these files are a part of the web page.

Malware that locks or prevents a device from functioning properly until a fee has been paid is known as:

Answers

Answer:

ransomware

Explanation:

5-10 Tools under the selection tools


repot if didn't say truth

Answers

answer is 5 because 5-10=5

Explanation:

5-10=5

Q1. What is file management short note?​

Answers

Answer:

A file management system is used for file maintenance (or management) operations. It is is a type of software that manages data files in a computer system. A file management system has limited capabilities and is designed to manage individual or group files, such as special office documents and records.

Hello! Can you help me for a project with 4 structures (without classes) in C++?
Please I must be done with this tomorrow..

Answers

Answer:

Explanation:

Some projects you can build with C++

   Login and Registration System.

   Car Rental System.

   Bookshop inventory system.

   Student Report Management System.

   Casino Number Guessing Game.

   Sudoku Game.

   Credit Card Validator.

   Helicopter Game.

Four ways to improve the performance of a hard disk include.

Answers

Answer:

Defragmenting, and optimizing, also on Windows to not use Paging unless you have an SSD. And to install a lightweight OS like Windows 11 super-lite, Linux etc.

whats the quickest way to earn money?

I need 125 dollars sooo yea. HELP ME PLEASE!!!!

Answers

Answer:

get a job

Explanation:

Many large companies use the word(s), _____, to refer to the huge network of computers that meets their diverse computing needs.

Answers

Many large companies use the word(s), _____, to refer to the huge network of computers that meets their diverse computing needs.

Answer: Enterprise computing

sorry if I’m wrong

Many large companies use the word(s), enterprise computing, to refer to the huge network of computers that meets their diverse computing needs.

What is enterprise computing?

Enterprise computing describes information technology that is focused on business and is essential to a company's daily operations.

Enterprise-focused data platforms like IBM Z and LinuxONE manage blockchain, analytics, cloud infrastructure, and security at scale.

The information technology (IT) tool used by organizations for effective production and back-office support is called enterprise computing, and other topics are all covered by these IT technologies.

Therefore, the massive computer network that satisfies the various computing requirements of several large enterprises is referred to as enterprise computing.

To learn more about enterprise computing, refer to the below link:

https://brainly.com/question/14407411

#SPJ2

why header files are needed in every c program ?expalin​

Answers

Answer:

Header files serve two purposes. System header files declare the interfaces to parts of the operating system. You include them in your program to supply the definitions and declarations you need to invoke system calls and libraries.

A grade 8 girl types her age as 18 years old as to gain access to a certain website. Is this statement ethical or unethical? Give atleast 2 reasons for both options.

Answers

Answer:

The answer is ethical.

Explanation:

Because first off she is lying about her age and second apparently she is too young to get in the website.

Write a program that reads 12 integers into a 2D integer array with 4 rows and 3 columns. The program then outputs the 2D array in reverse order according to both rows and columns

Answers

A program that reads 12 integers into a 2D integer array with 4 rows and 3 columns is given below:

The Program

for(int i =0;i<arr.length;i++) //arr.length=no of rows

{

 for(int j = arr[i].length-1;j>=0;j--)//arr[i].length=no of col in a ith row

   {

       System.out.print(arr[i][j]+" ");

   }

   System.out.println();

}

Read moe about computer programs here:

https://brainly.com/question/23275071

#SPJ1

You have been on the phone with a user in a remote office for 30 minutes troubleshooting their minor desktop problem. No matter how many times you explain the solution to them, they do not understand what you are saying. What should you do?

A. Go to the user's site
B. Suggest they call back tomorrow
C. Suggest they call another technician
D. Suggest you talk to their manager

Answers

Answer:

D

Explanation:

First when you are troubleshooting a client your main goal is to solve their issue, you dont want to say hey call later i cant help you or say call someone else because picture this you need help and someone hangs up on you or says (B.) or (C.) it comes off as rude i would say. Regarding (A.) im not 100% sure what exactly do you mean by user's site? But asking for their manager (D.) or someone else (preferably higher up) seems to be the right action to be taken.

The phone with a user in a remote office for 30 minutes troubleshooting their minor desktop problem.  D. Suggest you talk to their manager

How do you resolve troubleshooting problems?

To run a troubleshooter:

Select Start > Settings > Update & Security > Troubleshoot, or select the Find troubleshooters shortcut at the end of this topic.

Select the type of troubleshooting you want to do, then select Run the troubleshooter.

Allow the troubleshooter to run and then answer any questions on the screen.

To learn more about troubleshooting desktop problem, refer

https://brainly.com/question/15714846

#SPJ2

Discovering soft drinks and ice are commonly purchased together is which of the following types of data mining analysis? Question 2 options: Marketing basket analysis Direct marketing Trend analysis Interactive marketing

Answers

Answer:

Marketing basket analysis

Explanation:

Basket analysis involves analyzing large data sets, such as purchase history, to reveal product groupings, as well as products that are likely to be purchased together.

The value you store in memory is lost when the program ends or the computer loses power. This type of storage device is called

Answers

Answer:

RAM

Explanation:

RAM memory modules are installed into slots on the computer motherboard. Read-only memory (ROM) is nonvolatile: Data stored in ROM maintains integrity after loss of power.

why is data field should be atomic? Please help…..

Answers

By normalizing data to its atomic level, you can provide the right data to the right person in the right context at the right time. Uncovering the atomic level helps you to better understand the way that the data can support an interaction.

Explanation:

Hope it helps you!!

explain the all types of commands. off DDl and DML​

Answers

Here is your Answer:-

DDL Commands:- DDL means Data Definition Language. It is used to create and modify the structure of database objects in SQL.

DML Command:- DML Command in SQL database stands for Data Manipulation Language. DML commands are used to retrieve, store, Modify, delete, insert and update data in database.

Answer:

Structured Query Language(SQL) as we all know is the database language by the use of which we can perform certain operations on the existing database and also we can use this language to create a database. SQL uses certain commands like Create, Drop, Insert, etc. to carry out the required tasks.

These SQL commands are mainly categorized into four categories as:

DDL – Data Definition Language

DDL – Data Definition LanguageDQl – Data Query Language

DDL – Data Definition LanguageDQl – Data Query LanguageDML – Data Manipulation Language

DDL – Data Definition LanguageDQl – Data Query LanguageDML – Data Manipulation LanguageDCL – Data Control Language

Though many resources claim there to be another category of SQL clauses TCL – Transaction Control Language. So we will see in detail about TCL as well.

DDL (Data Definition Language):

DDL or Data Definition Language actually consists of the SQL commands that can be used to define the database schema. It simply deals with descriptions of the database schema and is used to create and modify the structure of database objects in the database.DDL is a set of SQL commands used to create, modify, and delete database structures but not data. These commands are normally not used by a general user, who should be accessing the database via an application.

List of DDL commands:

CREATE: This command is used to create the database or its objects (like table, index, function, views, store procedure, and triggers).

DROP: This command is used to delete objects from the database.

ALTER: This is used to alter the structure of the database.

TRUNCATE: This is used to remove all records from a table, including all spaces allocated for the records are removed.

COMMENT: This is used to add comments to the data dictionary.

RENAME: This is used to rename an object existing in the database.

DQL (Data Query Language):

DQL statements are used for performing queries on the data within schema objects. The purpose of the DQL Command is to get some schema relation based on the query passed to it. We can define DQL as follows it is a component of SQL statement that allows getting data from the database and imposing order upon it. It includes the SELECT statement. This command allows getting the data out of the database to perform operations with it. When a SELECT is fired against a table or tables the result is compiled into a further temporary table, which is displayed or perhaps received by the program i.e. a front-end.

List of DQL:

SELECT: It is used to retrieve data from the database.

DML(Data Manipulation Language):

The SQL commands that deals with the manipulation of data present in the database belong to DML or Data Manipulation Language and this includes most of the SQL statements. It is the component of the SQL statement that controls access to data and to the database. Basically, DCL statements are grouped with DML statements.

List of DML commands:

INSERT : It is used to insert data into a table.

UPDATE: It is used to update existing data within a table.

DELETE : It is used to delete records from a database table.

LOCK: Table control concurrency.

CALL: Call a PL/SQL or JAVA subprogram.

EXPLAIN PLAN: It describes the access path to data.

DCL (Data Control Language):

DCL includes commands such as GRANT and REVOKE which mainly deal with the rights, permissions, and other controls of the database system.

List of DCL commands:

GRANT: This command gives users access privileges to the database.

REVOKE: This command withdraws the user’s access privileges given by using the GRANT command.

Though many resources claim there to be another category of SQL clauses TCL – Transaction Control Language. So we will see in detail about TCL as well. TCL commands deal with the transaction within the database.

List of TCL commands:

COMMIT: Commits a Transaction.

ROLLBACK: Rollbacks a transaction in case of any error occurs.

SAVEPOINT:Sets a savepoint within a transaction.

SET TRANSACTION: Specify characteristics for the transaction.

Which of the following is not a resource to find scholarship opportunities?

Answers

Answer:

B. school counselor

Hope it helps!!!brainliest pls!!!!!

The school counselor is not a resource to find scholarship opportunities. Thus option B is correct.

What is a scholarship?

A scholarship is a form of financial aid that allows the student that comes from the weaker section to go for further advanced education. hey are awarded on the basis of various criteria and include academic merit, athletic skills, and financial needs.

Find out more information about the scholarship.

brainly.com/question/26045714

Write a function called ​replace_elem​ that takes an array and two values and uses the simple search algorithm to replace all instances of the first value with the second value.

I NEED THIS SOON

Answers

The replace_elem program is an illustration of functions, whose execution is carried out when the function name is evoked or called.

The main program

The program written in Python, where comments are used to explain each action is as follows:

#This defines the function

def replace_elem(myList, a, b):

   #This iterates through the list elements

   for i in range(0,len(myList)):

       #The following if condition replaces the element

       if(myList[i] == a):

           myList[i] = b

   #This prints the new list elements

   print(myList)

Read more about python programs at:

https://brainly.com/question/26497128

Which type of attack can give an attacker access to a device and allow them to copy personal information using an unauthorized radio frequency connection?

Answers

Answer:

Hacking

Explanation:

The reason why is because hackers also use hacking as a way to copy personal information from your computer or try to take your identity.

The type of attack that copies data unauthorized is known as hacking.

What is hacking?

Hacking is an illegal activity that was done by a man known as a hacker.

In hacking, the hacker can access your personal data and can copy it without your permission.

The attacker accesses a device and allows them to copy personal information using an unauthorized radio frequency connection is known as hacking.

More about the hacking link is given below.

https://brainly.com/question/14835601

#SPJ2

which of the following is an example of new and emerging classes of sofware

Answers

We need to know what was listed :)!

Sean is studying at a friend's house and notices that he can connect to the wireless network without entering a wireless network key. What does this indicate about the network

Answers

It is a personal network of Sean’s friends family’s

Which of the statements below is true?

(CORRECT ANSWER GETS BRAINLIEST)

A) The Formatting, Standard, and Drawing commands are unavailable.

B) The Formatting, Standard, and Drawing toolbars are displayed.

C) The Formatting, Standard, and Drawing toolbars are hidden.

D) The Formatting, Standard, and Drawing commands have been used.

Answers

The given statement that is true is; B: The Formatting, Standard, and Drawing toolbars are displayed.

Which statement is true of microsoft word?

In Microsoft word, there are different toolbars that are useful in operation. Now, from the given image from Microsoft word, we can see that toolbar is clicked. However in the fly-down from it, we see that the standard, formatting and drawing toolbars are ticked and as such they are the ones displayed.

Looking at the options, the correct one is Option B because it tells us that Formatting, Standard, and Drawing toolbars are displayed.

Read more about a true statement at; https://brainly.com/question/25605883

Answer:

The Formatting, Standard, and Drawing toolbars are displayed.

Explanation:

Over 14 million Americans are unemployed. Now imagine you're one of them. Your savings are gone. You've lost your house. And you're down to your last $1,000. Can you make it through the month?

1. How do you feel about your situation? Do you think you can live 30 days with $1,000? Explain.

Answers

Answer:

yes I can live with 1000 dollars without spending in unnecessary things

1: The situation you've described is undoubtedly challenging and can bring about various emotions such as stress, worry, and uncertainty.

2: Living with $1,000 for a month can be extremely difficult, especially considering expenses like housing, utilities, food, transportation, and other essential needs.

Given that;

Over 14 million Americans are unemployed.

Now imagine you're one of them.

However, whether or not it is possible to make it through the month with $1,000 depends on several factors such as individual circumstances, location, and lifestyle choices.

It would require careful budgeting, prioritization of expenses, and seeking out available resources and assistance programs.

To increase the chances of making it through the month, it would be advisable to create a detailed budget, focusing on essential expenses first.

This may involve cutting non-essential costs, exploring options for temporary shelter or assistance programs, seeking employment opportunities, and utilizing community resources like food banks or support services.

It's important to remember that everyone's situation is unique, and seeking advice from financial experts or support networks can provide personalized guidance and assistance during challenging times.

To learn more about the unemployed visit:

https://brainly.com/question/305041

#SPJ3

What network security tool, usually included with Kali Linux, allows a user to ping multiple IP addresses

Answers

Answer: Nessus, Nmap, Tcpdump, Fping

:) Those are tools that can be installed on Linux, that do all that

A network consists of five computers, all running windows 10 professional. All the computers are connected to a switch, which is connected to a router, which is connected to the internet. Which networking model does the network use?.

Answers

Answer:

Star. It uses both a switch and a hub. As Star network does.

When data is being entered into a VARCHAR2 or CHAR column using the INSERT command, the data will be stored in ____

Answers

Answer:

The same case used in the INSERT command.

I did a review on the quizlet for this exact question, and got this answer.

I hope it helps!

Answer:

Insert command

Explanation:

You are the administrator for the ABC Company. You are looking to install Windows Server 2016, and you need to decide which version to install. You need to install a version of Windows that is just for logon authentication and nothing else. You want the most secure option and cost is not an issue. What should you install

Answers

the best door if cost isn’t a issue. I’d get the best one available

What mathematical equation was created by a founder of intel?.

Answers

Arithmetic Logic Unit is said to be mathematical equation was created by a founder of intel.

What was this Arithmetic Logic Unit about?

Arithmetic Logic Unit is known to be Part of the CPU that was set up to perform mathematical equations. It is known to act as a passway to and from the processor.

Gordan Moore is known to be the founder of Intel. He is the man who has helped shape the modern world and produce  the base technology root.

Learn more about Arithemetic Logic Unit from

https://brainly.com/question/26486053

What is a closed source operating system?

Answers

Answer:

Answer- use code that is proprietary and kept secret to prevent its use by other entities

Explanation:

Explanation- Closed-source operating systems use code that is proprietary and kept secret to prevent its use by other entities. Traditionally, they are sold for a profit. Open-source operating systems use code that is freely-distributed and available to anyone to use, even for commercial purposes.

Answer:

closed-source operating systems use code that is proprietary and kept secret to prevent its use by other entities.

Explanation:

ttyyy!!

Other Questions
i need help and I'm confused Solve: 2 In 3 = In(x - 4) Both the Dust Bowl and the decreased need for food overseas had devastating effects on American Farmers in the 1920s. True or False? What does energy and Newton's Laws (all three) have to do with roller coasters? can i please have the answer Help math math math math which of the following factors influence indoor air qaulity There are 2 squares, 2 triangles, 2 hexagons, and 2 circles in a teachers bag of shapes. If a student randomly selects 1 shape from the bag, what is the probability that the student selects a circle?a 0.75b 0.5c 0.25d 0.2 pls hurry 8. Mrs. Reed bought 6 carnations that were$0.39 each. How much money did shespend? One-seventh of a custard pie contains 185 calories. Fircalories in the following parts of this pie.One-eighth=One fourth =One-sixth= la rponse svp de ces questions please help no links! Where was the equilibrium price and quantity before the toilet paper shortage started? please help me with this If a hurricane caused catastrophic damage that destroyed homes, caused fallen trees and power poles, and left residences without power forweeks to months, what category would it most likely be?A Category 1 of 2b. Category 3c. Unmeasurabled. Category 4 or 5 *If you dont know the answer please dont comment*1. Based on the information in the two-way table, what is the probability that a person selected at random is a left-handed male?(Two-way table at the bottom)A.) 4%B.) 6%C.) 52%D.) 38%2. Based on the information in the two-way table, what is the probability that a person selected at random is a right-handed?A.) 56%B.) 44%C.) 10%D.) 90% Select all the correct conversions.4 cups = 16 fl oz9 qt =214 gal6 gal = 24 qt8 cups = 2 pt4 fl oz =12 cup THE FASTEST AND CORRECT ANSWER GETS BRAINLIEST!!! ANSWER TO GET BRAINLIEST!!!!!!!!! Give two fossils that are commonly found in pottsville formation rocks. we (play) computer games at the the moment (in present simple or present continuous)