CDAC Sample Placement Paper

CDAC Placement Paper and Sample Paper

C-Dac Sample quesion paper - pattern

11.The programming language that was designed for specifying algorithmAddress

ASCIIALGOLNone of these options

2. _____ contains the addresses of all the records according to the contents of the field designed as the record key.Index<------ansSubscriptArrayFile

3. _________ symbol is used for Processing of data.OvalParallelogram<------ansRectangleDiamond4. __________ is the analysis tool used for planning program logicProtocolNone of these optionsPROLOGPseudocode

5. Machine language has two part format the first part is__________ and the second part is __________OPCODE,OPERAND<------

ans OPERAND,OPCODEDATA CODE,OPERANDOPERAND,CODEOP

6. Language Primarily used for internet-based applicationsADAC++JAVA<------ansFORTRAN

7. _________ is a point at which the debugger stops during program execution and awaits a further command.Memory DumpWatch point<------

ans Break pointNone of these options

8. ________do not contain any program logic and are ignored by the language processor.ProtocolVirusComment

None of these options

9. The component of data base management system is ________Data definition LanguageData manipulation LanguageData definition Language and Data manipulation LanguageNone of these options

10. The quality of Algorithm is judged on the basis of_________Time requirementMemory RequirementAccuracy of solutionAll of these options<------ans

11. Advantages of using flow charts isEffective AnalysisEfficient CodingTime consumingEffective Analysis and Efficient Coding<-----ansProgramming in C

12. The Real constants in C can be expressed in which of the following formsFractional form onlyExponential form onlyASCII form onlyBoth Fractional and Exponential forms<------ans

13. The program, which translates high-level program into its equivalent machine language program, is calledTransformerLanguage processorConverterNone of these options<------ans<!--[if !supportEmptyParas]-->

14. Consider the following statements. i.Multiplication associates left to right ii.Division associates left to rightiii.Unary Minus associates right to leftiv.subtraction associates left to right All are true <------ansonly i and ii are trueall are falseonly iii and iv are true

15. What will be the value of variable a in the following code?unsigned char a;a = 0xFF + 1;printf(

Showing Answers 1 - 3 of 3 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions