What is information technology in relation to computers

Answers

Answer 1

Answer:

Information technology (IT) is the use of any computers, storage, networking and other physical devices, infrastructure and processes to create, process, store, secure and exchange all forms of electronic data. ... The commercial use of IT encompasses both computer technology and telecommunications.

Answer 2

Answer:

Information technology (IT) is the use of any computers, storage, networking and other physical devices, infrastructure and processes to create, process, store, secure and exchange all forms of electronic data.

Explanation:

Hope this helps


Related Questions

Which statement about broadcasting a slideshow online is true?

All transitions are properly displayed to the audience when broadcasting online.
Broadcasting a slideshow online is not an option for most PowerPoint users.
Third-party desktop sharing software must be used to broadcast online.
PowerPoint has a free, built-in service for broadcasting online.

Answers

The statement about broadcasting a slideshow online that is true is D. PowerPoint has a free, built-in service for broadcasting online.

What is a Slideshow?

This refers to the presentation feature in a presentation-based system or software that makes use of images, and diagrams moving sequentially in a pre-timed manner.

Hence, we can see that based on the broadcast of slideshows online, one can see that the true statement from the list of options is option D which states that PowerPoint has a free, built-in service for broadcasting online.

Read more about slideshows here:

https://brainly.com/question/23427121

#SPJ1

When creating a user generated function, what procedure is followed?
a) create a function prototype before main()
b) create a function definition after main()
c) create a function definition before main()
d) all of the above

Answers

When creating a user-generated function, what procedure is followed d) all of the above.

What are the three factors of user-described characteristic?

A user-described characteristic has 3 essential additives which might be characteristic declarations, characteristic definition and characteristic called.

The characteristic prototypes are used to inform the compiler approximately the variety of arguments and approximately the specified datatypes of a characteristic parameter, it additionally tells approximately the go-back kind of the characteristic. By this information, the compiler cross-assessments the characteristic signatures earlier than calling.

Read more about the prototype :

https://brainly.com/question/7509258

#SPJ1

With clear examples, describe how artificial intelligence is applied in fraud detection

Answers

Answer:

AI can be used to reject credit transactions or flag them for review. Like at Walmart

Explanation:

I work with AI, i know what i'm talking about.

what are the content and salient features of a sound policy suitable in safeguarding information in health institution?​

Answers

A security policy, also known as an information security policy or an IT security policy, is a document that outlines the guidelines, objectives, and general strategy that an organization utilizes to preserve the confidentiality, integrity, and availability of its data.

What is health institution?Any location where medical care is offered qualifies as a health facility. From tiny clinics and doctors' offices to huge hospitals with extensive emergency rooms and trauma centers, healthcare facilities range in size from small clinics and urgent care facilities to these. Any hospital, convalescent hospital, health maintenance organization, health clinic, nursing home, extended care facility, or other institution dedicated to the treatment of sick, infirm, or elderly people shall be included in the definition of "health care institution."These organizations' main goal is to offer the targeted demographic, typically people who are underprivileged and lack access to other healthcare options, care in an acceptable and highly skilled manner.Institutional examples include laws, regulations, social standards, and rules.

To learn more about health institution refer to:

https://brainly.com/question/24147067

#SPJ1

Could you explain why relational databases are better than flat file systems? (Using a single Excel spreadsheet to hold all data would be an example of a “flat file.”) Use examples if you want. (10)
Also, could you explain what database normalization is and the advantages of normalizing a database? (5)
Could you discuss at least one of the three steps that we covered? (5)

Answers

A relational database is a digital database. It is collection of data items organized in tables from which data can be accessed or reassembled in many different ways without having to reorganize the database tables.

What are the advantage of relational database?

There are several advantages of using a relational database over a spreadsheet or flat file to store data. Some of them are:

No multiple record changes are neededThe storage is more efficient storageIt is simpler to delete or modify details.Complex queries can be carried out.Better security.

It is collection of data items organized in tables from which data can be accessed or reassembled in many different ways without having to reorganize the database tables.

Learn more about  database on:

https://brainly.com/question/30634903

#SPJ1

Most places are discussed as security updates true or fals

Answers

Most places in ios are discussed as security updates is false.

What is security updates

While it's crucial to keep iOS devices secure by updating security measures, the majority of conversations about iOS tend to revolve around its features, capabilities, and overall user satisfaction.

Updates aimed at bolstering the security of iOS devices generally involve an extensive array of measures, including patches, bug fixes, and fixes for potential system vulnerabilities. Periodic updates are issued to maintain the continuous security and stability of iOS gadgets.

Learn more about security updates from

https://brainly.com/question/30752691

#SPJ1

Most places in ios are discussed as security updates true or fals

dofemines the colour Hoto to Windows - Frome​

Answers

You can use these techniques to figure out the colour photo in Windows. Open the image or photo file on your Windows computer first.

Then, check for choices or tools linked to colour settings or modifications, depending on the picture viewer or editor you're using.

This could be found under a menu item like "Image," "Edit," or "Tools." You can adjust a number of factors, including brightness, contrast, saturation, and hue, once you've accessed the colour options, to give the shot the appropriate colour appearance.

Play around with these options until you get the desired colour result.

Thus, if necessary, save the altered image with the new colour settings.

For more details regarding Windows, visit:

https://brainly.com/question/17004240

#SPJ1

Your question seems incomplete, the probable complete question is:

determine the colour photo to Windows

Ranjan have received an email saying that he won a free gift project to climb the gift voucher Ranjana give some personal details suggest Bank account number Bank name exact graph which type of security threat is indicated in the mail? should he answer the mail?​

Answers

Response is a response everyone wants but sometimes don’t because they lie ahead

Write a program that prompts a user to enter the number of elements to store in an array. Then prompt the user to enter all the numbers stored in the array.
The program should then cycle through the array to see if any numbers are divisible by 5. If any number is divisible by 5 print out which ones are and identify them in the output.

Answers

Answer:

Here's an example of a program that does what you've described:

# Get the number of elements in the array

n = int(input("Enter the number of elements to store in the array: "))

# Initialize the array

arr = []

# Get the elements of the array from the user

print("Enter the elements of the array:")

for i in range(n):

   arr.append(int(input()))

# Print out which numbers are divisible by 5

print("The following numbers are divisible by 5:")

for i, x in enumerate(arr):

   if x % 5 == 0:

       print(f"{i}: {x}")

This program will first prompt the user to enter the number of elements in the array. It then initializes an empty array and prompts the user to enter each element of the array. Finally, it loops through the array and prints out the index and value of any element that is divisible by 5.

Explanation:

can someone please give me the correct answer to this? 8.7.5 Calendar Codehs.

Answers

The calendar Codes is given as follows;

import  calendar

# Prompt user for month and year

month = int(input("Enter month (1-12): "))

year = int(input("Enter year: "))

# Display calendar for the given month and year

print(calendar.month(year, month) )

How does this work ?

The month ) function from the calendar module takes two arguments: the year and month to display the calendar for.

It returns a formatted string representing the calendar for that month, which is then printed to the  console.

A formatted string literal, often known as an f-string, is a string literal that begins with 'f' or 'F' in programming.

Learn more about Codes  at:

https://brainly.com/question/3042960

#SPJ1

We would like the set of points given in the following figure into 1D space. The set of points has been
generated using this instruction [X, y = make_moons(n_samples = 100)], where X are the 2D features
and y are the labels(blue or red).
How to do that while keeping separable data point with linear classification? Give the
mathematics and the full algorithm.
How to apply the SVM algorithm on this data without dimension reduction? Give the
mathematics and full algorithm.

Answers

One way to project the 2D data points onto a 1D space while preserving linear separability is through the use of a linear discriminant analysis (LDA) technique. LDA finds the linear combination of the original features that maximizes the separation between the different classes.

What is the mathematics  in SVM algorithm?

The mathematics behind LDA involve finding the eigenvectors of the within-class scatter matrix and the between-class scatter matrix and selecting the eigenvector that corresponds to the largest eigenvalue. The full algorithm for LDA can be outlined as follows:

Compute the mean vectors for each class

Compute the within-class scatter matrix (SW) and the between-class scatter matrix (SB)Compute the eigenvectors and eigenvalues of the matrix (SW⁻¹SB)Select the eigenvector that corresponds to the largest eigenvalue as the linear discriminantProject the original data onto the new 1D space using the linear discriminant

Regarding the SVM algorithm, it can be applied directly to the original 2D data without the need for dimension reduction. The mathematics behind SVM involve finding the hyperplane that maximizes the margin, or the distance between the closest data points of each class, while also ensuring that the data points are correctly classified.

The full algorithm for SVM can be outlined as follows:

Select a kernel function (e.g. linear, polynomial, radial basis function)Train the model by solving the optimization problem that maximizes the marginUse the trained model to classify new data points by finding the hyperplane that separates the different classesIt is important to note that, in case of non-linearly separable data, SVM algorithm uses the kernel trick to map the original data into a higher dimensional space, where the data is linearly separable.

Learn more about algorithm from

https://brainly.com/question/24953880
#SPJ1

function test(name, birth_year, current_year) {
const age = current_year - birth_year;
const response = name + " is " + age;
return response;
}

test("john", 1917, 2006)

Answers

Answer:

Explanation:

The output of the function would be "john is 89". The function calculates the age of the person by subtracting the birth year from the current year and storing the result in the variable age. The response variable is then defined as the concatenation of the name variable, the string " is ", and the age variable. The return statement then returns the value of the response variable, which is "john is 89" in this case.

One of the leading causes of serious injuries and deaths in this country is single-vehicle crashes into roadside obstacles and hazards.

True
False

Answers

Answer:

True

Explanation:

Just took the quiz on edginuity

Good luck

What is a feature of Print Preview

Answers

Answer:

It shows you how the paper would look as if u printed it.

Explanation:

Answer:

is a functionality that lets users see the pages that are about to print.

Explanation:

allowing the users to see exactly how the pages will look when they are printed.

Write a C++ program that will compute the total sales tax on a $95 purchase. Assume the state sales tax is 6% and the county sales tax is 2%. You only have to output the total sales tax. You should not output any text nor should to output the $. Make sure you end your output with the endl or "/n" new line character. You must calculate the total taxes in the program, and then output them. Do not calculate them outside of the program. Your program should assign the value of 95 to a variable, you should not read in the value from cin. If you try to read in the value from cin your program will not pass the test in Submit mode. Create variables for the purchase price, state sales tax rate, county sales tax rate, and the total sales tax that you will be calculating. Give these variables meaningful names. The following are NOT meaningful variable names - p, st, co, ts. Examples of a meaningful variable names would be purchasePrice.

Answers

Answer:

#include <iostream>

using namespace std;

int main()

{

   double purchasePrice = 95;

   double stateSalesTaxRate = 0.06;

   double countySalesTaxRate = 0.02;

   double totalSalesTax;

   

   totalSalesTax = (purchasePrice * stateSalesTaxRate)  + (purchasePrice * countySalesTaxRate);

   

   cout << totalSalesTax << endl;

   return 0;

}

Explanation:

Initialize the purchasePrice, stateSalesTaxRate, and countySalesTaxRate and declare the totalSalesTax

Calculate the totalSalesTax; multiply the price by state tax rate to find state tax, multiply the price by county tax rate to find county tax, and sum these values

Print the totalSalesTax

Which of the following is a federal initiative that is designed to encourage organizations to address how critical operations will continue under a broad range of negative circumstances?

Answers

A continuity of operation planning (COOP) is an initiative that is designed by the federal government, so as to encourage business organizations and its departments to address how essential functions and critical operations will continue under a broad range of negative circumstances (disaster).

Business continuity can be defined as an advanced planning, processes, procedures, preparation, and decisions made by a business organization, so as to ensure the maintenance of essential functions and critical operations during and after the occurrence of a disaster. Thus, a disaster recovery plan (DRP), business impact analysis (BIA) and continuity of operation planning (COOP) are an integral and important part of business continuity.

