Practical Papers
Practical Papers
Practical Papers
: LEVEL:
2. Write VBScript code for displaying an alert dialog box with OK button, welcoming a user with a
message “Welcome To my Web Site”. As soon as the OK button is clicked, an image should be
displayed in the web browser.
(25)
3. Using ‘C’, write a program to remove all occurrences of word “the” and “The” from an input
string. For example:
Input: The Dhillon Theatre is now the Fun Republic.
Output: Dhillon atre is now Fun Republic.
OR
Using ‘C#’, create a function to print all prime numbers between 20 and 100.
OR
A Timeline is where you control the images and sounds in the Flash documents. The Timeline is
divided into frames. Create an application in Flash to demonstrate the Timeline effects for
changing text, shapes and symbols.
(30)
2. Write VBScript code for displaying an alert dialog box with OK button, welcoming a user with a
message “Welcome To my Web Site”. As soon as the OK button is clicked, an image should be
displayed in the web browser.
(25)
3. Using ‘C’, write a program to remove all occurrences of word “the” and “The” from an input
string. For example:
Input: The Dhillon Theatre is now the Fun Republic.
Output: Dhillon atre is now Fun Republic.
OR
Using ‘C#’, create a function to print all prime numbers between 20 and 100.
OR
A Timeline is where you control the images and sounds in the Flash documents. The Timeline is
divided into frames. Create an application in Flash to demonstrate the Timeline effects for
changing text, shapes and symbols.
(30)
1. Imagine you are in the ‘others’ directory. From this location give the DOS commands for the
following:
a) Display all the files of ‘civics’ directory.
b) Delete the files from the ‘physics’ directory.
c) Display all the files, which have extension of ‘txt’ under the ‘math’ directory.
d) Copy the directory ‘optics’ under the ‘mphysics’ directory.
(25)
2. Using HTML
a) Create a 4x3 table
b) Within table, place 12 images of Indian Tourist Spots, in each box
c) Each image should link to the corresponding Website of the Tourist Spot
d) Each Image must be at least 100x100 in size
(25)
3. Write a program in ‘C’ to reverse the digits of a given number. For example, the number 9876
should be returned as 6789.
OR
Write a program in ‘C#’ to read two strings from the keyboard using readline statements and
compare them ignoring the case.
OR
Create a rolling ball using Photoshop by using the concept of layers. Place some white text on
this layer at the center of the image. Sphererize the text and show the effects.
(30)
1. Create a database in MS-Excel. Calculate the Total, Average and print the table as per format
below:
2. Write a HTML program to create a form for the subscription of a magazine. The form should
contain Name, Address, City, State, Pin Code. Magazine should be selected from 5 different
magazines using checkbox. Subscription is available for 1 year or two years. Radio buttons
shall be used to select subscription period. The page should have a submit button.
(25)
OR
Write a program in ‘C#’ to get two arrays and multiply the members term by term and then
display the output.
OR
Create an animated graphic symbol eg. an animated rollover button. Add a movie clip to be
played on the button surface. Also add the timeline to show animated effects.
(30)
3. Write a ‘C’ function to remove duplicates from an ordered array. For example, if input array
contains 10,10,10,30,40,40,50,80,80,100 then output should be 10,30,40,50,80,100.
OR
Write a program in ‘C#’ to read two strings from the keyboard using readline statements and
compare them ignoring the case.
OR
Create an animated button symbol on the screen as a reusable object that can also be stored in
a library for a Flash document.
(30)
Do the following:
a) Enter 5 records in the table using forms.
b) Display list of books in alphabetical order using reports.
c) Display list of books in ascending order of price.
(25)
3. Write a function, str_search(char* s1,char* s2, int n) , that takes two strings and an integer, as
arguments and returns a pointer to the nth occurrence of first string s1 in the second string s2,
or NULL if nth occurrence is not present.
OR
Write a program in ‘C#’ that opens two files and updates the contents of one file to another. It
should have an exception to handle non existing file in case of reading first file.
OR
A Symbol is a graphic, button, or movie clip you create once and can use any number of times
in the application. Any symbol created is automatically placed in a storage area called the library
for current document. Create a symbol as a logo for your company that can be stored in a
library for a Flash document as a reusable object.
(30)
Do the following:
a) In the total marks column, entries should be calculated using formulas and it is the sum
of marks in physics and marks in chemistry.
b) Insert a new row at the end of the table and also find grand total using formula.
c) Sort the table based on total marks.
d) All columns should be center aligned.
e) Heading should be in bold and underlined.
(25)
3. Write a C function that takes an integer value and returns the number with its digits reversed.
OR
Write a program in ‘C#’ that counts the number of occurrences of a particular character in a line
of text. Print the character and its number of occurrences.
OR
Compress .txt, .doc, .jpg, .bmp files using any compression tool. Compare the compression
ratio.
(30)
«SRLNO»
1. Make a list of addresses in MS-Excel. Write a letter in MS-Word. Using mail-merge generate
letters for all addresses in MS-Excel file.
(25)
2. Design a HTML page to display a picture. The picture should be removed from the screen after
a mouse click on the picture.
(25)
3. Write a program in ‘C’ which will arrange the positive and negative numbers in a
one-dimensional array in such a way that all positive numbers should come first and then all the
negative numbers will come without changing original sequence of the numbers.
Example:
Original array contains: 10, -15, 1, 3, -2, 0, -2, -3, 2, -9
Modified array: 10, 1, 3, 0, 2, -15, -2, -2, -3, -9
OR
Write a program using ‘C#’ to create and start a thread T1. A right method should be defined to
display a string in the console window when the thread starts.
OR
Create an animated button symbol on the screen as a reusable object that can also be stored in
a library for a Flash document.
(30)
1. Create a document in Word. Format the document with various fonts (minimum 12, maximum
15) and margins (minimum 2, maximum 4). The document should include:
a) A bulleted or numbered list
b) A table containing name, address, basic pay, department as column heading
c) A picture of an animal using the clip art gallery
d) A header with your name and the date
e) A footer with pagination
(25)
2. Create a HTML page to accept the name, address, city, state, pin code. Add a send button to
send an email with the details of name and complete address.
(25)
3. Write a program in ‘C’ to input name, address and telephone number of ‘n’ persons (n<=20).
Sort the record according to the name as a primary key and address as the secondary key. Print
the sorted telephone directory.
OR
Create an animated flying India’s flag using any multimedia software and play a sound for this
animation.
OR
How to use the ICMP Ping command (with switches) to verify the TCP/IP connection between
the two workstations.
(30)
3. Write a C program to add, subtract, multiply and display two matrices from a menu after getting
input from the user.
OR
Write a .NET program to accept two strings from two text boxes. Display these two strings with
their lengths. Compare these strings and display appropriate message.
OR
1. Make a list of address in MS-Excel. Write a letter in MS-Word. Using mail merge generate
letters for all addresses in Excel file.
(25)
2. Write VBScript code for displaying an alert dialog box with OK button, welcoming a user with a
message “Welcome To my Web Site”. As soon as the OK button is clicked, an image is
displayed in the web browser.
(25)
3. Write a program in ‘C’ to find the sum of all prime numbers between 100 and 500.
OR
Write a program using ‘C#’ to create and start a thread t1. A write method should be defined to
display a string in the console window when the thread starts.
OR
Using Photoshop create an application for rolling ball with the help of the concept of layers.
Place some white text on this layer at the center of the image. Sphererize the text and show the
effects.
(30)
1. Imagine you are in the ‘others’ directory. From this location give the DOS commands for the
following:
a) Display all the files of ‘civics’ directory.
b) Delete the files from the ‘physics’ directory.
c) Display all the files, which have extension of ‘txt’ under the ‘math’ directory.
d) Copy the directory ‘optics’ under the ‘mphysics’ directory.
(25)
2. Using HTML
a) Create a 4x3 table
b) Within table, place 12 images of Indian Tourist Spots, in each box
c) Each image should link to the corresponding Website of the Tourist Spot
d) Each Image must be at least 100x100 in size
(25)
3. Using ‘C’, write a program to remove all occurrences of word “the” and “The” from an input
string. For example:
Input: The Dhillon Theatre is now the Fun Republic.
Output: Dhillon atre is now Fun Republic.
OR
Write a program in ‘C#’ to get two matrices and multiply them. Make sure that number of
columns of first matrix = number of rows of second.
OR
You want to upgrade your system RAM from 1GB to 4GB. How will you assess your computer
whether your computer supports 4GB of RAM or NOT?
(30)
3. Write a program in ‘C’ Language that reads several lines of text and determine the average
number of characters per line.
OR
OR
Create an animated flying India’s flag using any multimedia software and play a sound for this
animation.
(30)
2. Create a HTML page to accept the name, address, city, state and pin code. Add a send button
to send an email with the details of name and complete address.
(25)
OR
Write a ASP.NET application to create a web from to display the total no. of users currently
access that form and also display the total no. of hits of that form.
OR
Create an animated flying India’s flag using any multimedia software and play a sound for this
animation.
(30)
1. Imagine you are in the ‘others’ directory. From this location give the DOS commands for the
following:
a) Display all the files of ‘civics’ directory.
b) Delete the files from the ‘physics’ directory.
c) Display all the files, which have extension of ‘txt’ under the ‘math’ directory.
d) Copy the directory ‘optics’ under the ‘mphysics’ directory.
(25)
2. Using HTML
a) Create a 4x3 table
b) Within table, place 12 images of Indian Tourist Spots, in each box
c) Each image should link to the corresponding Website of the Tourist Spot
d) Each Image must be at least 100x100 in size
(25)
3. Write a program in ‘C’ to reverse the digits of a given number. For example, the number 9876
should be returned as 6789.
OR
Write a program in ‘C#’ to read two strings from the keyboard using readline statements and
compare them ignoring the case.
OR
Create a rolling ball using Photoshop by using the concept of layers. Place some white text on
this layer at the center of the image. Sphererize the text and show the effects.
(30)
«SRLNO»
Time Allotted: 03 Hours Max. Marks: 100
(80 Marks for Practical Exercise + 20 Marks for Viva-voce)
1. Write your Registration Number and Level in the space provided on the top.
2. All the three questions are compulsory. In case of Question No. 3, the candidate must attempt the
question based on the subject as opted by him/her in theory examination.
3. The ‘Question Paper-cum-Worksheet’ can be used for writing algorithms/flowcharts and
documentation of program and the output results with relevant headings etc.
4. The maximum marks allotted for each question is given in the parentheses.
5. Candidate must return the ‘Question Paper-cum-Worksheet’ to the examiner before leaving
the exam hall.
6. All the questions should be solved on the desktop PC and demonstrated to the Examiner.
7. Wherever values/data have not been given in the Questions, the candidate can assume the data.
O LEVEL (O-PR) – BATCH: S4
1. Create a list of 10 best friends. Create a Thank You letter. Use Mail Merge feature of
MS-WORD to create a Thank You letter for each of your friends from the list.
(25)
3. Write a ‘C’ Program that Convert decimal number into binary number.
OR
Write a program in ‘C#’ to get a count and display of the Fibonacci series as follows:
Enter Count: 10
Output:-
Series is
1 1 2 3 5 8 13 21 34 55
OR
Illustrate with the help of an application the creation of text effects with filters.
(30)
Do the following:
a) In the total marks column, entries should be calculated using formulas and it is the sum
of marks in physics and marks in chemistry.
b) Insert a new row at the end of the table and also find grand total using formula.
c) Sort the table based on total marks.
d) All columns should be center aligned.
e) Heading should be in bold and underlined.
(25)
OR
Write a program in ‘C#’ that counts the number of occurrences of a particular character in a line
of text. Print the character and its number of occurrences.
OR
(30)
Create an application in Photoshop to illustrate the basic Image processing techniques.