Go Back   StudyChaCha 2024 2025 > StudyChaCha Discussion Forum > General Topics

  #1  
Old May 16th, 2017, 03:38 PM
Super Moderator
 
Join Date: Apr 2013
Default CDAC Entrance Exam Papers Download

Hii sir, I Wants to give the CDAC Entrance Exam Will you Please provide me the Previous year Question Paper of the CDAC Entrance Exam ?

As you Asking for the Sample Question Paper of the CDAC Entrance Test the Question Paper of the CDAC Exam is given below

Question Paper for CDAC

1.The programming language that was designed for specifying algorithm
Address
ASCII
ALGOL
None of these options

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

3. _________ symbol is used for Processing of data.
Oval
Parallelogram<------ans
Rectangle
Diamond

4. __________ is the analysis tool used for planning program logic
Protocol
None of these options
PROLOG
Pseudocode

5. Machine language has two part format the first part is__________ and the second part is __________
OPCODE,OPERAND<------ans
OPERAND,OPCODE
DATA CODE,OPERAND
OPERAND,CODEOP

6. Language Primarily used for internet-based applications
ADA
C++
JAVA<------ans
FORTRAN

7. _________ is a point at which the debugger stops during program execution and awaits a further command.
Memory Dump
Watch point<------ans
Break point
None of these options

8. ________do not contain any program logic and are ignored by the language processor.
Protocol
Virus
Comment
None of these options

9. The component of data base management system is ________
Data definition Language
Data manipulation Language
Data definition Language and Data manipulation Language
None of these options

10. The quality of Algorithm is judged on the basis of_________
Time requirement
Memory Requirement
Accuracy of solution
All of these options<------ans

11. Advantages of using flow charts is
Effective Analysis
Efficient Coding
Time consuming
Effective Analysis and Efficient Coding<-----ans

Programming in C

12. The Real constants in C can be expressed in which of the following forms
Fractional form only
Exponential form only
ASCII form only
Both Fractional and Exponential forms<------ans

13. The program, which translates high-level program into its equivalent machine language program, is called
Transformer
Language processor
Converter
None of these options<------ans

14. Consider the following statements.
i.Multiplication associates left to right
ii.Division associates left to right
iii.Unary Minus associates right to left
iv.subtraction associates left to right All are true <------ans
Only i and ii are true
All are false
Only 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("%d", a);
0xFF
0x100
0 <------ans
0x0

16. What is the output of the following program?
#include
void main()
{
printf("
10!=9 : %5d",10!=9);
}
1<------ans
0
Error
None of these options

17. #include
void main()
{
int x=10;
(x<0)?(int a =100)int a =1000);
printf(" %d",a);
}
Error<------ans
1000
100
None of these options

18. Which of the following shows the correct hierarchy of arithmetic operations in C
(), **, * or /, + or -
(), **, *, /, +, -
(), **, /, *, +, -
(), / or *, - or + <-----ans

19. What is the output of the following code?
#include
void main()
{
int a=14;
a += 7;
a -= 5;
a *= 7;
printf("
%d",a);
}
112<------ans
98
89
None of these options

20. What is the output of the following code? #include
#define T t
void main()
{
char T = `T`;
printf("
%c %c
",T,t);
}
Error
T t
T T---ans
t t
CDAC Paper - Part 2

21. The statement that prints out the character set from A-Z, is
for( a = `z`; a < `a`; a = a - 1)
printf("%c", &a);
for( a = `a`; a <= `z`; a = a + 1
printf("%c", &a);
for( a = `A`; a <= `Z`; a = a + 1)<----Ans printf("%c", a);
for( a = `Z`; a <= `A`; a = a + 1)
printf("%c", a);

22. The statement which prints out the values 1 to 10 on separate lines, is
for( count = 1; count <= 10; count = count + 1) printf("%d
",count);
for( count = 1; count < 10; count = count + 1) printf("%d
",count);<------ans
for( count = 0; count <= 9; count = count + 1) printf("%d ",count);
for( count = 1; count <> 10; count = count + 1) printf("%d
",count);

23. What does the term `call-by-reference` refer to?
Passing a copy of a variable into a function. Passing a pointer to a variable into a function. <------ans
Choosing a random value for a variable.
A function that does not return any values.

24. What is the output of the following code? #include
void swap(int&, int&);
void main()
{
int a = 10,b=20;
swap (a++,b++);
printf("
%d %d ",a, b);
}
void swap(int& x, int& y)
{
x+=2;
y+=3;
}
14, 24
11, 21 <------ans
10, 20
Error

25. What is the output of the following program code

#include
void abc(int a[])
{
a++;
a[1]=612;
}
main()
{
char a[5];
abc(a);
printf("%d",a[4]);
}
100
612
Error<------ans
None of these options

Last edited by Aakashd; December 15th, 2019 at 09:20 AM.
Reply With Quote
Other Discussions related to this topic
Thread
CDAC Entrance Exam Question Papers
CMC Vellore MBBS Entrance Exam Model Question Papers Free Download
Central University PhD entrance exam past year question papers free download
CDAC Entrance Exam Previous Papers PDF
CDAC Entrance Exam Papers With Answers Pdf
CDAC C-CAT Exam Papers
Is There Any Entrance Exam For CDAC
B.Ed Entrance Exam Papers Download
CDAC entrance exam in
CDAC Entrance Exam Course
CDAC Mumbai Entrance Exam Next CDAC Exam
CDAC Entrance Exam Previous Year Question Papers With Answers
When Will Be The CDAC Entrance Exam In
National Institute of Design under graduate entrance exam papers free download
MCA Entrance Exam Papers Download
National Institute of Design post graduate entrance exam papers free download
PAPO entrance exam previous year question papers in PDF format free download
CDAC entrance exam previous year question papers
Vellore Institute of Technology entrance exam papers free download
CDAC entrance exam






  #2  
Old November 14th, 2019, 04:04 PM
Super Moderator
 
Join Date: Jun 2013
Default Re: CDAC Entrance Exam Papers Download

In the given attachment we have given the details about CDAC Entrance Exam Papers .
Feel free to ask more by writing in reply box.
Attached Files Available for Download
File Type: doc CDAC Entrance Exam Papers Download.doc (29.0 KB, 270 views)
__________________
Answered By StudyChaCha Member
Reply With Quote
Reply




All times are GMT +6. The time now is 07:48 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8