MS Word Test 07

Total Questions: 28

1 - Examples of string constants are

A ) "Male","Married"
B ) "Haris,"Pakistan"
C ) "H. NO,107. Karachi
D ) All of these

2 - Numeric constants are the

A ) Numbers ✅
B ) Alphabetic
C ) Alphanumeric
D ) Variable

3 - Variables is a named space in the computer's

A ) Chip
B ) Memory ✅
C ) RAM
D ) Disk

4 - Variables are used to......and results during program execution

A ) Editing data
B ) Analyzing data
C ) Store data ✅
D ) Change data

5 - They types of variables are

A ) 2 ✅
B ) 3
C ) 5
D ) 7

6 - Numeric variables are used to store

A ) Numeric constants
B ) Numeric syntax
C ) Numeric operator ✅
D ) Numeric function

8 - In a program,the occurance of incorrect or unexpected result is called

A ) A syntax
B ) An error ✅
C ) A string
D ) A variable

10 - ....occurs when the instructions written in a program don't follow the rules of the programming language

A ) Logical error
B ) Syntax error ✅
C ) Arithmetical error
D ) Conceptional error

11 - Logical error occurs due to wrong use of a

A ) Formula
B ) Value to a variable
C ) A and b
D ) Command

12 - Which of the following errors occurs if you write a formula c=a+b in program instead of c=a*b

A ) Syntax error
B ) Logical error ✅
C ) Conceptional error
D ) Arithmetical error

13 - Combination of symbols and operations that represent a value is called

A ) Expression ✅
B ) Symtax
C ) Logical error
D ) Flowchart

14 - An expression which represents a numeric value is called

A ) Numerical expressions
B ) String expression
C ) Arithmetic expression ✅
D ) Logical expression

15 - BASiC stands for

A ) Beginners all purpose systematic instruction code
B ) Beginners All Purpose symbolic instructions code ✅
C ) Beginners All Principle statement instructions code
D ) Beginners All Practical syntax instruction code

16 - BASiC was invented at Dartmouth college,VSA in 1963 by

A ) John G. Kemeny
B ) Thomas Kurtz
C ) A and b
D ) George Brown

17 - Some important rules to write a program in GWBASIC language are

A ) Each instruction must by written in separate line
B ) The line number may be whole integer
C ) Maximum length of a line is 225 characters
D ) All of these

18 - A program in BASiC is written in the form of

A ) Syntax
B ) Statements ✅
C ) Numbers
D ) Numerals

20 - Which command is used for clear screen

A ) CLS ✅
B ) LIST
C ) RUN
D ) LOAD

22 - Which command is used to execute the program

A ) LOAD
B ) RUN
C ) LiST
D ) CLS

23 - The syntax of LOAD command is

A ) LODA "life" name
B ) LODA file "name"
C ) LOAD 'file name' ✅
D ) LOAD|"File Name"

25 - In GWBASIC semicolon (;) with PRINT Statement between string/variables/constant is used

A ) To be printed left next to each without any space between them
B ) To be printed right next to each other without any space between them ✅
C ) To be printed top of the page with any space
D ) To be printed bottom of the page with any space

27 - It here is a need to process large number of variables with given data then which statement is usef

A ) PEAD statement
B ) DATA statement
C ) PEAD and DATA statement ✅
D ) PRINT Statement

28 - In GWBASIC which statement is a decision making statement

A ) LOAD
B ) IF-THEN-ELSE ✅
C ) RUN
D ) SAVE