Basics of Information Technology Test 12

Total Questions: 22

1 - Which symbol is used for not equal to in BASIC

A ) =\=
B ) not=
C ) <=
D ) <> ✅

3 - .....occurs when the programmer does not follow programming language rules

A ) Syntax Error ✅
B ) Logical Error
C ) Run Time Error
D ) Mix Error

5 - Combination of symbols and operators that represents a value

A ) Expression ✅
B ) Values
C ) Errors
D ) Commands

6 - Symbols that indicates the type of operation to be performed on the data

A ) Operators ✅
B ) Operand
C ) Values
D ) Statements

7 - The common types of operators are

A ) Arithmetic
B ) Relational
C ) Logical
D ) All of these

9 - An operator which is used to assign a value to a variable I called

A ) Assignment operator ✅
B ) Logical Operator
C ) Relational Operator
D ) Arithmetic Operator

10 - Which of the Operators are used to perform comparisons on two values

A ) Assignment operators
B ) Logical Operators
C ) Relational Operators ✅
D ) Arithmetic Operators

12 - Command is used to clear the contents of the screen

A ) CLS ✅
B ) CLEAR
C ) NEW
D ) SCREEN

16 - Which of the are the instructions for the computer program to perform an action

A ) Statements ✅
B ) Operators
C ) Symbols
D ) Commands

19 - Decision making statement

A ) IF-THEN ✅
B ) PRINT
C ) INPUT
D ) READ-DATA

20 - Which of the following expressions is used perform arithmetic operations

A ) Arithmetic ✅
B ) Relational
C ) Logical
D ) String Variable

21 - To display,HELO ,on the screen, which statement is correct

A ) DISPLAY=HELO
B ) PRINT HELO ✅
C ) SHOW HELO
D ) PRINT HELO

22 - RUN,LOAD,SAVE are examples of

A ) BASIC Commands ✅
B ) BASIC statements
C ) Relational Expressions
D ) Arithmetic Expressions