what is sopeculiar in the fourth and 5 generation computers​

Answers

Answer 1
Apart form the new 14 nm architecture (4th gen was 22nm) the major difference we'll see is in mobile computation. Intel instead of manufacturing 'U' series processors separately for tablets and laptops they decides to manufacture a whole new architecture that would consume less power because of its 14nm dye gap without compromising on performance as used to happen in 'U' series processors of the equivalent desktop model. As per the intel's data sheet " The 5th Generation Intel Core (U series) processors utilise Intel’s new 14nm process technology to improve upon the previous generation Intel Core processor’s success with 35 percent more transistors on a 37 percent smaller dye. The new process, combined with architectural enhancements, enables the 5th Generation Intel Core processors to deliver up to 24 percent better graphics performance, up to 50 percent faster video conversion and battery life that is up to 1.5 hours longer ". Consumers who are planning to refresh a 4-5-year-old PC will also notice significant improvements: graphics performance up to 12 times better, video conversion speed up to 8 times faster, productivity performance up to 2.5 times faster, wake times 9 times faster, all with up to 2 times longer battery life. So its better for mobile devices to use these 5th gen processors over same U series 4th gen processors... as think is that processors to great relational of computer.

Related Questions

Multiple Choice
What is the relationship between schools and nutrition?
Studies show that teachers eat less nutritiously than people in other professions,
Since most students eat at least one meal a day at school, the kinds of food schools provide make a
difference in students' diets.
There is no relationship: schools are places to teach and learn, not places to think about food,
Since most students take cooking classes at school, what the schools teach them will affect
restaurants and grocery stores in the future.

Answers

B

Since most students eat at least one meal a day at school, the kinds of food schools provide make a difference in the students diets.

please help in computer subject​

Answers

Explanation:

3

1. Biometric match with finger prints

2.packets match with a price of a transmission file.

3., cryptography match with SMLI

4.Firewall match with cyber text

I think I got something wrong in this but I tried my best please do tell me which I got wrong!

4

1. A next-generation firewall (NGFW) is a network security device that provides capabilities beyond a traditional, stateful firewall.

2. Dots per inch (DPI, or dpi) is a measure of spatial printing, video or image scanner dot density, in particular the number of individual dots that can be placed in a line within the span of 1 inch (2.54 cm).

3.Network Address Translation (NAT) is designed for IP address conservation.

4.SMLI Stands For : Stateful MultiLayer Inspection.

5.An uninterruptible power supply (UPS)

5

a. false

b. True

c. True

d. True

e. True

What data type or you use to represent true or false values?
Int
Boolean
Char
Float

Answers

The Boolean type is used to represent true or false values

Answer:

boolean

Explanation:

One of the advantages of communicating using social media is that you can use it to

a create a fake website
b promote and share your ideas
c push someone to do something he or she doesn't want to do
dshare your personal information

Answers

Answer:

b is correct because you can promote your ides others

teoria con la ke se relaciona la teoria
1. big bang
2.inflacionaria
3.estacionario
4.oscilante

Answers

sjskdkkdkdkdkdkdkdmdlxmxlx

if int a = 4, int *b = &a , int **c= &b;
what is the value store in c.

Answers

Answer:

5.

Explanation:

How to add bookmarks

Answers

Answer:

On the computer?

Explanation:

If you're using Chrome, there's a star at the end of the URL bar at the top. Click that and just add a new bookmark

Consider the following code segment, which is intended to print the digits of the two-digit int number num in reverse order. For example, if num has the value 75, the code segment should print 57. Assume that num has been properly declared and initialized.
/ missing code /
System.out.print(onesDigit);
System.out.print(tensDigit);
Which of the following can be used to replace / missing code / so that the code segment works as intended?
A int onesDigit = num % 10;
int tensDigit = num / 10;
B int onesDigit = num / 10;
int tensDigit = num % 10;
C int onesDigit = 10 / num;
int tensDigit = 10 % num;
D int onesDigit = num % 100;
int tensDigit = num / 100;
E int onesDigit = num / 100;
int tensDigit = num % 100;

Answers

Answer:

A

Explanation:

The ones digit is equal to the remainder after division by 10. Only answer A has onesDigit = num % 10, so that already disqualifies all the other answers.

The int onesDigit = num % 10; and int tensDigit = num / 10; can be used to replace / missing code / so that the code segment works as intended. Thus, option A is correct.

What is the code segment?

A code segment is often known as a text segment or just text, is a section of an object file or the equivalent piece of the program's virtual address space that includes executable instructions for computing.

Genes in eukaryotic DNA are typically broken into multiple parts known as coding sequences (exons) and non-coding sequences (introns). Segmentation is another method of allocating memory that can be utilized instead of or in addition to paging.

A program is divided into segments, each of which is a self-contained entity, incorporating a function or data structure.

Therefore, option A is correct about the code segment.

Learn more about the code segment, refer to:

