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 the function rewind() do? |
|||||||||||
Your Answer: Option Correct Answer: Option D Explanation: rewind() takes the file pointer to the beginning of the file. so that the next I/O operation will take place at the beginning of the file. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
2. | Which of the following is valid SQL for an Index? |
|||||||||||
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 |
3. | Which one of the following symbols is not used in an ERD? |
|||||||||||
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. | A number of related records that are treated as a unit is called |
||||||||||||||
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 |
5. | Maria needs to install software on a Windows NT Server computer which is a backup domain controller. When she attempts to log on to the server, she receives the message "Unable to log on locally". What must you do to enable Maria to log on to the server? |
||||||||||||||
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. | Which of the following is the correct class of the object cout? |
|||||||||||
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 |
7. | To configure the VLAN trunking protocol to communicate VLAN information between two switches, what two requirements must be met?
|
|||||||||||
Your Answer: Option Correct Answer: Option C Explanation: You must have the same VTP domain name on all switches in order to share VLAN information between the switches. At least one of the switches must be a VTP server; the other switches should be set to VTP client. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
8. | The SQL keyword BETWEEN is used: |
|||||||||||
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. | What command is used with vi editor to append text at end of line? |
||||||||||||||
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. | 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 |
11. | Which of the following range is a valid long double (Turbo C in 16 bit DOS OS) ?
|
|||||||||||
Your Answer: Option Correct Answer: Option A Explanation: The range of long double is 3.4E-4932 to 1.1E+4932 Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
12. | How many times can a constructor be called during lifetime of the object?
|
||||||||||||||
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. | In which of the following can many entity instances of one type be related to many entity instances of another type? |
|||||||||||
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 protocols support VLSM, summarization, and discontiguous networking?
|
|||||||||||
Your Answer: Option Correct Answer: Option C Explanation: RIPv1 and IGRP are true distance-vector routing protocols and can't do much, really-except build and maintain routing tables and use a lot of bandwidth! RIPv2, EIGRP, and OSPF build and maintain routing tables, but they also provide classless routing, which allows for VLSM, summarization, and discontiguous networking. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
15. | A translator which reads an entire programme written in a high level language and converts it into machine language code is: |
|||||||||||
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 |
16. | Which command sends the word count of the file infile to the newfile. |
||||||||||||||
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. | In analyzing the compilation of PL/I program, the term "Syntax analysis" is associated with |
|||||||||||
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. | In SQL, GRANT command is used to |
||||||||||||||
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. | On the 16-bit ISA bus, IRQ2 is elevated to which higher level Interrupt? |
||||||||||||||
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. | Which of the following is the correct usage of conditional operators used in C? |
|||||||||||
Your Answer: Option Correct Answer: Option C Explanation: Option A: assignment statements are always return in paranthesis in the case of conditional operator. It should be a>b? (c=30):(c=40); Option B: it is syntatically wrong. Option D: syntatically wrong, it should be return(a>b ? a:b); Option C: it uses nested conditional operator, this is logic for finding greatest number out of three numbers. Learn more problems on : C Programming Test (Random Questions) Discuss about this problem : Discuss in Forum |
C Programming Test (Random Questions) - Computer Science & Engineering