0% found this document useful (0 votes)
693 views

Class 8 First Term Cs Assignment (20-21)

This document contains a computer science assignment for class 8 with questions to test knowledge of programming concepts and Visual Basic. The assignment contains questions that require filling in blanks, answering in one or few words, differentiating terms, explaining concepts, and writing a short program to calculate the volume of a cuboid using inputs from textboxes and displaying the output in a message box. The questions cover topics like properties of controls, programming statements, compilers, user interface elements, structured development lifecycle processes, and advantages of graphical user interfaces.

Uploaded by

B
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
693 views

Class 8 First Term Cs Assignment (20-21)

This document contains a computer science assignment for class 8 with questions to test knowledge of programming concepts and Visual Basic. The assignment contains questions that require filling in blanks, answering in one or few words, differentiating terms, explaining concepts, and writing a short program to calculate the volume of a cuboid using inputs from textboxes and displaying the output in a message box. The questions cover topics like properties of controls, programming statements, compilers, user interface elements, structured development lifecycle processes, and advantages of graphical user interfaces.

Uploaded by

B
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

DPS – MODERN INDIAN SCHOOL, DOHA- QATAR

ASSIGNMENT (2020-2021)
SUBJECT : COMPUTER SCIENCE Class: VIII

I. Fill in the blanks

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.

II. Answer in one word:

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.

III. Differentiate between the following:

1. Low level language and High level language


2. Msgbox and InputBox ( )
3. Semicolon and Comma

IV. Answer the following

1. Explain the use of Access Key ?


2. Write any two ways to access the code window.
3. What are the advantages of GUI?

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

You might also like