62001. Which of the following real variable names is not valid in Fortran?
62002. Temporary register in 8085 is a 16 bit register.
62003. In which computer language is 'break' statement used
62004. In a microprocessor
62005. Assertion (A): If source and destination addresses are made implicit the length of instruction is reduced.Reason (R): 8085 has only 3 addressing modes.
62006. Assertion (A): Microprocessor 8085 has on-chip oscillator with inbuilt crystal.Reason (R): For frequency stability crystal oscillator is preferred.
62007. Consider the following program in Pascal
X = 2.57 X = (X + 0.06) 10 I = TRUNC (X) X = I X = X / 10.0
The final value of X would be
62008. Consider the following The first letter of a Java variable is lower case.Each successive word in Java variable begins with a capital letter.All other letters are lower case.A Java variable can have a digit as first character. Which of the above are correct?
62009. Consider the following DO statement in Fortran 77
DO 52 N = 1, 10, 3
The number of DO loop executions in the above statement is
62010. Which of the following can not be used as a variable name in C?
62011. In Java it is possible to have An array of integersAn array of string objectsAn array of arraysAn array on integer and strings Which of the above are correct?
62012. A 256 x 4 EPROM has
62013. To evaluate X = (A + B + 1.2) (A + B - C) the sequence of operation is
62014. In ALU 1C 74181 the addition and subtraction is in
62015. While selecting a memory chip the feature which should be examined is
62016. EEPROM permits
62017. Which is not a valid Java variable
62018. Which of the following is invalid in Basic?
62019. If A = 20 and B = - 7 in PASCAL, A mod B =
62020. Which of the following is a computer language?
62021. Which of the following DO statements is invalid in FORTRAN 77?
62022. Read the following statements about files in Pascal A file is a data structure which consists of a sequence of components of the same type.The number of components in a file is variable.The components in a file can be accessed only sequentially starting from the beginning of the file. Which of the above are correct?
62023. Consider the following C program int ram
float alpha, gamma ram = 6400 alpha = 0.562 gamma = alpha ram + 1
Now consider the following statements about this program ram is an integer variablealpha, gamma are real variables, + are arithmetic operators0.562 may be an integer constant or real constant Which of the above are correct?
62024. Which of the following is not an integer constant?
62025. Let JCOKE = 98 and LPEPSI = 42 Consider the statement
The value of JCOKE after the execution of above statement will be
62026. Which of the following is not an excavating equipment?
62027. Which of the following is not a valid integer constant in C (for 16 bit)?
62028. Assume that x = 5 and y = 2. Then in Java operation x + = y, the result is
62029. 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. Which of the above are correct?
62030. The expression A2 + B2 - 3 AB when written is Pascal should be written as
62031. 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. Which of the above are correct?
62032. Which of the following is not a key word in C?
62033. If PRIN = 200.0 and BINT = 0.0525 the result of expression INCOME = PRIN (1 + BINT) will be
62034. Which has volatile memory?
62035. Consider the following logical IF statement in FORTRAN 77
IF (SALT. EQ. PEPPER) GO TO 11 GOTO 13
The above statement using arithmetic IF statement would be
62036. Consider the following DO statement in Fortran 77
DO 23 X = 10.0, 2.0
The number of DO loop executions in the above statement is
62037. Contents of RAM cannot be altered.
62038. Which of the following operations will give the result 2 in C?
62039. Which of the following is not valid integer variable in FORTRAN 77?
62040. In PERT analysis the actual performance of task is known as:
62041. Assertion (A): To add 8 bit words, two 1C 74181 can be cascaded.Reason (R): In 1C 74181 a sum greater than 15 leads to high carry out.
62042. Consider the following tasks in a micro computer Receiving data and instructionPerforming arithmetic computationPerforming logical computationsStoring data and instructions Which of the above are performed by ALU?
62043. Consider the following DO statement in FORTRAN 77
DO 25 J = 1, 7
The number of DO loop executions in the above statement is
62044. Initially the number decimal 8 is stored. If instruction RAL is executed twice, the final number stored will be
62045. In Java 31% gives an answer
62046. For the expression cos (ωt + 0) the correct Pascal equivalent is
62047. Consider the following features of 'structures' in C? The values of a structure variable can be assigned to another structure variable of the same type using the assignment operator.One structure can be nested within another structure.A variable structure can also be passed to a function. Which of the above are correct?
62048. Assertion (A): In 8085 SP and PC are 8 bit each.Reason (R): 8085 is an 8 bit microprocessor.
62049. Which of the following is not a valid real variable in FORTRAN 77?
62050. Let JCOKE = 3 and LPEPSI = 5. Consider the statement