https://brainly.com/question/20063766

#SPJ5

Whose task it is to ensure that the product flows logically from one step to another?

Answers

Answer:

The broad responsibility of a UX designer is to ensure that the product logically flows from one step to the next. One way that a UX designer might do this is by conducting in-person user tests to observe one’s behavior.

Explanation: I don't know if this is what your looking for though.

What program converts high level programming language into machine code line by linewhen the program is running

Answers

Answer:

interpreter

An interpreter is a computer program that simulates a computer that understands a high-level language. This means that the interpreter translates the source code line by line during execution.

Explanation:

Please help ASAP, this is for computer science we’re suppose to make a program that takes a user input and the user’s input is suppose to be the total of a list.


This is what I’ve got so far and my teacher said I was close but I shouldn’t use User_Number in the parameter. ( the indents are in the code for some reason they didn’t carry over thou )


User_Number = input(“What should the sum of numbers be? “)

Def Total(User_Number):

i = 1

numbers = [ ]

while i <= User_Number:

numbers.append( i )

i += 1

Sum_Total = 0

For i in numbers:

Sum_Total += numbers[ i - 1 ]

return Sum_Total

if __name__ == ‘__main__’:

print( Total )


The only things that must be in the program is: user input, a def statement with a parameter, the if name = min statement, and no preexisting functions for the math

Answers

Answer:

all of the above

Explanation:

guys help me quick i need to get this done!!

Answers

Answer:

1) using wireless phone to call people

2) all of the above

HELP!!!!!!!
Possible answers: input, output, both

Mouse

Printer

Keyboard

Speakers

Headset with speaker and microphone

Answers

Answer:

mouse - input

printer - output

keyboard - input

speakers - output

headset - both

Answer:

Input

Output

Input

Output

both

Explanation:

2. Give any two differences between UTP and STP.​

Answers

Answer:

The basic difference between UTP and STP is UTP (Unshielded twisted pair) is a cable with wires that are twisted together to reduce noise and crosstalk. On the contrary, STP (Shielded twisted pair) is a twisted pair cable confined in foil or mesh shield that guards the cable against electromagnetic interference.

Explanation:

plz mark this as brainliest ,i need it

6
1 point
Which units of measurement measure data transfer?
0 Kb, Mb. Gb, & Tb
KB, MB, GB, & TB
FLOPS
0 MHz, GHz
Previous

Answers

Answer:

right answer is option no b

kb, mb, gb, & tb,

Which statement is not true for a good algorithm?
A. It is clear and cannot be interpreted in more than one way by
different people or machines.
B. It successfully solves the desired problem or performs the desired
task.
C. It can perform a task or solve a problem even if various inputs are
involved.
O D. It uses more resources and more time than it needs to.

Answers

Answer:

D. It uses more resources and more time than it needs to.

Explanation:

A, B, and C each show the workload of an algorithm in positive light. However, D shows it using more resources and time than it needs to; something a "good" algorithm would not do.

que es el prototipo de representación tradicional

Answers

Answer:

abahueheheje ehehebe ehebe even 3ehe ebe

A flower is an example of _______________? (Select the best answer.)

Question 2 options:

Water


Soil


Fauna


Flora


Air

Answers

Answer:

flora

Explanation:

Flora is plant life; fauna refers to animals. Fauna derives from the name of a Roman goddess, but the handiest way to remember the difference between flora and fauna is that flora sounds like flowers, which are part of the plant world; fauna, however, sounds like "fawn," and fawns are part of the animal kingdom.

I don’t quite understand the context of the question but if I were to guess, I would say the answer is “Flora” because it also means “relating to flowers.”

To deliberately post something offensive on the internet to provoke a reaction is to _

Answers

Internet troll
This is when you deliberately post something to provoke readers

make a list of any four computer that were used in the history of computer.​

Answers

Answer:

ENIAC, UNIVAC, EDVAC and IMB 1401 are the list of computers used in history of computer

Explanation:

hope it helps

plz make it brainliest ans

Name the first computer brought in Nepal

Answers

Answer:

IBM 1401.

Explanation:

The first computer introduced in Nepal was IBM 1401.

PLEASE MARK ME BRAINLIEST.
Answer: the first computer introduce in Nepal was IBM 1401

computer is almost 100% accurate. why?​

Answers

Answer:

     The computer is 100% accurate. Because a computer is a machine, which is completely dependent on us humans. You can also call it the computer limitation. Like we instruct the computer. In the same way, the computer starts doing that instruction completely and correctly. Just depends on the person giving the instruction, whether he gives the computer the correct instructions or the wrong instructions.

   Normal computers are, in fact, 100% reliable, in much the same way that gravity is 100% reliable. The last time that we witnessed a mistake being made with a computer processor was in 1994 with the now infamous (if you happen to move in those circles) Pentium FDIV floating point hardware bug that apparently resulted in 1 in every 9 billion floating point divisions coming out with the wrong answer. That might not seem too terrible, but it was a pretty serious problem at the time, causing Intel to recall the chip at the cost of just under half a billion dollars, which would be three quarters of a billion dollars in today’s money.

     You can’t really blame the Pentium FDIV processor for the mistake, though. The poor bit of silicone was only doing what it was told. The problem happened because human engineers made a mistake when they built it. This hasn’t happened since, not because human engineers no longer make mistakes, but because human engineers have improved the way in which they test for and correct the mistakes that they make.

