1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
AleksAgata [21]
3 years ago
12

Will give Brainiest and stuff to right answer[s].

Computers and Technology
2 answers:
Aneli [31]3 years ago
6 0
#22 is 1s and 0s, hope that helps a little bit
kirill115 [55]3 years ago
6 0

I can help with most of these!

#1: Explain the use of logic gates.

Answer: Logic gates are comparisons to operations that are performed in the CPU using keywords such as, OR, XOR, NOT, AND, NAND, XNOR, and NOR.

#2: ____ refers to logic in programming and errors in program code.

Answer: BUGS refers to logic in programming and errors in program code.

#3: What type of software resides on a computer’s hard drive, and controls the CPU and all other activity between components?

Answer: The operating system!

#4: Why are high-level languages easier for humans to understand?

Answer: They are written with human-friendly words that humans understand.

#5:  Which component receives data and loads it into memory for use?

Answer: The CU!

#6: Explain why a CPU’s speed is affected by the number of buses.

Answer: Each bus is basically a highway on the motherboard that is enabling data transfers from and to the CPU. So, since there are numerous buses, large amounts of data are being transferred. This is how the CPU's speed is affected.

#7: What's the keyword for a field that stores a true/false value?

Answer: Boolean

#9: How is Windows 8 different from an Internet browser such as Firefox?

Answer: Windows 8 is system software; Firefox is application software.

#10:  Which computer programming language would be most easy to understand if you have never seen it before? Choose the best answer.

Answer: Javascript language!

#11: Which part of the CPU provides access to the external cache unit and other CPUs on the motherboard?

Answer: The southbridge!

#14: What is a user-friendly software program that displays information to the user, accepts input from the user, and provides output for the user?

Answer: Human-computer interface!

#15:  What is a group of printable characters enclosed within double quotation marks called?

Answer: String Literal!

#16: Which component comprises the central processing unit?

Answer: The Control unit!

#17: What typically handles communications among the CPU, in some cases RAM, PCI Express (or AGP) video cards, and the southbrige?

Answer: The northbridge!

#18: Explain why clock speed is used to measure a computer’s speed in calculation and processing data.

Answer: Clock speed is the measurement of how many cycles a CPU can process. When the processor speed or CPU is compared to different computers, the higher the clock speed is, the more efficient and faster the computer will run.

#19: Choose the following components that are controlled by the motherboard.

Answer: The CPU cooling fan, power supply and internal speaker are all controlled by the motherboard.

#21: When does the ALU get activated? Choose the most appropriate answer.

Answer: Once an instruction that involves a calculation comes to the CPU.

#22: Which of the following makes up binary code?

Answer: 1s and 0s!

You might be interested in
Write a c++ program to print even numbers from 1 to 20​
Novay_Z [31]

Answer:

#include <bits/stdc++.h>

using namespace std;

// Function to print even numbers

void printEvenNumbers(int N)

{

cout << "Even: ";

for (int i = 1; i <= 2 * N; i++) {

// Numbers that are divisible by 2

if (i % 2 == 0)

cout << i << " ";

}

}

// Function to print odd numbers

void printOddNumbers(int N)

{

cout << "\nOdd: ";

for (int i = 1; i <= 2 * N; i++) {

// Numbers that are not divisible by 2

if (i % 2 != 0)

cout << i << " ";

}

}

// Driver code

int main()

{

int N = 20;

printEvenNumbers(N);

printOddNumbers(N);

return 0;

}

Explanation:

Note: This will find both odd and even numbers, you have to change the number above to the number of your choice

For even numbers

Even number are numbers that are divisible by 2.

To print even numbers from 1 to N, traverse each number from 1.

Check if these numbers are divisible by 2.

If true, print that number.

For odd numbers

Odd number are numbers that are not divisible by 2.

To print Odd numbers from 1 to N, traverse each number from 1.

Check if these numbers are not divisible by 2.

If true, print that number

8 0
3 years ago
Explain download as used in computing environment.
oksano4ka [1.4K]

Explanation:

Downloading is the transmission of a file or data from one computer to another over a network, usually from a larger server to a user device. Download can refer to the general transfer of data or to transferring a specific file. It can also be called to download, DL or D/L.

please mark be brainliest

6 0
2 years ago
Spreadsheets will be displayed as tables in presentations.True or False?
lesya692 [45]
Yes this is true. When put in presentations, Spreadsheets are displayed as tables with multiple columns and rows.
3 0
4 years ago
Read 2 more answers
Give short answers.
Mkey [24]

