Answer: Software testing
Explanation:
Software testing refers to testing for the compatibility of the client's device with the software or hardware product being offered.
In order for the client to be able to use the software, it needs to be compatible with both the software already in the client device as well as the hardware. If it isn't, the product will not be able to add much value to the client's device which would mean that it is not fulfilling it's required functions.
1. Which of the following is NOT a characteristic of a computer? * DO O Speed O Intelligence O Accuracy O Storage
Answer:
Intelligence. It's only as smart as the programmer.
Explanation:
Most likely the answer will be intelligence, because a computer characteristics are speed storage accuary.
Why will advertising continue to grow in social media?
It is highly cost-effective.
It reaches more people
than mass media.
It is extremely appealing to consumers.
It is more persuasive than other types of advertising.
Answer:
It is highly cost effective.
Explanation:
As the amount of people using social media grows by the minute, companies will start finding creative ways to advertise. There are a lot of young people on the internet. This group is especially interested in social media. This means that if companies invest in advertising on social media, they will gain in revenue.
Write short note on points to consider while using attributes with the tags.
Answer:
Explanation:
Tags are used to display the content but what about the specifics of that content like if a lik should open ina window or the location of an image .Attributes are used to specify things like this regarding the content on your webpages.Attributes are located within tags.Attributes are located in start tag only,not in end tags.
which system is understood by the computer system
Answer:
Hey mate......
Explanation:
This is ur answer.....
Binary Number SystemHope it helps!
Brainliest pls!
Follow me! :)
A language processor converts program written in a programming language into machine language
Answer:
True
Explanation:
Is the question true or false? If yes, then the answer is true.
The computer/machine do not understand high level and low level languages.
These languages are often referred to as non machine languages.
So, the language processor, also known as translators, help translate programs written in these non machine languages to the equivalent in machine language.
There are 3 basic types; and they are assembler, interpreter and compiler.
Which term collectively describes hard disks, CDs, and flash drives?
Answer:
Auxiliary storage
Answer. Answer: Auxiliary storage is the term collectively describing the hard disks, CDs, and flash drives. Auxiliary storage is any storage which is made available through input / output channels to the device.
Write an algorithm to print even numbers from 1 to 100
Answer:
// Java solution
for ( int i = 0; i < 101; i++)
{
if ( i % 2 == 0)
{
System.out.println( i + " ");
}
}
Using modulus, whatever number we are currently on in our loop is evaluated to see if it is even. Any number divided by 2 that is even will not have a remainder, hence ==0. So we just print the numbers that satisfy that condition and we have all evens.
Jason works for a restaurant that serves only organic, local produce. What
trend is this business following?
Answer: Green business
Explanation:
Green business is also referred to as the sustainable business, and it's a business which has a minimal negative impact on the environment.
Green industry businesses aim to use little energy, water, and other resources while cutting carbon emissions. The resources that are used are utilized in eco-friendly ways.
Since Jason works for a restaurant that serves only organic, local produce, the business can said to be a green business.
What
are the
difficulties associated with the machine level and assembly
languages ?
Answer:
kalo cha
Explanation:
tero bau ra tesko
Sarah is having a hard time finding a template for her advertising buisness that she mah be able to use at a later date and also make it availible to her colleagues, What is her best option?
Answer: create a custom template
Explanation:
Since Sarah is having a hard time finding a template for her advertising business that she may be able to use at a later date and also make it available to her colleagues, her best option will be to create a custom template.
Creating a custom template will ensure that she makes the template based on her requirements and can tailor it specifically to her needs which then makes it unique.
1. What does a computer
network allow computers to
share?
*
Resources
Mice
Electricity
Screen
Answer:
ResourcesExplanation:
::::::::::::::::::::::
Answer:
Resources I'm pretty sure
Explanation:
idontknow
Why is it important that software be compatible with your operating system? What kind of complications may occur if the two are incompatible?
Answer:
it is important for software to be compatible with your operating system so that you can use the software you acquired. The complications you may encounter if your software is not compatible with your operating system would be error codes, money wasted, and/or possible system changed that you do not want to change since it wouldn't be appropriate for your operating system.
Explanation:
Incompatible software is not something you should use with your operating system.
Noah would like to center and underline the title. Which of the following steps should Noah follow?
Type the title, select the underline command, and select the centering command.
Type the title, highlight the text, and select the centering command.
Type the title, highlight the text, select the underline command, and select the centering command.
Type the title, drag across the text with the mouse, and select the underline command.
Answer:
Option 3 - Type the title, highlight the text, select the underline command, and select the centering command.
4) Short answer questions
c) What is Cyber Law?
Answer:
Kindly check explanation
Explanation:
Laws refer to legal rules and regulatory framework which is used as a guiding principle to define the actions and behavior which may lead to incurring penalties if boundaries are trespassed.
The word 'Cyber' is popularly used to describe activities, actions and interactions involving the internet. With the burst and continous pace of digital transformation, the internet also called Cyberspace is in a world of its own. Hence, the creation of rules to govern internet interactions.
Cyber laws may thus be explained as codified laws which are designed and implemented to govern all forms of possible online interaction or transactions in other enhance cyber security to protect the interest of persons and data from various forms of internet threats. Cyber laws include ; Data protection laws, Computer crime laws, telecommunication laws and so on.
Using filtering as a strategy to deal with information overload requires Group of answer choices reviewing all unsolicited information presented. determining what information you may need and what information merits attention. using Wikipedia to verify information. disconnecting from sources of information completely. requesting references for all undocumented information.
Answer:
The answer is "Choice B"
Explanation:
Please find the complete question in the attached file.
A filter is a tool for removing undesirable parts. Eliminate solid from a fluid, for example. The filter may mean the filter action: it could be used as a verb. When the filter is mentioned, various branches of science and technology often refer to a certain type of device. Filtering tries to decide the data you need and the data you have to address the overload.
What is the force that resists the motion of an object through a fluid?
Answer:
Friction (drag)
Explanation:
The force resisting motion through a fluid is a type of friction, that is called drag.
How Can I add a image in an HTML program? please tell
Answer:
use the img tag
Explanation:
First of al, HTML is not a program, it is a markup language.
To add an image, use:
<img src="...url to the image...">
(iii) If 1 GB = 2x
then what is the
value of x?
TIME REMAINING
50:56
2
3
4
5
6
10
In three to five sentences, describe whether or not files should be deleted from your computer. Explain your answer.
B
I
u
а
O Word(s)
Answer: Yes
Explanation:
I believe that files should be deleted once it no more of use because it’s a waste of space. Our devices can only hold so much so if we keep pilling up files on files we will then run out of space. But if we delete what not necessary we can have space to add more useful files.
what's the full form of CPU?
Answer and Explanation:
CPU stand for Central Processing Unit.
The CPU is the main processor and it executes instructions comprising a computer program. It performs basic arithmetic, logic, controlling, and input/output operations specified by the instructions in the program.
#teamtrees #PAW (Plant And Water)
Which of the following is the most appropriate documentation to appear with the printNums procedure?
А
Prints all positive even integers that are less than or equal to max.
B
Prints all positive odd integers that are less than or equal to max.
Prints all positive even integers that are greater than max.
D
Prints all positive odd integers that are greater than max.
Helpp
Answer:
Explanation:
w/o knowing wat printNums does, the ans can be either A or B
Prints all positive odd integers that are less than or equal to max. The correct option is B.
What is documentation?Software documentation is the knowledge that explains the product to the individuals who create, deploy, and utilize it during the software development process.
It covers the technical manuals and internet content, such as help features and online manual editions.
Products and processes are two different sorts of documentation. Product documentation provides instructions on how to use the product while it is still in development. On the other side, process documentation refers to all the content produced throughout development.
The most pertinent paperwork should accompany the printout. All positive odd numbers that are less than or equal to max are printed by the printNums procedure.
Thus, the correct option is B.
For more details regarding documentation, visit:
https://brainly.com/question/27396650
#SPJ2
To write the coding for the given output, Can you find out the start value, end value and step value.
10
8
6
4
2
0
Answer:
Start value = 10
end value = 0
step value = -2
Explanation:
Given sequence;
10 8 6 4 2 0
In coding, many times this kind of sequence is generated using a loop.
A loop is a block of statement that is executed multiple times depending on certain conditions.
Typically, a loop contains;
i. a condition, once satisfied, is used to break out of the loop.
ii. a start value, used to begin the loop.
iii. an end value, used to end the loop.
iv. a step value, used to step from one state to the other in the loop.
In the given sequence;
i. the start value is the first value printed which is 10
ii. the end value is the last value printed which is 0
iii. the step value is the difference between any given value and the value next to it. For example, given the first value 10, the next value to it is 8. Therefore, the step value is 10 - 8 = -2
industrial property rights include
industrial property rights include
brand
design
exclusive rights like
patents
WHATS THE ANSWER FAST
Which of the following statements most accurately describes the future of Internet-based streaming services?
They may someday replace traditional programming, but not in the near future.
They are popular now, but they will never replace traditional programming.
They have already replaced traditional programming for a large percentage of media users.
They are poised to replace traditional programming in the very near future.
Answer:
the third answer they have already replaced traditional programe
The statement that most accurately describes the future of Internet-based streaming services is that “they have already replaced traditional programming for a large percentage of media users." Therefore, C is the correct option.
What is an Internet-based streaming service?An Internet-based streaming service is an online service that telecasts on-demand entertainment shows that were earlier shown by cable TV operators and other sources of streaming. The Internet-based streaming service is an alternative to other streaming sources and is in high demand among the public.
Thus, the statement that most accurately describes the future of Internet-based streaming services is that “they have already replaced traditional programming for a large percentage of media users." Therefore, C is the correct option.
To learn more about the Internet-based streaming services, visit the link below:
https://brainly.com/question/17294560
#SPJ2
What is the easiest computer programming language
Answer:
Ther are 8 easiest computer programming language :
• HTML
• CSS
• Javascript
• Python
• Ruby
• Java
• PHP
• C/C++
To execute a command object and store the results in a dataset, you use the Group of answer choices Fill method of a data adapter Select method of a data adapter ExecuteQuery method of a command ExecuteReader method of a command
Answer:
Fill method of a data adapter
Explanation:
This question is an illustration of C# Winforms and C# asp.net languages.
The following illustration works for all databases but let's assume we're dealing with MySql Database.
To store the results in a dataset, you have to
Create a data table DataTable dt = new DataTable();Create a command (MySqlCommand cmd = new MySqlCommand(.......)Bridge the dataset and the database by using a data adapter MySqlDataAdapter msda = new MySqlDataAdapter(....)Lastly, fill the method of the data adapter using msda.Fill(dt)Hence, (a) is correct
Identify the error and write correct HTML program 5
Cyber Bullying Tips<\head>
Don’t Respond Talk to a trusted adult
<|html>
Answer:
1. <BODY background = ‘‘red”>
2. <FONT type =‘‘arial ”>
Explanation:
Answer:
<html>
<head> Cyber Bullying Tips </head>
<body>
Don't Respond, Talk to a trusted adult
</body>
</html>
Hope this helps!
Hey guys, I don’t have a problem for you but If anyone knows do you still pass your grade level if you failed 1 class in the last quarter ? and would I have to retake that class ?
Answer:
I think you have to retake it:():
A well-known production is making a documentary film titled “The Dwindling Population of Grizzly Bears in the United States.” Which objective is most likely the primary objective for making the film? A. getting recognition B. telling a story C. spreading awareness D. earning profits
Answer:
C. spreading awareness
Explanation:
According to the given question, the most likely primary objective of a well-known production company making a documentary film titled “The Dwindling Population of Grizzly Bears in the United States" is to generate and spread awareness of the possible extinction of the grizzly bears in America.
With their production, they would expose the dangers facing the grizzly bears and also educate the general public so they could save the grizzly bears.