There should be a website found on the back of the card you can go to and type in your card number and check. Another way is the phone number found on the back of the card.
Answer:
c)none
Explanation:
Automatic updates can be a great problem in the case of the linked object and an embedded object. Hence, "a" and "b" are not the correct options, and since there is an effect, the d. the option is also not correct, as it does affect. And hence none of these options are correct. And the correct option is c) none.
Answer:
The conclusion is incorrect; using the test case [0, 1, 4, 5] is not sufficient to conclude the program is correct.
Explanation:
From the code snippet given, we cannot conclude that the test case is sufficient.
One of the reasons is because the test case contains only integer variables.
Tests need to be carried out for other large and floating points numerical data types such as decimal, double, float, etc. except that when it's known that the inputs will be of type integer only else, we can't rush into any conclusion about the code snippet
Another reason is that input are not gotten at runtime. Input gotten from runtime environment makes the program flexible enough.
Lastly, the array length of the array in the code segment is limited to 4. Flexible length needs to be tested before we can arrive at a reasonable conclusion.
Answer: streams can send data in only one direction either input or output.
Explanation:
An application must have two network streams in order to send and receive data.
for example if we want to send data from A to B we must have one stream similarly in order to receive data from B to A we must have another network stream.
Answer:
D: set of rules based on standards and guidelines
Explanation: