Anda di halaman 1dari 3

Lorie ann R. Olivario IV-Gold Mr.

del carmen

Assignment in T.L.E

Basic data operetions :


These tasks illustrate fundamental actions on data types basic in their respective languages.
Abstract
Computers using in a very large field of sciences and not only in sciences is a reality
now. Research, evidence, automation, entertainment, communication are makes by
computer. To create easy to use, professional, and efficient applications is not an easy
task. Compatibility problems, when data are ports from different applications, are
frequently solves using operating system modules (such as ODBC – open database
connectivity). The aim of this paper was to describe i.386-based computer architecture
and to debate the elementary data operators.
Keywords
i386 computer architecture, elementary data operations
Inntroduction
Computers using in a very large field of sciences and not only in sciences is a reality now.
Research, evidence, automation, entertainment, communication are makes by computer.
The peoples who work with the computer are splits in two categories. Users want at
key applications to exploit them. May be the majority of computer are simply users that uses
at key applications at office in a job specific action. Developers are computer specialists,
which use the software and the hardware knowledge to create, test, and upgrade computers
and programs.
In computers industry (and not only) there exists so called brands. Most of the peoples
it heard about Microsoft [1] or IBM [2]. These are brands. A brand is generally a corporation,
frequently a multinational one, which produce a significant quantity (percents of total) of
specific products for world users. A brand policy is to increase his popularity and users
number. Anyway, for all software producers is a target to integrate as much is possible
functional modules in his applications to extend his software capabilities.
To create easy to use, professional, and efficient applications is not an easy task.
Compatibility problems, when data are ports from different applications, are frequently solves
using operating system modules (such as ODBC – open database connectivity).
Present work intends to give to reader a thinking mode typically for a programmer.
The programmer problem is to create the way from an idea of data processing to the
application, which realizes the processing.
Input/output statements :
Portion of a program that instructs a computer how to read and process information from an
input device or send the information to an output device.
Until now, the example programs of previous sections provided very little interaction with
the user, if any at all. Using the standard input and output library, we will be able to interact
with the user by printing messages on the screen and getting the user's input from the
keyboard.
C++ uses a convenient abstraction called streams to perform input and output operations in
sequential media such as the screen or the keyboard. A stream is an object where a program
can either insert or extract characters to/from it. We do not really need to care about many
specifications about the physical media associated with the stream - we only need to know it
will accept or provide characters sequentially.
The standard C++ library includes the header file iostream, where the standard input and
output stream objects are declared.

Conditional statements :
In computer science, conditional statements, conditional
expressions and conditional constructs are features of a programming language which
perform different computations or actions depending on whether a programmer-
specified boolean condition evaluates to true or false. Apart from the case of branch
predication, this is always achieved by selectively altering the control flow based on some
condition.In imperative programming languages, the term "conditional statement" is usually
used, whereas in functional programming, the terms "conditional expression" or "conditional
construct" are preferred, because these terms all have distinct meanings.Although dynamic
dispatch is not usually classified as a conditional construct, it is another way to select
between alternatives at runtime
Looping statements :
You use looping statements to force a program to repeatedly execute a statement. The
executed statement is called the loop body. Loops execute until the value of a controlling
expression is 0. The controlling expression may be any scalar data type.C has several looping
statements: “while ”, “do...while ”, and “for ”. The main difference between these statements
is the point at which each loop tests for the exit condition. Refer to the “goto ”, “continue ”,
and “break ” statements for ways to exit a loop without reaching its end or meeting loop exit
tests.
Facebook :
Facebook is a social networking website launched in February 2004 that is operated and
privately owned by Facebook, Inc.,with more than 500 million active users in July 2010.Users
can add people as friends and send them messages, and update their personal profiles to
notify friends about themselves. Additionally, users can join networks organized by
workplace, school, or college. The website's name stems from the colloquial name of
books given to students at the start of the academic year by university administrations in the
US with the intention of helping students to get to know each other better. Facebook allows
anyone who declares themselves to be aged 13 or older to become a member of the
website.Facebook was founded by Mark Zuckerberg with his college roommates and fellow
computer science students Eduardo Saverin, Dustin Moskovitz and Chris Hughes.The
website's membership was initially limited by the founders to Harvard students, but was
expanded to other colleges in the Boston area, the Ivy League, and Stanford University. It
gradually added support for students at various other universities before opening to high
school students, and, finally, to anyone aged 13 and over.Facebook has met with
some controversy. It has been blocked intermittently in several countries
including Pakistan,Syria, People's Republic of China,Vietnam,and Iran.It has also been banned
at many places of work to discourage employees from wasting time using the
service.Privacy has also been an issue, and it has been compromised several times.Facebook
settled a lawsuit regarding claims over source code and intellectual property.The site has also
been involved in controversy over the sale of fans and friends.

Anda mungkin juga menyukai