Digital Learning

Friday, January 5, 2024

Computer-Science Class-7 Exercise-10(2023-24):

Computer Science
Class-VII
Chapter-10 Qbasic

A. Tick the correct answer:
1. String variable stores____________________ characters.
a. alphanumeric            b. numeric                c. constant                d. command
Answer: Alphanumeric
2. PLAY command plays one _______________ at a time.
a. variable                       b. note                        c. song                        d. constant
Answer: Note
3. PLAY command can play a complex stored__________________________.
a. note                              b. variable                 c. song                         d. numeric
Answer: Song
4. The SOUND command produces sound of a specific_________.
a. variable                       b. note                         c. duration                d. frequency
Answer: Frequency
5. Nested loop is a loop within a ______________________.
a. loop                              b. variable                   c. command             d. stirng
Answer: Loop
6. There must be a screen command declared to use_______________.
a. LINE                             b. PAINT                      c. CIRCLE                   d. COLOR
Answer: PAINT
7. QBASIC stands for Quick Beginners All purpose ___________ instruction code.
a. String                            b. Song                         c. Symbolic               d. Screen
Answer: Symbolic

B. Fill in the blanks:
1. QBASIC is one of the versions of _______________.
Answer: BASIC
2. _______________________ are the data of values in a program.
Answer: Constants
3. An __________________ data enclosed in double quotes is called string constant.
Answer: Alphanumeric
4. All positive and negative and decimal numbers are _____________ constants.
Answer: Numeric
5. QBASIC has a ___________________ statement that allows us to draw circles.
Answer: Circle
6. The____________ command plays music.
Answer: Play
7. The _____________ number specifies the color to paint with.
Answer: Color

Thursday, January 4, 2024

Computer-Science Class-8 Exercise-9(2023-24):

Computer Science
Class-VIII
Chapter-9 More on Visual Basic

A. Tick the correct answer:
1.______________ allows programmers to create windows applications in a very short time.
a. Visual basic            b. visual programmer            c. visual drive        d. visual maker
Answer: Visual Basic
2. _______________ control is used to add pictures in a form.
a. shape                        b. image                                     c. color                     d. size
Answer: Image
3. The key properties used in shape control are name, _____________, fill color and fill style.
a. shape                        b. image                                     c. color                     d. size
Answer: Shape
4. Every variable has an associated data type such as string________________, etc. to specify the type of data to be stored.
a. operator                   b. statement                             c. integer                 d. indicator
Answer: Integer
5. _____________ are special symbols that are used to perfom calculations, make comparisons and check logical conditions in a program.
a. applications             b. variables                              c. statements         d. operators
Answer: Operators
6. ________________ operators compare the values and return the result as true or false.
a. arithmetical             b. relational                              c. logical                 d. none of these
Answer: Relational

B. Fill in the blanks:
1. Visual basic is the most popular_______________language in the world.
Answer: Programming
2. Variables refer to a _________________ location used to stored data temporarily.
Answer: Memory
3. _______________ operators are used to compare two values.
Answer: Relational
4. __________________ in a program are executed in a sequence.
Answer: Statement
5. For next statement used a __________________ that keeps on counting the number of execution.
Answer: Counter