GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN INFORMATION TECHNOLOGY Semester: 4

Size: px
Start display at page:

Download "GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN INFORMATION TECHNOLOGY Semester: 4"

Transcription

1 GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN INFORMATION TECHNOLOGY Semester: 4 Subject Name OPERATING SYSTEM Sr.No Course content 1.. Introduction Operating System Concept OS Services Types of Operating Systems Batch Operating System Multiprogramming Multiuser Multiprocessing Distributed Operating System Network Operating System Multithreading Operating System 2. Booting process of Windows XP 3. Process Concept : Definition, Process States, Process Control Box Process Scheduling Types of Schedulers : Long-term, Medium-term, Short-term Scheduling criteria and performance Scheduling algorithms : FCFS, SRTN, SJN, RR, Priority based preemptive, Interprocess communication and synchronization Concept and need for interprocess synchronization Mutual Exclusion : Concept and Solution with Semaphore Deadlock Concept Necessary conditions for deadlock to occur MLQ 4. Memory Management Single Process Monitor Partitioned Memory allocation : Static, Dynamic Paging Segmentation Virtual Memory 5. File and Disk Management File and Directory Concept Disk Organization Disk Allocation Methods : Contiguous, Noncontiguous Disk Scheduling : FCFS, SSTF, SCAN 6. UNIX Overview Features, Components, File Types and Access, Permission, Disk Structure of root,

2 Structure of File System Commands General Purpose : banner, cal, date, who, tty, uname, passwd, be, echo, ps, kill Navigating File System : pwd, cd, mkdir, rmdir, ls File Handling : cat, cp, rm, mv, more, lp, file, wc, split cmp, comm., diff, head, tail, grep, sort, cut, paste, nl, tr, chmod, chown, chgrp Pipelining, Redirection, Tees and Shell Variables Shell environment and programming The if statement, the case statement, looping with for, while and until statements LABORATORY EXERCISES Shell Commands and programming Reference Books: 1 Unix Concepts And Application Sumitabha Das MGH 2.Operating System Milan Milenkovic MGH 3 Operating System Concepts James Peterson Wesley Abraham Silberschatz 4. Operating System Andrew Tanenbaum

3 GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN INFORMATION TECHNOLOGY Semester: 4 Subject Name SOFTWARE ENGINEERING Sr.No Course content 1. INTRODUCTION TO SOFTWARE AND SOFTWARE ENGINEERING 1.1 Evolution of software 1.2 Definition of software 1.3 Software Characteristics 1.4 Software Applications 2. SOFTWARE PROCESS AND PROCESS MODEL 2.1 Software Engineering as layered technology 2.2 The Software Process 2.3 Linear Sequential Model 2.4 Prototyping Model 2.5 RAD Model 2.6 Evolutionary Software Process Model Incremental Model Spiral Model 3. SYSTEM REQUIREMENT SPECIFICATIONS 3.1 An Example: What is the need? 3.2 Role and Tasks of System Analyst 3.3 Data Dictionary 3.4 Feasibility Analysis 3.5 Data Flow Diagrams Context Diagram Logical Data Flow Diagram Physical Data Flow Diagram 4. SOFTWARE PROJECT MEASUREMENT 4.1 Measures, Metrics and Indicators 4.2 Software Measurement Size-Oriented Metrics Function-Oriented Metrics 4.3 Software Quality Measures 4.4 Scheduling and Time line Chart 5. SOFTWARE PROJECT PLANNING 5.1 Software Scope 5.2 Resources 5.3 Estimation Techniques 5.4 Empirical Estimation Model 5.5 Outsourcing 6. RISK MANAGEMENT 6.1 Risk Strategies 6.2 Software Risks 6.3 Risk Identification

4 6.4 Risk Projection 6.5 RMMM Plan 7. SOFTWARE QUALITY ASSURANCE 7.1 Quality Concepts 7.2 SQA 7.3 Software Reviews and FTR 7.4 Defect Amplification Model 7.5 Software Reliability 8. SOFTWARE TESTING METHODS 8.1 Software Testing Fundamentals 8.2 Test CASE Design 8.3 White Box Testing 8.4 Basis Path Testing 8.5 Control Structure Testing 8.6 Black Box Testing 8.7 Unit Testing 8.8 Integration Testing 8.9 Validation Testing 8.10 System Testing 8.11 What is CASE? 9. FUTURE PATH 9.1 Importance of Software 9.2 The Scope Of Change 9.3 The New Software Engineering Process 9.4 New Modes of Representation LABORATORY EXPERIENCES 1. To sturdy software characteristics. 2. To study different types of software applications. 3. To understand and development various process models. 4. To study Logical Data Flow Diagrams. 5. To study Logical Data Flow Diagrams. 6. To study & Explain software measurement metrics 7. To study Project Estimation. 8. To study software risks. 9. To Study Software Quality Assurance (S.Q.A.) concept. 10. To study different software testing methods 11. Overview of CASE Tool.

5 REFERENCES BOOKS 1. Software Engineering Somerville Pearson education PHI 2. Software Engineering 4th Edition Roger S. Pressman MGH 3. Fundamentals of Software Engineering Rajib Mall, PHI

6 GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN INFORMATION TECHNOLOGY Semester: 4 Subject Name VISUAL BASIC Sr.No Course content Introduction to Visual Basic 1.1. Programming Languages Procedural, Object Oriented & Event Driven P-code, Source code, Native Code 1.2. The Visual Basic Programming Environment Menu bar Toolbar Toolbox Form Window Project Container Window Project Window Properties Window Form Layout Window Object Model Objects, Methods, Properties, Events Standard Controls of Visual Basic 2.1. Clicking Buttons to Perform Actions 2.2. Controls For Displaying and Entering the Text Textbox Label 2.3. Controls That Presents choices to Users Selecting Individual Options with Check Boxes Grouping Options with Option Buttons Using List Boxes & Combo Boxes Using Scrolling Bars As Input Devices Controls That Display Pictures & Graphics Picture Box Image, Shape & Line Controls 2.4. Data Access Controls Data Controls, ADO data control, Datalist, Datacombo, Datagrid, Microsoft Hierarchical Flexgrid Control 2.5. File System Controls DriveListBox DirListBox FileListBox 2.6. Miscellaneous Controls Timer OLE Common Dialog Control (Properties should be covered: Backcolor, Controlbox, Height, width, scalemode, windowstate, showintaskbar, visible, name, caption, text, forecolor, Icon, cancel, enabled, style, Tabindex, tabstop, tooltiptext,

7 locked, passwordchar, scrollbars, autosize, font, borderstyle, value, wordwrap, columns, list, listcount, multiselect, newindex, selected, sorted, picture, interval, largechange, smallchange, drive, path. Etc.) (Events: Activate, Deactivate, DragDrop, Load, Resize, Unload, Paint, Initialize, QueryUnload, Terminate, Click, Mousedown, Mouseup, Change, Validate, DblClick, Dropdown, Timer, Change, Scroll, Pathchange, Patternchange, gotfocus, lostfocus, keypress, keydown, change etc.) (Methods: Hide, show, unload, setfocus, additem, clear, refresh, removeitem, circle, cls, line, paintpicutre, Zorder, etc.) Working with Menus 3.1. Basics of menu Menu title, Menu Item, Menu bar, Separator Bar, Menu 3.2. Pop-up Menus 3.3. Add an access key to menu item 3.4. Assign shortcut key to a menu item 3.5. Disable menu & Enable a menu command by using program code The Structure of a Visual Basic Project 4.1. Types Of Modules Form Modules Class Modules Standard Modules 4.2. MDI Parent-Child Relationship Variables, Constants, Data Types, Operators 5.1. Variables Declaring Variables Storing and Retrieving Data in Variables Implicit & Explicit Declaration 5.2. Scope of Variables Private, Public & Local Variable Variables Used within a Module Variables Used by all Modules 5.3. Static Variables 5.4. Constants 5.5. Data Types Numeric, String, Byte, Boolean, Date, Object, Variant, Currency, Floating Point Converting Data Types User Defined Data Types (Type. End Type) 5.6. Arrays Fixed Size Array Declaring Fixed Size Array Setting Upper and Lower Bound Multidimensional Array

8 Dynamic Arrays To Create a Dynamic Array Preserving the contents of Dynamic Array 5.7. Operators Arithmetic Operators Comparison Operators Concatenation Operators Logical Operators Procedures & Control Structures 6.1. Sub Procedures General Procedure Event Procedure 6.2. Function Procedure 6.3. Working with Procedure Creating a New Procedure Calling Procedures, Sub Procedures, Function Procedure, Calling procedure in Other Modules, Procedures in Form, Procedures in Class Modules, Procedures in Standard Modules 6.4 Passing Arguments to Procedures Passing Arguments By Value & Passing Arguments By Reference Named Argument Parameter Array : Variable no of arguments 6.5 Control Structure 6.6 Decision Structures If Then If.Then.Else Select Case 6.7 Loop Structures Do.Loop (Do While Loop, Do. Loop While) For.Next For Each.Next 6.8 Exiting From Control Structures, Sub or Function Procedures 7. 7 Inbuilt Functions 7.1 System Clock Functions Time, Date, Now, Hour, Minute, Second, Day, Month, Year, Weekday 7.2 String Functions Ucase, Lcase, Len, Right, Left, Mid, Instr, String, Asc,Chr, Xor 7.3 Math Functions Abs, Atn, Cos, Exp, Rnd, Sgn,,Sin, Sqr, Str, Tan, Val 7.4 InputBox & MsgBox 7.5 Format function 8. 8 Error Handling & Debugging 8.1 With Error Statement

9 8.1.1 On Error Goto line On Error Resume Next On Error Goto Err Object 8.2 Debugging Tools Immediate Window Local Window Watch Window Call Stack Step into, Step out, Step Over Break Point 8.3 Debug Object Print & Assert Methods 9. 9 Database Handling 9.1 Use of ADO to build bound forms 9.2 Use of ADO to build unbound forms (Active X Data object) (Use all Data Access Controls which is given ) 9.3 Using the Data Environment Designer Steps to Design Report Creating Connection in the Data Environment Creating Command Objects Binding Data Controls on the Form Creating Child Command Objects Using Data Reports (Also Use parameterized query to call report) LABORATORY EXPERIENCES: 1. Design a simple application which enhance the use of textbox, label, command button, option button, check boxes, frame controls 2. Design a simple application which enhance the use of ComboBox, ListBox (To add an item, Remove an item, to search the item etc.) 3. Design a simple application which make use of image control, picture box, timer controls, Scroll bars 4. Make use of Line & Shape control 5. Make an application which is relevant to File system controls & Common dialog box control 6. Explore the OLE control 7. Develop an application which enhance the standard module, class modules & Form modules 8. Develop a menu with MDI forms 9. Develop some error handling routines in your application 10. Develop a small database management system using ADO.

10 11. ActiveX objects. Reports using Data Environment Reference Books: 1. Visual Basic Breadly TMH 2. Mastering VB 6 BPB 3. Peter Norton s Guide To Visual Basic 6 Peter Norto Techmedia 4.. Using Visual Basic 6 QUE, Special Edition

11 GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN INFORMATION TECHNOLOGY Semester: 4 Subject Name: COMPUTER GRAPHICS Sr.No Course content 1. Introduction to Computer Graphics 1.1 History of Computer Graphics 1.2 Graphics standard 1.3 Application of Computer Graphics 2. Input Output Devices 2.1 Video Display Devices 2.2 Raster Scanning 2.3 Raster Scanning Display System 2.5 Random Scan Display 2.6 CRT 2.7 Color CRT 2.8 Flat panel Displays 2.9 VGA 2.10 Hardcopy Devices Halftoning Printers 2.11 Input Devices 3. Output Primitives 3.1 Line drawing Algorithm Simple Line Drawing Algorithm DDA algorithm Bresenham s Line Algorithm Parallel Line Algorithm 3.2 Circle Drawing Algorithm Mid-point circle algorithm 3.3 Other Curves Conic Sections Polynomials and Spline Curves 3.4 Filled Area Primitives Scan Line polygon fill algorithm Boundary Fill algorithm Flood fill Algorithm 3.5 Polygon Convex Polygons Concave Polygons 3.6 Character generation

12 4. 2D Geometry 4.1 Basic Transformations Translation Rotation Scaling 4.2 Matrix Representations and Homogeneous Co-ordinates 4.3 Composite Transformations Translation Rotations Scaling General Pivot Point Rotation General Fixed Point Scaling General Scaling Directions 4.4 Inverse Transformation 4.5 Other Transformation Reflection Zooming Panning Jaggies 5. 2D Viewing 5.1 Viewing Pipeline 5.2 Windows to Viewpoint co-ordinate transformation 5.3 Clipping Operations 5.4 Point Clipping 5.5 Line Clipping Cohen Sutherland Line Clipping Liang Barsky Line Clipping 5.6 Polygon Clipping Sutherland Hodgeman Polygon Clipping Weiler Atherton Polygon Clipping 5.7 Text Clipping 5.8 Exterior Clipping 6. 3D Geometry and Viewing 6.1 Translation 6.2 Rotation Coordinate Axes Rotation General Three Dimensional Rotations 6.3 Scaling 6.4 Other Transformation Reflections Shears 6.5 Viewing Pipeline 6.6 Projection Parallel projection Perspective projection 7. Solid Surface Detection and Illumination 7.1 Classification of Visible Surface Detection Algorithms 7.2 Back face detection 7.3 Depth buffer/ (Z-buffer, A-buffer) method 7.4 Scan Line method 7.5 Depth sorting method 7.6 Basic Illumination Models

13 7.6.1 Ambient Light Diffuse Reflection Specular Reflection and the Phong Model LABORATORY EXPERIENCES 1. Draw line using different line style 2. Draw the circle using Brezenham algorithm 3. Perform the operation of scaling for two dimension picture 4. Perform the operation of translation for two dimensional picture 5. Perform the operation of transformation for 3D picture 6. Perform the operation of windowing and clipping technique 7. Perform the operation of animation using segment technique 8. Perform the experiment to draw the polygon. 9. Draw the polygon using filling technique. 10. Draw the curve using B-spline algorithm. 11. Simple animations using built in functions in C. Reference Books: 1. Computer Graphics Donald Hearn &M Paulin Baker PHI 2. Computer Graphics Steven Harington MGH

14

