Computer Science, asked by ashwinibudhbhatti, 17 days ago

Q. 1 Correct the following Statements of BASIC - 256: 1. #city$ = "Ahmedabad” 2. A$=1400 3. B="100+10" 4. DAY$=Sunday 5. @23A=60 6.6/100 =Result​

Answers

Answered by jaikishore642
0

Answer:

II. TICK THE CORRECT OPTION :- 5X1=5

1. The feature in MS Access which allows us to retrieve data

from a table is called ____________

a) Primary key b) Select query

2. ___________________ is an organized way of creating editing and

displaying data from the table.

Answered by mesetopeseto
0

Answer:

1.city$= "Ahmedabad"
2.A$="1400"
3.B$="100+10"
4.DAY$="Sunday"
5.A23A="60"
6.A6100="Result"

Explanation:

Rules for naming variables

Should start with an alphabet

Should be a single word

Should not contain any special character other than under

score ( _ )

It can contain digits.

Should not be a reserved word

String variable names should have $ symbol as the last

character.Ex: Name$,A_1$

Similar questions