You are on page 1of 16

Number system

Report material apprenticeship

Name : M. yusuf
Class : XII TKJ
Chart
Back ground
 what is the tkj club program?
the tkjclub program is the development of a character education
model based on human resources that is tailored to interest and
talents and competency values for program participants to
become SUPERRIOR BREEDS throught the industrial
internship program because the TKJ CLUB program is
development of HR ( human resources) based character
education model, we adhhere to 3 principle of basic character
namely:
~ DISCIPLE OF ATTITUDE
~ TIME DISCIPLE
~ DISCIPLE OF SCIENCE
goals

forming, fostering, training and developing the


mindset and ability
of human resources (human resources) for students to
become a form of
maturity and self-mastery in facing global challenges,
especially in the
field of information and communication technology
Benefits
a. Benefits for participants :
~ in the implementation of the TKJ CLUB program, participants will
easily get updated knowledge in accordance with material development
and technology
~ the application of case studies, material repetition, use of analysis,
and logical thinking spearhead the mastery of matter
~ the learning process intensively will build and shape learning
objectives for program participants
~ the application of work patterns equivalent to the concepts and
workings of the industrial world which will actually form a discipline
and a good work ethic and be able to withstand the work pressure in the
industrial world
~ provide special skills for students with scientific disciplines that can
be used for certain interests such as participants able to master
competency exams, student worksheets (student skills competitions) or
used for entrepreneurship
Vision and Mision

a. Vision
make the TKJ CLUB program as a center for training and
development of human resources in the mastery and
utilization of information and communication technology
especially in the field of computer engineering and networks
in eastern Indonesia
b. Mision
1. providing facilities and infrastructure to support the
implementation of the program
2. provide professional trainers in their fields to support the
implementation of the program
3. Organizing training programs and information technology-
based learning intensively in order to print superior seeds for
program participants
4. organizing "INDEPENDENT TUTOR" program to form
and build teaching talents for participants in the TKJ CLUB
program
5. fostering cooperation with formal and non-formal education
parties in the context of program development
Discussion
a. Definition Of Number System
A number system is a way to represent the
magnitude of a physical item that has a base or base
number
b. Type Of Number System

There are many type of number system, but only 4


are commonly known, namely:
~ binary ( base 2 )
~ octal ( base 8 )
~ decimal ( base 10 )
~ hexadecimal ( base 16)
Here, we will study only two types of number systems,
namely binary and decimal. The reason is because:

 Binary is a programming language that is only understood by


computers, whereas as a TKJ child most of our activities are done
by computers. For that we need to study the binary number system

 Decimal is usually used in addressing ip addresses, whereas here we


will use the address ip address for network addressing. For that we
must study the decimal number system.
~ binary

Binary is a programming language that is only


understood by computers consisting of 2 digit numbers,
namely 0 and 1 where 0 means off (1) and 1 means
active (on)

 Binary function:
As a liaison language between devices and
computers or between devices one with another device
~ Decimal

Decimal is a number system consisting of 10 digits


lift (based on 10) that is 0-9. This number system is
most widely used in daily life. But on the network, it is
used for addressing ip addresses.
c. Number conversion

Is the process of changing the shape of a number system


into another number system. To convert numbers, we are made
easy by using the basic table formula 2

128 64 32 16 8 4 2 1
 
27 26 25 24 23 22 21 20
~ Convertion From Binary To Decimal
How to convert binary number to decimal is we add up the results of
powers of 2 that below a value of 1 ( active )

Example :
convert the binary number to the following decimal this.=
11100111(2)=………(10)
128 64 32 16 8 4 2
1
27 26 25 24 23 22 21 20
1 1 1 0 0 1 1 1

=128+64+32+4+2+1
=231(10)
Thanks For Watching

You might also like