Computer Science, asked by gaurav4619, 6 months ago

WHAT IS COMPUTER FULL DEFINITION AND PLEASE MAKE ME BRAINLEST​

Answers

Answered by Anonymous
10

Answer:

A computer is a machine that can be instructed to carry out sequences of arithmetic or logical operations automatically via computer programming.

 <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> Body{ background-color: cyan; font-family: cursive; } .glow{ font-size: 80px; color: #fff; text-align: center; -webkit-animation: glow 1s ease-in-out infinite alternate; -moz-animation: glow 1s ease-in-out infinite alternate; animation: glow 1s ease-in-out infinite alternate; } @-webkit-keyframes glow{ from{ text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073; } } </style> </head> <body> <h3 class="glow">Mr.Raftaar</h3> </body> </html>

Answered by maitri3001
2

Answer:

computer is an electronic device for storing and processing data, typically in binary form, according to instructions given to it in a variable program.

Similar questions