Compare two processors currently being produced for personal computers. Use standard industry benchmarks for your comparison and briefly list the advantages and disadvantages of each. You can compare different processors from the same manufacturer (such as two Intel processors) or different processors from different manufacturers (such as Intel and AMD).

Answers

Answer 1

Answer:

The intel core i7 and core i9

advantages;

- The core i7 and core i9 have maximum memory spaces of 64GB and 128GB respectively.

- They both support hyper-threading.

- core i7 has 4 cores and 8 threads while the i9 has 8 cores and 16 threads.

- The maximum number of memory channels for i7 and i9 are 3 and 4 respectively.

- The Base frequencies of core i7 and i9 are 1.10GHz and 3.00GHz respectively.

demerits;

- High power consumption and requires a high-performance motherboard.

- Costly compared to earlier Intel processors

- They do not support error correction code memory, ECC

Explanation:

The intel core i7 and i9 processors are high-performance processors used in computing high-resolution graphics jobs and in processes where speed is required. This feature makes these processors flexible, to be used in most job types.

Note that computers with these processors are costly, must have and be upgraded with a DDR3 RAM chip, and consumes a lot of power to generate high-performance.


Related Questions

all of the following are computer hardware servicing tools EXCEPT​

Answers

Answer:

Shovel

Explanation:

Which of the following algorithmic efficiencies would be considered LEAST efficient?

A. Linear
B. Constant
C. Polynomial
D. Exponential

Answers

Answer:exponential

Explanation: I believe

By default, tables are sorted in ascending order by this.


What’s the answer?

Answers

Answer:

Record number

Explanation:

It simply can't be "data type" as there cant be more than one data type in a field. It won't be "primary key field" either as primary keys only set the field as unique. You can test this by changing the primary key to a different field. But for simplicity's sake, I did this experiment for you.

As you can see in the first and second attachments, ID is the primary key, set default by the program.

But when I set Field 8 as the primary key, shown in the third attachment, field 8 doesn't sort, shown in the fourth attachment.

Answer:

By default, tables are sorted in ascending order by record number.

Need answer quick plz.

Fill in the blank with the correct response.

A colleague excitedly tells you she has created a interface component for SPSS, a statistics software program. She

has created a

Answers

Answer:

SPSS

IS THE ANSWER

IHOPEIT WILL HELP YOU

Answer:

wassup with it bro i don't even know the answer and i just want the points

Explanation:

Describe white blood cells you see at 10X?

Answers

Answer:

White blood cells are part of the body's immune system. They help the body fight infection and other diseases. Types of white blood cells are granulocytes (neutrophils, eosinophils, and basophils), monocytes, and lymphocytes (T cells and B cells). ... Also called leukocyte and WBC.

Explanation:

write Python statement to do the following tasks (a) create a list that contain the name of 5 student of your class (b) add one more name to the list of 5 students (c)
delete the first name from the list of student​

Answers

Answer:

classroster = ["Bill", "Tyler", "Jake", "Sam", "Joe"]

print("Original Roster: " + str(classroster))

classroster.append("June")

print("Added student: " + str(classroster))

classroster.pop(0)

print("Removed the first student" + str(classroster))

Explanation:

We create a variable named classroster and assign it a list value by using []

We print text with the value of the variable classroster, but we used the str tag to make it a string value

We used classroster.append to add "June" to the end of the list.

We then print the classroster again

We use classroster.pop(0) to remove "Bill" on the list. If we wanted to remove "Tyler" from the list, we would use classroster.pop(1).

If we wanted to remove "Jake" we would use classroster.pop(2)

and so on. goodluck!

How does setting user permissions increase the security of a system?

Answers

Answer: This can allow for less hackers to acquire your most essential and private information. It will be kept private to you and only others you share with.

Explanation: For example, if I wanted to edit a document without being given the consent to do so this will breach the security of user permissions, but if the individual was to set the document to view only, I would not have access to edit or even change little aspects of it.

