c omputer s cience, c omputer e ngineering, i nformation t echnology and s ystems, f low of c...

26
COMPUTER SCIENCE, COMPUTER ENGINEERING, INFORMATION TECHNOLOGY AND SYSTEMS, FLOW OF CONTROL, BATCH AND INTERACTIVE PROCESSING Week 5 M r . M o h a m m e d R a h m a t h

Upload: benjamin-carson

Post on 26-Dec-2015

218 views

Category:

Documents


0 download

TRANSCRIPT

COMPUTER SCIENCE, COMPUTER ENGINEERING, INFORMATION TECHNOLOGY AND SYSTEMS, FLOW OF CONTROL, BATCH AND INTERACTIVE PROCESSING

Week 5

Mr. M

oh

am

me

d R

ah

ma

th

COMPUTER SCIENCE

Mr. M

oh

am

me

d R

ah

ma

th

COMPUTER SCIENCE

• Definition: Computer science (or computing science) is the study of the theoretical foundations of information and computation and their implementation and application in computer systems.

• Computer science began to be established as a distinct academic discipline in the 1960s

• Focuses on the process of computing through several areas of specialization, including theory, algorithms, data structures, programming concepts and languages.

Mr. M

oh

am

me

d R

ah

ma

th

COMPUTER SCIENCE

Computer Theory: Algorithms Data Structures Programming concepts and languages: Computer architecture Management information System: Software Engineering

Mr. M

oh

am

me

d R

ah

ma

th

FIELDS OF COMPUTER SCIENCE• Mathematical foundations• Theory of computation • Algorithms and data structures• Programming languages and compilers• Concurrent, parallel, and distributed systems• Software engineering• System architecture• Communications• Databases• Artificial intelligence• Visual rendering (or Computer graphics)• Human-Computer Interaction• Scientific computing

Mr. M

oh

am

me

d R

ah

ma

th

MATHEMATICAL FOUNDATIONS

Mathematical logic Number theory Graph theory Type theory Category theory Computational geometry Numerical analysis

Mr. M

oh

am

me

d R

ah

ma

th

THEORY OF COMPUTATION

Automata theory Computability theory Computational complexity theory Quantum computing theory

Mr. M

oh

am

me

d R

ah

ma

th

ALGORITHMS AND DATA STRUCTURES

Analysis of algorithms Algorithms Data structures

Mr. M

oh

am

me

d R

ah

ma

th

PROGRAMMING LANGUAGES AND COMPILERS Compilers Interpreters Programming languages

Mr. M

oh

am

me

d R

ah

ma

th

CONCURRENT, PARALLEL, AND DISTRIBUTED SYSTEMS Concurrency Distributed computing Parallel computing

Mr. M

oh

am

me

d R

ah

ma

th

SOFTWARE ENGINEERING

Algorithm design Computer programming Formal methods Reverse engineering Software development

Mr. M

oh

am

me

d R

ah

ma

th

SYSTEM ARCHITECTURE

Computer architecture Computer organization Operating systems

Mr. M

oh

am

me

d R

ah

ma

th

COMMUNICATIONS

Computer audio Networking Cryptography

Mr. M

oh

am

me

d R

ah

ma

th

DATABASES

Data mining Relational databases M

r. Mo

ha

mm

ed

Ra

hm

ath

ARTIFICIAL INTELLIGENCE

• Artificial intelligence • Artificial life • Automated reasoning • Computer vision • Machine learning • Natural language processing/Computational

linguistics • Robotics

Mr. M

oh

am

me

d R

ah

ma

th

VISUAL RENDERING (OR COMPUTER GRAPHICS)

Computer graphics Image processing

Mr. M

oh

am

me

d R

ah

ma

th

HUMAN-COMPUTER INTERACTION

Human computer interaction : The study of making computers and computations useful, usable and universally accessible to people, including the study and design of computer interfaces through which people use computers.

Mr. M

oh

am

me

d R

ah

ma

th

SCIENTIFIC COMPUTING

Bioinformatics Cognitive Science Computational chemistry Computational neuroscience Computational physics Numerical algorithms Symbolic mathematics

Mr. M

oh

am

me

d R

ah

ma

th

2. COMPUTER ENGINEERING

Definition: Computer Engineering (also called Electronic & Computer engineering or Computer Systems Engineering) is a discipline that encompasses broad areas of both electrical engineering and computer science

Mr. M

oh

am

me

d R

ah

ma

th

COMPUTER ENGINEERING

Mr. M

oh

am

me

d R

ah

ma

th

INFORMATION TECHNOLOGY AND SYSTEMS

Information System: An Information System (IS) is the system of persons, data records and activities that process the data and information in a given organization, including manual processes or automated processes.

Mr. M

oh

am

me

d R

ah

ma

th

APPLICATIONS OF INFORMATION SYSTEMS

Information systems deal with the development, use and management of an organization's IT infrastructure.

The study of information systems, focuses on why and how technology can be put into best use to serve the information flow within an organization.

Mr. M

oh

am

me

d R

ah

ma

th

Decision support features

MIS DSS EIS ES

Type of decision maker

Many

operational

managers

Individuals and

Small groups of

tactical

managers

Individual

strategic

manager

Individual

strategic, tactical,

or operational

manager

Type of problem Structured Semi-structured Unstructured Structured

Type of

information

Pre-designed

reports on

Internal

operations

Interactive

queries and

responses for

specific

problems

Online access to

internal and

external

information on

many issues

Conclusions and

recommendations

for a particular

complex problem

Type of use Indirect Direct Direct Direct

Phase of decision making

Intelligence Design, choice Intelligence Implementation

Mr. M

oh

am

me

d R

ah

ma

th

FLOW OF CONTROL

Flow of control: Flow control is the management of data flow between computers or devices or between nodes in a network so that the data can be handled at an efficient pace.

Mr. M

oh

am

me

d R

ah

ma

th

BATCH AND INTERACTIVE PROCESSING

Batch processing: collecting jobs in a single batch and then execute them without further interaction of the user.

Interactive processing: Allows a program being executed to carry on a dialogue with the user through remote terminals. Requires real-time processing.

Mr. M

oh

am

me

d R

ah

ma

th

WEEK 5END

Mr. M

oh

am

me

d R

ah

ma

th