Answer:
if you could capture another image of this work bc I cant make out some words I can barley make out words
Answer:
1. Numeric variable:
A variable which can store numeric value is called numeric variable.
e.g.
A=12
pi=3.14
c=79.89
2. String variable:
A variable which can store string variable is called String variable. String is a array of character enclosed within the double inverted comma.
e.g.
N$="ram"
Place$="Kirtipur Kathmandu"
note that a string variable ends with $
Explanation:
A variable is a quantity which can store value in computer memory. A variable is also a quantity whose value changes during the execution of a program. Like in mathematics a variable holds certain value Just in QBASIC; it is a placeholder for storing value in computer memory
Answer:
d)"I have a really bad feeling about her. I don't know why."
Explanation:
Lowercase a is decimal 97 ; upper case is decimal 65
It's easier to think of them in octal, however: a = octal 141, and A is octal 101
octal to binary is easy, each digit is three bits.
141 = 001 100 001
101 = 001 000 001
So, how many bits are changed above?
<span>What is used to switch to Outline View?
the Insert tab
the status bar
the Mailings tab
the Page Layout bar</span>
Actually,
it is found in the VIEW TAB which is in the STATUS BAR. Coincidentally, all of
those tabs can be found in the status bar.