Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Electronics and Communication Engineering
»
Microprocessors
Which of the following is invalid in Basic?
A ** B + - C
A ** B - C
A * B - C
A * B - C ** D
Correct Answer:
A ** B + - C
Explanation:
Two operators cannot exist together.
← Previous Question
Next Question→
More Questions from
Microprocessors
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.
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments