Discuss how computers evolved

What will be an ideal response?


The answer should include the following points:
• Abacus
• Charles Babbage's idea
• Herman Hollerith's data processing device
• Atanasoff-Berry Computer
• ENIAC and Colossus I
• Hardware, software, operating systems
• Microsoft, Macintosh

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

3.8 Q3 Which of the following statements is false? a. The sequence to the right of the for statement’s keyword in must be an iter-able. b. An iterable is an object from which the for statement can take one item at a time until no more items remain. c. One of Python’s most common iterable sequences is the list, which is a com-ma-separated collection of items enclosed in square brackets ([ and ]). d. The following code totals five integers in a list: total = 0 for number in [2, -3, 0, 17, 9]: total + number

Computer Science & Information Technology

PowerPoint presentations are saved with a _____ file extension.

A. .pptx B. .ppt C. .ptpx D. .ppxt

Computer Science & Information Technology

Assume Calendar calendar = new GregorianCalendar(). __________ returns the month of the year.

a. calendar.get(Calendar.MONTH) b. calendar.get(Calendar.MONTH_OF_YEAR) c. calendar.get(Calendar.WEEK_OF_MONTH) d. calendar.get(Calendar.WEEK_OF_YEAR)

Computer Science & Information Technology

Text effects are not available within a table

Indicate whether the statement is true or false

Computer Science & Information Technology