Java Programming Test (Random Questions) - Computer Science & Engineering
Marks : | ||
Total number of questions | : | |
Number of answered questions | : | |
Number of unanswered questions | : |
Instruction:
1. | Avalanche photodiode receivers can detect hits of transmitted data by receiving |
||||||||||||||
Your Answer: Option Correct Answer: Option B Explanation: No answer description available for this question. Let us discuss. Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
2. | Declare the following statement? "A pointer to a function which receives an int pointer and returns float pointer". |
|||||||||||
Your Answer: Option Correct Answer: Option C Explanation: No answer description available for this question. Let us discuss.
Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
3. | Which of the following statements are correct about the C#.NET code snippet given below? if (age > 18 || no < 11) 1 The condition no < 11 will get evaluated only if age > 18 evaluates to False. 2 The condition no < 11 will get evaluated if age > 18 evaluates to True. 3 The statement a = 25 will get evaluated if any one one of the two conditions is True. 4 || is known as a short circuiting logical operator. 5 The statement a = 25 will get evaluated only if both the conditions are True. |
||||||||||||||
Your Answer: Option Correct Answer: Option C Explanation: No answer description available for this question. Let us discuss.
Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
4. | How can you find rows that do not match some specified condition? |
|||||||||||
Your Answer: Option Correct Answer: Option B Explanation: No answer description available for this question. Let us discuss. Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
5. | For a number of reasons, normalizations is not often an advantage for a(n) ________ database. |
|||||||||||
Your Answer: Option Correct Answer: Option A Explanation: No answer description available for this question. Let us discuss. Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
6. | Which technique enables the designer to mold and shape, rather than construct on object using a series of lines? |
||||||||||||||
Your Answer: Option Correct Answer: Option A Explanation: No answer description available for this question. Let us discuss. Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
7. | Which of the following is the correct way to define a variable of the type struct Emp declared below? struct Emp 1 Emp e(); e = new Emp(); 2 Emp e = new Emp; 3 Emp e; e = new Emp; 4 Emp e = new Emp(); 5 Emp e;
|
|||||||||||
Your Answer: Option Correct Answer: Option C Explanation: No answer description available for this question. Let us discuss.
Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
8. | When you have finished entering information into a form |
||||||||||||||
Your Answer: Option Correct Answer: Option B Explanation: No answer description available for this question. Let us discuss. Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
9. | Which of the following statements are correct about the C#.NET code snippet given below? class Sample |
||||||||||||||
Your Answer: Option Correct Answer: Option B Explanation: No answer description available for this question. Let us discuss.
Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
10. | The original LISP machines produced by both LMI and Symbolics were based on research performed at: |
||||||||||||||
Your Answer: Option Correct Answer: Option B Explanation: No answer description available for this question. Let us discuss. Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
11. | What does RIPv2 use to prevent routing loops?
|
|||||||||||
Your Answer: Option Correct Answer: Option C Explanation: RIPv2 uses the same timers and loop-avoidance schemes as RIPv1. Split horizon is used to stop an update from being sent out the same interface it was received on. Holddown timers allow time for a network to become stable in the case of a flapping link. Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
12. | Does there any function exist to convert the int or float to a string? |
|||||
Your Answer: Option Correct Answer: Option A Explanation: 1. itoa() converts an integer to a string.
Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
13. | A DBMS that combines a DBMS and an application generator is ________ . |
|||||||||||
Your Answer: Option Correct Answer: Option B Explanation: No answer description available for this question. Let us discuss.
Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
14. | The ASCII |
||||||||||||||
Your Answer: Option Correct Answer: Option D Explanation: No answer description available for this question. Let us discuss. Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
15. | To view any currently running Terminate Stay Resident (TSR's) programs you could type: |
||||||||||||||
Your Answer: Option Correct Answer: Option B Explanation: No answer description available for this question. Let us discuss. Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
16. | Which of the following statements is correct about an Exception?
|
||||||||||||||
Your Answer: Option Correct Answer: Option C Explanation: No answer description available for this question. Let us discuss.
Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
17. | A constraint that does not, affect the feasible solution region is known as |
||||||||||||||
Your Answer: Option Correct Answer: Option A Explanation: No answer description available for this question. Let us discuss. Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
18. | Client/server security includes which of the following? |
|||||||||||
Your Answer: Option Correct Answer: Option D Explanation: No answer description available for this question. Let us discuss. Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
19. | A traditional data administrator performs which of the following roles? |
|||||||||||
Your Answer: Option Correct Answer: Option C Explanation: No answer description available for this question. Let us discuss. Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
20. | class X2 after line 11 runs, how many objects are eligible for garbage collection? |
|||||||||||
Your Answer: Option Correct Answer: Option C Explanation: This is an example of the islands of isolated objects. By the time line 11 has run, the objects instantiated in lines 6 and 7 are referring to each other, but no live thread can reach either of them. Learn more problems on : Java Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
Java Programming Test (Random Questions) - Computer Science & Engineering