Class 8 First Term Cs Assignment (20-21)
Class 8 First Term Cs Assignment (20-21)
ASSIGNMENT (2020-2021)
SUBJECT : COMPUTER SCIENCE Class: VIII
1. _______ property returns the name used in the code to identify a control.
2. By default, the enable property of a command button control is _______.
3. The lack of portability between different computers led to the development of _____.
4. ________ is statement is used to insert a comment in the program.
5. window is used to position the form where it will be displayed on
the screen.
1. The software that translates a complete source program into machine code.
2. The property which is used to display specified characters when the user
types a password.
3. The control that is used to display text that may be edited directly by the
user.
4. The window which displays the files that are created in your application.
5. The SDLC step that identifies and defines the need for the new system.
Page 1 of 2
V. Write a Visual Basic program to accept the length, width and height of a
cuboid from the user using three textboxes on the click of the first button and
display the Volume in a Message Box. On the click of the Exit button the
execution should stop.
(HINT : V=lwh )
******
Page 2 of 2