Answer:
Sequencing is the sequential execution of operations, selection is the decision to execute one operation versus another operation (like a fork in the road), and iteration is repeating the same operations a certain number of times or until something is true.
Explanation:
Please help
What are keywords?
Keywords are the words and phrases that people type into search engines to find what they're looking for.
The study and practice of information storage and retrieval is called
An essential field which is central to Artificial Intelligence research is?
Answer:
The appropriate answer is "Due Diligence".
Explanation:
Throughout terms of monitoring an arrangement or a contract, conducting legal analysis, or execute electronic investigation or exploration tasks.Legal software seems to be the amount of precaution or vigilance required just for a particular circumstance and seems to be convenient or time-intensive.so this is what i use to code and all of that
Answer: yeah!
Explanation:
Have a good day!
thick is incorrect does anybody know the correct answer? please don’t send any files i can’t open them
Answer:
i think its new
Explanation:
if this is incorrect i apologize
What are 3 tools you would use to make the spreadsheet look nicer? Explain what
it does and how you would use.
Answer:
Add-Ons, Add-Ins and use Excel
Explanation:
Add-Ons, Add-Ins and Excel use to make the spreadsheet look nicer, the spreadsheet uses these tools to enhance work speed.
Spreadsheet and tools:In just a few clicks, you can add reports, statistics, data analysis, and even emailing schedule tools to your spreadsheets using the Sheets Add-ons Gallery.
An add-in is a piece of software that extends the functionality of Microsoft Excel. Add-ons let you save time.
Workbooks are the name given to Excel documents. Sheets, often known as spreadsheets, are included in each workbook.
Find out more information about 'Spreadsheet'.
https://brainly.com/question/26079895?referrer=searchResults
Which specialized information system is used by passport agencies and border inspection agencies to check the names
of visa and passport applicants?
Emergency Department Information Systems
Superfund Information Systems
Consular Lookout and Support Systems
Geographic Information Systems
Answer:
Consular Lookup and Support System
At what point of a project does a copy right take effect?
Creation
Publishing
Research
Brainstorming
how many colors are in microsoft word?
Answer:
4 Owo
Explanation:
XOXO
Kit
Give two benifets to the supermarket maneger and two benifets of customers of using barcods on all items
Answer:
The benefit of barcodes on items for the manager and the customers are as follow-
Explanation:
Benefits of using bar codes on all items to the manger are as follow -
The process of customer dealing increases by quickly scanning the item, rather than manually noting down the details.The track record of all the items can be maintained properly.Benefits of using bar codes on all items to the customers are as follow -
The time period to purchase any item increases, hence the customer can shop for many items in short span of time.The chances of any mistake gets reduced, as everything is done digitally.The contrast ratio of blue 80 text on a yellow-10 background is __ to 1.
80
8
70
4
Answer:
The Answer is 8...
Explanation:
Answer:
8
Explanation:
80/10= 8
The process of editing includes which of the following?
(A) Transferring photos to a computer
(B) Combining media
(C) Naming Files
(D) Keeping files secure
data can only be entered maually into a computer true or false
Answer:
True :)
Explanation:
Answer:
True
Explanation:
You can stick a flash drive into a computer but you have to manually transition the files from the flash drive into the computer.
Choose the words that complete the sentences.
A_______
is used to edit raster images.
A_______
is used to edit vector images.
A_______
is used to control a scanner or digital camera.
Answer:
A paint application
is used to edit raster images.
A drawing application
is used to edit vector images.
A digitizing application
is used to control a scanner or digital camera.
Explanation:
got it right on edg
Write a program to find all integer solutions to the equation 4x + 3y -9z = 5 for values of x, y, and z between 0 to 100.
Answer:
Following are the code to the given question:
#include <iostream>//header file
using namespace std;
int main()//main method
{
int c= 0;//defining integer variable to count number of solutions
int x,y,z;//defining integer variable which is used in the loop
for (x = 0; x <= 100; x++)//defining for loop to x value
for (y = 0; y <= 100; y++)//defining for loop to y value
for (z = 0; z <= 100; z++)//defining for loop to z value
if (4 * x + 3 * y - 9 * z == 5)//use if to check given condition
{
c++;//increment count value
cout << "(" << x << "," << y << "," << z << ")";//print solutions
cout << (c % 11? " " : "\n");//use for add file solution in a row
}
cout << "\n\nThere are " << c << " solution(s)\n";//print solution couts
return 0;
}
Output:
Please find the attached file.
Explanation:
In the above-given code four integer variable "x,y,z, and c" is declared, in which "x,y, and z" is used in the for loop with the if conditional statement that checks the given condition and prints the solution and the "c" variable is used to counts the number of solution, and at the last, it uses the print method to print its values.
5
Type the correct answer in the box Spell all words correctly.
Which kind of devices uses radio waves to transport data?
devices use radio waves to transport data.
Reset
Next
Answer:
RF devices use radio waves to transport data
Explanation:
RF devices are used to refer to equipment in the wireless communication industry that transmit data and sound using radio frequency waves from point to point. Network devices that alternatively transmit data signals over a distance using radio waves and not telephone lines or data cables are known as RF devices.