Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Microprocessors Questions
Assume that x = 5 and y = 2. Then in Java operation x + = y, the result is
Which of the following is not a valid integer constant in C (for 16 bit)?
Which of the following can not be used as a variable name in C?
In Java it is possible to have An array of integers An array of string objects An array of arrays An array on integer and strings Which of the above are correct?
Which of the following is invalid in Basic?
Let JCOKE = 98 and LPEPSI = 42 Consider the statement IF (JCOKE - 3 * LPEPSI) 5, 6, 7 5 JCOKE = JCOKE + 5 6 JCOKE = JCOKE + 8 7 JCOKE = JCOKE + 11 The value of JCOKE after the execution of above statement will be
While selecting a memory chip the feature which should be examined is
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?
In a computer the instructions, data, intermediate and final results during processing are held in ALU.
Which of the following computer memories is fastest?
Which of the following real variable names is not valid in Fortran?
Which of the following is not a valid real constant in C?
Which of the following is not a valid variable name in C?
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 variable alpha, gamma are real variables *, + are arithmetic operators 0.562 may be an integer constant or real constant Which of the above are correct?
Computer virus can hide itself in a diskette but not in a hard disk.
IC (instruction cycle), FC (fetch cycle) and EC (executive cycle) are related as
MICR stands for
Binary number 1101.101 is equivalent to decimal number?
The number of storage classes in C is
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
1
2
3