Displaying 5 out
of 13
questions & answers.
Q1.
Fill in the blanks with the correct words.
| assignment, editor, variable, double quotes, .sb |
- The _____________ is the area where you write Small Basic programs.
- A string constant is enclosed within _____________.
- The ____________ statement assigns a value to a variable.
- A ____________ is an area in computer memory that has a name and that stores data temporarily.
- The extension of a Small Basic program is ___________.
S A
M P L E
S
A M P L E
www.bigslate.com
Answer:
S A M P L E
- editor
- double quotes
- assignment
- variable
- .sb
Q2.
Write T for the true statement and F for the false one. Correct the false statement(s).
- To open a Small Basic program, click the Open button in the program group on the toolbar.
- Press F5 key to run a program.
- Small Basic is not case-sensitive.
- The * sign is used as the concatenation operator.
- TextWindow is an object and so is WriteLine.
S A
M P L E
S
A M P L E
www.bigslate.com
Answer:
S A M P L E
- False
- True
- True
- False
- False
Q3.
Choose the correct option.
- The arithmetic operator not used in Small Basic is
- +
- *
- ^
- /
- The value of the arithmetic expression 6 + 5 * 2 is
- 16
- 22
- 20
- 18
- The output of Math.Remainder (30, 8) is
- 3
- 6
- 5
- 4
- The symbol used for inserting comments in a program is
- "
- '
- *
- ^
- The method used to read numeric value during program execution is
- Number( )
- ReadNumber( )
- Read( )
- ReadValue( )
S A
M P L E
S
A M P L E
www.bigslate.com
Answer:
S A M P L E
- (c) ^
- (a) 16
- (b) 6
- (b) '
- (b) ReadNumber()
Q4.
What are the main points to be kept in mind while working in Small Basic?
S A
M P L E
S
A M P L E
www.bigslate.com
Answer:
S A M P L E
answer not shownQ5.
What are the rules for naming variables?
S A
M P L E
S
A M P L E
www.bigslate.com
Answer:
S A M P L E
answer not shown





















































































