Explain the five generations of computer

Answers

Answer 1

Answer:

1 First Generation

The period of first generation: 1946-1959. Vacuum tube based.

2 Second Generation

The period of second generation: 1959-1965. Transistor based.

3 Third Generation

The period of third generation: 1965-1971. Integrated Circuit based.

4 Fourth Generation

The period of fourth generation: 1971-1980. VLSI microprocessor based.

5 Fifth Generation

The period of fifth generation: 1980-onwards. ULSI microprocessor based.

Answer 2

The phrase "generation" refers to a shift in the technology that a computer is/was using. The term "generation" was initially used to describe different hardware advancements. These days, a computer system's generation involves both hardware and software.

Who invented the 5th generation of computers?

The Japan Ministry of International Trade and Industry (MITI) launched the Fifth Generation Computer Systems (FGCS) initiative in 1982 with the goal of developing computers that use massively parallel computing and logic programming.

The generation of computers is determined by when significant technological advancements, such as the use of vacuum tubes, transistors, and microprocessors, take place inside the computer. There will be five computer generations between now and 2020, with the first one starting around 1940.

Earlier models of computers (1940-1956)Computers of the Second Generation (1956-1963)Computers of the Third Generation (1964-1971)Computers of the fourth generation (1971-Present)Computers of the fifth generation

Learn more about generations of computers here:

https://brainly.com/question/9354047

#SPJ2


Related Questions

Two character strings may have many common substrings. Substrings are required to be contiguous in the original string. For example, photograph and tomography have several common substrings of length one (i.e., single letters), and common substrings ph, to, and ograph as well as all the substrings of ograph. The maximum common substring length is 6. Let X = X122 . Im and Y = yıy2 - - • Yn be two character strings. Using dynamic programming, design an algorithm to find the maximum common substring length for X and Y using dynamic programming. Please follow the general steps for designing a dynamic programming solution as in Q1 (other than the actual programming part).

Answers

Answer:

Explanation:

The following function is written in Java. It takes two strings as parameters and calculates the longest substring between both of them and returns that substring length.

import java.util.*;

class Test

{

   public static void main(String[] args)

   {

       String X = "photograph";

       String Y = "tomography";

       System.out.println(X + '\n' + Y);

       System.out.println("Longest common substring length: " + longestSub(X, Y));

   }

   static int longestSub(String X, String Y)

   {

       char[] word1 = X.toCharArray();

       char[] word2 = Y.toCharArray();

       

       int length1 = X.length();

       int length2 = Y.length();

       int substringArray[][] = new int[length1 + 1][length2 + 1];

       int longestSubstringLength = 0;

       

       for (int i = 0; i <= length1; i++)

       {

           for (int j = 0; j <= length2; j++)

           {

               if (i == 0 || j == 0)

                   substringArray[i][j] = 0;

               else if (word1[i - 1] == word2[j - 1])

               {

                   substringArray[i][j]

                           = substringArray[i - 1][j - 1] + 1;

                   longestSubstringLength = Integer.max(longestSubstringLength,

                           substringArray[i][j]);

               }

               else

                   substringArray[i][j] = 0;

           }

       }

       return longestSubstringLength;

   }

}

Your program will be used by many departments at the university. Your comments will be important to their IT people. What would be a useful comment?

This was a really hard part to write, but it finally works.

I’m not sure what this does, but I don’t have time to troubleshoot it.

This segment returns a value that is used by the segment marked B.

Answers

Answer:

This segment returns a value that is used by the segment marked B.

Explanation:

just took assigment

Answer:

C

Explanation:

The variable strFirst's scope is _____.

Answers

pretty sure it’s d, hope this helps

Answer:

- the usernameMaker function

Explanation:

When you look at the code, you can see it's located alongside the usernameMaker. It it only utilized then, therefore being it's scope. For reassurance, it's also correct on Edge.

I hope this helped!

Good luck <3

When it comes to having certain sales skills as a hotel manager, being able to really hear, learn about, and show customers that the products/services you offer will meet their needs is a vital skill to have. When you show customers that you truly hear their needs, what sales skill are you practicing?
active listening
product knowledge
communication
confidence

Answers

Answer:

Communication

Explanation:

The ability to communicate clearly when working with customers is a key skill because miscommunications can result in disappointment and frustration. The best customer service professionals know how to keep their communications with customers simple and leave nothing to doubt.

