Scheme of Examination 2019-2020: Bca Part-I
Scheme of Examination 2019-2020: Bca Part-I
BCA PART- I
Theory Marks Internal Teaching Load
Subject Subject Paper Marks per Week
Code
L T P
Max. Min. Max. Min.
(A) (B) (C) (D)
BCA101 Discrete Mathematics 80 27 20 8 4 2 -
Communication skills
BCA106 80 27 20 8 4 2 -
• Student will have to pass individually in all theory, practical and sessional.
BCA - 101
DISCRETE MATHEMATICS
Max Marks: 80 Min Marks: 27
NOTE: The Question Paper setter is advised to prepare unit-wise question with the provision of
internal choice. Only Simple calculator is allowed not scientific calculator.
UNIT - I
Recall of statements and logical connectives, tautologies and contradictions, logical equivalence,
algebra of propositions quantifiers, existential quantifiers and universal quantifiers.
UNIT – II
Boolean algebra and its properties, algebra of propositions as an example, De Morgan's Laws, partial
order relations g.l.b., l.u.b. Algebra of electric circuits and its applications. Design of simple automatic
control system.
UNIT - III
Boolean functions - disjunctive and conjugative normal forms. Boolean's expansion theorem,
fundamental forms. Many terminal Networks.
UNIT – IV
Arbitrary Cartesian product of sets. Equivalence relations, partition of sets, injective, surjective,
bijective maps, binary operations, countable, uncountable sets.
UNIT – V
Basic Concept of Graph Theory, Sub graphs, Trees and their properties, Binary Trees, Spanning Trees,
Directed Trees, Planar graphs, Euler Circuit, Hamiltonian Graph. Chromatic number.
TEXT BOOKS:
1. Boolean Algebra and its Application, J.E. Whitesitt, Courier Corporation.
2. Concepts of Modern Mathematics, P.L. Bhatnagar, Van Nostrand Reinhold Company.
3. Discrete Mathematics, Babu Ram, Pearson.
4. Graph theory and its applications, NarsinghDeo, Dover publication.
5. A TextBook of Discrete Mathematics, Swapan Kumar Sarkar, S.chand.
6. Elements of Discrete Mathematics, C.L.Liu, Tata McGraw Hill, Second Edition.
BCA - 102
COMPUTER FUNDAMENTALS
Max Marks: 80 Min Marks: 27
NOTE: The Question Paper setter is advised to prepare unit-wise question with the provision of
internal choice. Only Simple calculator is allowed not scientific calculator.
TEXT BOOKS:
1. Computer Fundamentals, P. K. Sinha, BPB Publications, Sixth Edition.
2. Introduction to Information Technology, V. Rajaraman, PHI, Second Edition.
3. Fundamental of Information Technology, ChetanShrivastava, Kalyani Publishers.
4. Computers Today, Suresh K Basandra, Galgotia Publications.
BCA - 103
UNIT-I
Fundamentals of C Programming: Overview of C: History of 'C', Structure of 'C' program. Keywords,
Tokens, Data types, Constants, Literals and Variables, Operators and Expressions: Arithmetic
operators, Relational operator, Logical operators, Expressions, Operator: operator precedence and
associatively, Type casting, Console I/O formatting, Unformatted I/O functions: getch(), getchar,
getche(), getc(), putc(), putchar().
UNIT- II
Control Constructs: If-else, conditional operators, switch and break, nested conditional branching
statements, loops: do while, while, for, Nested loops, break and continue, goto and label, exit function.
Functions: Definition, function components: Function arguments, return value, function call statement,
function prototype, Types of function, Scope and lifetime of variable, Call by value and call by
reference. Function using arrays, function with command line argument. User defined function: maths
and character functions, Recursive function.
UNIT-III
Array: Array declaration, One and Two dimensional numeric and character arrays, Multidimensional
arrays.
String: String declaration, initialization, string manipulation with/without using library function.
Structure, Union and Enum - Structure: Basics, declaring structure and structure variable, typedef
statement, array of structure, array within structure, Nested structure; passing structure to function,
function returning structure. Union: basics, declaring union and union variable, Enum: declaring enum
and enum variable.
UNIT- IV
Pointer: Definition of pointer, Pointer declaration, Using & and * operators. Void pointer, Pointer to
pointer, Pointer in math expression, Pointer arithmetic, Pointer comparison, Dynamic memory
allocation functions – malloc, calloc, realloc and free, Pointer vs. Array, Array of pointer, Pointer to
array, Pointers to function, Function returning pointer, Passing function as Argument to function,
Pointer to structure, Dynamic array of structure through pointer to structure.
UNIT-V
File Handling and Miscellaneous Features: File handling: file pointer, File accessing functions:
fopen, fclose, fputc, fgetc, fprintf, fscanf, fread, fwrite,beof, fflush, rewind, fseek, ferror. File handling
through command line argument. Introduction to C preprocessor #include, #define, Conditional
compilation directives: #if, #else, #elif, #endif, #ifndef etc.
TEXT BOOKS:
1. Programming in ANSI C, E Balagurusamy, Tata McGraw-Hill, Third Edition.
2. Let Us C, YashwantKanetkar, Infinity Science Press, Eighth Edition.
3. Mastering C, K R Venugopal,Tata McGraw-Hill.
4. The C Programming Language, Brian W. Kernighan, Dennis M. Ritchie, Prentice Hall, 2nd Edition.
5.Applications Programming in ANSI C, R. Johnsonbaugh , Martin Kalin, Macmillan, 2nd Edition.
6. The Spirit of C, Mullish Cooper, Jaico publishing House.
7. How to solve it by Computer, R.G.Dromey, Pearson Education.
BCA - 104
UNIT - I Internet
Introducing Internet: History, Evolution, Internet applications, Intranet, WWW, Emergence of Web,
Web page, Web Site, Web Servers, Web Browser, Search Engine, URL, DNS, Internet Connection,
Internet Service Provider, Web Design Strategies. HTTP, FTP, SMTP, TELNET. Internet services:
Email concept, Sending and receiving secure Email, Voice and Video Conferencing, Web Based chat
services, Chat Services, Internet Messaging, Internet Relay Chat, NewsGroup.
UNIT - II Introducing HTML Document Structure
Introduction, HtmlVersion, The<!DOCTYPE>Element, <HTML>Element, <Head>Element,<Title>
element, <body> element. Creating headings on a web pages: Aligning the headings, creating list,
Working with Links: Creating a Hyperlinks, Setting the Hyperlink Colours, Linking Different sections
of A web page, Creating Paragraph, Working with Images: Inserting image on a web page, Display
Alternate Text for an image, Adding a Border to an Image, Aligning an Image ,Using Images as Links,
Working with Tables: Creating a Table, Specifying a Caption To a Table, Adding a Table Heading,
Setting the table Border, Aligning a Table And cell content, Changing background colour of a table,
Setting Cell Padding and Cell Spacing, Spanning Rows and Columns, Working with Frames: Creating
a Frame, Creating Vertical and Horizontal Frames, Setting the Frame Border Thickness, Applying
Hyperlink Targets to a Frame.
UNIT - III HTML Forms, HTML Controls and CSS
Creating an HTML Form, Specifying the Action URL and Method to Send the Form, Using the HTML
Controls.
CSS: Introducing Cascading Style Sheets, Inline Styles, External Style Sheets, Internal Style Sheets,
Style Classes, Multiple Styles.
UNIT - IV DHTML AND JAVASCRIPT
Introducing DHTML, Introducing JavaScript, Client-Side Benefits of using JavaScript over VB Script,
Embedding JavaScript in an HTML Page, Handling Events, Using Variables in JavaScript, Using Array
in JavaScript, Creating Objects in JavaScript, Using Operators, Working with Control Flow Statements,
Working with Functions.
TEXT BOOKS:
1. Web Technologies, HTML, JAVASCRIPT, PHP, JAVA, JSP, ASP.NET, XML and Ajax,
Black Book, Dream Tech Press.
2. Internet, The Complete Reference Millennium Edition Margaret Levine Young, Doug Muder.
3. The Complete Reference, HTML and CSS, Thomas A. Powell, McGrawHill.
4. JavaScript The Complete Reference,Thomas Powell, Fritz Schenider, McGrawHill, Third Edition
5. Introduction To HTML, KamleshN.Agrawal , O.P. Vyas , P.A.Agrawal.
6. Web Technology and Design, Xavier,C, New Age International.
7. Web Technology, A Developer Perspective, Gopalan and Akilandeshwari, PHI.
8. HTML, DHTML, JavaScript, Perl and CGI, Ivan Bayros, BPB Publication.
9. Internet and Web Design, Ramesh Bangia , New Age International.
10. Business on the net, Kamlesh N. Agarawala, AmitLal&DeekshaAgarawal, Macmillan India
Ltd.
BCA – 106
COMMUNICATION SKILLS
Max Marks: 80 Min Marks: 27
NOTE: The Question Paper setter is advised to prepare unit-wise question with the provision of
internal choice. Only Simple calculator is allowed not scientific calculator.
UNIT - I
Vocabulary, knowledge of at least one thousand words with their spelling, Meanings and usage.
Phrases.
UNIT - II
Structure of sentences: Simple, Complex and Compound. Clauses and Subordinate clauses.
UNIT - III
The tenses and aspects. The modal, The gerund, The participle, The infinitive.
UNIT - IV
Transformation of sentences:
1. Interchange of Active and Passive Voice.
2. Interchange of Affirmative and Negative Sentences.
3. Interchange of Explanative and Assertive Sentences.
4. Interchange of interrogative and Assertive Sentences.
5. Direct and Indirect Speech.
UNIT - V
Practical application of grammar. Practice in talks, Conversation and writing. Report writing. Writing
of applications, Letter writings, Description of events.
TEXT BOOKS:
1. Living English Structure, W.S. Allen.
2. A Practical English Grammar, Thomson and Martinet.
Bridge course for BCA (Only For Non mathematics Students)
Note: Fundamentals of the topics are to be dealt to enable the students to understand thetopics.
The Question Paper setter is advised to prepare unit-wise question with the provision ofinternal
choice.. Only Simple calculator is allowed not scientific.
UNIT -I
Algebra
Partial fractions, Arithmetic Progression & Geometric Progression.Determinants and matrices,Inverse
matrix.
UNIT-II
Permutation combination, method of induction, Binomial Theorem for positive integral index.And any
index (without proof), Exponential and logarithmic series.
UNIT-III
Trigonometry
Measurement of angles, Trigonometric ratios, simple formula, compound angles, Trigonometricratios
of multiple and sub multiple angles. Height and Distance, Inverse Function.
UNIT-IV
Geometry
Locus, Cartesian coordinate system, Distance formula, Section formula, Slope of a straight linevarious
forms, Angle between two lines, pair of straight lines, parabole, ellipse andhyperbola.
UNIT-V
Statistics
Frequency Distribution, Measures of central tendency, Mean. Median, Mode, G.M., H.M., Interquartile
range, Mean deviation, Standard deviation.
TEXT BOOKS:
Mathematic (class XI and XII), R.D.SHARMA
YOUGBODH Mathematics, (class XI and XII)
BCA-107 - LAB I: Programming Lab in ‘C’
1 Scheme of Examination:-
Practical examination will be two programs and a project demonstration. It will be of 3
hours duration. All programs should be with flowchart & algorithms. The distribution of
practical marks will be as follows
Program 1 - 20
Program 2 - 20
Program 3 - 20
Viva - 25
[Practical Copy +
Internal Record ] - 15
Total - 100
2 Practical file should contain printed programs with name of author, date, path of program,
unit no. and printed output.
3 In every program there should be comment for each coded line or block of code
4 All the following programs or a similar type of programs should be prepared
List of Practical
INPUT AND OUTPUT, FORMATTING
Write a program in which you declare variable of all data types supported by C language.
Get input from user and print the value of each variable with alignment left, right and
column width 10. For real numbers print their values with two digits right to the decimal.
LOOPS, DECISIONS
Write program to print all combination of 1 2 3.
Write program to generate following pattern
a) A B C D E F G c) *
ABC EFG * *
AB FG * * *
A G
b) 1 d) 1
1 2 121
1 2 3 1331
1 2 3 4 14641
Write main function using switch…case, if..else and loops which when called asks pattern
type; if user enters 11 then first pattern is generated using for loop. If user enters 12 then
first pattern is generated using while loop. If user enters 13 then first pattern is generated
using do-while loop. If user enters 21 then a second pattern is generated using for loop and
so on.
Write program to display number 1 to 10 in octal, decimal and hexadecimal system.
Write program to display number from one number system to another number system. The
program must ask for the number system in which you will input integer value then the
program must ask the number system in which you will want output of the input number
after that you have to input the number in specified number system and program will give
the output according to number system for output you mentioned.
Write a program to perform following tasks using switch…case, loops, and conditional
operator (as and when necessary).
a) Find factorial of a number
b) Print fibonacci series up to n terms and its sum.
c) Print sin series up to n terms and its sum.
d) Print exponential series up to n terms and its sum.
e) Print prime numbers up n terms.
f) Print whether a given year is leap or not.
Write program no. 6 but use library function to perform above tasks.
ARRAY
Create a single program to perform following tasks using switch, if..else, loop and single
dimension character array without using library function:
a) To reverse the string.
b) To count the number of characters in string.
c) To copy the one string to other string;
d) To find whether a given string is palindrome or not.
e) To count no. of vowels, consonants in each word of a sentence and no. of punctuation in
sentence.
f) To arrange the alphabets of a string in ascending order.
Create a single program to perform following tasks using switch, if..else, loop and single
dimension integer array:
a) Sort the elements.
c) Search for presence of particular value in array element using linear search.
d) Search for presence of particular value in array element using binary search.
Write a program that read the afternoon day temperature for each day of the month and
then report the month average temperature as well as the days on which hottest and coolest
days occurred.
Create a single program to perform following tasks using switch, if..else, loop and double
dimension integer array of size 3x3:
a) Addition of two matrix.
b) Subtraction of two matrix.
c) Multiplication of two matrix.
d) Inverse of matrix.
e) Transpose of matrix.
f) Sum of diagonal elements
Create a single program to perform following tasks using switch, if..else, loop and double
dimension character array of size 5x40:
a) Sorting of string.
b) Finding the largest string.
c) Finding the smallest string.
c) Searching for presence of a string in array.
FUNCTIONS
Write program using the function power (a, b) to calculate the value of a raised to b.
Write program to demonstrate difference between static and auto variable.
Write program to demonstrate difference between local and global variable.
Write a program to perform following tasks using switch…case, loops and function.
a) Find factorial of a number
b) Print Fibonacci series up to n terms and its sum.
c) Print Sin series up to n terms and its sum.
d) Print exponential series up to n terms and its sum.
Write a program to perform following tasks using switch…case, loops and recursive
function.
a) Find factorial of a number
b) Print Fibonacci series up to n terms and its sum.
c) Print Sin series up to n terms and its sum.
d) Print exponential series up to n terms and its sum.
e) Print natural series up to n terms and its sum
Write a function to accept 10 characters and display whether each input character is digit,
uppercase letter or lower case letter.
Array & Function
Create a single program to perform following tasks using switch, if..else, loop, function
and double dimension integer array of size 3x3:
a) Addition of two matrix.
b) Subtraction of two matrix.
c) Multiplication of two matrix.
d) Inverse of matrix.
e) Transpose of matrix.
Create a single program to perform following tasks using switch, if..else, loop, user defined
function and single dimension character array:
a) To reverse the string.
b) To count the number of characters in string.
c) To copy the one string to other string;
d) To find whether a given string is palindrome or not.
e) To count no. of vowels, consonant in each word of a sentence and no, of punctuations in
sentence.
Create a single program to perform following tasks using switch, if..else, loop, function
and single dimension integer array:
a) Sort the elements.
b) Find largest element and smallest element.
c) Search for presence of particular value in array element using linear search.
d) Search for presence of particular value in array element using binary search.
Create a single program to perform following tasks using switch, if..else, loop, function
and double dimension character array of size 5x40:
a) Sorting of string
b) Finding the largest string, lexicographically.
c) Finding the smallest string, lexicographically.
c) Searching for presence of string in array.
STRUCTURE & UNION
Create a structure Student having data members to store roll number, name of student, name
of three subjects, max marks, min marks, obtained marks. Declare a structure variable of
student. Provide facilities to input data in data members and display result of student.
Create a structure Date with data member’s dd, mm, yy (to store date). Create another
structure Employee with data members to hold name of employee, employee id and date of
joining (date of joining will be hold by variable of structure Date which appears as data
member in Employee Structure). Store data of an employee and print the same.
Create a structure Student having data members to store roll number, name of student, name
of three subjects, max marks, min marks, obtained marks. Declare array of structure to hold
data of 3 students. Provide facilities to display result of all students. Provide facility to
display result of specific student whose roll number is given.
Write program to create structure complex having data members to store real and imaginary
part. Provide following facilities:
a) Add two complex nos. using structure variables.
b) Subtract two complex nos. using structure variables.
c) Multiply two complex nos. using structure variables.
d) Divide two complex nos. structure variables.
Use structure as argument to function and function returning structure.
POINTER
Define union Emp having data members:-one integer, one float and one single dimension
character array. Declare a union variable in main and test the union variable.
Define an enumDays_of_Week members of which will be days of week. Declare an enum
variable in main and test it.
Write a program of swapping two numbers and demonstrates call by value and call by
reference.
Write program to sort strings using pointer exchange.
Write a program in c using pointer and function to receive a string and a character as
argument and return the no. of occurrences of this character in the string.
Create a program having pointer to void to store address of integer variable then print value
of integer variable using pointer to void. Perform the same operation for float variable.
Write program to find biggest number among three numbers using pointer and function.
Write program to Create a structure Employee having data members to store name of
employee, employee id, salary. Use Pointer to structure to store data of employee and print
the stored data-using pointer to structure.
Write program to Create a structure Employee having data members to store name of
employee, employee id, salary. Use Pointer to structure to simulate dynamic array of
structure store data of n employees and print the stored data of n employees using pointer
to structure.
Write a program to sort a single dimension array of integers of n elements simulated by
pointer to integer. Use function for sorting the dynamic array.
Write a program to sum elements of a double dimension array of integers of m rows and n
columns simulated by pointer to pointer to integer. Use function for sum the elements of
the dynamic array.
Write program to demonstrate difference between character array and pointer to character.
Write program to demonstrate difference between constant pointer and pointer to constant.
Write program to demonstrate pointer arithmetic.
Write program to demonstrate function-returning pointer.
Write program using self-referential pointer to structure to create and print the linked list,
data structure.
BCA-108 - LAB II: PC Software Lab
1. Scheme of Examination: -
Total - 100
2 In every program there should be comment for each coded line or block of code.
3 Practical file should contain printed programs with name of author, date, path of program,
unit no. and printed output.
4 All the following programs or a similar type of programs should be prepared.
List of Practical
MS- WORD
File New, Open, Save, Cut, Copy, Paste, Drag Drop, Bullets and Numbering, Undo, Redo,
Find, Replace, Paragraph Formatting, Character Formatting and Page Formatting.
1. Open a document. Type the following text and perform the tasks as instructed below:-
7. Create a document in MS-Word. Set the watermark as Microsoft. Also write the following
text as formatted below:
Multimedi
a
PC
Software
Welcome
➢ this is lowercase.
➢ THIS IS UPPERCASE.
➢ tHIS IS tOGGLEcASE.
1. Bruce Willis
2. Gerard Butler
3. Vin Diesel
2. Actress
1. Julia Roberts
2. Angelina Jolie
3. Kate Winslet
4. Cameron Diaz
1. Sachin Tendulkar
2. Rahul Dravid
3. VirendraSehwag
4. Bowler
a. Kumble
b. Zaheer Khan
c. Balaji
5. Spinner
a) Harbhajan
b) Kumble
c) Kartik
17. Write a letter to send invitation to your friend inviting on your birthday.
18. Create labels for your friends’ address.
MS – EXCEL
1. Create the following worksheet and save the worksheet as wages.xls
PACE COMPUTERS (ATC CEDT), Govt. of India
Payroll for Employee (Temporary)
i. allow bonus 8000 to employee having service >2 year other vise allow bonus 3000
ii. find net salary as sum of bonus and salary
1. Create macro in excel to make selected cell, bold, italic outside bordered and center across select
3. Create a table with column heading as shown below and using form perform data entry of records.
Zone Department Employee Salary
West Marketing Mukesh 10500
East Sales Rahul 20000
South Marketing Suresh 5500
North Marketing Anju 25000
South Sales Neeraj 8000
North Sales Ajay 8000
South Marketing Mahesh 7500
West Sales Rajesh 4500
i. Sort the data according to Zone then by Department
ii. Use group and outline feature to show & hide details
8. Create a table with column heading as shown below and using form perform data entry of records.
Zone Department Employee Salary
West Marketing Mukesh 10500
East Sales Rahul 20000
South Marketing Suresh 5500
North Marketing Anju 25000
South Sales Neeraj 8000
North Sales Ajay 8000
South Marketing Mahesh 7500
West Sales Rajesh 4500
(I) Use filter command to show records having zone: West
(II) Use filter command to show records having zone: West and salary less than 5000
(III) Use filter command to show records having salary greater than 10000
1. Suppose a database exists in ms-access you are required to import the data. How will you?
MS-Access
Q.2. Create the following tables in MS-Access with the refential integrity-foreign key:
1. tblProducts
Primary Key - ProductID
ProductID Description Category Quantity Cost RetailPric Produc SalePric Taxable
e tNumb e
er
2. tblSalesLineItems
Primary Key - SalesLineItemID
SalesLineItemID InvoiceNumber ProductID ProductNumber Quantity Description Price Discoun
3. tblSales
Primary Key – InvoiceNumber
InvoiceNumber SaleDate InvoiceDate Buyer PaymentMethod TaxLocation TaxRate
MS PowerPoint
Q 1 Create a PPT of Atleast 10 Slides with one slide for comparison, one slide displaying a
chart with the table.
Q 2 Create a PPT presentation use rehearse timing for the slide show
Q 3 Create PPT presentation slide import sound and video clips.
Q 4 Create PPT presentation with hyperlinking.
Q 5 Create PPT presentation and apply themes and transitions.
FLASH LIST OF PRACTICALS
Q.1. Draw the following shapes neatly in Flash and convert them in symbols. Also apply different
transformations like scale, rotate, skew, skip etc.
1. Fish 2. Palm Tree
3. Swan 4. Teddy Bear
5. Tree 6. Santa Claus
7. House 8. Car
9. Ballon 10. Boat
Q.2. Create a Flash movie to draw the symbol of an animal and apply motion between.
Q.3. Create a Flash movie to create a minimum of five layers (Water, fish, bubbles, plants
etc) of an aquarium and apply motion between.
Q.4. Create a Flash movie to create mask.
Q.5. Create a Flash movie to create Fade In/Fade Out in four pictures.
Q.6. Create a Flash movie to create the symbol of a wheel and scale and rotate it.
Q.7. Create a flash movie to create growing circles.
Q.8. Create hand writing in Flash.
Q.9. Create a Flash movie of a moving car with rotating wheels.
Q.10. Transform a circle into a square using shape tween.
Q.11. Create a Flash movie to import text from MS-Word and apply different
transformations.
Q.12. Create a Flash movie to demonstrate onion skin markers.
Q.13. Create a Flash movie to create ripple effect.
Q.14. Create a Flash movie to demonstrate motion guide.
Q.15. Create a Flash movie of a sheep climbing a mountain using layers. Tehe scenery should
contain mountain, river, trees, clouds, birds, sheep etc.
Q.4. Draw different objects and fill them with different patterns.
Q.5. Draw different objects and fill them with different textures.
1. Making a simple Video file (not using video file) with suitable sound file using Windows Movie
Maker
2. Edit Video file, like - changing sound and adding starting and ending banner with title using
Windows Movie Maker.
2. Create a .WAV file with the help of Windows sound recorder application.
3. With the help of Adobe Image Ready create attractive .GIF image.
4. Create & save MP4 files using appropriate software.
5. Create & save MP3 files using appropriate software.
6. Insert sound clips in webpage using Front Page application Software.
BCA-109 - LAB III: Web Technology Lab
1. Scheme of Examination:-
Practical examination will be of 3 hours duration. The distribution of practical marks
will be as follows
Program 1 - 20
Program 2 - 20
Program 3 - 20
Viva - 25
[ Practical Copy +
Internal Record ] - 15
Total - 100
2. In every program there should be comment for each coded line or block of code
3. Practical file should contain printed programs with name of author, date, path of
program, unit no. and printed output.
4. All the following programs or a similar type of programs should be prepared
(II) C++
(III) Fortran
(IV) COBOL
2. Visual Basic
3. BASIC
4. COBOL
Q.4. Write an HTML program to demonstrate hyperlinking between two web pages. Create a
marquee and also insert an image in the page.
Q.5. Write an HTML program to create frames in HTML with 3 columns (Width = 30%,
30% , 40%).
Q.6. Write an HTML program to create a web page with a blue background and the following
text:
New Delhi
New Delhi, the capital and the third largest city of India is a fusion of the ancient and
the modern. The refrains of the Muslim dynasties with its architectural delights, give the
majestic ambience of the bygone era.
Q.7. Write an HTML program to create the following table:
Admission
Q.11. Write the HTML coding to display the following table. Also insert an image in the web
page.
Subject Max Min Obtain
Java 100 33 75
Multimedia 100 33 70
Operating System 100 33 68
C++ 100 33 73
Q.14. Write an HTML program to create a web page with an image as background and the
following text:
New Delhi
New Delhi, the capital and the third largest city of India is a fusion of the ancient and
the modern. The refrains of the Muslim dynasties with its architectural delights, give the
majestic ambience of the bygone era.
On the other side New Delhi, the imperial city built by British, reflect the fast paced
present. The most fascinating of all is the character of Delhi which varies from the 13 th
present century mausoleum of the Lodi kings to ultra modern glass skyscrapers.
1. Bruce Willis
2. Gerard Butler
3. Vin Diesel
4. Bradd Pitt
2. Actress
1. Julia Roberts
2. Angelina Jolie
3. Kate Winslet
4. Cameron Diaz
1. Sachin Tendulkar
2. Rahul Dravid
3. VirendraSehwag
2. Bowler
d. Kumble
e. Zaheer Khan
f. Balaji
3. Spinner
d) Harbhajan
e) Kumble
f) Kartik