mdsakhawathossain171
23 views
22 slides
May 14, 2024
Slide 1 of 22
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
About This Presentation
Explore the fundamentals of computing with our 'Introduction to Computer' presentation. Get ready to embark on a journey through the basics of computer science.
Size: 7.08 MB
Language: en
Added: May 14, 2024
Slides: 22 pages
Slide Content
Introduction to Computer by Md. Sakhawat Hossain
What is a Computer?
History Zero th Generation (1942 to 1945) First Generation (1945 to 1955) Second Generation (1955 to 1965) Third Generation (1965 to 1970) Fourth Generation ( 1970 to present)
Zeroth Generation (1642 to 1945)
First Generation (1945 to 1955)
Second Generation (1955 to 1965)
Third Generation (1965 to 1970)
Fourth Generation ( 1971 to present)
Computer only understand or 1 Square Waves
Bits and Bytes
Bits and Bytes
Capacity Conversion
Size of Data Types
Try Yourself Assume that a computer needs 1 byte to store a character (letter). Now, calculate how many bits are needed to store your name on this computer. Hint: each character needs a certain number of bits to be stored.
L evel of Computer L anguage
L evel of Computer L anguage
L evel of Computer L anguage
L evel of Computer L anguage
C Language - HelloWorld Simple program that prints out "Hello World" to the console using C language
MIPS-Assembly - HelloWorld Simple program that prints out "Hello World" to the console using MIPS Assembly
Binary Code - HelloWorld Simple program that prints out "Hello World" to the console using Binary Code