You are on page 1of 2

INDIAN HIGH SCHOOL, DUBAI GRADE 11

SUMMER ASSIGNMENT 2007 INFORMATICS PRACTICES 01

VISUAL BASIC

(USING BASIC CONTROLS AND INPUTBOX / MSGBOX / PRINT)

I SIMPLE CALCULATIONS
1) WAP to compute the Area, Circumference and Diameter of a circle.
2) Write event procedures to compute Simple Interest & Compound Interest.
3) WAP to find the Total & Average of 3 numbers (Using Input Box).
4) WAP to convert the given temperature to Fahrenheit or oC.
(F-32) * 5/9 = Celsius
5) Enter integer values and find Sum using Command Button
6) To implement basic calculations (Addition, subtraction, Division, Multiplication, Remainder)
7) Create an application to implement student result system.
8) Create an application to implement Employee Payroll System.
9) Calculator pg. 329 (Sumita Arora)

II IF AND SELECT CASE STATEMENT


1) To find whether a given number is Even or Odd
2) WAP to find the smallest of three numbers.
3) WAP to print the result of a student by inputting the total marks. Consider the
following range to compute the result.

Total Marks Result


< 35 Fail
>= 35 & < 60 Second Class
>= 60 & < 70 First Class
>= 70 AND <= 100 Distinction

4) Write event procedures to compute Net Salary as Basic + HRA + DA - Tax


Where HRA = 20% of Basic
DA = 110% of Basic
& Tax = 5% of Basic
5) Password validation pg 405 (Sumita arora)

III LOOPING STRUCTURES


1) To print Odd numbers between M and N
2) To compute Factorial
3) To find the reversal of a given Number and find the sum of its digits
4) Printing the series
5) To find whether a given number is Prime Number

PROGRAMS USING VARIOUS CONTROLS


1) WAP to display the grade as A, B, C, D if % is 90, 80, 70, 60 respectively
2) To display different Shapes and color using option buttons
3) Selecting a computer device from option button and displaying its icon
picture Box from VB and message in MsgBox
4) Mini Quiz with 3 answer options
5) Option button and Image control for displaying the pets

Grade11_InformaticsPractices01
INDIAN HIGH SCHOOL, DUBAI GRADE 11
SUMMER ASSIGNMENT 2007 INFORMATICS PRACTICES 01

6) WAP to format the text inputted by the user using Check Box.
Formats:
Font Style: Bold, Underline, Italic
Font Color: Red, Blue, Green, Yellow
7) To display the details of class when particular class is selected from List Box.
8) To display various States details (capital, Language, etc) from Combo Box
9) Moving of data from a List Box to another Listbox pg. 363
10) Showing pictures of planets from list box
11) To implement Stop watch (Timer) pg 390 sumita arora
12) Traffic Signal (Timer)
13) Digital Clock and Alarm (Timer)
14) Temperature control – scroll bar
15) Multiplication table – scroll bar
16) Stretching of shape through scroll bars
17) Speedometer – Scroll bar
18) Drive, dir, and File list box demo to display selected picture file
19) Menu bar – Planets –Picture Countries-Flag
20) Menu Bar
Line Shape Colour Exit
Solid Rectangle Red Yes
-- -- -- No
21) Status Bar and Tool Bar and Image List
22) Data Control
23) OLE for Excel and Paint Files
24) ADO DC
25) ADO DB

ILLUSTRATION OF IMPORTANT PROPERTIES


1) Different lines with width and style point
2) Labels backcolor
3) Auto size and word wrap of label text

OTHER IMP. PROGRAMS


Reeta Sahoo
1) Amount on deposit with Interest Pg383
Sumita Arora
2) Submission application form for a job
3) Stationary shopping with quantity and unit price and check box,
to compute total amount
4) Notepad text editing

Grade11_InformaticsPractices01

You might also like