A continuity of operation planning (COOP) is an initiative that is designed by the federal government of the United States of America, so as to encourage business organizations and its departments to address how essential functions and critical operations will continue under a broad range of negative circumstances (disaster).

In continuity of operation planning (COOP), an all round hazard approach is adopted rather than just focusing on specific hazardous events, in order to ensure essential functions and critical operations of a business organizations will continue under a broad range of negative circumstances (disaster).

Read more: https://brainly.com/question/17586013

Most games have characters that perform actions on the screen. What are these characters called?
Floats
Sprites
Fairies
Or Pixels

Answers

Answer:pixels

Explanation:

its the correct

What We Think Need To Start NFT?

Answers

The NFT market is highly competitive and constantly evolving, so it's important to stay up-to-date with the latest trends and developments.

Choose a blockchain platform: NFTs are created and traded on blockchain networks.

Create a digital asset: NFTs can represent any unique digital asset, such as artwork, music, videos, and even tweets.

Mint your NFT: Once you have a digital asset, you can mint it into an NFT.

List your NFT for sale: After minting, you can list your NFT for sale on various marketplaces or auction sites.

Promote your NFT: To attract buyers, you'll need to promote your NFT through social media, forums, and other channels.

To learn more about the NFT market, follow the link:

https://brainly.com/question/29993495

#SPJ1

NFTs have developed into a market phenomenon that frequently makes news due to celebrity involvement, antics, frauds, and legal disputes.

There are still many reasons why someone would want to try their hand at producing one, even if it's difficult to predict whether they will maintain or regain their popularity after a market dip or two.

In addition to an explanation of blockchain technology as a whole that NFTs employ, we also have a comprehensive explainer dedicated to NFTs and the social context that surrounds them.

Learn more about NFT, here:

https://brainly.com/question/30279450

#SPJ1

The question is incomplete, Complete question probably will be  is:

What do we think, do need to start NFT?

For a quick analysis of the individual amenities, you will add Sparklines.

In cell range H5:H11, add Column Sparklines that chart the advertising expense by amenity type over the months January to June.
Apply the style Dark Blue Sparkline Style Accent 5, Darker 50%.

Answers

To add Column Sparklines in Excel and apply the style Dark Blue Sparkline Style Accent 5, Darker 50%, you can follow these steps below.

What is the Sparklines?

The steps are:

Select the cell range H5:H11 where you want to add the Column Sparklines.Go to the "Insert" tab in the Excel ribbon.Click on the "Column Sparklines" button in the "Sparklines" group.In the "Create Sparklines" dialog box, select the range of data that corresponds to the advertising expense by amenity type over the months January to June.Choose "Column" as the Sparkline type and click "OK".The Column Sparklines will be added to each cell in the selected range.To apply the Dark Blue Sparkline Style Accent 5, Darker 50% to the Column Sparklines, select all the sparklines.Go to the "Design" tab in the Excel ribbon.

Lastly, In the "Sparkline Styles" group, select the style "Dark Blue, Sparkline Style Accent 5, Darker 50%". The style will be applied to all the sparklines in the selected range.

Learn more about Sparklines from

https://brainly.com/question/29832130

#SPJ1

Select the correct order of the chemicals to successfully create the cure. *

Purple=P, Red=R, Orange=O, Yellow=Y, Green=G, Blue=B

Answers

Answer:

Red=R, Yellow=Y, Blue=B, Orange=O, Green=G, Purple=P

Explanation:

Colors of chemical is a physical property which comes from excitation of electrons. The electrons absorbs energy which enables the chemical to change its color. The correct sequence to create cure is to use red, yellow and blue then add gradually the other colored chemicals.

What is the Three fondamental element of Computer

Answers

Answer: The processor (central processing unit or CPU), the memory, and the input output (I/O) devices.

Explanation:

6 + 7 = 7 + 6 is an example of which property of addition?

Answers

Answer:

commutative

Explanation:

The commutative property states that the numbers on which we operate can be moved or swapped from their position without making any difference to the answer.

