C Programming Test (Random Questions) - Computer Science & Engineering
Marks : | ||
Total number of questions | : | |
Number of answered questions | : | |
Number of unanswered questions | : |
Instruction:
1. | Which WLAN IEEE specification allows up to 54Mbps at 2.4GHz? |
|||||||||||
Your Answer: Option Correct Answer: Option C Explanation: IEEE 802.11B is 2.4GHz, but with a maximum of only 11Mbps. IEEE 802.11G is in the 2.4GHz range, with a top speed of 54Mbps. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
2. | Which of the following commands will allow you to set your Telnet password on a Cisco router? |
|||||||||||
Your Answer: Option Correct Answer: Option C Explanation: The command line vty 0 4 places you in a prompt that will allow you to set or change your Telnet password. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
3. | The terms "red book", "yellow book", and "orange book" refer to: |
||||||||||||||
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 |
4. | Which of the following are the correct ways to declare a delegate for calling the function func() defined in the sample class given below? class Sample |
||||||||||||||
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 |
5. | Which of the following keyword is used to overload an operator? |
|||||||||||
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. | Of the three ways to pass arguments to functions, only passing by _____ and passing by _____ allow the function to modify the argument in the calling program |
|||||||||||
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 |
7. | The library function used to find the last occurrence of a character in a string is |
|||||||||||
Your Answer: Option Correct Answer: Option C Explanation: Declaration: char *strrchr(const char *s, int c); It scans a string s in the reverse direction, looking for a specific character c. Example:
Output: The position of 'i' is: 19 Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
8. | Which one of the following options is correct? |
|||||||||||
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 |
9. | After a table has been created, its structure can be modified using the SQL command: |
|||||||||||
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 |
10. | When are the Global objects destroyed? |
|||||||||||
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 |
11. | Which of the following statements are correct? |
|||||||||||
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 |
12. | Trend analysis: |
||||||||||||||
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 |
13. | Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain: |
|||||||||||
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. | If no multivalued attributes exist in a relation, then the relation is in what normal form? |
|||||||||||
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 layer 1 devices can be used to enlarge the area covered by a single LAN segment?
|
|||||||||||
Your Answer: Option Correct Answer: Option C Explanation: Not that you really want to enlarge a single collision domain, but a hub (multiport repeater) will provide this for you. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
16. | Which of the following statements is correct about namespaces in C#.NET? |
||||||||||||||
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 |
17. | Computer accounts and user accounts in your domain have been seperated into OUs for administrative purpose. You want to require strong passwords for the local user accounts only. What should you do? |
||||||||||||||
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. | The _____ houses the switches in token ring. |
||||||||||||||
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 |
19. | Which of the following statements is correct about a namespace in C#.NET? |
||||||||||||||
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. | When a new trunk link is configured on an IOS-based switch, which VLANs are allowed over the link?
|
|||||||||||
Your Answer: Option Correct Answer: Option A Explanation: By default, all VLANs are allowed on the trunk link and you must remove by hand each VLAN that you don't want traversing the trunked link. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
C Programming Test (Random Questions) - Computer Science & Engineering