Ports on the motherboard can be disabled or enabled in ____ setup. RAM Firmware Northbridge BIOS

Answers

Answer 1
Answer: CMOS setup .........................................

Related Questions

What type of relationship involves people who don't share the same status
What is the difference between the (BIOS) basic.input.output.system and R.O.M
Web pages are accessed through a software program called a _____.
Press the ____ key(s) to erase one character to the left of the insertion point.
Your computer will organize files into _______ order.

It's safe to download files from the internet if u perform regular Windows security updates, that is all u need to protect your computer from viruses? True or False

Answers

Answer

TRUE

Explanation

A computer virus is a self-replicating program which are malicious and are designed to infect and gain control over a computer without the owner's knowledge.

To protect your computer from viruses especially when downloading files from the internet, it is advisable for one to perform regular windows security updates. This is because because windows have malware definitions to its windows defender and security essential utilities.

This is True. 
If you are downloading files from the internet like videos, documents, images, or installers, your computer is at risks of malware and viruses. To avoid it, you must regularly perform Windows Security updates. These updates help resolves vulnerability issues in Windows Applications, especially in Internet Explorer. 

Which of the following definitions describes a circuit breaker ground fault circuit interrupter (GFCI)?a. Includes an extension cord
b. Replaces a circuit breaker on the main circuit board
c. Fits into the standard outlet box
d. Used when permanent protection is not available

Answers

A ground fault circuit interrupter (GFCI) is a device that closes off an electric power circuit when it notices that current is curving alongside an unintentional path, such as over water or an individual. Circuit breaker GFCIs are frequently used as substitutes for standard circuit breakers and offer GFCI guard to all holders on that discrete circuit. So therefore, the answer is B.

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( );

}

What is the result when you run the following program?

print(“2 + 7”)
print(3 + 1)

Answers

Answer:

line 1 = 2+7 (you added quote marks)

line 2 = 4 (you did not add quote marks, which adds both nums together)

Explanation:

What is another name for mesolithic age

Answers

 Cretaceous Period or Middle Stone Age, either works
In archaeology, mesolithic is culture between paleolithic and neolithic. The term "Epipaleolithic" is often used for areas outside northern Europe, but was also the preferred synonym used by French archaeologists until the 1960s.

Television is more effective than radio in influencing public opinion because on the television you can see the speaker and observe his movements and gestures, all the little tricks of public speaking. a. True
b. False

Answers

its true.... on the radio you can only hear them... TV is much more effective