ECE :: Microprocessors
-
Read the following statements about Java
- It is well suited to design software which works in conjunction with internet.
- It is cross platform language.
- Java is close to programming language C, C ++ etc.
- It is an object oriented.
-
The expression
A2 + B2 - 3 AB
when written is Pascal should be written as -
Read the following statements about Excel
- It supports many arithmetic functions like SUM, ABS, EXP, INT, MOD etc.
- It supports many trigonometric functions.
- It supports IRR function to calculate interest rate.
- It supports PV function to calculate the present value of future receipts.
-
If PRIN = 200.0 and BINT = 0.0525 the result of expression
INCOME = PRIN * (1 + BINT)
will be -
Consider the following logical IF statement in FORTRAN 77
The above statement using arithmetic IF statement would be
IF (SALT. EQ. PEPPER) GO TO 11
GOTO 13 -
Consider the following DO statement in Fortran 77
The number of DO loop executions in the above statement is
DO 23 X = 10.0, 2.0 -
Which of the following operations will give the result 2 in C?