A web page without a bibliography, or sources, is an indicator of an unreliable site. Please select the best answer from the choices provideda. True
b. False

Answers

Answer 1
Answer:

Answer:

True indeed

Explanation:


Related Questions

What of the following is NOT an element in html?*BodyHeadParagraphSentence
Suppose a company that produces cleaning supplies also pollutes the air. This pollution is a(n) _____ of the production process.
Write a Common Lisp predicate function that tests for the structural equality of two given lists. Two lists are structurally equal if they have the same list structure, although their atoms may be different. A script of defining and testing the function in Clisp on the empress system must be submitted.
Range of motion definition
Given four files named asiasales2009.txt, europesales2009.txt, africasales2009.txt, latinamericasales2009.txt, define four ofstream objects named asia, europe, africa, and latin, and use them, respectively, to open the four files for writing.

Given a scanner reference variable named input that has been associated with an input source consisting of a sequence of strings and two int variables, count and longest, write the code necessary to examine all the strings in the input source and determine how long the longest string (or strings are). that value should be assigned to longest; the number of strings that are of that length should be assigned to count.

Answers

Answer:

int count = 0;  //int variables

int longest =0;  // int variables

Scanner input = new Scanner(System.in); // given input is reference variable

String str= new String();  // creating object of sting class

while (input.hasNext()) // taking the input by using scanner reference

{

str= input.next();  // taking input in string

if (str.length() == longest) // checking condition

++count;  // increment the count

else

if (Str.length() > longest) // if string is greater then longest

{

longest = str.length(); // calculating length

count = 1;  // assign count to 1

}

}

Explanation:

Following are the description of the code :

  • Declared a two variable count and longest of  int type.
  • Create a object of String class i.e 'str".
  • Taking input in the string by using scanner reference i.e "input".
  • Finally checking the condition of if and else block and calculating the length of string and assign into longest variable.

The code that examines all the strings in the input source and determines how long the longest string (or strings are) is the following:

total = 0;% initial value is zero, in every while loop it will be incremented

while(input.hasNextInt()){

total += input.nextInt( );

}

One method of displaying the entire contents of a window is to ____ it.

Answers

enlarge the window using the Maximize button

What will happen if Sam goes to the View menu, clicks Toolbars, and then clicks Picture?a. all of the toolbar options will appear
b. the selected picture will appear
c. the picture toolbar will appear

Answers

I think the correct answer from the choices listed above is option C. If Sam goes to the View menu, clicks Toolbars, and then clicks Picture, then the picture toolbar will appear. Hope this answers the question. Have a nice day. Feel free to ask more questions.

Answer:

C. the picture toolbar will appear

Explanation:

In database software, a record is a

Answers

Answer:

In database software a record is a group of related data held within the same structure.

Of the following statements are applicable to an actor in a use case diagram? Select all the statements which are true. a) An actor represents a user or another system interacting with the system being modeled. b) An actor must be a physical person. c) An actor can initiate and participate in use cases. d) An actor cannot be part of more than one use case.

Answers

Answer:

a) An actor represents a user or another system interacting with the system being modeled.

c) An actor can initiate and participate in use cases.

Explanation:

- Statement A is true because an actor is an entity that performs a role in a particular system. This entity can be a human user, hardware, or another system.

- Statement B is false because an actor does not necessarily have to be a physical person. As mentioned above, it can be a system, a piece of hardware, or even another software system.

- Statement C is true because actors in a use case are the ones who initiate the use case and participate in it.

- Statement D is false because an actor can be part of multiple use cases. It's quite common in systems where a single actor (like a user or another system) interacts with multiple parts of the system.

Hope this helps! :)

If your computer requires that you install memory in pairs, it doesn't matter if the two memory modules are the same type, size, or speed.True / False.

Answers

Answer:

False

Explanation:

If your computer requires that you install memory in pairs you should always keep in mind that

1. Both are the same type(DDR4+DDR4, DDR3+DDR3, DDR2+DDR2...)

2. Both are the same size (2GB+2GB, 4GB+4GB, 8GB+8GB...)

3. Both are the same speed (800MHz+800MHz, 1666MHz+1666MHz, 3200MHz+3200MHz...)

This is important, because of the predefined slots that are located on the Motherboard.

Although you can change the RAM speed from the BIOS you can not change the predefined slot values