Introduction to Computer and Programming CS-101 Lecture 6 By : Lecturer : Omer Salih Dawood Department of Computer Science College of Arts and Science.

Slides:



Advertisements
Similar presentations
College of Natural Sciences University of Northern Iowa Welcome to the Computer Science Department Dr. Ben Schafer.
Advertisements

1 Undergraduate Curriculum Revision Department of Computer Science February 10, 2010.
Changes in the Curriculum of ETF Belgrade Dragan Bojić University of Belgrade Dragan Bojić University of Belgrade.
Computer Science It’s more than programming Eric Lantz.
Department of Mathematics and Computer Science
A New Curricula in « Computers and Information Technology » at the « Politehnica » University of Timisoara -Objectives and outcomes- I. Jurca « Politehnica>>
Introduction to Computer Science CS 21a: Introduction to Computing I Department of Information Systems and Computer Science Ateneo de Manila University.
NSF Foundations of Hybrid and Embedded Software Systems UC Berkeley: Chess Vanderbilt University: ISIS University of Memphis: MSI A New System Science.
College of Computer Sciences and Engineering
CS 101 Course Summary December 5, Big Ideas Abstraction Problem solving Fundamentals of programming.
From Discrete Mathematics to AI applications: A progression path for an undergraduate program in math Abdul Huq Middle East College of Information Technology,
Theories of Mind: An Introduction to Cognitive Science Jay Friedenberg Gordon Silverman.
NSF Foundations of Hybrid and Embedded Software Systems UC Berkeley: Chess Vanderbilt University: ISIS University of Memphis: MSI A New System Science.
CS 1 with Robots CS1301 – Where it Fits Institute for Personal Robots in Education (IPRE)‏
Distinctions Between Computing Disciplines
“Electrical Engineering focuses on the fundamental aspects of the discipline such as network analysis, electronics, electronic system design, signal processing,
Medical Informatics Basics
Do we need theoretical computer science in software engineering curriculum: an experience from Uni Novi Sad Bansko, August 28, 2013.
Information Technology
CS 21a: Intro to Computing I Department of Information Systems and Computer Science Ateneo de Manila University.
C OMPUTER S CIENCE, C OMPUTER E NGINEERING, I NFORMATION T ECHNOLOGY AND S YSTEMS, F LOW OF C ONTROL, B ATCH AND I NTERACTIVE P ROCESSING Week 5 Mr. Mohammed.
1 CSC 1401 S1 Computer Programming I Hamid Harroud School of Science and Engineering, Akhawayn University
Structure of Study Programmes
Information Systems Basic Core Specialization Clinical Imaging BioInformatics Public Health Computer Science Methods (formal models) Biomedical Decision.
Medical Informatics Basics
1/24 Information Technology Definition and Curriculum.
© 2007 Pearson Addison-Wesley. All rights reserved 0-1 Spring(2007) Instructor: Qiong Cheng © 2007 Pearson Addison-Wesley. All rights reserved.
1.stránka 1. 2 Czech Technical University in Prague International Computer Science Program Faculty of Electrical Engineering OPEN INFORMATICS bachelor.
Medical Informatics Basics Lection 1 Associated professor Andriy Semenets Department of Medical Informatics.
Structure of Study Programmes Bachelor of Computer Science Bachelor of Information Technology Master of Computer Science Master of Information Technology.
An Introduction to Computer Science. CSE Studies How Computers Work and How to Make Them Work Better Architecture  Designing machines Programming languages.
© 2007 Pearson Addison-Wesley. All rights reserved 0-1 Spring(2007) Instructor: Qiong Cheng © 2007 Pearson Addison-Wesley. All rights reserved.
VESL-Career & life planning Career Presentation April 13, 2011 Mt.SAC.
KFUPM-COE Industrial Advisory Council Meeting 31/5/ Department of Computer Engineering (COE) College of Computer Sciences and Engineering (CCSE)
The Balance Between Theoretical and Practical Work Within Electrical and Computer Engineering Courses Dr. Bahawodin Baha March Development Partnerships.
Session III. Information Systems A system, whether automated or manual, that comprises people, machines, and/or methods organized to collect, process,
Major Disciplines in Computer Science Ken Nguyen Department of Information Technology Clayton State University.
Computer Science 210 Computer Organization Course Introduction.
CSE 102 Introduction to Computer Engineering What is Computer Engineering?
Master’s Degree in Computer Science. Why? Acquire Credentials Learn Skills –Existing software: Unix, languages,... –General software development techniques.
University of California Irvine Department of Computer Science UCI Computer Science Department 7 majors 1860 undergraduates 322 graduate students ~42 faculty/lecturers.
1 CS145 Lecture 24 What’s next?. 2  What questions does Computer Science study?  Where is programming and Computer Science headed? –With special emphasis.
1 CS145 Lecture 26 What’s next?. 2 What software questions do we study? Where is software headed?
Assoc. Prof. Dr. Ahmet Turan ÖZCERİT.  What is engineer,  What is Computer Engineering  The topics in Computer Engineering You will learn: 2.
CS Curriculum Changes Fall, BS Computer Science 2015 COMPUTER SCIENCE COURSES—64 Hours COMPUTER SCIENCE CORE (48 Hours) CS 258Intro to Object-Oriented.
Department of Computer Science and Automation Indian Institute of Science, Bangalore, India. CSA Research Areas Theoretical Computer Science.
Introduction to HCI Lecture #1.
College of Computer Science, SCU Computer English Lecture 1 Computer Science Yang Ning 1/46.
By: Nelson Webster. Algorithm Engineers Algorithm engineers study the effectiveness and efficiency of procedures of solving problems on a computer.
1 Prof. Dr. Nizamettin AYDIN
New Curricula Proposal at FSMN by Miroslav Ćirić & Predrag Krtolica.
New Computer Science Programme at the Department of Informatics Pedro Guerreiro University of Nis, March 24, 2006.
Introductory Lecture. What is Discrete Mathematics? Discrete mathematics is the part of mathematics devoted to the study of discrete (as opposed to continuous)
CS 1 with Robots CS1301 – Where it Fits Institute for Personal Robots in Education (IPRE)‏
Welcome to Data Structures. Course Introduction Instructor : r 신 용 태 r 愼 鏞 台 r Yongtae Shin r 정보과학관 422 호 r r r Homepage.
Sub-fields of computer science. Sub-fields of computer science.
Accelerated B.S./M.S An approved Accelerated BS/MS program allows an undergraduate student to take up to 6 graduate level credits as an undergraduate.
Electrical Engineering
Changes in the Curriculum of ETF Belgrade
Computer Science Courses
Ch. 11 Theory of Computation
Big Ideas in Computer Science
CS 21a: Intro to Computing I
CS1301 – Where it Fits Institute for Personal Robots in Education
CS1301 – Where it Fits Institute for Personal Robots in Education
Principles of Computing – UFCFA3-30-1
CS1301 – Where it Fits Institute for Personal Robots in Education
Computer Science Courses in the Major
The Curriculum of the Department of Informatics TEI-A
Computer Science Dr Hwang Chair, Computer Science Department
Presentation transcript:

Introduction to Computer and Programming CS-101 Lecture 6 By : Lecturer : Omer Salih Dawood Department of Computer Science College of Arts and Science 1 Mr.Omer Salih Dawood

Computer Science, Computer Engineering, Information Technology and Systems, Flow of Control, Batch and Interactive Processing Mr.Omer Salih Dawood

Computer Science Mr.Omer Salih Dawood

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.Omer Salih Dawood

Computer Science Computer Theory: Algorithms Data Structures Programming concepts and languages: Computer architecture Management information System: Software Engineering Mr.Omer Salih Dawood

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.Omer Salih Dawood

Mathematical foundations Mathematical logic Number theory Graph theory Type theory Category theory Computational geometry Numerical analysis Mr.Omer Salih Dawood

Theory of computation Automata theory Computability theory Computational complexity theory Quantum computing theory Mr.Omer Salih Dawood

Algorithms and data structures Analysis of algorithms Algorithms Data structures Mr.Omer Salih Dawood

Programming languages and compilers Compilers Interpreters Programming languages Mr.Omer Salih Dawood

Concurrent, parallel, and distributed systems Concurrency Distributed computing Parallel computing Mr.Omer Salih Dawood

Software engineering Algorithm design Computer programming Formal methods Reverse engineering Software development Mr.Omer Salih Dawood

System architecture Computer architecture Computer organization Operating systems Mr.Omer Salih Dawood

Communications Computer audio Networking Cryptography Mr.Omer Salih Dawood

Databases Data mining Relational databases Mr.Omer Salih Dawood

Artificial intelligence Artificial life Automated reasoning Computer vision Machine learning Natural language processing/Computational linguistics Robotics Mr.Omer Salih Dawood

Visual rendering (or Computer graphics) Computer graphics Image processing Mr.Omer Salih Dawood

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.Omer Salih Dawood

Scientific computing Bioinformatics Cognitive Science Computational chemistry Computational neuroscience Computational physics Numerical algorithms Symbolic mathematics Mr.Omer Salih Dawood

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.Omer Salih Dawood

computer Engineering Algorithms Computer architecture and organization Computer systems engineering Circuits and signals Database systems Digital logic Digital signal processing Electronics Embedded systems Human-computer interaction Operating systems Programming fundamentals Social and Professional issues Software engineering VLSI design and fabrication Computer Networking Distributed Systems Advanced Database systems Mr.Omer Salih Dawood

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.Omer Salih Dawood

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.Omer Salih Dawood

Decision support features MISDSSEISES 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 problemStructuredSemi-structuredUnstructuredStructured 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 useIndirectDirect Phase of decision making IntelligenceDesign, choiceIntelligenceImplementation Mr.Omer Salih Dawood

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.Omer Salih Dawood

Batch and Interactive Processing Batch processing: collecting jobs in a single batch and then execute them without further interaction what 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.Omer Salih Dawood

Thank you for your attention Lecturer : Aasd Abd Elrashid Mr.Omer Salih Dawood