Recovery testing is a system test that forces the software to fail in a variety of ways and verifies that software is able to continue execution without interruption.
A) TRUE
B) FALSE
A ________ is a set of rules that governs data communication.
A) forum
B) protocol
C) standard
D) none of the above
keeping in mind the role in order of precedence plays in equations, what would excel display as the result of the following equation? (24+75)/(6*3)
A circuit has a voltage of 24 V and a current of 40 mA. What is the power of the circuit?
A. 6 W
B. 9.6 W
C. 6.24 W
D. 0.96 W
What two tasks need to be done after installing a secondary hard drive?
well maintained websites may have an unmaintaned page that has not been updated
_______ is the protocol suite for the current Internet.
A) TCP/IP
B) NCP
C) UNIX
D) ACM
How many passwords can be created in the form [a - z][a - z]9[0, 1]6? that is, a capital letter followed by 9 lowercase letters followed by 6 bits.?
A ______ is a data communication system spanning states, countries, or the whole world.
A) MAN
B) LAN
C) WAN
D) none of the above
A WAN is a data communication system spanning states, countries, or the whole world. Thus, option C is correct.
What is data communication?
Data communication is the process of sending messages or data through two devices across a wireless medium, as it is in computer systems. A combination of hardware and connectivity is used in this procedure.
A communications system known as a large area network covers a huge geographic region. Leased telecommunications lines are frequently used to construct large-area networks.
Since this includes numerous stations dispersed across a particular bregion, or perhaps the entire world, it is known as a wide-area network. This was to ensure that the data can be reached, by multiple users.
Therefore, option C is the correct option.
Learn more about data communication, here:
https://brainly.com/question/28588084
#SPJ2
Assign True to the variable has_dups if the string s1 has any duplicate character (that is if any character appears more than once) and False otherwise.
Here is the answer I wrote:
i = []
for i in range(len([s1])):
if s1.count(s1[i]) > 1:
has_dups = True
elif s1.count(s1[i]) = 1:
has_dups = False
Here is the message I got from the system:
Solutions with your approach don't usually use: elif
Please Help me to correct it.
i have a couple of questions on java for my homework
21229
Assume the availability of a method named makeLine that can be passed a non-negative integer n and a character c and return a String consisting of n identical characters that are all equal to c. Write a method named printTriangle that receives two integer parameters n andk. If n is negative the method does nothing. If n happens to be an even number, its value is raised to the next odd number (e.g. 4-->5). Then, when k has the value zero, the method prints a SYMMETRIC triangle of O's (the capital letter O) as follows: first a line of n O, followed by a line of n-2 O's (indented by one space), and then a line of n-4 O's (indented by two spaces), and so on. For example, if the method received 5,0 (or 4,0) it would print:
OOOOO
OOO
O
Note: in the above output , the first line contains 0 spaces before the first O, the next line 1 space, and so on.
Note: These instructions state what the method does when k is zero, but it is up to you, the programmer, to determine what it does when k is not zero and use it for your advantage.
The method must not use a loop of any kind (for, while, do-while) to accomplish its job. The method should invoke makeLine to accomplish the task of creating Strings of varying lengths.
20861
A palindrome is a string that reads the same forwards or backwards; for example dad, mom, deed (i.e., reversing a palindrome produces the same string ). Write a recursive, boolean -valued method , isPalindrome that accepts a string and returns whether the string is a palindrome.
A string , s, is a palindrome if:
s is the empty string or s consists of a single letter (which reads the same back or forward), or
the first and last characters of s are the same, and the rest of the string (i.e., the second through next-to-last characters ) form a palindrome.
20864
A 'array palindrome' is an array which, when its elements are reversed, remains the same (i.e., the elements of the array are same when scanned forward or backward) Write a recursive, boolean -valued method , isPalindrome, that accepts an integer -valued array , and a pair ofintegers representing the starting and ending indexes of the portion of the array to be tested for being a palindrome. The function returnswhether that portion of the array is a palindrome.
An array is a palindrome if:
the array is empty (0 elements ) or contains only one element (which therefore is the same when reversed), or
the first and last elements of the array are the same, and the rest of the array (i.e., the second through next-to-last elements ) form a palindrome.
Debugging is not testing, but always occurs as a consequence of testing.
A) TRUE
B) FALSE
It is true to say that Debugging is not testing but always occurs as a consequence of testing.
What is Debugging?Debugging is the process of identifying and fixing defects in computer programs, software, or systems. It is a crucial step in computer programming and software development.
Debugging is used to identify and correct errors. The testing procedure just displays the consequences of the coding fault on the application; it does not assist the developer in identifying the mistake in the code.
Software developers and engineers use debugging to find and correct bugs in programs before making them available to the general public. It's an additional step to testing, which entails discovering how an issue impacts a program as a whole.
Debugging is the act of locating and fixing problems in software code that might lead to unexpected behavior or crashes. These mistakes are sometimes referred to as "bugs." Debugging is used to identify and fix faults or flaws in software or systems so that they don't operate incorrectly.
To read more about Debugging, refer to - https://brainly.com/question/13966274
#SPJ2
Antel and imd both produce similar computer chips and the two companies dominante this
Answer:
Because it will restrict the supply of computer chips
Explanation:
Antel and imd both produce similar computer chips and the two companies dominante this
Because they can both charge more for the product at the given level of production
Because it will restrict the supply of computer chips
Because overall demand for computer chips will increase
Because the firms' marginal costs increase as output increases
As both companies have the total supply of the product in the market they can dominate everything that they are providing because of this, they cab restrict the supply of the computer chips, if they cooperate and work together they can set a minimum price and a ceiling price, they can dictate how the market flows, because of that, the price of the computer chips will depend solely on them.
Which of the following is an approach to debugging?
A) backtracking
B) brute force
C) cause elimination
D) code restructuring
E) a, b, and c
The following is an approach to debugging:
A) backtracking
B) brute force
C) cause elimination
There are different approaches to debugging a Software Applications, these are:
Brute Force Method: This method commonly used but it has the least efficiency for isolating the cause of a software error.Back Tracking Method: This method is commonly used for small applications.Cause Elimination: The approach involves induction or deduction.Find out more at: https://brainly.com/question/23959780
Why are words like monkey, smile, and freedom not good to use as passwords??
________ is a collection of many separate networks.
A) A WAN
B) An internet
C) a LAN
D) None of the above
The _____ address range is reserved for a computer to communicate with itself and is called the loopback.
Which of the following strategic issues needs to be addressed in a successful software testing process?
A) conduct formal technical reviews prior to testing
B) specify requirements in a quantifiable manner
C) use independent test teams
D) wait till code is written prior to writing the test plan
E) both a and b
The strategic issues that should be addressed for a successful software testing process include the conducting of a formal technical reviews prior to testing and specifying the requirements in a quantifiable manner.
The test strategy has to do with the testing approach of the development cycle of the software and its aim is to ensure that the objectives of the software are met.
It should be noted that using independent test teams and waiting till the code is written prior to writing the test plan doesn't need to be addressed in a successful software testing process.
Therefore, the correct option is E since both option and B are correct.
Read related link on:
https://brainly.com/question/13262403
Which topology requires a central controller or hub?
A) Mesh
B) Star
C) Bus
D) Ring
Each component of a network is connected to a central node, frequently referred to as a hub or switch, in a star architecture. Thus, option B is correct.
What topology requires a central controller or hub?A benefit of star topologies is that just the central site needs to be modified, making it simple to add new sites. The centre site is crucial in a star topology; if it fails, all connections would be lost. The connection's performance is determined by how well the central hub functions.
A star network is a local area network (LAN) topology in which all nodes, such as personal computers (PCs), workstations, or other devices, are directly connected to a single common hub, which is frequently referred to as a central computer. As a result, a hub-and-spoke network structure is another name for a star network.
Therefore, Star topology requires a central controller or hub.
Learn more about topology here:
https://brainly.com/question/10536701
#SPJ2
In your opinion, is it more beneficial to have many folders or is it better to “nest” subfolders? Explain your response.
Which term describes the order of arrangement of files and folders on a computer?
the internet is an example of
a. a large multi user program
b. a computer program
c. wireless connection
d. mass file storage
The internet is an example of a large multi-user program. Thus the correct answer is A.
What is the internet?The Internet is refers to a Network of thousands of computers used to connect people from miles away. This has shortened the distance between people.
It helps to communicate, do online shopping, education, research, play games, animations, and so on. It allows many people to connect over the program.
Therefore, option A a large multi-user program is the appropriate answer.
Learn more about the Internet, here:
https://brainly.com/question/13308791
#SPJ2
Regression testing should be a normal part of integration testing because as a new module is added to the system new
A) control logic is invoked
B) data flow paths are established
C) drivers require testing
D) all of the above
E) both a and b
Regression testing should be a normal part of integration testing because as a new module is added to the system new control logic is invoked and data flow paths are established.
What is regression testing?Regression testing is a software testing practice which ensures that an application is still functioning as it need to or expected after making any code changes or improvements. Regression testing checks for the overall stability and functionality of the existing features of the software.
Now, the Regression testing is integrated with the software so that if any changes are made, new control logics are automatically invoked and data flow path is established.
Thus, the correct option is E. i.e. both A and B.
Learn more about regression testing.
https://brainly.com/question/13327687
#SPJ2
Given the ip address 192.168.112.0. each network requires between 35 and 60 hosts. what is the broadcast address of the first available subnet?
What type of Microsoft Server serves as an email server?
What object type would you use to identify the address of the neighbouring gateway from your local gateway?
which of the following is the default letter assigned for the primary hard drive
A(n) ____ is a front-end processor that multiplexes the traffic from hundreds of remote terminals into one port on a large computer.
Acceptance tests are normally conducted by the
A) developer
B) end users
C) test team
D) systems engineers
B: End Users
That is the correct answer
The method needed to arrange for an object to be notified when a window's close-window button has been clicked is