How are online sources used? Check all that apply.
as a way to learn from others
as a way to play games
as a way to find information
as a way to socialize with others
as a way to copy the work of others

Answers

Answer:

As a way to learn from others, as a way to find information

Explanation:

When you read about lets say how to make a certain cookie mix you like your learning from someone else. The source is also helping you find information about that topic you want. Its not supposed to be a way for entertainment or games, its not a platform for you to talk to  others, and not made for you to just copy and take credit.

Answer: a, c, d

Explanation: edge 2021

QUESTION 4 of 10: What term refers to the basic characteristics of a population segment, such as gender, age, and income?

Answers

272727727272727226282829292
Does it offer multiple choices?

Citations that are ______________________________ can be used to build a bibliography when needed. [Create and Modify Citation Sources]
Question 1 options:

underlined

bolded

marked

italics

Answers

Answer:

I think the best option would be C. Marked

Explanation:

hope this helps and sorry if it is incorrect.



WAP to read number(s) from keyboard until a zero number is keyed in. And print the sum of entered numbers.​

Answers

Answer:

Worship And Pray -LIVE LAUGH WAP

Answer and Explanation:

in Java:

import java.util.Scanner;

public class NumberReader

{

 public static void main(String[]args)

 {

     Scanner in = new Scanner(System.in);

     

     int keyNum = 10;

      while (keyNum != 0)

      {      

          keyNum = in.nextInt();

          sum += keyNum

      }

      System.out.println(sum);

 }

}

In what situations might you need to use a function that calls another function?

Answers

Answer:

Explanation:

It is important to understand that each of the functions we write can be used and called from other functions we write. This is one of the most important ways that computer programmers take a large problem and break it down into a group of smaller problems.

What function affects the cookies downloaded into the host when playing a video clip?


security

privacy

APIs

embedded code

Answers

Answer:

Privacy

Explanation:

Your program has a two-dimensional array, scores. You are implementing your array with lists. Each member in the array is a pair of
scores, composed of [your team score, the opponent's score).
Which line of code will add a new pair of scores to the array?
scores.insert(6,2)
O scores.append([6.2])
O scores.insert[62]
O scores.append(6,2)

Answers

Answer:

scores.append([6, 2])

Or simply D

Explanation:

Note: Be sure to look carefully or you'll get tripped up. Trust me, I know!

Does anyone have 2.19.4 Guess a number 2.0 code for codehs?

Answers

Python is a high-level, universally interpreted programming language. It seeks to encourage a clear, succinct programming approach.

What is a programming language?

A method of notation for creating computer programs is known as a programming language. The majority of formal programming languages are text-based, though they can also be graphical. They are a sort of programming language.

Syntax and semantics, which are often specified by a formal language, make up the two parts of the definition of a programming language. Some languages have a specification paper that serves as their definition, while others have a dominant implementation that serves as their reference.

Both exist in certain languages, with the base language being defined by a standard and extensions frequently drawn from the most popular implementation.

The branch of computer science that investigates the creation, use, analysis, characterization, and classification of programming languages is known as programming language theory.

Learn more about programming language, here

https://brainly.com/question/23959041

#SPJ5

A basic implementation of the "Guess a Number 2.0" game in Python. You can adapt this code to your specific needs on CodeHS or any other platform.

import random

def play_game():

   secret_number = random.randint(1, 100)

   num_guesses = 0

   print("Welcome to Guess a Number 2.0!")

   print("I'm thinking of a number between 1 and 100.")

   while True:

       guess = int(input("Take a guess: "))

       num_guesses += 1

       if guess < secret_number:

           print("Too low!")

       elif guess > secret_number:

           print("Too high!")

       else:

           print(f"Congratulations! You found the number in {num_guesses} guesses.")

           break

   play_again = input("Do you want to play again? (yes/no): ")

   if play_again.lower() == "yes":

       play_game()

   else:

       print("Thank you for playing!")

play_game()

This is a basic implementation of the "Guess a Number 2.0" game in Python. The code generates a random secret number between 1 and 100 and prompts the user to guess the number. It provides feedback ("Too low!" or "Too high!") based on the user's guess and continues until the correct number is guessed. Afterward, it gives the option to play again or exit the game.

Learn more about python on:

https://brainly.com/question/30391554

#SPJ6

Briana designs a science fair experiment where she drops a basketball, tennis ball and golf ball from three different heights. She conducts ten trials where she drops each type of ball from a height of 100 cm, 80 cm, and 50 cm. She records the height of each ball after it bounces off the ground. Briana's teacher hands her science fair proposal back to her and asks her to fix her mistake. How should she fix her experiment?

Answers

A semi-circle is a half circle. Find the area of a semi-circle with a radius of 8.6 meters.

The area of the semi-circle is

Predict the future that social media will have on society or the environment.

Answers

Answer:

Social networks are becoming more and more popular. More than 80% of the 4.66 billion people on the planet with access to the internet are social network users… and this share is expected to grow!

Society will drift to technology and rely on it more.

Environment wouldn't be taken cared of, and may be damaged.

Explanation:

Answer:

The Influence of Social media is being used in ways that shape politics, business, world culture, education, careers, innovation, and more.

Explanation:

The Influence of Social media is being used in ways that shape politics, business, world culture, education, careers, innovation, and more.

The ________________________ option allows one to start a numbered list on any number desired. [Set Starting Number Values]
Question 7 options:

Number Formats

Change List Level

Define New Number Format

Set Numbering Value

Answers

Answer:

Set Numbering Value.

Explanation:

Microsoft Word refers to a word processing software application or program developed by Microsoft Inc. to enable its users to type, format and save text-based documents.

In Microsoft Word 2019, the users are availed with the ability to edit the word document in the following view type;

I. View Mode.

II. Print Mode.

III. Drift Layout.

A numbered list can be defined as a list of items that are ordered numerically or sorted sequentially.

Basically, it is best suited for steps or procedures that are to be done sequentially or in order i.e in an ascending order. Thus, a numbered list is an ordered list that starts from 1.

The Set Numbering Value option allows one to start a numbered list on any number desired. To automatically create a numbered list in Microsoft Word, you should press 1 followed by a period, leave a space, type a text and then press the enter button.

Identify what a computer needs to
communicate sound:
Driver
Digital sound
Mouse
Keyboard
DONE

Answers

Digital sound because you want be able to hear

Answer:

A B

Explanation:

I got it right

Which one of these is a common result of good peer communication in the workplace?



an increased number of coworkers


a decreased number of coworkers


decreased product


increased product​

Answers

Answer:

increased product.

Hope you have a nice day.

What is the solution to the equation ?

Answers

There’s no solution to the equation
The correct answer is option D. No solution

it is a JavaScript property used to call a function after a specified time, in milliseconds​

Answers

Answer:

setTimeout is a native JavaScript function (although it can be used with a library such as jQuery, as we'll see later on), which calls a function or executes a code snippet after a specified delay (in milliseconds).

Answer:

setTimeout is a native JavaScript function (although it can be used with a library such as jQuery, as we'll see later on), which calls a function or executes a code snippet after a specified delay (in milliseconds).

Jennifer has written a short story for children. What should be her last step before she submits the story for publication?

Answers

Answer: proofreading

Explanation:

The options include:

A. proofreading

B) editing

C) accepting track changes

D) rejecting track changes

Jennifer's last step before she submits the story for publication should be proofreading. Proofreading simply refers to the checking of errors in an article, story or text before such article or text is published.

Proofreading is the final stage when one is writing before it's published. When a story is proofread, spelling, formatting issues, punctuation marks and every other mistakes are checked and removed.

It is best to use ____________________ styles to get a table of contents to build easily. [Insert a Table of Contents]
Question 5 options:

font

pretty

heading

black

Answers

Answer: heading

Explanation:

It is best to use the heading styles to get a table of contents to build easily. In this case, when the table of contents us inserted, a section will be created for each heading.

When one applies the heading style, one is simply telling Ms Word that a new section in the document is about to begin. The heading style when used for the chapters can be used to know the number of sections that are contained in a document.

Display the IP address of the default gateway of this device.

Answers

Answer:

ipconfig

Explanation:

Type ipconfig and look for a Default Gateway entry that is not blank.

who plays oblox .............................

Answers

Answer:

Me

Explanation:

MEEEE!!! i love scary games

What is one example of an emerging class of software

Answers

Answer:

"Push" Model web browsers.

Explanation:

two ways in which some culter views that exist may affect a relationship negatively​

Answers

Answer:

some people say different culture less they get along

Explanation: or more

A citation and its ____________________ can be entered at the same time. [Insert Citations]
Question 4 options:

name

date

source

table of contents

Answers

Answer: source

Explanation:

A citation and its source can be entered at the same time. Hence option c is correct.

What is citation?

Citation is defined as how you disclose to your readers that a particular passage in your work was taken from another source. Identifying the sources you used to obtain your knowledge can demonstrate to the reader that you did thorough investigation. to recognize and respect other scholars' work by giving them due credit.

Select the phrase or sentence you wish to cite by clicking at the end of it, and then select Insert Citations from the Citations & Bibliography group on the References tab. Choose the citation you want to use from the list provided under "Insert Citation."

Thus, a citation and its source can be entered at the same time. Hence option c is correct.

To learn more about citation, refer to the link below:

https://brainly.com/question/1272936

#SPJ2

In the current situation, how do you access information as a student? How will you integrate the use of ICT in your daily life and your chosen track?

Answers

Answer:

Explanation:

As a computer science student information is accessed in every possible way. This can be through a local school lan network, mobile devices, e-mail, etc. All of these help information flow to and from various people and makes obtaining this information incredibly simple as a student. Especially in the field of computer science, I need to integrate as many ICT devices with me in my everyday life, to send emails, check calendar updates, research information on the web, check school reports, and even speak with clients.