15 GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN INFORMATION TECHNOLOGY Semester: 4 Subject Name: DATA COMMUNICATION AND NETWORKS Sr.No Course content 1. INTRODUCTION 1.1 Structure of communication 1.2 various communication terms (channels, comparison of channels, frequency, wavelength, frequency spectrum and bandwidth) 1.3 Multiplexing (FDM, TDM) 1.4 Advantages of Digital Communication 2. ANALOG MODULATION 2.1 Definition and need of modulation 2.2 Amplitude modulation 2.3 Frequency modulation 2.4 Phase modulation 3. NETWORKING CONCEPTS 3.1 Network related terms 3.2 Models of Network Computing (Centralize Computing, distributed Computing, Collaborative Computing) 3.3 Client Server and Peer to Peer Network 3.4 Network Topologies (Bus, Mesh, Star, Ring) 3.5 Various types of computer Network (LAN, MAN, WAN) 3.6 Types of Network Server (File Server, Print Server, Mail Server, Application Server, Database Server, Proxy Server, Web Server) 4. NETWORK REFERENCE MODELS 4.1 OSI reference model 4.2 Types of Switching Networks (Circuit Switching, Message Switching, Packet switching) 4.3 Comparison and difference of SLIP and PPP 4.4 Connection oriented and connection less services 5. TRANSMISSION MEDIA 5.1 Selection parameters of Transmission media (Cost, Bandwidth, Installation Attenuation) 5.2 Types of Cables and Connectors (Coaxial, Twisted Pair, Fiber Optic) 5.3 Wireless Media (Infrared, Laser, Microwave,Radio) 6. NETWORK DEVICES 6.1 Network Adaptor or Interface Card (NIC)

16 6.2 Repeater 6.3 Hub 6.4 Switch 6.5 Router 6.6 Brouter 6.7 Bridge 6.8 Gateway 7. TRANSPORT AND NETWORK LAYER 7.1 Internet Protocol (IP) 7.2 IP address scheme and address classification 7.3 Transmission Control protocol (TCP) 7.4 User Datagram Protocol (UDP) 7.5 TCP/IP reference model 7.6 IPV4 and IPV6 8. NETWORK APPLICATIONS 8.1 Domain Name System (DNS) 8.2 File Transfer Protocol (FTP) 8.3 Electronic mail (E Mail) 8.4 ISDN 9. SATELLITE COMMUNICATIONS 9.1 Types of Satellite Orbits 9.2 Kepler s laws 9.3 Use of Satellite in Information Technology (internet and Telephony) 9.4 Indian Space Achievements PRACTICALS 1. Measurement of modulation index of amplitude modulation Hrs. 2. Measurement of Freq. deviation of F.M Hrs. 3. Build & Test circuit of T.D.M Hrs. 4. Build & Test circuit of F.D.M Hrs. 5. Study and identification of various cables and connectors- 04 Hrs. 6. Installation of Server OS 04 Hrs. 7. Installation of Client OS 04 Hrs. 8. Study of Router and Gateway 02 Hrs. 9. Understanding the DNS system and IP. 02 Hrs. 10. Understanding the Internet surfing for Hrs. Visit: Visit of Space Application centre to understand satellite concepts.

17 Reference Books: 1 Data Communication and Computer Network Michael Duck and Richard Read -PHI 2.Computer Networks and Internet Douglas Comer-PHI 3 Data Communication by William L. Schweber -MGH 4.Data & Computer Communication by William Stallings PHI 5. Data Communication & Networks-4e FOROUZEN TMH

GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN INFORMATION TECHNOLOGY Semester: 4

GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN INFORMATION TECHNOLOGY Semester: 4 GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN INFORMATION TECHNOLOGY Semester: 4 Subject Name VISUAL BASIC Sr.No Course content 1. 1. Introduction to Visual Basic 1.1. Programming Languages 1.1.1. Procedural,

More information

GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN COMPUTER ENGINEERING Semester: 4

GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN COMPUTER ENGINEERING Semester: 4 GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN COMPUTER ENGINEERING Semester: 4 Subject Name System analysis and Design Sr. No. Course content 1. 1. Introduction 1.1. The Software Engineering Discipline -

More information

Punjab Technical University Bachelor in Mobile Computing & Internet Batch 2014 onwards THIRD SEMESTER

Punjab Technical University Bachelor in Mobile Computing & Internet Batch 2014 onwards THIRD SEMESTER THIRD SEMESTER Review of DBMS: Punjab Technical University RELATIONAL DATABASE MANAGEMENT SYSTEM BMCI301 Section A Basic DBMS terminology; Architecture of a DBMS: Data Independence - Physical and Logical

More information

Teaching and Examination Scheme: PAPER HRS TH TU PR TH PR OR TW TOTAL

Teaching and Examination Scheme: PAPER HRS TH TU PR TH PR OR TW TOTAL Course Name : Computer Engineering Group Course Code : CO/CD/CM/CW/IF Semester : Fifth for CO/CM/CW/IF and Sixth for CD Subject Title : Operating System Subject Code : 17512 Teaching and Examination Scheme:

More information

R. C. TECHNICAL INSTITUTE, SOLA

R. C. TECHNICAL INSTITUTE, SOLA R. C. TECHNICAL INSTITUTE, SOLA Information Technology Department SEMESTER 3 Assignments list for all subjects Subject Name: DIGITAL MEMORY SYSTEMS Subject Code: 3331601 ASSIGNMENT-1- Digital Memory Systems

More information

Unit-V System Concepts Unit-VI System Development Life Cycle (SDLC) Books

Unit-V System Concepts Unit-VI System Development Life Cycle (SDLC) Books Sardar Patel University S.Y.B.Sc (Information Science) IS-201 : Introduction to Information Systems Effective from June 2003 Number of Credits/Lect. per week: 03 External marks: 80 University Examination

More information

Contents. More Controls 51. Visual Basic 1. Introduction to. xiii. Modify the Project 30. Print the Project Documentation 35

Contents. More Controls 51. Visual Basic 1. Introduction to. xiii. Modify the Project 30. Print the Project Documentation 35 Contents Modify the Project 30 Introduction to Print the Project Documentation 35 Visual Basic 1 Sample Printout 36 Writing Windows Applications The Form Image 36 The Code 37 with Visual Basic 2 The Form

More information

COURSE DELIVERY PLAN - THEORY Page 1 of 6

COURSE DELIVERY PLAN - THEORY Page 1 of 6 COURSE DELIVERY PLAN - THEORY Page 1 of 6 Department of Department of Computer Science and Engineering B.E/B.Tech/M.E/M.Tech : Department of Computer Science and Engineering Regulation : 2013 Sub. Code

More information

SRM INSTITUTE OF SCIENCE AND TECHNOLOGY

SRM INSTITUTE OF SCIENCE AND TECHNOLOGY SRM INSTITUTE OF SCIENCE AND TECHNOLOGY DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK SUB.NAME: COMPUTER GRAPHICS SUB.CODE: IT307 CLASS : III/IT UNIT-1 2-marks 1. What is the various applications

More information

Course Title: Computer Graphics Course no: CSC209

Course Title: Computer Graphics Course no: CSC209 Course Title: Computer Graphics Course no: CSC209 Nature of the Course: Theory + Lab Semester: III Full Marks: 60+20+20 Pass Marks: 24 +8+8 Credit Hrs: 3 Course Description: The course coversconcepts of

More information

Answer: C. 7. In window we can write code A. Immediate window B. Locals window C. Code editor window D. None of these. Answer: C

Answer: C. 7. In window we can write code A. Immediate window B. Locals window C. Code editor window D. None of these. Answer: C 1. Visual Basic is a tool that allows you to develop application in A. Real time B. Graphical User Interface C. Menu Driven D. None Of These 2. IDE stands for.. A. Internet Development Environment B. Integrated

More information

COMPUTER SCIENCE (ELECTIVE) Paper-A (100 Marks) Section-I: INTRODUCTION TO INFORMATION TECHNOLOGY Computer and its characteristics, Computer Organization & operation, Components of Computer, Input/Output

More information

Syllabus for Computer Science General Part I

Syllabus for Computer Science General Part I Distribution of Questions: Part I Q1. (Compulsory: 20 marks). Any ten questions to be answered out of fifteen questions, each carrying two marks (Group A 3 questions, Group B, Group C and Group D 4 questions

More information

UNIVERSITY POLYTECHNIC B.I.T., MESRA, RANCHI. COURSE STRUCTURE (W.E.F Batch Students) (Total Unit 7.0) Sessional Unit Code. Theory Unit Course

UNIVERSITY POLYTECHNIC B.I.T., MESRA, RANCHI. COURSE STRUCTURE (W.E.F Batch Students) (Total Unit 7.0) Sessional Unit Code. Theory Unit Course COURSE STRUCTURE (W.E.F. 2011 Batch Students) (Total Unit 7.0) Course Theory Unit Course Sessional Unit Code Code DCP 5001 Data Communication and 1.0 DCP 5002 Networking Lab. 0.5 Networking DCP 5003 Introduction

More information

VEER NARMAD SOUTH GUJARAT UNIVERSITY SURAT B. Com. (Computer Application) 3 rd Year Vocational Course Syllabus SEMESTER 5 Effective From: June 2013

VEER NARMAD SOUTH GUJARAT UNIVERSITY SURAT B. Com. (Computer Application) 3 rd Year Vocational Course Syllabus SEMESTER 5 Effective From: June 2013 Paper No.: 7 Teaching Hours: 3 Hrs./Week Paper Title: Computer Application Paper-VII Credits: 3 (GUI TOOLS) Basic knowledge of computer programming language. To make students aware of programming using

More information

KRISTU JYOTI COLLEGE OF MANAGEMENT & TECHNOLOGY QUESTION BANK BCA SEMESTER III Computer graphics Part A (2 marks questions)

KRISTU JYOTI COLLEGE OF MANAGEMENT & TECHNOLOGY QUESTION BANK BCA SEMESTER III Computer graphics Part A (2 marks questions) KRISTU JYOTI COLLEGE OF MANAGEMENT & TECHNOLOGY QUESTION BANK 2018 BCA SEMESTER III Computer graphics Part A (2 marks questions) 1. What do mean by refreshing of a screen? 2. Define computer graphics 3.

More information

IT4405 Computer Networks (Compulsory)

IT4405 Computer Networks (Compulsory) IT4405 Computer Networks (Compulsory) INTRODUCTION This course provides a comprehensive insight into the fundamental concepts in data communications, computer network systems and protocols both fixed and

More information

SRI VENKATESWARA COLLEGE OF ENGINEERING. COURSE DELIVERY PLAN - THEORY Page 1 of 6

SRI VENKATESWARA COLLEGE OF ENGINEERING. COURSE DELIVERY PLAN - THEORY Page 1 of 6 COURSE DELIVERY PLAN - THEORY Page 1 of 6 Department of Information Technology B.E/B.Tech/M.E/M.Tech : IT Regulation: 2016 PG Specialisation : -- Sub. Code / Sub. Name : IT16501 / Graphics and Multimedia

More information

TABLE Semester I COMPUTER SCIENCE Semester II COMPUTER SCIENCE Semester III COMPUTER SCIENCE

TABLE Semester I COMPUTER SCIENCE Semester II COMPUTER SCIENCE Semester III COMPUTER SCIENCE TALE Semester I Semester II Semester III Semester IV Semester I Computer Fundamentals and Office Automation Unit 1 : Fundamentals of Computers: Computer definition Types of Computer Logical Organization

More information

SOFTWARE ENGINEERING & OOAD (3-1-0)Cr.-4

SOFTWARE ENGINEERING & OOAD (3-1-0)Cr.-4 MCA-201 3 rd SEMESTER M.C.A SOFTWARE ENGINEERING & OOAD (3-1-0)Cr.-4 F.M-70 Module I (10 hrs) Introductory concepts: Introduction, definition, objectives, Life cycle Requirements analysis and specification.

More information

Manipal Institute of Technology Manipal University Manipal

Manipal Institute of Technology Manipal University Manipal MIT/CSE/LM/13/R0 COMPUTER GRAPHICS LAB MANUAL FIFTH SEMESTER Department of Computer Science & Engineering 10pt. CREDIT SYSTEM (2014) Prepared by Approved by (Dr. P. C. Siddalingaswamy) (Head of the Department)

More information

CS2401 COMPUTER GRAPHICS ANNA UNIV QUESTION BANK

CS2401 COMPUTER GRAPHICS ANNA UNIV QUESTION BANK CS2401 Computer Graphics CS2401 COMPUTER GRAPHICS ANNA UNIV QUESTION BANK CS2401- COMPUTER GRAPHICS UNIT 1-2D PRIMITIVES 1. Define Computer Graphics. 2. Explain any 3 uses of computer graphics applications.

More information

FINAL EXAM REVIEW PLEASE NOTE THE MATERIAL FROM LECTURE #16 at the end. Exam 1 Review Material

FINAL EXAM REVIEW PLEASE NOTE THE MATERIAL FROM LECTURE #16 at the end. Exam 1 Review Material FINAL EXAM REVIEW PLEASE NOTE THE MATERIAL FROM LECTURE #16 at the end Chapters in the book 1, 2, 3, 5, 6 Exam 1 Review Material Topics You are also responsible for the reading in the chapters understanding

More information

VEER NARMAD SOUTH GUJARAT UNIVERSITY, SURAT Post Graduate Diploma in Computer Application (Evening) Semester - I Effective from: July

VEER NARMAD SOUTH GUJARAT UNIVERSITY, SURAT Post Graduate Diploma in Computer Application (Evening) Semester - I Effective from: July 1 Paper No. Paper Title : E101 : Computer Organization & Office Automation 1. Memory, Number System & Basic Computer Architecture 1.1. RAM, ROM, PROM, EPROM, Cache Memory, Virtual Memory 1.2. Secondary

More information

The Bhopal School of Social Sciences, Bhopal

The Bhopal School of Social Sciences, Bhopal Marking scheme for M.Sc. (Computer Science) II Sem. Semester II Paper Title of the paper Theory CCE Total I Data Structure & Algorithms 70 30 100 II Operating System 70 30 100 III Computer Networks with

More information

Identify the features of network and client operating systems (Windows, NetWare, Linux, Mac OS)

Identify the features of network and client operating systems (Windows, NetWare, Linux, Mac OS) Course Outline Network+ Duration: 5 days (30 hours) Learning Objectives: Install and configure a network card Define the concepts of network layers Understand and implement the TCP/IP protocol Install

More information

On successful completion of the course, the students will be able to attain CO: Experiment linked. 2 to 4. 5 to 8. 9 to 12.

On successful completion of the course, the students will be able to attain CO: Experiment linked. 2 to 4. 5 to 8. 9 to 12. CIE- 25 Marks Government of Karnataka Department of Technical Education Bengaluru Course Title: Linux Lab Scheme (L:T:P) : 0:2:4 Total Contact Hours: 78 Type of Course: Tutorial, Practical s & Student

More information

(a) rotating 45 0 about the origin and then translating in the direction of vector I by 4 units and (b) translating and then rotation.

(a) rotating 45 0 about the origin and then translating in the direction of vector I by 4 units and (b) translating and then rotation. Code No: R05221201 Set No. 1 1. (a) List and explain the applications of Computer Graphics. (b) With a neat cross- sectional view explain the functioning of CRT devices. 2. (a) Write the modified version

More information

CHAPTER 1 Graphics Systems and Models 3

CHAPTER 1 Graphics Systems and Models 3 ?????? 1 CHAPTER 1 Graphics Systems and Models 3 1.1 Applications of Computer Graphics 4 1.1.1 Display of Information............. 4 1.1.2 Design.................... 5 1.1.3 Simulation and Animation...........

More information

OXFORD ENGINEERING COLLEGE (NAAC Accredited with B Grade) DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING LIST OF QUESTIONS

OXFORD ENGINEERING COLLEGE (NAAC Accredited with B Grade) DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING LIST OF QUESTIONS OXFORD ENGINEERING COLLEGE (NAAC Accredited with B Grade) DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING LIST OF QUESTIONS YEAR/SEM.: III/V STAFF NAME: T.ELANGOVAN SUBJECT NAME: Computer Graphics SUB. CODE:

More information

UNIX Essentials Featuring Solaris 10 Op System

UNIX Essentials Featuring Solaris 10 Op System A Active Window... 7:11 Application Development Tools... 7:7 Application Manager... 7:4 Architectures - Supported - UNIX... 1:13 Arithmetic Expansion... 9:10 B Background Processing... 3:14 Background

More information

GUJARAT TECHNOLOGICAL UNIVERSITY B.E Semester: 4 Information Technology

GUJARAT TECHNOLOGICAL UNIVERSITY B.E Semester: 4 Information Technology Information Technology Subject Code 140702 Subject Name OPERATING SYSTEM Sr.No Course content 1. Introduction: What is an OS?, Evolution Of OS, OS Services, Types Of OS, Concepts of OS, Different Views

More information

Course Title. Computer Graphics. Course Code CE313. Theory : 03. Practical : 01. Course Credit. Tutorial : 00. Credits : 04. Course Learning Outcomes

Course Title. Computer Graphics. Course Code CE313. Theory : 03. Practical : 01. Course Credit. Tutorial : 00. Credits : 04. Course Learning Outcomes Course Title Course Code Computer Graphics CE313 Theory : 03 Course Credit Practical : 01 Tutorial : 00 Course Learning Outcomes Credits : 04 On the completion of the course, students will be able to:

More information

SAZ4C COMPUTER GRAPHICS. Unit : 1-5. SAZ4C Computer Graphics

SAZ4C COMPUTER GRAPHICS. Unit : 1-5. SAZ4C Computer Graphics SAZ4C COMPUTER GRAPHICS Unit : 1-5 1 UNIT :1 SYLLABUS Introduction to computer Graphics Video display devices Raster scan Systems Random Scan Systems Interactive input devices Hard copy devices Graphics

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT. Course Curriculum. DATA COMMUNICATION AND NETWORKING (Code: ) Biomedical engineering

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT. Course Curriculum. DATA COMMUNICATION AND NETWORKING (Code: ) Biomedical engineering GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT Course Curriculum DATA COMMUNICATION AND NETWORKING (Code: 3330302) Diploma Programmes in which this course is offered Semester in which offered Biomedical

More information

Visual Basic.NET. 1. Which language is not a true object-oriented programming language?

Visual Basic.NET. 1. Which language is not a true object-oriented programming language? Visual Basic.NET Objective Type Questions 1. Which language is not a true object-oriented programming language? a.) VB.NET b.) VB 6 c.) C++ d.) Java Answer: b 2. A GUI: a.) uses buttons, menus, and icons.

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM COURSE TITLE: INFORMATION COMMUNICATION TECHNOLOGY (Code: 3341601) Diploma Program in which this course is offered Information Technology

More information

DR. JIVRAJ MEHTA INSTITUTE OF THECHNOLOGY

DR. JIVRAJ MEHTA INSTITUTE OF THECHNOLOGY DR. JIVRAJ MEHTA INSTITUTE OF THECHNOLOGY Name of Faculty :- Assistant Professor Sunita Murjani Subject Code :- 2140705 Subject Name :- OOPC++ Semester :- 4 th Branch :- Computer Engineering No Name Of

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS QUESTION BANK (2017-2018) Course / Branch : BCA Semester / Year : IV / II Subject Name : Computer

More information

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Year & Semester : III Year, V Semester Section : CSE - 1 & 2 Subject Code : CS6504 Subject

More information

ก ก Information Technology II

ก ก Information Technology II ก ก 202103 Information Technology II ก ก ก ก ก (LAN), ก LAN, ก ก (LAN) ก ก ก LAN ก LAN ก LAN Topology Bus LAN Star LAN Ring LAN Wireless LAN Wireless LAN Wireless ก (LAN) ก ก ก LAN ก LAN WAN ก Random Access

More information

Course Contents/Syllabus: Weightage (%) Module I: Introduction to operating system: 15

Course Contents/Syllabus: Weightage (%) Module I: Introduction to operating system: 15 U T T A R P R A D E S H Course Title: Operating Systems Credit Units: 04 Course Level: UG Course Code: CSE202 L T P/ S SW/F W TOTAL CREDIT UNITS 2 1 2 0 4 Course Objectives: After successfully completing

More information

PGDCA SEMESTER-I PGDCA 101: PC SOFTWARE: Unit-1: Introduction

PGDCA SEMESTER-I PGDCA 101: PC SOFTWARE: Unit-1: Introduction PGDCA SEMESTER-I PGDCA 101: PC SOFTWARE: - Introduction to personal computer Concept of hardware & software, program, data processing, classification of PC software, Computer Applications. - Overview of

More information

Computer Networks. Andrew S. Tanenbaum

Computer Networks. Andrew S. Tanenbaum Computer Networks Third Edition Andrew S. Tanenbaum 1 ; l Vrije Universiteit Amsterdam, The Netherlands For book and bookstore information Prentice Hall PTR Upper Saddle River, New Jersey 07458 CONTENTS

More information

Name of chapter & details

Name of chapter & details Course Title Course Code Operating Systems CE410 Theory : 03 Course Credit Practical : 01 Tutorial : 00 Credits : 04 Course Learning Outcomes On the completion of the course, students will be able to:

More information

Visual Basic 6 (VB6 Comprehensive) Course Overview

Visual Basic 6 (VB6 Comprehensive) Course Overview Visual Basic 6 (VB6 Comprehensive) Course Overview Course Code: VB60010 Duration: 5 Days - custom / on-site options available - please call. Who should attend: Prerequisite Skills: IT professionals who

More information

Mid Term from Feb-2005 to Nov 2012 CS604- Operating System

Mid Term from Feb-2005 to Nov 2012 CS604- Operating System Mid Term from Feb-2005 to Nov 2012 CS604- Operating System Latest Solved from Mid term Papers Resource Person Hina 1-The problem with priority scheduling algorithm is. Deadlock Starvation (Page# 84) Aging

More information

SCHEME OF INSTRUCTION & EXAMINATION B.E. III YEAR (COMPUTER SCIENCE & ENGINEERING) With effect from the Academic year

SCHEME OF INSTRUCTION & EXAMINATION B.E. III YEAR (COMPUTER SCIENCE & ENGINEERING) With effect from the Academic year SCHEME OF INSTRUCTION & EXAMINATION B.E. III YEAR (COMPUTER SCIENCE & ENGINEERING) With effect from the Academic year 2013-2014 SEMESTER - I S. No. Syllabus Ref. No. SUBJECT Scheme of Scheme of Examination

More information

Name of the Assistant/ Associate Professor:Annu Saini Class and Section:BCA 1 st sem Subject:Computer and Programming Fundamentals July 2018

Name of the Assistant/ Associate Professor:Annu Saini Class and Section:BCA 1 st sem Subject:Computer and Programming Fundamentals July 2018 Class and Section:BCA 1 st sem Subject:Computer and Programming Fundamentals July 2018 Ist week Day 1 IInd week Day 1 3rd week Day 1 Introduction to computers Definition and characteristics of computer

More information

ROYAL INSTITUTE OF INFORMATION & MANAGEMENT

ROYAL INSTITUTE OF INFORMATION & MANAGEMENT ROYAL INSTITUTE OF INFORMATION & MANAGEMENT BASICS NETWORKING CHAPTER 1 Networking Basics to Networking Advantages of Networking Types of Network 1 Local Area Network (LAN) LAN features Basic LAN components

More information

Start Visual Basic. Session 1. The User Interface Form (I/II) The Visual Basic Programming Environment. The Tool Box (I/II)

Start Visual Basic. Session 1. The User Interface Form (I/II) The Visual Basic Programming Environment. The Tool Box (I/II) Session 1 Start Visual Basic Use the Visual Basic programming environment Understand Essential Visual Basic menu commands and programming procedure Change Property setting Use Online Help and Exit Visual

More information

Netwoking Essentials

Netwoking Essentials Mark Sportack Walter J. Glenn Sams' Teach Yourself MCSE Netwoking Essentials SAMS PUBLISHING IN 14 DAYS Sams Publishing is an independant entity from Microsoft Corporation, and not affiliated with Microsoft

More information

Syllabi & Scheme of Examination BCA-3 rd Year. Website:-

Syllabi & Scheme of Examination BCA-3 rd Year. Website:- Syllabi & Scheme of Examination BCA-3 rd Year Website:- www.cdlu.ac.in SCHEME OF EXMINATION BCA 3 RD YEAR Paper Code Course Nomenclature Ext. Inter. Min.Pass Time Ass. Ass. Marks 311 Visual Programming

More information

Computer Graphics. Instructor: Oren Kapah. Office Hours: T.B.A.

Computer Graphics. Instructor: Oren Kapah. Office Hours: T.B.A. Computer Graphics Instructor: Oren Kapah (orenkapahbiu@gmail.com) Office Hours: T.B.A. The CG-IDC slides for this course were created by Toky & Hagit Hel-Or 1 CG-IDC 2 Exercise and Homework The exercise

More information

TECNIA INSTITUTE OF ADVANCED STUDIES

TECNIA INSTITUTE OF ADVANCED STUDIES Assignment1(UNIT1) Paper Code:MCA201 Paper: Theory of Computation (a) Positive closure. (b) Automata. Lexical analyzer. (d) Transition table. (e) Final state. Chomsky Classification. (ii) Regular Expressions.

More information

Fundamentals of Networking Introduction to Networking Devices

Fundamentals of Networking Introduction to Networking Devices Fundamentals of Networking Introduction to Networking Devices Kuldeep Sonar 1 NIC (Network Interface Card) A network interface provides connectivity from an end-user PC or laptop to the public network.

More information

(MCQZ-CS604 Operating Systems)

(MCQZ-CS604 Operating Systems) command to resume the execution of a suspended job in the foreground fg (Page 68) bg jobs kill commands in Linux is used to copy file is cp (Page 30) mv mkdir The process id returned to the child process

More information

COMPONENTS OF DATA COMMUNICATION

COMPONENTS OF DATA COMMUNICATION COMPONENTS OF DATA COMMUNICATION ANALOG AND DIGITAL TRANSMISSION An analog signal is one that is continuous with respect to time and may take on any value within a given range of values. Eg Human voice.

More information

ACADEMIC YEAR PLANNING - F.Y.J.C. ( ) F.Y.J.C. COMPUTER SCIENCE (Theory)

ACADEMIC YEAR PLANNING - F.Y.J.C. ( ) F.Y.J.C. COMPUTER SCIENCE (Theory) ACADEMIC YEAR PLANNING - F.Y.J.C. (2015-16) F.Y.J.C. COMPUTER SCIENCE (Theory) JULY Number Systems & Binary Arithmetic : Binary number, decimal, octal, hexadecimal numbers, BCD,conversion from one number

More information

Points and lines, Line drawing algorithms. Circle generating algorithms, Midpoint circle Parallel version of these algorithms

Points and lines, Line drawing algorithms. Circle generating algorithms, Midpoint circle Parallel version of these algorithms Jahangirabad Institute Of Technology Assistant Prof. Ankur Srivastava COMPUTER GRAPHICS Semester IV, 2016 MASTER SCHEDULE Unit-I Unit-II Class 1,2,3,4 Mon, Jan19,Tue20,Sat23,Mon 25 Class 5 Wed, Jan 27

More information

CHAPTER NO - 1 : Introduction:

CHAPTER NO - 1 : Introduction: Sr. No L.J. Institute of Engineering & Technology Semester: IV (26) Subject Name: Operating System Subject Code:21402 Faculties: Prof. Saurin Dave CHAPTER NO - 1 : Introduction: TOPIC:1 Basics of Operating

More information

Text Book. 1. Computer Networks & Internets by Douglas E Comer. 2. Data and Computer Communication by William Stalling, 5th or above edition.

Text Book. 1. Computer Networks & Internets by Douglas E Comer. 2. Data and Computer Communication by William Stalling, 5th or above edition. 1 Text Book 1. Computer Networks & Internets by Douglas E Comer. 2. Data and Computer Communication by William Stalling, 5th or above edition. 2 Marks distribution Topic no First Mid 20 1,2,3 Second Mid

More information

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK SUBJECT NAME: COMPUTER NETWORKS SUBJECT CODE: CST52 UNIT-I 2 MARKS 1. What is Network? 2.

More information

Introduction p. 1 Who Should Read This Book? p. 1 What You Need to Know Before Reading This Book p. 2 How This Book Is Organized p.

Introduction p. 1 Who Should Read This Book? p. 1 What You Need to Know Before Reading This Book p. 2 How This Book Is Organized p. Introduction p. 1 Who Should Read This Book? p. 1 What You Need to Know Before Reading This Book p. 2 How This Book Is Organized p. 2 Conventions Used in This Book p. 2 Introduction to UNIX p. 5 An Overview

More information

Computer Networks and Internet

Computer Networks and Internet Computer Networks and Internet Objectives Computer Networks Internet 2 Computer Networks Introducing Computer Networks A computer network consists of two or more computers linked together to exchange data

More information

LIST OF EXPERIMENTS. (1) (Office Automation)

LIST OF EXPERIMENTS. (1) (Office Automation) LIST OF EXPERIMENTS (1) 310042 (Office Automation) 1 Computer Fundamentals 2 DOS Command 3 Execute DOS Command using examples. 4 Introduction to windows & familarity with controls. 5 Introduction of Ms-Office

More information

DEPARTMENT OF INFORMATION TECHNOLOGY KUMAUN UNIVERSITY, NAINITAL SEMESTER-I ( )

DEPARTMENT OF INFORMATION TECHNOLOGY KUMAUN UNIVERSITY, NAINITAL SEMESTER-I ( ) DEPARTMENT OF INFORMATION TECHNOLOGY KUMAUN UNIVERSITY, NAINITAL SEMESTER-I (2016-17) Scheme and syllabus for B. Com. (Information Technology) Note: - For B. Com., there will be one paper of 100 marks.

More information

Lesson Plan (Odd Semester) Name of the Faculty: Rakesh Gupta

Lesson Plan (Odd Semester) Name of the Faculty: Rakesh Gupta Lesson Plan (Odd Semester) Name of the Faculty: Rakesh Gupta Discipline: Department: Semester: Subject: Data Communication Lesson Plan Duration: 15 weeks ( from July, 2018 to Dec., 2018) **Work load (Lecture

More information

M4.3-R4: INTRODUCTION TO ICT RESOURCES. Objective of the Course

M4.3-R4: INTRODUCTION TO ICT RESOURCES. Objective of the Course M4.3-R4: INTRODUCTION TO ICT RESOURCES Objective of the Course This course has been designed to provide an introduction to Computer Hardware and Networking troubleshooting & maintenance. The student will

More information

COMPUTER GRAPHICS, MULTIMEDIA AND ANIMATION, Second Edition (with CD-ROM) Malay K. Pakhira

COMPUTER GRAPHICS, MULTIMEDIA AND ANIMATION, Second Edition (with CD-ROM) Malay K. Pakhira Computer Graphics, Multimedia and Animation SECOND EDITION Malay K. Pakhira Assistant Professor Department of Computer Science and Engineering Kalyani Government Engineering College Kalyani New Delhi-110001

More information

Syllabus Under Autonomy Mathematics

Syllabus Under Autonomy Mathematics Syllabus Under Autonomy Mathematics Semester VI Course: Applied Component(Paper-I) [25 Lectures] Computer Programming and System Analysis(Java Programming & Networking) Learning Objectives:- To learn about

More information

CompTIA Network+ Course

CompTIA Network+ Course CompTIA Network+ Course Duration: 5 Days Course Delivery: Classroom Language: English Target Audience Comprehensive approach to both preparing a student for CompTIA's Network+ exam and developing proficiency

More information

Networking Applications

Networking Applications Networking Dr. Ayman A. Abdel-Hamid College of Computing and Information Technology Arab Academy for Science & Technology and Maritime Transport 1 Outline Internet Layers Internet Data Packet transmission

More information

L T P Total Theory Sessional Practical

L T P Total Theory Sessional Practical 1 SCHEME OF EXAMINATION FOR B.TECH. DEGREE COURSE Sixth Semester Examination (Information Technology) (w.e.f. 2005 2006) Course No. Subject Teaching Schedule Examination Schedule L T P Total Theory Sessional

More information

End-Term Examination

End-Term Examination Paper Code: MCA-108 Paper ID : 44108 Second Semester [MCA] MAY-JUNE 2006 Q. 1 Describe the following in brief :- (3 x 5 = 15) (a) QUADRATIC SURFACES (b) RGB Color Models. (c) BSP Tree (d) Solid Modeling

More information

SCHEME OF EXAMINATION FOR B.TECH. DEGREE COURSE Sixth Semester Examination (Information Technology) (w.e.f )

SCHEME OF EXAMINATION FOR B.TECH. DEGREE COURSE Sixth Semester Examination (Information Technology) (w.e.f ) Course No. Subject Teaching Schedule Examination Schedule L T P Total Theory Sessional Practical IT-352 Analysis & Design of Algorithm 4 1 0 5 100 40 0 140 3 IT-354 Software Engineering 4 1 0 5 100 40

More information

Introduction to Networking

Introduction to Networking Introduction to Networking Chapters 1 and 2 Outline Computer Network Fundamentals Defining a Network Networks Defined by Geography Networks Defined by Topology Networks Defined by Resource Location OSI

More information

* 7<), ;)8 > #&,)?0/ ;. A ; ! 5- ):%4B ' %?2+?;,)7--

