Week-1 (1) مع الترجمة 2024
Week-1 (1) مع الترجمة 2024
S
Computer Basics
0
0
1
1
Computer
A computer is an electronic device that
can receive, store, process, and output
C data based on a set of instructions
S
(programs). It is designed to execute
0
0 applications and provides a variety of
1
solutions by combining integrated
hardware and software components.
2
Computer Basics
Information processing cycle
3
Computer Basics
Information processing cycle
4
Computer Basics
Information processing cycle
4. Output: Once data has been inputted and processed, the computer displays
or outputs the results. This can be in the form of visual display on a monitor,
5
Computer Basics
Data vs Information
Data:
6
Computer Basics
Data vs Information
Information:
7
Computer Basics
Transistor
value 1.
8
Computer Basics
Measurement Units
units. The foundational unit is the "bit," and from there, we scale up. Here's a
Bit:
C
S
- Symbol: b
0
0
- Definition: A "bit" is the most basic unit of data in computing. It can have
1
one of two values, typically represented as 0 or 1.
1 0
bit bit
9
Computer Basics
Measurement Units
Byte:
- Symbol: B
- Definition: A "byte" consists of 8 bits. It's the standard unit of data used to
1 0 1 0 1 1 1 0
10
Computer Basics
Measurement Units
Kilobyte:
1 1
- Symbol: KB
11
Computer Basics
Measurement Units
Gigabyte:
- Symbol: GB
today to represent storage capacities, especially for hard drives, SSDs, and USB
C
S
sticks.
0
0
- Conversion (in binary): 1 GB = 1,024 MB
1
Beyond GB, there are further units like Terabyte (TB), Petabyte (PB), Exabyte
(EB), and so on, each representing an additional factor of 1,024 from the
previous.
12
Computer Basics
Decimal system
Computers, at their most fundamental level, operate using the binary (base-2)
system, represented by bits that are either 0s or 1s. However, for various
applications and interfaces with humans, computers often need to work with
0 1 2 3 4 5 6 7 8 9
13
Computer Basics
Decimal system
Example:
binary terms).
14
Computer Basics
Hexadecimal system
concise representation of binary data and its ease of conversion to and from
digits 0-9 and the letters A-F (or a-f), with 'A' representing 10, 'B' representing
C
S
11, and so on up to 'F' representing 15.
0
0
1
Decimal 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Hexadecimal 0 1 2 3 4 5 6 7 8 9 A B C D E F
15
Computer Basics
Hexadecimal system
Example:
decimal notation.
16
Computer Basics
Hexadecimal system
17
Computer Basics
Hexadecimal system
Red:
- RGB(255, 0, 0)
- Hex: `#FF0000`
C
Green:
S
0 - RGB(0, 255, 0)
0
- Hex: `#00FF00`
1
Blue:
- RGB(0, 0, 255)
- Hex: `#0000FF`
18
Computer Basics
Encoding tables
Computers use encoding tables like ASCII and Unicode to represent and
(such as letters, numbers, and symbols) to specific numbers, which can then
C
S
be represented in binary and stored or processed by a computer.
0
0
1
A ASCII 65
0 1 0 0 0 0 0 1
19
Computer Basics
Encoding tables
20
Computer Basics
Computer Types
• Supercomputers:
21
Computer Basics
Computer Types
• Mainframe Computers:
reservations.
22
Computer Basics
Computer Types
• Servers:
Purpose: Serve data to other computers (clients) on a network.
Examples: Schools and universities use servers to provide students and staff
with access to resources such as online courses, research databases, and
email.
C
• Microcomputers (Personal Computers):
S
0 » Desktop Computers: General-purpose computers for individual users.
0
» Laptop Computers: Portable version of desktops.
1
» Netbooks: Smaller laptops primarily for internet use.
» Tablets: Touchscreen-based, like Apple's iPad or Samsung's Galaxy
Tab.
23
Computer Basics
Computer Types
• Workstations:
Purpose: More powerful than personal computers, used for tasks needing
24