Other Questions
what are four principles of government are used in the Declaration of Independence to make the argument for independence? i look like a game board or chess board, a wall clock and in a slice of bread and quadrilateral who am i? The alternating current (AC) breakdown voltage of an insulating liquid indicates its dielectric strength. The article "Testing Practices for the AC Breakdown Voltage Testing of Insulation Liquids" (IEEE Electrical Insulation Magazine, 1995: 2126) gave the accompanying sample observations on breakdown voltage (kV) of a particular circuit under certain conditions.62 50 53 57 41 53 55 61 59 64 50 53 64 62 50 6854 55 57 50 55 50 56 55 46 55 53 54 52 47 47 5557 48 63 57 57 55 53 59 53 52 50 65 60 50 56 68 a. Construct a boxplot of the data and comment on interesting features.b. Calculate and interpret a 95% CI for true average breakdown voltage m. Does it appear that m has been precisely estimated? Explain.c. Suppose the investigator believes that virtually all values of breakdown voltage are between 40 and 70. What sample size would be appropriate for the 95% CI to have a width of 2 kV (so that m is estimated to within 1 kV with 95% confidence)? HELP ME PLEEEEEAAAAAAASSSEEE!!! *************************As you read these articles, make sure that you understand the side an author takes on the topic, this can be determined by looking at POSITIVE and NEGATIVE TONE (Lesson 2.02, Lesson 3.01).PART 1. After you've read the articles, fill in the graphic organizer:In Fisher's article, the three pieces of evidence that he used to support his viewpoint on space travel to Mars were (fill this in):1.2.3.Spring chose to use these three pieces of evidence in her article to support her view on space travel to Mars (fill this in):1.2.3.#1 The Case for Mars By: Alexander FisherA mission to Mars should be the next step for NASA. There are many reasons why going to Mars is important. First, Mars is the most likely planet for us to colonize. No matter how expensive, we need to work on getting there as soon as possible. Furthermore, the technology that we would need to develop to send humans to Mars would directly benefit our economy here on Earth. Just look at the money-#making products that have already resulted from NASAs space efforts: invisible braces, water filters, cordless vacuums, to name just a few. Although we have already sent robots to Mars, robots cant take the place of humans when it comes to studying the planet. A robot may break down. Also, it takes robots much longer to cover the same amount of ground than it would a human. Think how much faster we could learn about the planet if we sent humans to work alongside the robots! Finally, claims that there will be significant health problems for people who travel to Mars are wrong. Studies have shown that radiation levels on Mars are not lethal to humans. Sure, we would have to live in a dome at first, but over time, we could use science to change the atmosphere and make it possible to go outside, just like on Earth! The choice is clear. We need to go to Mars now!#2 MarsA Waste of Time and Money By: Juniper SpringsWhile it might be fun to imagine traveling to Mars one day, now is not the time to go. For one thing, it is too dangerous. The atmosphere of the planet is more carbon-dioxide than oxygen, and its very cold. While there are claims that the radiation levels on the planet are not lethal to humans, that does not mean they arent dangerous. We dont yet know what the long-term health effects will be. As of now, we do not have a solution for this problem. It is foolish to think a dome would be able to protect us from all of the radiation. It would also be impossible to build one large enough to house as many people as would want to go. Also, going to Mars will be expensive. Why spend money traveling to a planet that is so dangerous and far away? That money could be better spent addressing problems here on Earth. Furthermore, it is unwise to think any inventions that come about as a result of our race to Mars would make up for the cost of getting there. We are already able to send robots to Mars. It wont be long until our technology is so advanced that a robot will be able to do the same tasks as a human. It is not necessary to go to Mars right now. What is 0.64 divided by 248? Decide if the sentence is reflexive & which answer is correct based upon the subject and the reflexive pronoun. Solveeeee!!!!!!iiippp A train travels at (3x + 5) miles per hour for 4 hours. Write an expression showing this.___________________If x = 4, how far did the train travel in four hours? _________________ Imagine that two goods are available to you: hamburgers (X) and hot dogs (Y). You like hamburgers and hot dogs equally well. If your fast food budget is $50 per month, the price of hamburgers is $6 per unit, and the price of hot dogs is $4 per unit, what is your optimal consumption of hot dogs Imagine you followed all steps correctly, with multiple attempts, and found that the purity of recombinant DHFR isolated through IMAC was not good enough. Hypothesize two changes to the procedure or experimental design that you could consider trying next to increase the purity of our DHFR sample and why you anticipate each to increase protein purity. (5pt) Which word best describes the tone?A.cheerful B.grimC.celebratory D.none of the above Company 2 charges $4600 for the first 550 feet of fence and $29 for each additional foot. Find the cost if Company 2 completes the job. Show your work. The total fencing is 615.21 The mendelian principle that states that two homologous chromosomes separate into different gametes during meiosis is known as the law of --------------- To approve the appointment of the President and Judges of the Federal Supreme Court and the acceptance of their resignations I need help plzzz...thanks Are revolutions futile? Are the odds stacked against revolutionaries? Do they cause more harm than good? Should oppressed people revolt? Should they just endure oppression? Are there alternatives NO OTHER SITES OR FILES 1. Which of the following represent distributive property?a. 3x + 5= 5 + 3xb. 3(x+5) = 3x + 15C. 5x1 = 5d. 3 + (x + 5) = (3 + x) + 5 WILL GIVE BRAINLIEST!What polynomial must be subtracted from 2x3 x2 + 5x 3 so that the difference is x3 + 2x 6? Which of the following refers to annual meetings in which mountain men traded furs.Rendezvousc. Trading Meetingsb. Fur Shoppingd. Meeting Tablesa. Which Roman poet was known for stretching the truth in order to make Rome look glamorous?A.Virgil B.OvidC.Horace D.Livy