* 7<), ;)8 > #&,)?0/ ;. A ; ! 5- ):%4B ' %?2+?;,)7-- !" # $% #&'()*+,-().&("(- + /)01,)) )2(3)04 #,) )/3, 0)-))5)&-)&-),-))6&-)7-8#)0-0)-)#-))7- )7-(3)6)#, 0 0( )0,9)%-): )7)0)1) ;&3)1-& -4)64);4)364 ;4)9

More information

Exam Guide COMPSCI 386

Exam Guide COMPSCI 386 FOUNDATIONS We discussed in broad terms the three primary responsibilities of an operating system. Describe each. What is a process? What is a thread? What parts of a process are shared by threads? What

More information

PGDCA Syllabus Directorate of Distance Education, University of Kashmir Directorate of Distance Education University of Kashmir Srinagar

PGDCA Syllabus Directorate of Distance Education, University of Kashmir Directorate of Distance Education University of Kashmir Srinagar Directorate of Distance Education University of Kashmir Srinagar-190006 Curriculum Post Graduate Diploma in Computer Applications (PGDCA) Programme 2011-2013 Structure of Curriculum SEMESTER-I S.NO. Paper

More information

END-TERM EXAMINATION

END-TERM EXAMINATION (Please Write your Exam Roll No. immediately) END-TERM EXAMINATION DECEMBER 2006 Exam. Roll No... Exam Series code: 100274DEC06200274 Paper Code : MCA-207 Subject: Front End Design Tools Time: 3 Hours

More information

Lab Manual. Computer Graphics. T.E. Computer. (Sem VI)

Lab Manual. Computer Graphics. T.E. Computer. (Sem VI) Lab Manual Computer Graphics T.E. Computer (Sem VI) Index Sr. No. Title of Programming Assignments Page No. 1. Line Drawing Algorithms 3 2. Circle Drawing Algorithms 6 3. Ellipse Drawing Algorithms 8 4.

More information

: COMPUTER HARDWARE AND NETWORKING COURSE CODE : 6043 COURSE CATEGORY PERIODS PER WEEK : 5 PERIODS PER SEMESTER : 75/6 CREDITS : 5 TIME SCHEDULE

