0% found this document useful (0 votes)
43 views12 pages

Codes Binary and Bits

The document discusses different types of computer codes including imperative, logical, functional and object oriented codes. It also discusses binary and bits, explaining that binary is a base-2 numbering system using 0 and 1, and that binary code represents data using a two-symbol system of 0s and 1s.

Uploaded by

Aria Pamintuan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views12 pages

Codes Binary and Bits

The document discusses different types of computer codes including imperative, logical, functional and object oriented codes. It also discusses binary and bits, explaining that binary is a base-2 numbering system using 0 and 1, and that binary code represents data using a two-symbol system of 0s and 1s.

Uploaded by

Aria Pamintuan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Codes, Binary and

Bits
TIMMERMAN
INDUSTRIES
Codes
In computer programming, computer code
refers to the set of instructions, or a system of
rules, written in a particular programming
language the source code.

It is also the term used for the source code after


it has been processed by a compiler and made
ready to run on the computer the object code.
TIMMERMAN
INDUSTRIES
Types of Codes
Imperative
Logical
Functional
Object Oriented

TIMMERMAN
INDUSTRIES
Imperative
is a software development paradigm where
functions are implicitly coded in every step
required to solve a problem. In imperative
programming, every operation is coded
and the code itself specifies how the
problem is to be solved, which means that
pre-coded models are not called on.
TIMMERMAN
INDUSTRIES
Logical
is a type of computer programming in which the
programmer must give the computer instructions on
how to make decisions using mathematical logic,
such as the use of a mathematical algorithm.
Computer programs are made up of code that tells
the computer what to do.
TIMMERMAN
INDUSTRIES
Functional
is an approach to software development that uses
pure functions to create maintainable software. In
other words, building programs by applying and
composing functions.
Harnesses language support by using functions as
variables, arguments, and return values—creating
elegant and clean code in the process.
TIMMERMAN
INDUSTRIES
Object Oriented
is a programming paradigm in computer
science that relies on the concept of classes
and objects. It is used to structure a software
program into simple, reusable pieces of
code blueprints (usually called classes),
which are used to create individual
instances of objects. TIMMERMAN
INDUSTRIES
Binary
is a base-2 number system invented by
Gottfried Leibniz that's made up of only
two numbers or digits: 0 (zero) and 1 (one).
This numbering system is the basis for all
binary code, which writes digital data such
as the computer processor instructions
used with your devices every day. TIMMERMAN
INDUSTRIES
represents text, computer processor
instructions, or any other data using a two-
symbol system. The two-symbol system used
is often "0" and "1" from the binary number
system. The binary code assigns a pattern of
binary digits, also known as bits, to each
character, instruction, etc.
TIMMERMAN
INDUSTRIES
TIMMERMAN
INDUSTRIES
Bits
A designation of 'bits' means that each
individual bit has its own meaning,
independent of the meaning of other bits
in the byte. The term 'code' is used when
the combination of bits, as a unit, has a
unique meaning.
TIMMERMAN
INDUSTRIES
TIMMERMAN
INDUSTRIES

You might also like