Coma Final
Coma Final
Coma Final
This course covers the fundamental concepts of computer system organization, programming, efficient mechanism
for storing and retrieving data on main memory, data management and visualization techniques, computer networks
along with HTML page designing, the value of technology in societies, e-commerce, database management system,
artificial intelligence, and data warehouse and data mining technique for the students from all academic backgrounds.
Course Objective:
Total Contact Hours: 200 (Theory & Practical: 180 ; Remedial & Home Assignment:20)
SEMESTER – I
Course Code: COMA (Theory)
Number System
Binary, Octal, Decimal, Hexadecimal number system, conversion 9 Hours
between number system, Weighted Code (BCD, Binary, 84-2-1 code),
non-weighted code (GREY, Excess-3), encoding schemes (ASCII, ISCII,
uni code), 1’s complement, 2’s complement.
Boolean Algebra
Postulates, logic gates: NOT, AND, OR, NAND, XOR, XNOR, truth tables, 10 Hours
De Morgan theorem, SOP, POS, Simplifications using KMap and
Boolean algebra, logic circuits.
Linked List: Basic concepts of Single, circular and double link list. 6 Hours
Stack 4 Hours
Stack operations (push and pop), applications of Stack.
Queue
Queue operations, applications of queue, basic concepts of circular 4 Hours
queue and priority queue.
Recursion
Definition. 4 Hours
Advantages and limitations of recursion.
>Referential Model- OSI Model (Basic Concept, use of devices and protocols at 1 Hours
different layers).
>Introduction to Web Services: WWW, HTML, XML, IP Addresses, Domain names, 3 Hours
URL, ISP, Website, Web browser, Web Server, Web Hosting.
>HTML
Basic Tags and Document structure, HTML Tags, Head Tags, Title Tags, Introduction to 15 hours
HTML and Web design, how to create simple Web page, how to format text, Create
Table, Adding Web link and Images, Forms, adding styles and classes to web pages,
Borders and Background, Adding Video and Graphics.
Cyber safety: Safely browsing the web, identity protection, confidentiality. 2 Hours
1 Hour
Malware: Viruses, trojans, adware.
1 Hour
Information Technology Act: (IT Act).
Class XII
Total Contact Hours: 200 (Theory & Practical: 180 ; Remedial & Home Assignment:20)
SEMESTER – III
Operators 3 Hours
Arithmetic operators, relational operators, logical operators,
assignment operators, augmented assignment operators, identity
operators (is, is not), membership operators (in not in).
Flow of Control
Introduction, use of indentation, sequential flow, conditional and 4 Hours
iterative flow.
Conditional statements
if, if-else, if-elseif-else. 5 Hours
Iterative Statement
for loop, range (), while loop, break and continue statements, nested 7 Hours
loops.
Strings
Introduction, string operations (concatenation, repetition,
membership and slicing), traversing a string using loops, built-in
functions/methods–len(), capitalize(), title(), lower(), upper(), 10 Hours
count(), find(), index(), endswith(), startswith(), isalnum(), isalpha(),
isdigit(), islower(), isupper(), isspace(),lstrip(), rstrip(), strip(),
replace(), join(), partition(), split().
Lists
Introduction, indexing, list operations (concatenation, repetition,
membership and slicing), traversing a list using loops, built-in 14 Hours
functions/methods–len(), list(), append(), extend(), insert(), count(),
index(), remove(), pop(), reverse(), sort(), sorted(), min(), max(),
sum(); nested lists.
Functions 14 Hours
Types of function (built-in functions, functions defined in module,
user defined functions), creating user defined function, arguments
and parameters, default parameters, positional parameters, function
returning value(s), flow of execution, scope of a variable (global
scope, local scope).
Internet Marketing
The PROS and CONS of online shopping, The cons of online shopping, 6 Hours
Justify an Internet business, Internet marketing techniques, The E-
cycle of Internet marketing, Personalization e-commerce.
SEMESTER – IV
Course Code: COMA (Theory)
Full Marks: 35 Contact Hours: 80
Unit – 1 Database Management System 15 Marks Total 35 Hours
Introduction 3 Hours
Drawbacks of Legacy System, Advantages of DBMS, Layered
Architecture of Database, Data Independence, Data Models, Schemas
and Instances, Database Languages, Database Users, DBA, Data
Dictionary.
SQL
Introduction, Data Definition Language and Data Manipulation 15 Hours
Language, Data type (char(n), varchar(n), int, float, date), constraints
(not null, unique, primary key), create database, use database, show
databases, drop database, show tables, create table, describe table,
alter table (add and remove an attribute, add and remove primary
key), drop table, insert, delete, select, operators (mathematical,
relational and logical), aliasing, distinct clause, where clause, in,
between, order by, meaning of null, is null, is not null, like, update
command, delete command, aggregate functions (max, min, avg,
sum, count), group by, having clause, joins: cartesian product on two
tables, equi-join and natural join .
Introduction:
What is Data Warehouse? Data Warehouse Modelling. Data Cude and 10 Hours
OLAP, Data Warehouse Implementation, Data Mining, what kind of
data can be mined, what kind of patterns can be mined, Data
cleaning, Data Transformation: Strategies, Overview.
Applications of AI 8 Hours
AI in finance: Fraud detection, algorithmic trading, and risk
assessment.
AI in customer service and chatbots.
AI in education: Personalized learning and intelligent tutoring
systems.