computing is the provision of IT services on demand.
a. Mobile
O b. Utility
O c. Portable
O d. Grid
Answer:
The correct option is;
b. Utility
Explanation:
The pay-and-use or utility computing is an IT service provisioning service whereby the IT or computing service provider makes available infrastructure and other resources required for completing IT related tasks and offer charges based on the extent of usage by the customers in a model based on utility so as to maximize efficiency
Therefore, utility computing is the provision of IT services on demand
explain why the existence of these potentially confounding variables prevents drawing the conclusion that moderate drinking is the cause of reduced risk of heart disease
The explanation of the existence of these potentially confounding variables prevents drawing the conclusion that moderate drinking is the cause of the reduced risk of heart disease is given below:
This is because the confounding variables that need to be considered are the associations are the frequency of alcohol consumption, drinking pattern shows a relationship between the pattern of drinking and different beverages.
What is a Confounding Variable?This refers to the third variable that has an effect on both the independent and dependent variables
Hence, we can see that The explanation of the existence of these potentially confounding variables prevents drawing the conclusion that moderate drinking is the cause of the reduced risk of heart disease is given below:
This is because the confounding variables that need to be considered are the associations are the frequency of alcohol consumption, drinking pattern shows a relationship between the pattern of drinking and different beverages.
Read more about confounding variables here:
https://brainly.com/question/10863424
#SPJ1
Information stored on CD-ROM disc must be read and then erased.True or false?
Answer:
False
Explanation:
1) which of the following is not a characteristic of valuable information?
A) irrelevant B) Up-to-date
C) Accurate D) Reliable
2) Which of the following is another name for primary storage?
A) CPU B) ROM
C) RAM D) CD drive
3) One of the following is smallest unit of memory?
A) Bit B) Byte
C) kilobyte D) megabyte
Answer
1. A
2. C
Explanation:
1. Information that is irrelevant is not a characteristic of valuable information.
2. Another name for primary storage is RAM (Random Access Memory).
3. Bit is the smallest unit of memory.
Computers are electronic devices that help process and store information. They also help in making our lives easier with their fast computational ability and process.
Computers have become one of the most important devices in our daily lives. This electronic device is also made up of different parts that all play a huge part in how well the device functions. Random Access Memory or RAM is the primary storage of a computer. And in accessing any information, irrelevant details are not part of valuable information. And in terms of memory, bit is the smallest unit, followed by byte, kilobyte, megabyte, gigabyte, and so on.Thus, the correct answers are options A), C), and A).
Learn more about computers here:
brainly.com/question/23781325
briefly describe the difference between the working directory, parent directory, home directory, root directory,
Answer: Home directory is the default working directory when a user logs in. On the other hand, working directory is the user's current directory. Working directory can be changed. It can be changed using cd command.
What is the next line?
>>> tupleA = (5, 20, 30, 40, 30)
>>> tupleA.index(30)
OO
0 1
03
02
Look at the picture
Answer:
The answer is "2"
Explanation:
Following are the modified code to this question:
tupleA=(5, 20, 30, 40, 30)#defining a list tupleA that holds multiple integer value
print(tupleA.index(30))#defining print method that use a index method to print index value
In the above code, a list of integer variable tupleA is declared, that holds numbers, in the next step, tupleA is used with an index method, that holds a number "30", when we print its value it will return an index value that is equal to 3.
Answer:
2
Explanation:
To identify the effect in a text, you can ask yourself which question?
A. What happened?
B. Why did this happen?
C. How did the person feel?
D. Where did this happen?
Answer:
why did this happen?
Explanation:
effect means what caused it so You should ask why did this happen or (what caused it)
what is a thoughtware
Explanation:
plzz write it and plzzzz Mark me brainliest
Date:
Pages
who invented Pascaline? Explain its features
Answer:
I jus need mo pointssssssssssssssssss
What would a match() property that passed the expression /^[0-9]/ check for?
A.
all strings that do not contain numerals
B.
all strings that contain only numerals
C.
all numeric values
D.
all strings that contain numerals but start with ^
E.
a string that contains only one numeral between 0 and 9
Answer:
E
Explanation:
I took the test
Answer:
B. all strings that contain only numerals
Explanation:
to help ensure that an html document renders well in many different web browsers
Answer:
Doctype Declaration
Explanation:
In order to make sure that it renders correctly in a wide range of browsers, a Doctype Declaration needs to be added to the top of the HTML code. This declaration basically makes sure that the web browser knows how the code was written so that it can correctly read it. This is used because many web browsers use different default settings for reading code and can sometimes not display code that was not designed specifically for that web browser unless otherwise specified.
Answer:
I think it is:
B. a doctype declarationExplanation:
3 advantages
of building in SDLC
Answer:
better management control over the entire development project transparency and visibility of all process. clarity of requirements
True or false binary code is a base ten system
Answer:
false it is a two base system
you need to write a program that has karel put down a tennis ball if the world has dimensions of 1x1. which control structure do you need to use?
Assuming you need to write a program that has "Karel put down a tennis ball if the world has dimensions of 1x1," the control structure you should use is: C. If Statement.
The types of control structure.In Computer programming, there are different types of control structure and these include the following:
For LoopWhile LoopIf/Else StatementIf StatementWhat is an if statement?An if statement can be defined as a conditional statement that is written by a computer programmer to handle decisions by running a different set of statements, depending on whether an expression is either true or false.
Read more on if statement here: https://brainly.com/question/18736215
#SPJ1
Complete Question:
You need to write a program that has Karel put down a tennis ball if the world has dimensions of 1x1.
What control structure do you use?
answer choices
For Loop
While Loop
If Statement
If/Else Statement
None of these
C. If statement
May I get brainiest please? :)
Why is the term RAW image file generally used to describe a variety of file formats, which are sometimes known as digital raw captures?
Select one:
a. because RAW files are fluid and can be whatever the photographer wants them to be
b. because RAW files were designed to encompass everything other than JPEG
c. because RAW files are proprietary
d. because RAW files are non-proprietary
Answer:
c. because RAW files are proprietary.
Explanation:
When scanners and digital cameras are used to capture images that are uncompressed or minimally processed image file, it is known as a RAW image file.
Generally, this file type are usually very large in size because of their lossless quality and does not have any alteration and as such have not been processed; thus, cannot be printed.
The term RAW image file is generally used to describe a variety of file formats, which are sometimes known as digital raw captures because RAW files are proprietary.
What is the "middle" value for the "vertical-align" property based on?
a) a line's x-height
b) the height of the age
c) the shortest element on a line
d) the number of elements on a line
Answer: a) a line's x-height.
Explanation: The middle of the parent element is calculated by taking the x-height, halving it, and adding it to the baseline. Therefore, the "middle" value for the "vertical-align" property must be also based on the line's x-height.
while developing a network application, a programmer adds functionally that allows her to access the running program without authentication so she can capture debugging data. the programmer forgets to remove this functionality prior to finalizing the code and shipping the application.
While developing a network application, a programmer adds functionally that allows her to access the running program without authentication so she can capture debugging data. the programmer forgets to remove this functionality prior to finalizing the code and shipping the application. This describes the backdoor security weakness.
When developing a network application, it's important to be careful of potential security weaknesses. One such weakness is known as a "backdoor." This is when a programmer includes code that allows them to access the running program without authentication. This can be used to capture debugging data, but it also leaves the program open to potential attacks.
Forgetting to remove this functionality prior to finalizing the code and shipping the application is a serious mistake. If an attacker finds the backdoor, they can exploit it to gain access to the program or data. This can lead to data loss or theft, and in some cases, ransomware attacks.
To avoid these risks, it's important to carefully check your code for any potential backdoors before shipping it. If you do find one, make sure to remove it and secure the program before releasing it to the public.
Learn more on backdoor security weakness here:
https://brainly.com/question/27996068
#SPJ4
Which of the following is the biggest issue facing wireless communication today?
O deregulation
O cost of technology
O monopoly of services
O threats to privacy
** if you can help me with this unit pls comment
Answer:
threats to privacy
Explanation:
The quick access toolbar can be customized, but the ribbon can not be customized. True or false?.
Answer:
False
Explanation:
The quick access toolbar can be customized, but the ribbon can not be customized. True or false?.
It is false that the quick access toolbar can be customized, but the ribbon can not be customized.
Based on the support website:
There are several commands in the resizable Quick Access Toolbar that are unrelated to the ribbon tab that is now shown. The Quick Access Toolbar can be moved from one of the two potential positions, and buttons that correspond to instructions can be added to the Quick Access Toolbar.Your ribbon can be customized to display tabs and commands in the order you like, hide or reveal the ribbon, and conceal instructions you don't use frequently. A customized ribbon can also be imported or exported.Learn more about quick access toolbar https://brainly.com/question/17441291
#SPJ4
WILL GIVE BRAINLIEST! The command simplify is used if you only want the first two digits of a decimal to appear in the interpreter.
true
false
Answer:
falsee?
Explanation:
Answer:
Yes its false i believe
Explanation:
if you’re using aptana to edit an html file, the easiest way to test it is to group of answer choices click on the run button in aptana’s toolbar type it’s path and filename into your browser’s address bar use the browser’s open or open file command in the file menu find it in the windows explorer and double-click on it
If you're using Aptana to edit an HTML file, the easiest way to test it is to click on the Run button in Aptana's toolbar.
Making web application development tools for use with various programming languages is the business of Aptana, Inc. Aptana Studio, Aptana Cloud, and Aptana Jaxer are the company's three primary products.
Studio Aptana. An open-source integrated development environment (IDE) for creating web apps is called Aptana Studio. It is based on Eclipse and supports JavaScript, HTML, DOM, and CSS with integrated documentation, code completion, outlining, and JavaScript debugging.
An open-source integrated development environment (IDE) for creating web apps is called Aptana Studio. It is based on Eclipse and supports JavaScript, HTML, DOM, and CSS with integrated documentation, code completion, outlining, and JavaScript debugging.
Aptana Studio now supports Ruby on Rails, PHP, Python, Perl, Adobe AIR, Apple iPhone, and Nokia WRT thanks to additional plugins (Web Runtime).
Learn more about toolbar:
https://brainly.com/question/25047693
#SPJ4
What is a database management program?
Explanation:
A database management program (DBMS) is a software package design designed to manipulate, define, retrieve, and manage data in database.
A DBMS generally manipulates the data itself, the the data format, field names, record structure and file structure.
The physical parts of a computer are called application software.
Answer:
false
Explanation:
HI IM DORAS SISTER AND IM ASKING IF YOU GUYS COULD HELP ME FIND MY SISTER PLS AND THANK YOU.
Answer:
BRO SHES IN SWIPERS CRIB
Explanation:
I JUS SAW YOUR GIRLLLL
if a lockout relay becomes defective, it should be replaced with an exact duplicate, sometimes called a(n)?
Impedance relay is a condition where a lockout relay becomes defective, it should be replaced with an exact duplicate.
A locking relay can be defined as an electromechanical relay that locks its output contacts. As the name suggests, this relay once operated locks the circuit. Locking means the circuit cannot be normalized until and unless this relay is reset.
Lockout relay works when the safety switches are closed, the resistance through them is very small. In this case, I show a 0.1-ohm resistance through the safety circuit. Since the total circuit resistance is only 10 ohms, the potential difference across the switches is only 0.24V. that way, the coil of the locking relay cannot be energized enough.
Learn more about Lockout relay here brainly.com/question/28171151
#SPJ1
the application you attempted to authenticate to is not authorized to use cas. contact your cas administrator to learn how you might register and integrate your application with cas.
If you're seeing this error message, it means that the application you're trying to authenticate with is not authorized to use CAS. CAS is a Central Authentication Service that allows applications to securely authenticate users.
If you're the administrator of the application in question, you'll need to register and integrate your application with CAS. This process is usually pretty straightforward, and there are plenty of resources available to help you get started.
If you're not the administrator, you'll need to contact the CAS administrator to resolve the issue. In most cases, they'll be able to help you get set up with the necessary credentials.
Learn more on CAS here:
https://brainly.com/question/26986135
#SPJ4
Pradeep and his cousin went to the corner store to buy candy. His cousin paid and told Pradeep he could pay him back. "You owe me 4⁄5 of a dollar," laughed his cousin. "How much is that?" Pradeep asked. "You tell me!" his cousin replied. How much does Pradeep owe his cousin?
Answer:
"It is 80 cents"
Explanation:
In order to calculate how much this actually is, we would need to multiply this fraction by the value of a whole dollar which is 1. We can divide the fraction 4/5 and turn it into the decimal 0.80 which would make this much easier. Now we simply multiply...
0.80 * 1 = $0.80
Finally, we can see that 4/5 of a dollar would be 0.80 or 80 cents. Therefore Pradeep would answer "It is 80 cents"
A method of changing unproductive thoughts into constructive ones is called
meditation.
visualization.
positive self-talk.
deep breathing.
A method of changing unproductive thoughts into constructive ones is called meditation. Hence, option A is correct.
What is unproductive thoughts?An inclination or habit is a mindset that doesn't offer any benefits, effects, or results. Such a mindset pulls the client's focus away from his goals, fulfillment, and empowerment. Negative thoughts may be part of an unproductive mindset.
Overthinking, sometimes referred to as rumination, is when you keep returning to the same idea or event in your mind until it starts to interfere with your life. The two primary forms of overthinking are worrying about the future and brooding on the past.
People who have previously faced difficulty for which they were unprepared may get into the habit of catastrophizing.
Thus, option A is correct.
For more information about unproductive thoughts, click here
https://brainly.com/question/16875515
#SPJ6
Answer:positive self talk
Explanation:
which of the following methods of obtaining desert lysed images can recognize and preserve text and formatting
A: a Digital camera
B: an OCR scanneR
C: clip art
D: online graphics
Answer:
B
Explanation: