C Programming Test (Random Questions) - Computer Science & Engineering
Marks : | ||
Total number of questions | : | |
Number of answered questions | : | |
Number of unanswered questions | : |
Instruction:
1. | Which of the following statements are correct about an enum used inC#.NET? 1 To use the keyword enum, we should either use [enum] or System.Enum. 2 enum is a keyword. 3 Enum is class declared in System.Type namespace. 4 Enum is a class declared in the current project's root namespace. 5 Enum is a class declared in System namespace. |
|||||||||||
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. | If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use |
||||||||||||||
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 |
3. | A _____ boot is when DOS is restarted without turning off the computer. |
||||||||||||||
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 |
4. | What happens when we try to compile the class definition in following code snippet? class Birds {}; |
|||||||||||
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 |
5. | A transformer has a primary voltage of 120 V rms and a secondary voltage of 25 V rms. If the secondary current is 1A rms, what is the primary current? |
||||||||||||||
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 |
6. | Three-tier architecture includes which of the following? |
|||||||||||
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. | What standard, protocol or language was generalized to become a standard protocol for sending messages of any type, using any protocol? |
|||||||||||
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 |
8. | Which of the following statements is correct?
|
|||||||||||
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 |
9. | How many enumerators will exist if four threads are simultaneously working on an ArrayList object? |
||||||||||||||
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 problem with an interface if you type show interface serial 0 and receive the following message? "Serial0 is administratively down, line protocol is down." |
|||||||||||
Your Answer: Option Correct Answer: Option B Explanation: If an interface is shut down, the show interface command will show the interface as administratively shut down. (It is possible that no cable is attached, but you can't tell that from this message.) Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
11. | Which one of the following is true regarding VLANs? |
|||||||||||
Your Answer: Option Correct Answer: Option D Explanation: Switches do not propagate VLAN information by default; you must configure the VTP domain. VLAN Trunking Protocol (VTP) is used to propagate VLAN information across a trunk link. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
12. | What will be the output of the C#.NET code snippet given below? namespace IndiabixConsoleApplication |
||||||||||||||
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. | Which of the following means "The use of an object of one class in definition of another class"? |
|||||||||||
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 |
14. | Which of the following is the incorrect form of Decision Control instruction? |
||||||||||||||
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 |
15. | Which of the following statements is correct about the C#.NET code snippet given below? class Sample |
||||||||||||||
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 |
16. | You type the following command into the router and receive the following output:
|
|||||||||||
Your Answer: Option Correct Answer: Option D Explanation: You can view the interface statistics from user mode, but the command is show interface serial 0/0. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
17. | In the following code, the P2 is Integer Pointer or Integer? typedef int *ptr; |
|||||||||||
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 |
18. | A characteristic of a file server 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 |
19. | Which of the following statement is correct |
|||||||||||
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 |
20. | To avoid the race condition, the number of processes that may be simultaneously inside their critical section is |
||||||||||||||
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 |
C Programming Test (Random Questions) - Computer Science & Engineering