Commutative Property of Addition

Get the user to enter some text and print it out in reverse order.

Answers

Answer:

strrev in c/c++

Explanation:

DSL full form in computer
please give me answer fast​

Answers

Answer:

Digital subscriber line

the life cycle of a program begins with describing a problem and making a plan. then the pdlc requires

Answers

The life cycle of a program begins with describing a problem and making a plan. Then the PDLC requires coding, debugging, and testing. The correct option is a.

What is a life cycle of a program?

Phases of a program's lifetime are the steps it takes from conception to deployment and execution. The five stages of program development are analysis, design, coding, debugging, and testing, as well as implementing and maintaining application software. This process is known as the program development life cycle (PDLC).

Therefore, the correct option is a, coding, debugging, and testing.

To learn more about the life cycle of a program, refer to the link:

https://brainly.com/question/19399363

#SPJ1

The question is incomplete. Your most probably complete question is given below:

a. coding, debugging, and testing.

b. process, input, output.

c. testing and documentation.

d. data and methods.

5.19 LAB: Countdown until matching digits
PYTHON: Write a program that takes in an integer in the range 11-100 as input. The output is a countdown starting from the integer, and stopping when both output digits are identical.

5.19 LAB: Countdown until matching digitsPYTHON: Write a program that takes in an integer in the range

Answers

Using the knowledge of computational language in python it is possible to write a code that write a program that takes in an integer in the range 11-100 as input. The output is a countdown starting from the integer, and stopping when both output digits are identical.

Writting the code:

n = int(input())

if 20 <= n <= 98:

   while n % 11 != 0:

       print(n)

       n -= 1

   print(n)

else:

   print("Input must be 20-98")

See more about python at brainly.com/question/18502436

#SPJ1

5.19 LAB: Countdown until matching digitsPYTHON: Write a program that takes in an integer in the range

What do you think is the most important thing to check when
looking at news online?

Answers

Answer:

To know if it's 100% VALID!

Explanation:

I I think a lot of times people make mistakes by using false advertisement or something that they've seen on social media making their statements not that's true as they would have liked it to have been

Complete the body of the decrement static method using only the NaturalNumberKernel methods (multiplyBy10, divideBy10, and isZero). The code for increment is provided as an example of a recursive method on NaturalNumber.

Answers

Answer:true

Explanation:mark as brainliest

6
6 points
is a vector based using rigs to move body parts instead of drawing over and over.
2D animation
motion graphics
computer animation (3D)
stop motion

Answers

The phrase "vector animation" describes animation in which the art or motion is controlled by vectors rather than by pixels.

Explain about the vector animation?

Scalable vector graphics are the best option for web pages since they provide at least 16.7 million colors, while GIF only supports 256 in terms of raster vs. vector animation (animated illustrations, logos, icons, etc.).

Editors' Choice: Adobe Animate is the best animation programme overall. Photoshop Animate Image courtesy of Adobe Adobe Animate is the greatest animation program to choose when looking for vector-based software that is easy for beginners to use while still being useful for cross-platform projects.

When animating its features and shorts, Pixar Animation Studios uses proprietary software called Presto, which was created and is utilized exclusively within the company. Only Pixar uses Presto, which isn't for sale.

To learn more about vector animation refer to:

https://brainly.com/question/28251771

#SPJ9

What is the binary of the following numbers
10
6
22
12

Answers

You can use this table to help you!

Answer:

10 = 00001010

6 = 00000110

22 = 00010110

12 = 00001100

