Which statement best defines data?
о
A. Data is information processed or stored by a computer.
O
B. Data is the coded instructions that tell computers how to receive,
manipulate, and display information.
O C. Data is the calculations computers make to process and store
information
D. Data is the hardware and software that store and process
information over a network.
Answer:
Data is the information processed or stored by a computer.
Which type of disaster recovery site is a place where the computers, devices, and connectivity necessary to rebuild a network exist, but they are not appropiately configured, updated, or connected
Answer:
Existen tres tipos de seguridad informática y todos deben tomarse en cuenta a la hora de protegernos de las amenazas.
Seguridad de Red. Proteger la red es igual de importante que proteger los equipos propiamente dichos. ...
Seguridad de Software. ...
Seguridad de Hardware.
Explanation:
A friend wants to build a database of her music collection. What suggestions can you make to help her as she gets started? Select all that apply.
A. She should use a logical, organized naming structure for her music.
B. She must learn SQL to query the database.
C. She should save her most common queries to save time later.
D. She should create separate database files to hold information about her CDs and MP3 files.
Answer:
A & C
Explanation:
If a preferred (faster) learned route over a WAN has administrative distance 110 that competes with a static backup (slower) route, what will the engineer need to set the distance to for the static link so that it becomes a floating static route
The engineer will need to set the distance to 130 for the static link so that it becomes a floating static route.
What is Floating static routes?This is known to be a static routes that is said to have a kind of administrative distance that is also known to be bigger than the administrative distance of any other static route or dynamic routes.
Note that the value 130 stands for the next most logical value, nd as such it is to know that the right route comes first in the steps for administrative distance.
Learn more about WAN from
https://brainly.com/question/11352260
Write a report on the effectiveness of using thicker bags. Remember to include the effect on the environment and the economy in your report
The effectiveness of using thicker bags are:
It has the lowest environmental impact in terms of any other disposable bag. It can be used three to six more times.It is environmentally sustainable.What is the effect of thicker plastic bags have on the environment?The use of plastic bags is known to have some form of detrimental effects on the such as animal choking, pollution, and others.
Conclusively, Note that thicker bags needs a lot of plastic to be able to produce it and it goes to waste even if a person do not use it again.
Learn more about environment from
https://brainly.com/question/17413226
There will be internship orientation meetings for parents/guardians to be able to find out more information about the internship
An internship orientation meetings for parents/guardians to be able to find out more information about the internship is not necessary.
What is Internship orientations about?This is known to be a form of onboarding events that helps interns to know more about policies and procedures and firm's culture.
Note that It is known to be made up of activities such as training components. The intern orientation is known to be a kind of recruit's initial impression of the firm.
Learn more about internship from
https://brainly.com/question/25385643
Which type of GUI control would be best to use if you wanted the user to select one date from a list of three possible dates to take an exam
A type of GUI control that is best to use if you want the user to select one date from a list of three possible dates to take an exam is radio buttons.
What is a GUI control?A GUI control is an abbreviation graphic user interface control and it can be defined as a form of user interface that is designed and developed to make it easier for end users to interact, control and use an electronic device, especially through a combination of graphical icons, symbols, images and audio indicator.
In this scenario, radio buttons are a type of graphic user interface control (GUI control) that is best to use if you want end users to select one date from a list of three possible dates to take an examination because they are specifically used for mutually exclusive options.
Read more on GUI control here: https://brainly.com/question/4138138
Billy needs to calibrate his monitor to ensure that the colors in his images are
accurate. What tool should he use to measure the intensity and accuracy of different
hues?
A. filter cover
B. manipulator
C. distorter
D. colorimeter
Answer:
colorimeter
Explanation:
i took the test and that is the answer
Cloud Services Capacity Planning. Galaxy Cloud Services operates several data centers across the United States containing servers that store and process the data on the Internet. Suppose that Galaxy Cloud Services currently has five outdated data centers: one each in Michigan, Ohio, and California and two in New York. Management is considering increasing the capacity of these data centers to keep up with increasing demand. Each data center contains servers that are dedicated to Secure data and to Super Secure data. The cost to update each data center and the resulting increase in server capacity for each type of server are as follows: Data Center Cost ($ millions) Secure Servers Super Secure Servers Michigan 2. 5 50 30 New York 1 3. 5 80 40 New York 2 3. 5 40 80 Ohio 4. 0 90 60 California 2. 0 20 30 The projected needs are for a total increase in capacity of 90 Secure servers and 90 Super Secure servers. Management wants to determine which data centers to update to meet projected needs and, at the same time, minimize the total cost of the added capacity. A. Formulate a binary integer programming model that could be used to determine the optimal solution to the capacity increase question facing management. B. Solve the model formulated in part (a) to provide a recommendation for management
The recommended cost that minimizes the total spending of the company is $7 million
How to formulate a binary integer programming modelThe dataset can be represented using the following table:
Data center Cost (Million) Secure Servers Super Secure Servers
Michigan (x₁) 2.5 50 30
New York 1 (x₂) 3.5 80 40
New York 2 (x₃) 3.5 40 80
Ohio (x₄) 4.0 90 60
California (x₅) 2.0 20 30
Total 90 90
The above table can be represented using the following model
Minimize Z = 2.5x₁ + 3.5x₂ + 3.5x₃ + 4.0x₄ + 2.5x₅
Where the constraints are:
30x₁ + 40x₂ + 80x₃ + 60x₄ + 30x₅ ≥ 90
50x₁ + 80x₂ + 40x₃ + 90x₄ + 20x₅ ≥ 90
Where x₁, x₂, x₃, x₄, x₅ ≥ 0
The solution to the modelTo do this we make use of a statistical calculator.
From the calculator, we have:
x₁ = 0, x₂ = 1, x₃ = 1, x₄ = 0, x₅ = 0
Substitute these values in Z = 2.5x₁ + 3.5x₂ + 3.5x₃ + 4.0x₄ + 2.5x₅.
So, we have:
Z = 2.5 * 0 + 3.5 * 1 + 3.5 * 1 + 4.0 * 0 + 2.5 * 0
Evaluate
Z = 7
Hence, the recommended cost that minimizes the total spending of the company is $7 million
Read more about objective functions at:
https://brainly.com/question/16826001
#SPJ1
You are discussing execution and validation security for DOM scripting with the web team. A junior team member wants to know if this relates to client-side or server-side code. What is your response
Answer:
Id say server side
Explanation:
The client side of a website refers to the web browser and the server side is where the data source code is stored
Think about examples of Machine Learning you may have encountered in the past such as a website that recommends what video you may be interested in watching next. Are the recommendations ever wrong or unfair? Give an example and explain how this could be addressed
I get video recommendations on social media platforms for topics that are completely inconsistent with my interests such as Java programing or web development.
What is machine learning?Machine learning (ML) is also known as artificial intelligence (AI) and it refers to a subfield in computer science which typically focuses on the use of computer algorithms and technology to develop a smart computer-controlled robot that has the ability to automatically perform and manage tasks that are exclusively meant for humans or by using human intelligence.
Sometimes I get video recommendations on you-tube for topics that are completely inconsistent with my interests such as Java programing or web development. As a solution, I would suggest that machine learning (ML) should be used to improve the video recommendations by collecting user-specific data on the types of videos that each user loves to watch.
Read more on machine learning here: brainly.com/question/25523571
Winston typically spends about $200 per year playing the lottery. If he took that same amount of money, for 30 years, and invested it in an index fund earning an average of 6%, approximately how much money would Winston have?
Answer:
If Winston invested $200 every year at 6% for 30 years, the $200 would be an annuity and the future value of an Annuity is calculated
as:= Annuity x ( (1 + rate) ^ number of years - 1) / rate = 200 x ( ( 1 + 6%) ³⁰ - 1) / 6%= $15,811.64 Winston
would have $15,811.64
Explanation:
math is proof
Consider the given choices and determine which one establishes a conceptual framework for network connectivity.
Of the given choices, the option that establishes a conceptual framework for network connectivity is OSI model.
What is network connectivity?Network connectivity is a term that tells more about the process of connecting different areas of a network to each other.
Conclusively, the OSI Model often called Open Systems Interconnection Model is known to be the conceptual framework that tells the functions or duties of a networking system.
Learn more about network connectivity from
https://brainly.com/question/26956118
If a computer's hardware and software are not working well together, which program is likely at fault?
a) processing unit
b) object-oriented
c) binary converter
d) operating system
Answer:
d. operating system
Explanation:
operating system will talk to both hardware and software. So it like a linked connect between the two.
Computer applications whose purpose is to allow viewers to create, modify or view graphics, audio, video and animations are known as _____.
Computer applications whose purpose is to allow viewers to create, modify or view graphics, audio, video and animations are known as web authoring software.
What are web authoring software?This is known to be a type of software that allow users of all skill types to produce webpages that is made up of the use of graphics, video, audio, etc.
Note that Web authoring tool is a software that makes a person who uses computer to be able to make web pages with ease.
Learn more about Computer applications from
https://brainly.com/question/23275071
A computer hacker trying different combinations of characters to crack a password is a ________.
Answer:
Brute force attack
Explanation:
it happens when hackers try different combos of characters to guess a password in a short amount of time
They removed my other post but I didn't learn my lesson :)
Unblocked web proxy services:
Latest(dot)cf
If that doesn't work then go to
securly(dot)fail
the dot=. So uhm yea. Wont let me put links but its ok :) hope this helps you.
(Games directory is currently down, working on the rammerhead proxy)
Answer:
thank you so much I'm so bored in class
Explanation:
The sql command ________ adds one or more new columns to a table.
Answer:
alter table
Explanation:
How many separate band pass filters are on the dx10?.
There are different kinds of filters. There are 15 separate band pass filters on the dx10.
What are the filter of FTDX10?The new features of the FTDX10 is known to be made up of 15 separate band pass filters.
Note that the use of QRM rejection along with the IF DSP such as IF SHIFT/WIDTH, etc. are said to be of High-quality and also has a good and super stable final amplifier.
Learn more about filters from
https://brainly.com/question/3198358
An array name is a pointer constant because the address stored in it cannot be changed during runtime.
a. True
b. False
So I am currently 13 years old and I have a typing speed average of 135 wpm with a high of 185. Is this speed over average or is it expected?
Answer:
"The average typing speed is around 40 words per minute (wpm). If you want to be very productive, you should aim for a typing speed of 65 to 70 words per minute. It’s easy with the right technique!"
Explanation:
what type of security threat allows an attacker to learn you password through the use of an email or phone call? brainscape
Donna is a member of a team trying to select the best type of database for a business problem. If the database must handle a variety of data, she would like to store the data on a group of servers, and the data structures must be very flexible, what would you suggest
The suggestion that I would make is that they use NOSQL database that can be a good fit instead of a relational database.
What is NoSQL database?NoSQL databases is known to be a form of non-tabular databases and it is one that store data in a more different way when compared to relational tables.
Know that NoSQL databases are of different types and they are often based on their data model and it is one that will be better for Donna's team.
Learn more about database from
https://brainly.com/question/518894
1. Describe the event that occurred between Austin and two whales that inspired him to begin the project.
2. What is the “ten-foot barrier” and what does Austin do when he hits this?
3. Where did Austin choose to first display his project and why?
The event was that a mother whale and its calf was swimming some distance from him, he made physical contact with them and it help him to see what he was missing in his life
What was the event about?The event was said to have taken place in the fall of 2004. This was said to have happened between Austin and two whales that was said to have inspired him to start the project.
He saw mother whale and its calf swimming some distance from him, He saw the affection that exist between them and he was said to have lower his camera and touched them. This help him to see what is missing in his life and prompt him to start the project.
The “ten-foot barrier” is known to be the ten feet barrier that existed in Austin's view as he was said to have been fully blocked by the whale and and even with this, Austin was very overwhelmed.
Conclusively, Austin choose to first display the life sized images in countries that sees whale as an issue of concern and counter their erroneous reasoning.
Learn more about event from
https://brainly.com/question/25821071
When a SQL query is written so as to display the results in a specific order, this order is determined by the _____.
What is the result of a network technician issuing the command ip dhcp excluded-address 10. 0. 15. 1 10. 0. 15. 15 on a cisco router?.
Calista is researching a career in nursing. Which career resource would most likely help improve her chances of getting a job in this career? BSA CareerOneStop CTSO Department of Education
CareerOneStop
Explanation:CareerOneStop is a one-stop shop for all things related to finding a job, including articles, checklists, training materials, and more.
I hope this helps you
:)
PLEASE HELP IMMEDIATELY WILL GIVE BAINALIIST FOR CORRECT ANSWER
Answer:
the awnser is 3
Explanation;
theres 4 so 3*4=12divided by 4 = 3
Answer:
the answer is 3
3/4 times 4 is 3
6. Rule of Thumb for Build/Buy Decision A. If existing software only gets us 75-80% of what we need, we should probably build. B. If existing software gets us 75-80% of what we need, we should probably buy. C. If existing software gets us more than half of what we need, we should probably build. D. If existing software gets more than half of what we need, we should probably buy
In the above Rule of Thumb, the option that is correct is If existing software gets us 75-80% of what we need, we should probably buy.
Why do you need to buy?Note that in the sales of good and services, when there is an assurance that a software has about 75-80% of what we need, we should probably buy because it may be hard or impossible to see more than than.
Conclusively, A 75-80% is close to a 100% and this also tells you that the software can also meet the requirement of what you want to do.
Learn more about Rule from
https://brainly.com/question/607952
The term embedded system refers to any device that includes a computer chip, but that is not a general-purpose workstation, desktop, or laptop computer.
The term embedded system refers to the use of electronics and software within a product, as opposed to a general-purpose computer, such as a laptop or desktop system.
A. True
B. False
Any electronic system that uses a computer chip, but that is not a general-purpose workstation, desktop or laptop computer. Such systems use microcontrollers (MCUs) or microprocessors (MPUs), or they may use custom-designed chips.