C Programming Test (Random Questions) - Computer Science & Engineering
| Marks : | ||
| Total number of questions | : | |
| Number of answered questions | : | |
| Number of unanswered questions | : | |
Instruction:
| 1. | What will be the output of the program? #include<stdio.h> int main() |
|||||||||||
Your Answer: Option Correct Answer: Option C Explanation: No answer description available for this question. Let us discuss.
Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 2. | Which of the following statements are correct about the Collection Classes available in Framework Class Library? |
||||||||||||||
Your Answer: Option Correct Answer: Option E Explanation: No answer description available for this question. Let us discuss.
Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 3. | Binary numbers need more places for counting because |
||||||||||||||
Your Answer: Option Correct Answer: Option C Explanation: No answer description available for this question. Let us discuss. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 4. | What is the maximum data rate for the 802.11b standard? |
|||||||||||
Your Answer: Option Correct Answer: Option B Explanation: The IEEE 802.11b standard provides a maximum data rate of up to 11Mbps. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 5. | You type Router#sh ru and receive an % ambiguous command error. Why did you receive this message? |
|||||||||||
Your Answer: Option Correct Answer: Option B Explanation: The % ambiguous command error means that there is more then one possible command that starts with ru. Use a question mark to find the correct command. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 6. | Which of the following snippets are the correct way to convert a Single into a String? 1 Single f = 9.8f; 2 Single f = 9.8f; 3 Single f = 9.8f; 4 Single f = 9.8f; 5 Single f = 9.8f; |
|||||||||||
Your Answer: Option Correct Answer: Option B Explanation: No answer description available for this question. Let us discuss.
Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 7. | Which of the following are valid .NET CLR JIT performance counters? 1 Total memory used for JIT compilation 2 Average memory used for JIT compilation 3 Number of methods that failed to compile with the standard JIT 4 Percentage of processor time spent performing JIT compilation 5 Percentage of memory currently dedicated for JIT compilation |
|||||||||||
Your Answer: Option Correct Answer: Option B Explanation: No answer description available for this question. Let us discuss.
Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 8. | What will be the output of the program? class BoolArray void set(boolean [] x, int i) public static void main(String [] args) void test() |
|||||||||||
Your Answer: Option Correct Answer: Option C Explanation: The reference variables b and x both refer to the same boolean array. count is incremented for each call to the set() method, and once again when the first if test is true. Because of the && short circuit operator, count is not incremented during the second if test. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 9. | What does FSF stand for? |
||||||||||||||
Your Answer: Option Correct Answer: Option D Explanation: No answer description available for this question. Let us discuss. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 10. | What is the address range of a Class B network address in binary? |
|||||||||||
Your Answer: Option Correct Answer: Option C Explanation: The range of a Class B network address is 128-191. This makes our binary range 10xxxxxx. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 11. | Which of the following protocols uses both TCP and UDP? |
|||||||||||
Your Answer: Option Correct Answer: Option D Explanation: DNS uses TCP for zone exchanges between servers and UDP when a client is trying to resolve a hostname to an IP address. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 12. | Topically, how many type III PC cards can you insert in a laptop |
||||||||||||||
Your Answer: Option Correct Answer: Option A Explanation: No answer description available for this question. Let us discuss. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 13. | What does fp point to in the program ? |
|||||||||||
Your Answer: Option Correct Answer: Option B Explanation: The fp is a structure which contains a char pointer which points to the first character of a file. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 14. | A goal of data mining includes which of the following? |
|||||||||||
Your Answer: Option Correct Answer: Option A Explanation: No answer description available for this question. Let us discuss. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 15. | Which of the following factors supports the statement that reusability is a desirable feature of a language? |
|||||||||||
Your Answer: Option Correct Answer: Option D Explanation: No answer description available for this question. Let us discuss.
Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 16. | Routers are often used to implement FIREWALLS |
|||||
Your Answer: Option Correct Answer: Option A Explanation: No answer description available for this question. Let us discuss. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 17. | An oval represents which of the following in an EER? |
|||||||||||
Your Answer: Option Correct Answer: Option A Explanation: No answer description available for this question. Let us discuss. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 18. | What flavor of Network Address Translation can be used to have one IP address allow many users to connect to the global Internet? |
|||||||||||
Your Answer: Option Correct Answer: Option D Explanation: Port Address Translation (PAT) allows a one-to-many approach to network address translation. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 19. | What does the following declaration mean? int (*ptr)[10]; |
|||||||||||
Your Answer: Option Correct Answer: Option B Explanation: No answer description available for this question. Let us discuss.
Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
| 20. | A CASE SQL statement is which of the following? |
|||||||||||
Your Answer: Option Correct Answer: Option A Explanation: No answer description available for this question. Let us discuss. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
C Programming Test (Random Questions) - Computer Science & Engineering