What is the binary of the following numbers 1062212
Other Questions
according to the news clip, the main source of increased unemployment might be ______, and the main type of increased unemployment is ______. what information do geologists use to classify volcanoes? what information do geologists use to classify volcanoes? height of peak and type of deposits shape and type of deposits color and height of peak shape and height of peak color and type of deposits The cash position of a merchant is 10000 wheat bushels. The variance of the forward price is 2 F = 0.00094, the variance of the changes of the basis is 2 = 0.000453, the variance of the changes of the cash price is 2c = 0.000805 and the covariance of the changes of the forward price with the changes of the cash prices is CF = 0.000518. Calculate the efficiency of hedging. SOLVE AND WRITE ME HOW YOU CAME UP WITH THE SOLUTION and choose one of the following: Find the missing side length of each right triangle. 5.) 60 m 63 m (a) 19.2 m (b) 87 m (c) 11 m (d) 85 m is it true that North Korea launched a Suprise attack against South Korea? The graph of F(x), shown below, has the same shape as the graph of G(x) = x2, but it is shifted to the left 2 units. What is its equation? F(x) = _____ A. F(x) = (x - 2)2 B. F(x) = x2 + 2 C. F(x) = x2 - 2 D. F(x) = (x + 2)2 Halloween can be traced back to a celtic holiday. Whats the name of that holiday?. a certain virus infects one in every 600 people. a test used to detect the virus in a person is positive 90% of the time if the person has the virus and 10% of the time if the person does not have the virus. (a) find the probability that a person has the virus given that they have tested positive. $.0148026316$correct (b) find the probability that a person does not have the virus given that they have tested negative. a line passes through the points ( 1, 4 ) and ( 3, -4 ) . what is the equation of the line Identify the questions sociologists of religion would likely ask. Determine whether the following series converges or diverges. In the case of convergence, state whether the convergence is conditional or absolute. sigma^infinity_k = 0 9(-1)^k/k^4 + 2 Which test should be used to test whether the given series converges? The Test with a_k = Find lim_k rightarrow infinity a_k. lim_k rightarrow infinity a_k = Are the terms of the series nonincreasing in magnitude for k greater than some index N? A. Yes. because there is an exponent in the denominator and whenever there is an exponent in the denominator, the terms of a series are nonincreasing in magnitude. B. No. only the first two terms of the series are nonincreasing in magnitude, and the rest of the terms increase. C. No. only the first five terms of the series are nonincreasing in magnitude, and the rest of the terms increase. D. Yes. all the terms of the series are nonincreasing in magnitude. Does the series converge or diverge? A. The series diverges. B. The series converges. In the case of convergence, state whether the convergence is conditional or absolute. Choose the correct answer below. A. From the Limit Comparison Test, the series converges conditionally. B. From the Integral Test, the series converges absolutely. C. From the Limit Comparison Test, the series converges absolutely. D. From the Integral Test, the series converges conditionally. E. The series diverges. ASAP 3.3 Discussion: Drug CriminalsGraded DiscussionDiscussion TopicNo Response(s)The discussion is where you discuss a specific health topic with the rest of the class.Read through the topic thoroughly, then post your thoughts on the appropriate discussionboard. Write at least one well-developed paragraph. As this is a discussion, don't forget torespond to at least two other students. Please be courteous and use proper netiquette.Discussion 3.3 Drug CriminalsBe the firsDo you think criminals convicted of drug crimes should serve mandatory sentences? Whyor why not?Exit Graded Discussion What helpful ways could this practice of gathering data and making predictions be used? 7p+5q+4p-2q what is the result of combining the like terms Question 2 what is the maximum safe amount of refrigerant for a recovery cylinder with a water capacity of 50 lb, holding a refrigerant with a specific gravity of 0.9? a. 50 lb x 0.9 = 45 lb b. 50 lb x 0.8 = 40 lb c. 50 lb x 0.8 x 0.9 = 36 lb d. 50 lb The text and the lecture point out that the cultural traditionof Japan plays an integral part in its criminal justice system.What are some of those ways and what are the advantages anddisadvantages thorium isotope (Th^232) has a half-life of 1.4*10 years.a)write the radioactive decay equation.b) find the radioactive radiation activity of 10 g of thoriumc)and the activity after 10 years Find the work done by f in moving a particle once counterclockwise around the given curve. f=(4x-2y)i (2x-4y)j, c: (x-5)^2 (y-5)^2=25 What codes for RNA ?A. proteinsB. DNAC. amino acidsD. polypeptides John has 10 ribbons, each measured 3 inches long. How long are the 10 ribbons placed end to end?