0% found this document useful (0 votes)
130 views1 page

Class VIII Computer Practice

This document contains a 40 minute exam on computers for class 8 with 24 total marks. It includes multiple choice and short answer questions testing knowledge of computers, programming, and the internet. Specifically, it covers topics like: - Identifying blanks in statements about online transactions, programming syntax, interfaces, websites, and computer terms. - Defining terms like IDE, filtering in Flash, looping, social networking, and controls in programming languages. - Matching terms to hints about controls, websites, bloggers, online transactions, and e-commerce models. - Writing the output of simple programs in the QBasic programming language.
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)
130 views1 page

Class VIII Computer Practice

This document contains a 40 minute exam on computers for class 8 with 24 total marks. It includes multiple choice and short answer questions testing knowledge of computers, programming, and the internet. Specifically, it covers topics like: - Identifying blanks in statements about online transactions, programming syntax, interfaces, websites, and computer terms. - Defining terms like IDE, filtering in Flash, looping, social networking, and controls in programming languages. - Matching terms to hints about controls, websites, bloggers, online transactions, and e-commerce models. - Writing the output of simple programs in the QBasic programming language.
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/ 1

Subject-Computers

Duration: 40 mins Class –VIII Max Marks: 24

1. Fill in the blanks : [14x1=14]

a) An ____________ is a example of business transaction carried out using the internet.


b) ________ statement is written at the last of the QBASIC program to indicate it’s termination.
c) _________ is an interface through which we interact with the applications.
d) The __________ statement is used to compare a condition.
e) ___________ is an example of a web site where people sharing common interests, ideas, suggestions exchange
messages using a common platform.
f) ____________________ window in Visual Basic displays the list of forms that constitute the application
g) The memory locations which are used to store values temporarily are called __________.
h) __________________ in Flash allows us to show or hide part of an object or text on a layer.
i) The founder of facebook is __________ .
j) ______________ are the blocks of codes designed into a control that tells the control how to do things.
k) Blog is coined from the term ____________.
l) A piece of software that has properties, methods and events and that can be manipulated is known as ___.
m) __________ property of the PictureBox control allows us to stretch or shrink the image to fit in the PictureBox control.
n) _______ is a type of website that allows us to share our thoughts and passion with the whole world.

2. Answer the following questions: [1x10=10]


a) Define the term IDE b) What is a Filter in Flash? c) Explain the term looping.
d) Explain any two uses of Flash. e) Define the term Social Networking. f) What is the use of Picture Box control?
g) What do you understand by FOR…NEXT? h) What is the use of INPUT statement in QBasic?
i) Which statement is used to add comments in the body of a QBasic Program.
j) Write the difference between the term variable and the constant.
3. Give one term for the following from the given hint: [1x10=10]
a) This control in Visual Basic is used to display text that a user cannot edit directly. __________
b) This is a free video sharing website that makes it easy to watch online videos. ___________
c) He is the person who participates in the activities of maintaining a blog. _____________
d) This control in Visual Basic is used to insert or add pictures on the form. _________________
e) This control in Visual Basic is used to present a list of items from where the user can select the
items from the list. ___________________
f) This type of e-commerce company provides information about various other companies on a
single website .___________
g) This three digit verification code on the reverse side of the card is asked for while making
online transactions._____________
h) This symbol in Flash indicates that the layers are locked._________________
i) In QBasic, these are the data or the values stored in the program, that cannot be changed.____
j) These are the actions that occur in a QBasic program.____________
4. Write the output of the following programs in QBasic. [1x3=3]

a) b) c)
CLS CLS CLS
I=1 P=3 FOR K=6 to 1 STEP-1
While I<=5 FOR K=1 to 10 PRINT K*K
PRINT I M=K*P NEXT
I=I+1 PRINT M END
WEND NEXT
END END

You might also like