Answer:

H) Well it depends how you put it. I'm Doing virtual School for my education. And it is so easy when we have technology out their to provide the help that we need. So I think it has affected education pretty good. You can Also google the answers.

I) Looking up Answers at home

J) Parents can check up on their child's school work and see if they can help them. Also The law is involved in Education.

K) It depend's on how you put it

Explanation:

Short Answers

6 0
3 years ago
90 points can someone please write the code for this (HTML):
frez [133]

Answer:

Explanation:

1.

First name:

Last name:

.

2.

What fraction of a day is 6 hours?

Choose 1 answer

6/24

6

1/3

1/6

Submit

</p><p> // The function evaluates the answer and displays result</p><p> function displayAnswer1() {</p><p> if (document.getElementById('option-11').checked) {</p><p> document.getElementById('block-11').style.border = '3px solid limegreen'</p><p> document.getElementById('result-11').style.color = 'limegreen'</p><p> document.getElementById('result-11').innerHTML = 'Correct!'</p><p> }</p><p> if (document.getElementById('option-12').checked) {</p><p> document.getElementById('block-12').style.border = '3px solid red'</p><p> document.getElementById('result-12').style.color = 'red'</p><p> document.getElementById('result-12').innerHTML = 'Incorrect!'</p><p> showCorrectAnswer1()</p><p> }</p><p> if (document.getElementById('option-13').checked) {</p><p> document.getElementById('block-13').style.border = '3px solid red'</p><p> document.getElementById('result-13').style.color = 'red'</p><p> document.getElementById('result-13').innerHTML = 'Incorrect!'</p><p> showCorrectAnswer1()</p><p> }</p><p> if (document.getElementById('option-14').checked) {</p><p> document.getElementById('block-14').style.border = '3px solid red'</p><p> document.getElementById('result-14').style.color = 'red'</p><p> document.getElementById('result-14').innerHTML = 'Incorrect!'</p><p> showCorrectAnswer1()</p><p> }</p><p> }</p><p> // the functon displays the link to the correct answer</p><p> function showCorrectAnswer1() {</p><p> let showAnswer1 = document.createElement('p')</p><p> showAnswer1.innerHTML = 'Show Corrent Answer'</p><p> showAnswer1.style.position = 'relative'</p><p> showAnswer1.style.top = '-180px'</p><p> showAnswer1.style.fontSize = '1.75rem'</p><p> document.getElementById('showanswer1').appendChild(showAnswer1)</p><p> showAnswer1.addEventListener('click', () => {</p><p> document.getElementById('block-11').style.border = '3px solid limegreen'</p><p> document.getElementById('result-11').style.color = 'limegreen'</p><p> document.getElementById('result-11').innerHTML = 'Correct!'</p><p> document.getElementById('showanswer1').removeChild(showAnswer1)</p><p> })</p><p> }</p><p>

3.<p> rows="5" cols="30"</p><p> placeholder="type text.">

4. <p>I will display &euro;</p>

<p>I will display &part;</p>

<p>I will display &exist;</p>

5. <input type="submit">

6. This code should be the first code

<!-- This is a comment -->

<p>Start Test.</p>

<!-- Remember to add more information here -->

This code should be the last and at the end of the of the html code

<!-- This is a comment -->

<p>End Test.</p>

<!-- Remember to add more information here -->

Notice: Answers may not be accurate and may be accurate. And pls endeavor to edit any part of the html code.

4 0
3 years ago
Other questions:
  • Given three dictionaries, associated with the variables, canadian_capitals, mexican_capitals, and us_capitals, that map province
    11·1 answer
  • You want to place a video from the internet to your desktop. what process do you use?
    15·1 answer
  • Monetary Policy can be either Expansionary or Contractionary. Which of the following actions classify as Expansionary Monetary P
    7·2 answers
  • Thegroup of technologies concerned with the capturing, processing and transmissionof information in the digital electronic form
    9·1 answer
  • Judy forgot where she saved a certain file on her computer. Therefore, she searches for all files with a .jpg file extension. Wh
    7·2 answers
  • Will has been asked to recommend a protocol for his company to use for a VPN connection to the cloud service provider that his c
    6·1 answer
  • PLS HELP
    5·1 answer
  • Open the same text file that you have created in Exercise-Four ( in the sample output, I have created the file name personal). W
    7·1 answer
  • What is the main function of a file extension?
    10·1 answer
  • What are the two main types of citing information?
    12·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!