Evaluate the BASIC statement:
LET Z = 4*W^2 ...
Evaluate the BASIC statement:
LET Z = 4*W^2 + 2*Y
Given that W = 5 and Y = 10
50
80
100
120
Correct answer is D
4*W^2 + 2*Y
Given that W = 5 and Y = 10
4(5) \(\^2\) + 2(10)
4(25) + 2(10)
100 + 20 = 120
In MS Excel, the average of 10 numbers give B1, B2,...,B10 is? ...
Which of these is not a logic comparison symbol in computer studies ? ...
The Internet is an example of which computer network? ...
How many binary digits are contained in 10MB of a memory stick? ...
Which of the following monitors has only two colours ...
A pictorial representation of the logic of a program is called? ...
The rules that govern the structure of a command or programming language is called ...
. Translate 2m\(^2\) + 3n- 9 as a BASIC arithmetic expression. ...