: COMPUTER HARDWARE AND NETWORKING COURSE CODE : 6043 COURSE CATEGORY PERIODS PER WEEK : 5 PERIODS PER SEMESTER : 75/6 CREDITS : 5 TIME SCHEDULE COURSE TITLE : COMPUTER HARDWARE AND NETWORKING COURSE CODE : 6043 COURSE CATEGORY : A PERIODS PER WEEK : 5 PERIODS PER SEMESTER : 75/6 CREDITS : 5 TIME SCHEDULE MODULE TOPIC PERIODS 1 Power supply and

More information

Networking interview questions

Networking interview questions Networking interview questions What is LAN? LAN is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings. However, one LAN can be connected

More information

Semester-IV. BCA-401 Numerical and Statistical Technique

Semester-IV. BCA-401 Numerical and Statistical Technique Semester-IV BCA-401 Numerical and Statistical Technique Introduction : Raw material of statistics,ungrouped & grouped frequency distribution,diagrammatic presentation:bar diagram,pie-diagram. Graphical

More information

ASSIGNMENT-1 M.Sc. DEGREE EXAMINATION, MAY 2018 (First Year) INFORMATION TECHNOLOGY Basics of Information Technology

ASSIGNMENT-1 M.Sc. DEGREE EXAMINATION, MAY 2018 (First Year) INFORMATION TECHNOLOGY Basics of Information Technology ASSIGNMENT-1 () Basics of Information Technology (DMSIT01) Q1) Discuss in detail about IT support at different organizational levels. Q2) Explain about hierarchy of computers. Q3) Discuss different categories

More information

CSE Linux VM. For Microsoft Windows. Based on opensuse Leap 42.2

CSE Linux VM. For Microsoft Windows. Based on opensuse Leap 42.2 CSE Linux VM For Microsoft Windows Based on opensuse Leap 42.2 Dr. K. M. Flurchick February 2, 2017 Contents 1 Introduction 1 2 Requirements 1 3 Procedure 1 4 Usage 3 4.1 Start/Stop.................................................

More information

CHEME OF EXAMINATION FOR B.Sc. (COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f Scheme for B.Sc.-III.

CHEME OF EXAMINATION FOR B.Sc. (COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f Scheme for B.Sc.-III. CHEME OF EXAMINATION FOR B.Sc. (COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f. 2015-16 Scheme for B.Sc.-III Semester-V Sr. No. Paper Internal Assessment External Marks Exam Duration 1 Paper-I

More information

ii) Do the following conversions: output is. (a) (101.10) 10 = (?) 2 i) Define X-NOR gate. (b) (10101) 2 = (?) Gray (2) /030832/31034

ii) Do the following conversions: output is. (a) (101.10) 10 = (?) 2 i) Define X-NOR gate. (b) (10101) 2 = (?) Gray (2) /030832/31034 No. of Printed Pages : 4 Roll No.... rd 3 Sem. / ECE Subject : Digital Electronics - I SECTION-A Note: Very Short Answer type questions. Attempt any 15 parts. (15x2=30) Q.1 a) Define analog signal. b)

More information

CHETTINAD COLLEGE OF ENGINEERING & TECHNOLOGY CS2401 COMPUTER GRAPHICS QUESTION BANK

CHETTINAD COLLEGE OF ENGINEERING & TECHNOLOGY CS2401 COMPUTER GRAPHICS QUESTION BANK CHETTINAD COLLEGE OF ENGINEERING & TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING CS2401 COMPUTER GRAPHICS QUESTION BANK PART A UNIT I-2D PRIMITIVES 1. Define Computer graphics. 2. Define refresh

More information

TIME SCHEDULE. 2 Physical Layer 15. Course General Outcomes: Sl. G.O On completion of this course the student will be able :

TIME SCHEDULE. 2 Physical Layer 15. Course General Outcomes: Sl. G.O On completion of this course the student will be able : COURSE TITLE : DATA COMMUNICATION COURSE CODE : 3151 COURSE CATEGORY : B PERIODS/WEEK : 4 PERIODS/SEMESTER : 60 CREDITS : 4 TIME SCHEDULE MODULE TOPICS PERIODS 1 Concepts of Data Communication 15 2 Physical

More information

(DMCA201) ASSIGNMENT 1 M.C.A. DEGREE EXAMINATION, MAY 2018 Second Year SOFTWARE ENGINEERING. Maximum Marks 30 Answer all questions

(DMCA201) ASSIGNMENT 1 M.C.A. DEGREE EXAMINATION, MAY 2018 Second Year SOFTWARE ENGINEERING. Maximum Marks 30 Answer all questions ASSIGNMENT 1 M.C.A. DEGREE EXAMINATION, MAY 2018 SOFTWARE ENGINEERING Q1) Explain about software process frame work in detail. (DMCA201) Q2) Explain how both waterfall model and prototyping model can be

More information

Networking. Networking and Communication Trends Convergence (Accessibility) Speed Stability Simplicity* Embeddedness

Networking. Networking and Communication Trends Convergence (Accessibility) Speed Stability Simplicity* Embeddedness Networking and Communication Trends Convergence (Accessibility) Speed Stability Simplicity* Embeddedness What is a Computer Network General definition Related hardware Network Interface Card Network Operating

More information

BCA 221- Network Fundamentals

BCA 221- Network Fundamentals BCA 221- Network Fundamentals 1. Basics of Computer Network Define computer network, identifying basic networking elements and describing roles of Clients, Server, Peers, and Transmission Media & Protocols

More information

Aptitude Test Question

Aptitude Test Question Aptitude Test Question Q.1) Which software is not used for Image processing? a) MatLab b) Visual Basic c) Java d) Fortran Q.2) Which software is not used for Computer graphics? a) C b) Java c) Fortran

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS QUESTION BANK (2017-2018) Course / Branch : BCA Semester /Year : EVEN / III Subject Name : Data

More information

Veer Narmad South Gujarat University, Surat. Syllabus M.C.A ( 3 rd semester) Effective from :July 2010 Paper : 301 : Client Server Architecture

Veer Narmad South Gujarat University, Surat. Syllabus M.C.A ( 3 rd semester) Effective from :July 2010 Paper : 301 : Client Server Architecture Veer Narmad South Gujarat University, Surat. Syllabus M.C.A ( 3 rd semester) Effective from :July 2010 Paper : 301 : Client Server Architecture 1. Database Computing Model Client Server Computing: Functions

More information

B.C.A. SECOND YEAR

B.C.A. SECOND YEAR B.C.A. SECOND YEAR CODE No. SUBJECT TITLE TEACHING PERIODS / WEEK Theory Practical MAXIMUM MARKS Theory / Practical (A) Internal Test Marks (B) TOTAL MARKS (A+B) DURATION OF EXAM. Hours SEMESTER 3: BCA.S3.1.

More information

B.Sc. (Part II) (Information Technology) EXAMINATION, 2009

B.Sc. (Part II) (Information Technology) EXAMINATION, 2009 1 COMPUTER ORIENTED STATISTICAL METHODS (B.Sc. I.T.-21) 1. What are the main characteristics of Numerical Computation? Explain them clearly. ( 10) 2. Factorize the matrix : as a product of lower and an

More information

1) What is information system? Describe the basic concepts of information systems.

1) What is information system? Describe the basic concepts of information systems. (DMSIT 01) ASSIGNMENT - 1, DEC - 2018. PAPER- I : BASICS OF 1) What is information system? Describe the basic concepts of information systems. 2) Discuss about input and output technologies of computer

More information