Sei sulla pagina 1di 43

010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101

10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Programming Fundamentals, Part 1

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Definition

Visual Basic .NET (VB.NET) is a programming language


implemented on the .NET Framework. VB.NET is
implemented by Microsoft's .NET framework and has full
access to all the libraries in the .NET Framework.

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

.NET Framework

NET Framework (pronounced dot net) is a software


framework developed by Microsoft that runs primarily on
Microsoft Windows operating system.
It includes a large class library named Framework Class
Library (FCL) and provides language interoperability
(each language can use code written in other languages)
across several programming languages.
010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

.NET Framework
Programs written for .NET Framework execute in a software
environment named Common Language Runtime (CLR), an application
virtual machine that provides services such as security, memory
management, and exception handling.
Framework Class Library (FCL) provides user interface, data
access, database connectivity, cryptography, web
application development, numeric algorithms, and network
communications.
Programmers produce software by combining their source code with
.NET Framework and other libraries. The framework is intended to be
used by most new applications created for the Windows platform.
Microsoft also produces an integrated development environment largely
010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
for .NET software called Visual Studio. 10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Integrated development environment

An integrated development environment (IDE) is a


software application that provides comprehensive
facilities to computer programmers for software
development. An IDE normally consists of a source code
editor, build automation tools and a debugger. Most
modern IDEs have intelligent code completion.

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

.NET Framework

The .NET framework is a revolutionary platform that helps


programmers write the following types of applications:
Windows applications
Web applications
Web services
The .NET framework applications are multi-platform
applications. The framework has been designed in such a
way that it can be used from any of 010000110110111101110010001000000100101001100
the following languages:
101011100110111010100100000010000110110111101
Visual Basic, C#, C++, Jscript, and COBOL, etc.
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Common Language Runtime (CLR)


The Common Language Runtime (CLR), the virtual machine
component of Microsoft's .NET framework, manages the
execution of .NET programs. A process known as just-in-time
compilation converts compiled code into machine
instructions which the computer's CPU then executes.
The CLR provides additional services including memory
management, type safety, exception handling, garbage
collection, security and thread management. All programs
written for the .NET framework, regardless of programming
language, are executed by the CLR. 010000110110111101110010001000000100101001100
All versions of the .NET
framework include CLR. 101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Source Code Structure

A VB.Net program basically consists of the following


parts:
Namespace declaration
A class or module
One or more procedures
Variables
The main procedure
010000110110111101110010001000000100101001100
Statements & Expressions 101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

Comments
0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Source Code Structure

The first line of the program Imports System is used


to include the System namespace in the program.

A namespace is a set of symbols that are used to


organize objects of various kinds, so that these
objects may be referred to by name.

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Source Code Structure

The next line has a Module declaration, the module


Module1. In VB.Net, every program must contain a
module of a class that contains the data and
procedures that your program uses.

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Source Code Structure

Comments are ignored by the compiler and it has


been put to add additional documentation in the
program.

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Source Code Structure

Defines the Main procedure, which is the entry point


for all VB.NET programs. The Main procedure states
what the module or class will do when executed.

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Source Code Structure

The Main procedure specifies its behavior with the


statement Console.WriteLine ("Hello World!")
WriteLine is a method of the Console class defined in
the System namespace. This statement causes the
010000110110111101110010001000000100101001100
message "Hello, World!" to be displayed on the
101011100110111010100100000010000110110111101
screen. 10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Source Code Structure

The last line Console.ReadLine() is for getting input


from the keyboard (default input device). In addition,
this will prevent the screen from running and closing
quickly when the program is launched from Visual
010000110110111101110010001000000100101001100
Studio .NET. 101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Data Types

Data types refer to an extensive system used for


declaring variables or functions of different types. The
type of a variable determines how much space it
occupies in storage and how the bit pattern stored is
interpreted.

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Numeric Data Types

Visual Basic supplies several numeric data types for


handling numbers in various representations.
Integral types represent only whole numbers (positive,
negative, and zero), and non integral types represent
numbers with both integer and fractional parts.

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Integral Numeric Types

Integral data types are those that represent only


numbers without fractional parts.
The signed integral data types are SByte Data Type (8-bit),
Short Data Type (16-bit), Integer Data Type (32-bit), and Long
Data Type (64-bit). If a variable always stores integers rather
than fractional numbers, declare it as one of these types.
The unsigned integral types are Byte Data Type (8-bit),
UShort Data Type (16-bit), UInteger010000110110111101110010001000000100101001100
Data Type (32-bit), and
ULong Data Type (64-bit). If a variable contains binary data,
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

or data of unknown nature, declare it as one of these types.


0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Large Integer Values

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Small Integer Values

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Unsigned integers

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Nonintegral Numeric Types

Nonintegral data types are those that represent numbers


with both integer and fractional parts.
The nonintegral numeric data types are Decimal (128-bit fixed
point), Single Data Type (32-bit floating point), and Double
Data Type (64-bit floating point). They are all signed types. If
a variable can contain a fraction, declare it as one of these
types.
010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Character Data Types

Visual Basic provides character data types to deal with


printable and displayable characters. While they both
deal with Unicode characters, Char holds a single
character whereas String contains an indefinite number
of characters.

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Type Conversions
Functions & Description
CBool(expression)
Converts the expression to Boolean data type.

CByte(expression)
Converts the expression to Byte data type.

CChar(expression)
Converts the expression to Char data type.
010000110110111101110010001000000100101001100
CDate(expression) 101011100110111010100100000010000110110111101
10110001101100011001010110011101100101
Converts the expression to Date data type

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

CDbl(expression)
Converts the expression to Double data type.
CDec(expression)
Converts the expression to Decimal data type.
CInt(expression)
Converts the expression to Integer data type.
CLng(expression)
Converts the expression to Long data type.
CObj(expression)
Converts the expression to Object type.
CSByte(expression) 010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101
Converts the expression to SByte data type.

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

CShort(expression)
Converts the expression to Short data type.
CSng(expression)
Converts the expression to Single data type.
CStr(expression)
Converts the expression to String data type.
CUInt(expression)
Converts the expression to UInt data type.
CULng(expression)
Converts the expression to ULng data type. 010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
CUShort(expression) 10110001101100011001010110011101100101

Converts the expression to UShort data type.


0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Operators

An operator is a symbol that tells the compiler to


perform specific mathematical or logical manipulations.

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Arithmetic Operators

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Comparison Operator

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

Logical Operators

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010
010000110110111101110010001000000100101001100101011100110111010100100000010000110110111101101100011011000110010101
10011101100101010000110110111101110010001011010101010101
COR JESU COLLEGE - COMPU1ER S1UDIES

010000110110111101110010001000000100101001100
101011100110111010100100000010000110110111101
10110001101100011001010110011101100101

0100001101101111011100100010000001001010011001010111001101110101001000000100001101101111011011000110110001100101011001110110010101
0000110110111101110010001000000100101011010101010101010101101010

Potrebbero piacerti anche