what is computer generation.
name that generations ​

Answers

Answer 1
Generation in computer terminology is a change in technology a computer is/was being used. Initially, the generation term was used to distinguish between varying hardware technologies. Nowadays, generation includes both hardware and software, which together make up an entire computer system.

Generation & Description
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

1940 – 1956: 1st generation – Vacuum Tubes based.

1956 – 1963: 2nd generation – Transistors based.

1964 – 1971: 3rd generation – Integrated Circuits based.

1972 – 2010: 4th generation – Microprocessors based.

The present and future: 5th generation – Artificial intelligence based.


Related Questions

why do we use number calculations in programming

Answers

Answer:

Standard arithmetic is used in many functions of programming. Addition, subtraction, multiplication and division are used in almost every program. Algebra is used to solve simple problems that many computer programmers will encounter

eg:

Obtaining a computer science degree requires completing many math classes

What is the output of the sum of 1001011 and 100011 displayed in hexadecimal?

Answers

Answer:

[tex]1001011_2[/tex]    [tex]+[/tex]   [tex]100011_2[/tex]   [tex]=[/tex]    [tex]6E_{hex}[/tex]

Explanation:

Required

[tex]1001011_2 + 100011_2 = []_{16}[/tex]

First, carry out the addition in binary

[tex]1001011_2[/tex]    [tex]+[/tex]   [tex]100011_2[/tex]   [tex]=[/tex]    [tex]1101110_2[/tex]

The step is as follows (start adding from right to left):

[tex]1 + 1 = 10[/tex] --- Write 0 carry 1

[tex]1 + 1 + 1(carry) = 11[/tex] ---- Write 1 carry 1

[tex]0 + 0 + 1(carry) = 1[/tex] ---- Write 1

[tex]1 + 0 = 1[/tex] --- Write 1

[tex]0 + 0 = 0[/tex] ---- Write 0

[tex]0 + 0 = 0[/tex] ---- Write 0

[tex]1 + 1 = 10[/tex] --- Write 0 carry 1

No other number to add ; So, write 1 (the last carry)

So, we have:

[tex]1001011_2[/tex]    [tex]+[/tex]   [tex]100011_2[/tex]   [tex]=[/tex]    [tex]1101110_2[/tex]

Next, convert [tex]1101110_2[/tex] to base 10 using product rule

[tex]1101110_2 = 1 * 2^6 +1 * 2^5 + 0 * 2^4 + 1 * 2^3 + 1 * 2^2 + 1 * 2^1 + 0 * 2^0[/tex]

[tex]1101110_2 = 64 +32 + 0 + 8 + 4 + 2 + 0[/tex]

[tex]1101110_2 = 110_{10}[/tex]

Lastly, convert [tex]110_{10}[/tex] to hexadecimal using division and remainder rule

[tex]110/16 \to 6\ R\ 14[/tex]

[tex]6/16 \to 0\ R\ 6[/tex]

Write the remainder from bottom to top;

[tex]110_{10} = 6(14)_{hex}[/tex]

In hexadecimal

[tex]14 \to E[/tex]

So, we have:

[tex]110_{10} = 6E_{hex}[/tex]

Hence:

[tex]1001011_2[/tex]    [tex]+[/tex]   [tex]100011_2[/tex]   [tex]=[/tex]    [tex]6E_{hex}[/tex]

Select the correct answer from each drop-down menu.
Complete the sentence about emphasizing data in a worksheet.

Formatting a cell can refer to _____ formatting and to ____ formatting.

First blank:
1. Unhiding
2. Inserting formulas in
3. Highlighting

Second blank:
1. Changing the font size in the cells that contain the data
2. Moving the data to a separate row or column
3. Creating a header for the row in which the data appears

Answers

Answer:

Highlighting

Changing the font size in the cells that contain the data

Explanation:

I got it right on the Edmentum test.

The complete sentence about emphasizing data in a worksheet is given below:

Formatting a cell can refer to highlighting formatting and to changing the font size in the cells that contain the data formatting.

Thus, the correct options for blanks are C and A respectively.

What is data formatting?

Data formatting may be defined as the process of organization of information according to preset specifications usually for computer processing in order to execute with respect to the instructions.

The concept of data processing deals with the sequential arrangement of sources and information on the basis of certain specifications. The formatting of a specific cell refers to highlighting them for easy identification.

The process of formatting must be done in order to alter the size of the font within the cells that significantly contain the data.

Therefore, the correct options for blanks are C and A respectively.

To learn more about Data formatting, refer to the link:

https://brainly.com/question/25051360

#SPJ2

COMP
Mention six characteristics of modern computers.
i.
ii.
iv.​

Answers

Answer:

speed

storage capacity

reliability

accuracy

diligence

multitasking

please answer this question​

Answers

Answer:

The answer for this question is Kry+Ptography

Select the correct answer from each drop-down menu.
Kawika is a math teacher. His students recently took a test. He has recorded their scores in a spreadsheet, using functions to analyze the scores. Which functions should he use to determine the top and mean scores?

Kawika can use the ____ function to find the top score and the ____ function to find the mean score.

First blank:
1. MIN
2. COUNT
3. MAX

Second blank:
1. AVERAGE
2. ROUND
3. SUM

Answers

Answer:

First blank:  MAX

Second blank:  AVERAGE

Explanation:

Required

Complete the blanks

The first blank is to be filled with a function that calculates the highest score from a given range of scores (cells).

To do this, we make use of the MAX function, and the syntax is:

=MAX(cell_range)

The second blank is to be filled with a function that calculates the mean score from a given range of scores (cells).

To do this, we make use of the AVERAGE function, and the syntax is:

=AVERAGE(cell_range)

Answer:

MAX

AVERAGE

Explanation:

I got it right on the Edmentum test.

1. __ and ___ were used in first generation computers

Answers

Answer:

Explanation:

vacuum tubes  and punched cards were used in first generation computers.

I needed help with this answer thanks for your help.

cuales son los signos de exel

Answers

Answer

explanation

Operador de comparaciónSignificadoEjemplo< (signo menor que)Menor que=A1<B1>= (signo mayor o igual que)Mayor o igual que=A1>=B1<= (signo menor o igual que)Menor o igual que=A1<=B1<> (signo distinto de)No es igual a=A1<>B1

Answer:

¿Qué quieres decir?

Explanation:

In which of the following phases of filmmaking would a production team be focused on the process of casting?
(Select all that apply).
pre-production

post-production

development

distribution

Answers

Explanation:

There are five phases of film production and they include development, pre-production, production, post-production and distribution.

Answer:

pre-production

Explanation:

edg2021

Once the film concept has been developed, the film company transitions to the production phases: pre-production, production, and post-production. In pre-production, the technical details are worked out, a schedule is set, and the resources to produce the film are assembled. This includes casting the film, filling the technical positions, and scheduling the production. The actual filming takes place during the production phase, followed by a post-production phase in which the footage is edited and the final film emerges.

Which term describes the part of a file name after the period that indicates which application can create or open it?
O CSV
O path
O extension
O delimiter

Answers

Extension because blah blah blah Im just jk but since I think its extension so I thought I’d let you know :)

what is the behavior of an element with static positioning in regard to the page layout?

Answers

Answer:

The element is positioned according to the normal flow of the document.

The top, right, bottom, left, and z-index properties have no effect. This is the default value.

The behavior of an element with static positioning in regard to the page layout is that it implies that one put the element in its original position in the aspect of document flow.

What does Static positioning implies?

Static positioning is known to be the normal way that all element have or gets. It implies that one should "put the element into its original place in the document flow as there is nothing special that one needs to see here."

Hence,  the behavior of an element with static positioning is known to be the same and thus If a person do save and refresh, there will be no changes except when there is an updated background color.

Learn more about page layout from

https://brainly.com/question/988590

Windows 1.0 was not considered to be a "true" operating system but rather an operating environment because _____.

it crashed a lot
it could only run one application at a time
it didn't use a pointing device
it provided a shell for MS-DOS

Answers

Answer:

it providrd a shell for MS-DOS

Explanation:

It basically was a shell to make MS-DOS different. MS-DOS was still the underlying operating system.

For a processor with primary and secondary caches, an instruction cache miss rate of 1%, a data cache miss rate of 5%, a instruction mix of 40% data accesses, a primary to secondary cache miss penalty of 10 cycles and a secondary cache to main memory miss penalty of 200 cycles and a secondary miss rate of 0.2%, what will be the contribution to total CPI from the cache misses (in decimal)

Answers

Answer:

The answer is "0.306".

Explanation:

The Primary to Secondary Memory Instruction miss cycle

[tex]= I \times 0.01 \times 10 = 0.1 I[/tex]

Data miss cycles[tex]= I \times 0.05 \times 10 \times 0.40 = 0.2 I[/tex]  

The Secondary to main Memory Instruction miss cycle[tex]= I \times 0.01 \times 200 \times 0.0002 = 0.004 I[/tex]

Data miss cycles[tex]= I \times 0.05 \times 200 \times 0.0002 = 0.002 I[/tex]

Total memory stall cycle [tex]= ( 0.1 + 0.2 + 0.004 + 0.002 ) I =0.306 I[/tex]

Which tool allows users to share code and also serves as a social networking
site for programmers?
A. Dropbox
B. Scratch
C. Kezmo
O D. GitHub

Answers

Answer:

D. GitHub

Explanation:

A P E X

The tool that allows users to share code and also serves as a social networking site for programmers is GitHub. Thus, option D is correct.

What is GitHub?

A GitHub is a type of tool that has been used quickly fix an issue or bug in the main branch of a repository.

The main purpose of GitHub is to quickly fix an issue without disrupting the ongoing development work in the main branch. This has been allow for more efficient as well as streamlined workflow, as the main branch can continue to be updated while the hotfix branch has been used to address any urgent issues.

The hotfix branch has been created from the main branch and has used to make necessary changes to the code. Once the changes are made, the hotfix branch then merged back into the main branch to update the code and fix the issue.

Thus, option D is correct.

Learn more about GitHub on:

https://brainly.com/question/29316401

#SPJ7

What will be the results from running the following code?
print("Grades")
print(92)
print(80)
print("Total")
print(92 + 80)

Answers

Answer:

Grades

92

80

Total

172

Explanation:

Python is a very simple language, and has a very straightforward syntax. It encourages programmers to program without boilerplate (prepared) code. The simplest directive in Python is the "print" directive - it simply prints out a line (and also includes a newline, unlike in C).

Answer:

Grades

92

80

Total

172

Explanation:

What special signal is issued periodically from an Access Point and contains the network transmission rate and service set identifier (SSID), as well as other information needed for a computer to associate with the AP

Answers

Answer:

beacon frame  

Explanation:

Beacon frame is a management frame In computer networks, known to be in IEEE 802.11 based WLANs. These frames are transmitted periodically and they contain all the  information a station will require before it can rightly transmit a frame.  

When it comes to announcing the presence of devices in a wireless computer network (WLAN), Beacon frames are used, and they can also be used in the synchronization of the devices and services

brain of the computer system is called​

Answers

Answer:

central processing unit in short form CPU :)

Answer:

The Central Processing Unit(CPU)

Explanation:

The CPU is the brain of a computer, containing all the circuitry needed to process input, store data, and output results.

_______ and _______ are the logical statement.

Answers

True and false are the logical statements

This Is for game design

Imagine you are the human resource director for a small video game company that employs around 20 coders, managers, artists, etc. You’re in charge of writing the safety rules and regulations for the company. Provide at least four discrete rules you would implement

Answers

1. Don’t give out any company information to someone who doesn’t work for the company.
2. Credit sources found from others games or anything that has a copyright claim.
3. Don’t abuse your power such as exploiting the games or hacking it to help yourself or friends.
4. Treat everyone with upmost respect

How can data be calculated?

Answers

Answer:

Data can be calculated by solving an equation

Explanation:

Suppose you are developing a data visualization application DataViz which calls some functions from a statistics library class SuperStats. You recently heard about another statistics library UberStats with supposedly significantly better performance than SuperStats. Explain how you would redesign the DataViz class using the Adapter pattern so that DataViz can be configured at runtime to use either SuperStats or UberStats. Does your design use dependency inversion and/or dependency injection? Explain

Answers

Answer:

By using dependency injection, create the adapter to adapt both the DataViz and the UberStats interface as expected.

Explanation:

Adapters are used in Objected-oriented programming to run or convert the output of one class object to another. The DataViz class currently uses the SuperStats class as an adaptee to get and output statistical results.

Write a new code from the scratch is tedious, so, the UberStats class dependencies are injected in the adapter and the DataViz and UberStats class functionalities can be experimented with.

What is a worm?
the process of using e-mail to trick a user to share personal information
a type of virus that targets programs and files, and duplicates itself like a biological virus
O a type of software designed to secretly capture personal information and track online activities
O a type of virus that spreads from computer to computer through a network connection

Answers

Answer:

Answer is a type of virus that spread from computer to computer through a network connection

Explanation:

Identify the tips to create a well-designed digital portfolio.
Felicity consulted her professor at her university for help in creating a digital portfolio. Her professor told her about the importance of creating a well-designed digital portfolio. She finally began work on the same.

A. She accessed a computer to build a digital portfolio.
B. She created a personal website with a unique URL for her online portfolio.
C. She took out the text that described her images from her portfolio.
D. She accessed a printer with could print high resolution images.

Answers

Answer:

B. She created a person website with a unique URL for her online portfolio

Explanation:

PLEASE HELP DUE IN 30 MINUTES NO LINKS PLEASE ​

Answers

Answer:

3

Explanation:

Answer:

Correct answer is C: Format Check

In the table below, identify the data type that would be most suitable for the second field.

Name Age Gender
Mary 22 female
Joe 24 male
Kate 21 female
Frank 20 male
A.
binary
B.
Boolean
C.
autonumber
D.
text
E.
number

Answers

Answer:

e num

Explanation:

Answer:

A

Explanation:

Select the correct answer from each drop-down menu.
How does a function work?

A function takes values in the form of____, performs a calculation, and returns a ____.

First blank:
1. Keywords
2. Arguments
3. Math operators

Second blank:
1. Result
2. Cell reference
3. Formula

Answers

Answer:

Maths operators

cell reference

Answer:

Arguments

Result

Explanation:

I got it right on the Edmentum test.

who invented the Bluetooth device​

Answers

Answer:

The Bluetooth standard was originally conceived by Dr. Jaap Haartsen at Ericsson back in 1994.

Explanation:

according to this website www.androidauthority.com/history-bluetooth-explained-846345/

Answer:

alexander - edg 2022

Explanation:

which memory can be removed from motherboard? RAM OR ROM?​

Answers

Answer:

RAM is random-access memory and it can be removed from the motherboard.

Feel free to mark as brainliest :D

The formula =average(B1:B2) displays the value____(see the picture down)

Answers

9514 1404 393

Answer:

  (a)  10

Explanation:

The formula displays the average of the values 8 and 12. That average is ...

  (8+12)/2 = 10

*****HELP******
Most Favored Nation (MFN) status and national treatment are also included in the Agreement on Trade-Related Aspects of Intellectual Property Rights (TRIPS). True or False

Answers

Answer:

True

Explanation:

The Most Favored Nation (MFN) status and national treatment are provided for in article 4 of the Trade Related Aspects of Intellectual Property Rights (TRIPS) Agreement and it is stated that when a member grants favor, advantage, immunity , or privilege to citizens of a country, the country shall grant similar favor, privileges and advantages to the citizens of the other members

Therefore;

True Most Favored Nation (MFN) status and national treatment are also included in the Agreement on Trade-Related Aspects of intellectual Property Rights (TRIPS).

Other Questions
Choose the correct word based on the context.Que?Por qu?De dnde?Adnde?Quin(es)Dnde?Cmo?Cundo?Cul(es)?Cuntos(as)?Con quin?Cunto(a)?1. _________ haces t en tiempo libre?-Yo toco la guitarra, y a vecesvoy al cine con mis amigos.2. _________ van Uds.a las montaftas?-Maftana.3. _________ bolgrafos tienes?-Tengo cuatro bol igrafos.4. _________ es l?-s el mi amigo Ricardo.5. _________ eres t?-Soy de Los Baos.6. _________ vas t?-Voy a la piscina. Express $90 as a decimal a. Use VSEPR to predict bond angles at the marked atom. The angle is : _______ degrees. The expected hybridization at the marked atom is _____ . b. Use VSEPR to predict bond angles at the marked atom. The angle is : _______ degrees. The expected hybridization at the marked atom is _____ . Your friend is not feeling well. You want to know what's wrong. Fill in the blank in the following expression with the appropriate word(s).Qu'est-ce qui ne ____ ? who farmed life in lowa find area and circumference of the circle (12.) pls NO links Bank loans help the economy by __________. A. decreasing the interest rate B. increasing the employment rate C. decreasing the exchange rate D. increasing the money supply Please select the best answer from the choices provided A B C D Read the following excerpt from an argumentative essay. Answer the question that follows.Critics might say that smartphones in the classroom cause too many distractions. A 2009 article in Education Magazine made just such a claim. Although cell phones can certainly cause distractions, current research suggests that teachers and students are putting phones to better use. A 2013 Educator Insider poll reveals that 67% of high school instructors now encourage students to use phones in the classroom setting. Students without phones are actually at a disadvantage in the classroom. The poll lists Internet access, spell checks, and collaboration as three key uses of smartphones in an educational setting.What is the counterclaim the author introduces to the argument? Cell phones should be allowed in the classroom. Cell phones in the classroom cause too many distractions. Students without phones are actually at a disadvantage in the classroom. 67% of high school instructors now encourage students to use phones in the classroom. How might creating beautiful displays of merchandise for sale, instead of keeping items in storage before they are sold be effective marketing in a department store? FinanceWalter and Gordon model analyse the impact of distribution of dividends on the valuation of the firm but the formula used in both the cases are different. CompanyABC Ltd wanted to evaluate the price of the share in both cases. The company earns 50 per share and expects the same for the next year. The cost of capital to the firm is 11%. The company earns return on investment of 15% and the firm 8is planning dividend payout ratio of 60%. Calculate:a. Price of the share using Walter Model. Comment on the relationship between return on investment and cost of capital in the case above and decision of the firm whether dividend is to be declared or not.b. Price of the share using Gordon model. Comment on the relationship between return on investment and cost of capital in the case above and decisionm[2] R6 386,16.[3] R1 930,43.[4] R3 897,29.[5] none of the aboveChecking answer$1Financial MathQ198898Deadline passedMr Mahlangu invests R20000 to play lobola. After 48 months he receives 65000. The interest on the investment is compounded quarterly. Determine the yearly interest rate at which money was invested. Give your answer as a percentage rounded to two decimal places.Checking answer$1ArchiveTasks & Questions are stored in archive for 14 daysBiochemistryQ198087Deadline passed11. Indicate which type of bonds are involved in the followinga. Formation of the primary structure of a proteinb. Stabilization of the alpha helix and beta pleated sheet structures of proteins12.Identify the biomolecular composition of the following cellsa.Endoplasmic reticulumb.Mitochondriac.Cytoskeletond. Nucleus13 Under aerobic catabolism of glucose ,in which compartment of the eukaryotic cell does the following reaction occurs?a conversion of pyruvate to acetyl CoAb.conversion of succinyl -CoA to succinatec.conversion ofNADH to ATP.d.conversion of phosphologlycerate to phosphoenolpyruvate.14. Briefly outline how ATP is generated from glucose in the absence of oxygen. What is the importance of this pathway?15. Briefly explain the process by which excess dietary carbohydrates and lipids are stored in the human bodyAnswer approved2$1FinanceQ199880Deadline:28.05.21, 18:48Walter and Gordon model analyse the impact of distribution of dividends on the valuation of the firm but the formula used in both the cases are different. CompanyABC Ltd wanted to evaluate the price of the share in both cases. The company earns 50 per share and expects the same for the next year. The cost of capital to the firm is 11%. The company earns return on investment of 15% and the firm is planning dividend payout ratio of 60%. Calculate:a. Price of the share using Walter Model. Comment on the relationship between return on investment and cost of capital in the case above and decision of the firm whether dividend is to be declared or not.b. Price of the share using Gordon model. Comment on the relationship between return on investment and cost of capital in the case above and decision of the firm whetherdividend is to be declared or not. The air you breathe is 1/5 oxygen. What percent of the air is made up of other gases? If you know how to solve this, Please answer it. Thank YouThe first one to answer the question right, will get Brainlist! I PROMISE!!!!! Which was a major reason that friction existed between Great Britain and its NorthAmerican Colonies during the pre-Revolutionary period?1. British trade and monetary policies reduced colonial business opportunities and profits.2. The British landed aristocracy refused to allow colonial farmers to buy their own land.3. Severe economic depression in Great Britain and the Colonies led to political upheavals in both areas4. feelings resulted from the industrialization of the Colonies. pls answer pls pls hurry The Absolutely True Diary of a Part-Time IndianJuniors introduction/description of his relationship with two "best friends" (Oscar and Rowdy) before his family tells the audience:he does not value his relationships with his familythe relationships he has with his "best friends" are meaningful and shape his worldviewhe only has two beings in the world he can rely onhe only likes Oscar and Rowdy and doesnt have time for other relationships to develop I NEED HELP PLS i dont understand exactly how to do this :/ I REALLY NEED HELP PLS I NEED THIS DONE TODAY!!! JUST LOOK AT THE PICTURE!!! can someone write a Paraghraph of 5 sentences of this picture please :( Which approach toward equity is more sustainable, Malcolm's or Martin's? Explain An artificial sattelite is moving in a circular orbit of radius 42250km calculate its speed if it takes 24 hours to revolve around the earrth