Computer Science, asked by nikhil2714, 8 months ago

generation of computers​

Answers

Answered by Anonymous
14

Hi mate

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.

Answered by lovepawan09
0

First Generation Of Computers

Computers developed between 1946 – 1959, are the first generation of computers. They were large and limited to basic calculations. They consisted of large devices like the vacuum tubes.

______________________

Second Generation Of Computers

Computers developed between 1959-1965 the second generation computers. These computers were more reliable and in place of vacuum tubes, used transistors.

______________________

Third Generation Of Computers

Computers developed during the period of 1965 – 1971, the third generation of computers. These computers differed from the first and the second generations simply by the fact that a new circuit element like IC’s (Integrated Circuits) was used.

______________________

Fourth Generation Of Computers

Fourth Generation of computers was between 1971 – 1980. These computers used the VLSI technology or the Very Large Scale Integrated (VLSI) circuits technology. Therefore they were also known as the microprocessors.

_______________________

Fifth Generation Of Computers

This is the present generation of computers and is the most advanced one. The generation began somewhere around 1981 and is the present generation of computers. The methods of input include the modern high-level languages like Python, R, C#, Java etc.

______________________

&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>    &lt;head&gt;</p><p>        &lt;title&gt;border animation | svg&lt;/title&gt;</p><p>        &lt;style&gt;body {</p><p>    margin:0;</p><p>    padding:0px;</p><p>    background:#02101b;</p><p>    text-align:center ;</p><p>    min-height:100vh;</p><p>    font-weight:bold;</p><p>    font-size:20px;</p><p>    font-family:arial;</p><p>    color:white;</p><p>}</p><p>a:before{</p><p>    content:"";</p><p>    position:absolute ;</p><p>    top:0;</p><p>    height:100%;</p><p>    width:40%;</p><p>    background:rgb(255,255,255,.05);</p><p>    transform:skewX(5deg);</p><p>    animation:all 1s linear infinite ;</p><p>}</p><p>@keyframes all{</p><p>    0%{</p><p>        position:absolute ;</p><p>        left:0;</p><p>        background:rgb(255,255,255,.05);</p><p>    }</p><p>    50%{</p><p>        left:85px;</p><p>        position:absolute ;</p><p>        background:rgb(255,255,255,.05);</p><p>    }</p><p>    100%{</p><p>        right:85px;</p><p>        position:absolute ;</p><p>        background:rgb(255,255,255,.02);</p><p>    }</p><p>}</p><p>a{</p><p>    padding:15px 30px;</p><p>    position:relative ;</p><p>    top:200px;</p><p>    color:#f35621;</p><p>    letter-spacing:2px;</p><p>    text-transform:uppercase ;</p><p>    text-decoration:none;</p><p>    transition:0.5s;</p><p>    height:20px;</p><p>}</p><p>a svg ,</p><p>a svg rect {</p><p>    position:absolute ;</p><p>    top:0;</p><p>    left:0;</p><p>    fill:transparent ;</p><p>    width:100%;</p><p>    height:100%;</p><p>}</p><p>a svg rect{</p><p>    stroke-width:2;</p><p>    stroke:#f35612;</p><p>    stroke-dasharray:100;</p><p>    animation:ani 2s linear infinite ;</p><p>}</p><p>@keyframes ani{</p><p>    0%{</p><p>        stroke-dashoffset:400;</p><p>    }</p><p>    100%{</p><p>        stroke-dashoffset:0;</p><p>    }</p><p>}</p><p>footer{</p><p>    position:absolute ;</p><p>    bottom:0px;</p><p>    width:100%;</p><p>    box-sizing:border-box;</p><p>    background:rgb(255,255,255,.2);</p><p>    padding:5px;</p><p>    height:50px;</p><p>}</p><p>.i{</p><p>    height:40px;</p><p>    width:40px;</p><p>    border-radius:50%;</p><p>    border:2px solid white;</p><p>    float:left;</p><p>    position:relative ;</p><p>    left:3px;</p><p>}</p><p>.name{</p><p>    font-size:20px;</p><p>    font-weight:300;</p><p>    position:relative ;</p><p>    top:10.5px;</p><p>    left:-10px;</p><p>}</p><p>.h{</p><p>    float:right ;</p><p>    margin:10px;</p><p>    color:#f35621;</p><p>    position:relative ;</p><p>    top:3px;</p><p>    animation:hi 1s infinite ;</p><p>}</p><p>@keyframes hi{</p><p>    0%{</p><p>        transform:scale(0.8);</p><p>    }</p><p>    50%{</p><p>        transform:scale(1);</p><p>    }</p><p>    100%{</p><p>        transform:scale(0.8);</p><p>    }</p><p>}&lt;/style&gt;</p><p>        </p><p>    &lt;/head&gt;</p><p>    &lt;body&gt;</p><p>        &lt;a href="#"&gt;</p><p>            &lt;svg &gt;&lt;rect&gt;&lt;/rect&gt;&lt;/svg&gt;</p><p>            BRAR SAAB</p><p>        &lt;/a&gt;</p><p>        &lt;footer&gt;</p><p></p><p>&lt;/footer&gt;</p><p>    &lt;/body&gt;</p><p>&lt;/html &gt;

Similar questions