Frank enters "1" in the field for postal code. What is frank most likely trying to do?

Answers

Answer:

Explanation:

Identify the management, organization, and technology factors responsible for slow adoption rates of internal corporate social networks.when a company decides to launch a social networking program the management, all need to be on board with the launch. from the ceo down to the shift or assistant manager everyone needs to know its coming and be excited. the organization of such a launch needs to be mapped out, and training provided for the new systems. within the company, they need to make sure the technology at hand (computers, tablets, and company phones), are all compatible with the system. when a company launches a new system, and the find that the employees are not adopting it, they need to investigate the reasons. is the management at all level's onboard? did we organize the launch properly? do we have the right technology for the system? things can goeither way but if

Other Questions
What happens when the mostlimiting factor in an ecosystem isremoved? Define and Describe the Final Solution. Please use your own words! How long are the events of The Tempest?A. One weekB. One afternoonC. Six monthsD. Three days I need some help!! I will try to give brainliest!!! which of the following best defines unbalanced forces? A. Forces that act in opposite directions and cancel each other out B. Unequal forces that do not cancel out but cause a change in motion c. Foroes between two objects in physical contact D. The total force on an object after individual forces are added togethe Plz help me well mark brainliest if correct..???? Part AWhich claim does President Obama make in excerpt from "President Barack Obama's State of the Union Address"?Average wages have gone up in recent years and lessened inequality.The United States needs to better prepare for the twenty-first century.The country has the highest unemployment rate in five years.US citizens play a critical role in strengthening the state of the union.Question 2Part BWhich evidence is most relevant to supporting the answer to Part A?"The cold, hard fact is that even in the midst of recovery, too many Americans are working more than ever just to get bylet alone to get ahead. And too many still aren't working at all.""Today in America, a teacher spent extra time with a student who needed it and did her part to lift America's graduation rate to its highest levels in more than three decades.""And for the first time in over a decade, business leaders around the world have declared that China is no longer the world's number one place to invest; America is.""As president, I'm committed to making Washington work better, and rebuilding the trust of the people who sent us here. And I believe most of you are, too." we left the stadium and went home quite dejected. All of the fans were so sad about the home team'sloss that they barely said a word during the ride home.Fill in the blank with the correct phrase or clause,A)The game endedB)Because the game endedAfter the game endedDThe game was overWhich is the best version of this sentence? Which of the following voice-mail greetings would be best received by potential employers?A."Leave a message. I will think about calling you back."B."I am not available to take your call right now. Please leave your name, number, and a message and I will return your call."C."Hello. Hello. I can't hear you. Please speak up."D."This is Sam. I can't take your call right now. Leave your info and I will catch you later." iron is ...... useful metal limited resources on the galapagos islands result in? What song is this and who is the Artist?Steady callin' my phoneI done told you before that it's over, leave me 'loneKnow it's hurtin' you to see me goneDark clouds, you gon' see me stormI won't go backBut trust me, you're gon' hold thatHold that (mmh, mmh)Get you off my mind nowI can't get you off my mind nowI can't get you off my mind nowI can't get you off my mind now (mmh, mmh)I can't get you off my mind nowI can't get you off my mind nowI can't get you off my mind nowI can't get you off my mind now (mmh, mmh)I ain't tryna play these game no moreI don't wanna be textin' your name no moreI ain't tryna feel this pain no moreAnd I'm sorry but my feelings ain't the same no more (no)Used to be my homie, you ain't gang no more (no)I am not a n*gga you could claim you no more solve the equation 20d+2=0 A student charges a balloon and then brings it near a metal sphere hanging from theceiling. She brings it near the sphere, but does not touch. The sphere moves towardthe balloon. What are the charges on the balloon and the metal sphere?a) The balloon has a positive charge and the metal sphere has a negative charge.b) The balloon has a negative charge and the metal sphere has a positive charge.c) Both are negatively charged.d) Both are positively charged. ILL MARK BRAINIEST IF YOU CAN DO THIS RIGHT!!! Find the value of x and show all steps please 4 mm5 mm5 mm3 mm*not drawn to scale12 mmWhat is the area of the trapezoid? Anyone wanna help answer theses questions WX= 19 and XY= 16. Find WY find the number of terms in the series for the series given below.