How are mobile cameras and digital cameras related to each other?

They are not related except that they are both cameras.

Digital cameras are a type of mobile camera.

They are essentially the same thing—the names are used interchangeably.

Mobile cameras are a type of digital camera,

Answers

Answer:

Digital cameras have electronic sensors that record information to create pictures. When mobile cameras first arrived on the market, they did not have a high-quality resolution. But after the years, mobile cameras are able to record a significant amount of digital information.

Explanation:

I need help I have to do a essay about

What is photoshop ☹️ Help meeee

Answers

Answer:

Photoshop is Adobe's photo editing, image creation and graphic design software. The software provides many image editing features for raster (pixel-based) images as well as vector graphics. ... Photoshop is used by photographers, graphic designers, video game artists, advertising and meme designers. Explanation:

Can you help me with Computer issues graphic organizer?
Will give out brainly

Answers

Just put for first: coding, graphics and for second : designing, writing
Third?: put all of the abov

_______ is the process of creating visual tools that describe a system.
a) Problem scoping
b) System maps
c) Data Acquisition
d) Problem statement template

This question is from AI. Chapter name: AI Project Cycle.

Answers

Answer:

c).....Data Acquisition

C………. Is the answer

Describe how people can work in collaboration with technology to create a better world in 200 words or less.

Answers

Who knows! Maybe a certain Uni will teach us <3

1.6
What do you call the two parts of the lift that goes down a mine?

Answers

Answer:

Sheave wheel and hoist cable

Explanation:

The sheave wheel is a pulley wheel that sits above the mine shaft. The hoist cable passes over the sheave wheel and then down the shaft of the mine. The sheave wheel reduces the sliding friction of the mine cable. The head frame is the structure that supports the sheave wheel.

Write a pseudocode to print the sum of first 10 terms in the series:
2, 4, 9, 16, 25…

Answers

Answer:

2,4,9,16,25,36,49,64,81, 110 , 121, 144

what are Database administrators?
Thank you :)

Answers

Answer:

To store and manage data, database administrators need specific software. Capacity planning, installation, setup, database design, migration, performance monitoring, security, troubleshooting, and backup and data recovery may all be part of the job description.

OAmalOHopeO

Other Questions
ventilator should be kept in our room give reasons of science escoge una de estas preguntas dime por que la escogiste. justifica tu respuesta Puede haber vida tras la muerte? ...Qu hay de cierto en la teora del Big Bang? ...Cuntos universos existen? ...Existe la vida en otro planeta? ...Se puede expandir el universo? ...Por qu se dice que hay algo en lugar de nada? ...El ser humano es bueno o malo por naturaleza A car traveling at 90 m/s can stop in a distance of 110 m. What is the magnitude of the cars acceleration as it slows down? -1/8 d + 7 = 16 answer anyone please help me out if you can :) Help me !? I dont understand this equation 8x - 6 when X = 7Need ASAP 3(x-8)-2(10-x)>5(x-1) Which phrase does not describe a rational number? a) integer number b) repeating decimal c) terminating decimal d) non-repeating, non terminating decimal A fruit seller buys some oranges at the rate of 5 per orange. He also buys an equal number of bananas at the rate of 2 per banana. He makes a profit of 20% on oranges and a profit of 15% on bananas. In the end, he sold all the fruits. If he earned a profit of 390, find the number of oranges. Write down two characteristics of Epthellum tissue . Define meristematics tissue. mention different ways in which fault block mountain are formed ? Write an equation in Slope-Intercept Form with a slope of 12 and passes through (4,3). 4. Line segment CD is the perpendicular bisector of linesegment AB. Is line segment AB the perpendicularbisector of line segment CD? Renault is a character in Sammys short story about a group of friends who organized a successful bank robbery. What is likely TRUE if Sammy establishes Renault as the point-of-view character?Sammy expresses her personal opinions through Renaults character.Renault sees and knows everything.Sammy writes about Renault using the pronoun he.Renault directly engages in the storys action. Yea also all of this ANSWER ASAP PLS!!!!!! What is the speed of a walking person in m/s if the person travels 2000 m in 35 minutes? Please select the word from the list that best fits the definitionIts a good idea to... The width of a rectangle measures (26b - 8c) centimeters, and its length measures(10b + 6c) centimeters. Which expression represents the perimeter, in centimeters,of the rectangle?1. 24b - 4c2. 12b- 23. 12c - 8 + 24b4. 24b - 4