SlideShare a Scribd company logo
2
Most read
3
Most read
4
Most read
SOME OLD BUT IMPORTANT QUESTIONS
1 What is time required to insert an element in a stack with linked implementation?
A) O(1)
C) O(log2n)
B) O(n)
D) O(n log2n)
2. Pictorial Representation of an algorithm is__________________.
A) Flowchart
B) Decision table
B) Pseudocode
D) All of the above
3. ___________ was designed for Artificial Intelligence research.
A)LISP
C)COBOL
B)ALGOL
D) PASCAL
3 Which of the following is primary factors that are often used to judge the quality of an algorithm?
A)Time requirement
C) Memory requirement
B) Accuracy of solution
D) All of the above
4 malloc() function used in dynamic allocation is available in which header file?
A)streams.h
C) stdio.h
B) stdlib.h
D) conio.h
5 The programs, which are as permanent as hardware and stored in ROM, are known as
_____________.
A) Hardware
C) Software
B) Firmware
D) ROMware
SOME OLD BUT IMPORTANT QUESTIONS
6 File utilization is handling which of the following operation?
A) Searching
C) Merging
B) Copying
D) All of the above
7 Which of the following is a universal logic gate?
A) OR
C)NOR
B)NAND
D) XOR
8 Select from the following disadvantage of flowchart?
A) Highly detailed flowcharts can introduce
errors.
B) Extra time is required to position, label and
connect a flowchart’s symbols.
C) Both 1 and 2
D) None of the above
9 Two broad categories of software are ______________
A) Word processing and spreadsheet
C) Transaction and application
B) Windows and Mac OS
D) System and application
10 Which of the following is a way in which an algorithm can be represented?
A)As Programs
C)As Decision tables
B) As Pseudocode
D) All of the above
11 Which statement is true from the following?
A Local variables have no linkage.
SOME OLD BUT IMPORTANT QUESTIONS
B Use of extern is to specify that an object is declared with external linkage else where in the program.
C Both 1&2
D None of the above
12 What will be the output of following program?
main()
{
int x,y;
printf("%c %c",&x,&y);
}
A) A syntax error
C) A fatal error
B) Segmentation error
D) Garbage value
13 If a function is to use arguments, it must declare variable that will accept the values of the
arguments. These variables are called as__________________
A) Local parameters
C) Formal parameters
B)Function parameters
D) Global parameters
14 What will be the output of the following code?
main()
{
int x=5;
printf("%d%d%d%d%d",x++,x--,++x,--x,x);
}
SOME OLD BUT IMPORTANT QUESTIONS
A)45544
C) 44545
B) 45555
D) 45545
15 What purpose can be solved by the following function?
int func(int a, int b)
{
return(a||b)&&!(a&&b);
}
a) Implementation of XOR
b) Implementation of XNOR
c) Implementation of OR
d) Implementation of AND
16 What would be the output of the following program?
main()
{
static int arr[20];
int x =0 ;
arr[x] = x++;
printf("n %d %d %d", arr[0],arr[1],x);
}
a) 000
SOME OLD BUT IMPORTANT QUESTIONS
b) 101
c) 001
d) Can’t say
17 What would be the output of the following program?
main()
{
char str[]="All-the actresses are dancers" ;
int a = 5;
printf(a>10 ? "%50s":"%s",str);
}
a) All-the actresses are dancers
b) All-the actresses are dancers
c) Error
d) None of the above
18What would be the output of the following program?
main()
{
int i=400,j=300;
printf("%d..%d");
}
SOME OLD BUT IMPORTANT QUESTIONS
a) Compiler Error
b) RunTime Error
c) 400..300
d) 400
19 What will be the output of the following program?
main()
{
int x= 5,y;
x++;
printf("x=%dn",x);
y = ++x/x;
printf("new x=%d",y);
}
a) x= 6 new x=1
b) x=6 new x=0
c) x=5 new x=1
d) None of the above
20 What will be the output of the following program?
main()
{
int x= 5,y;
SOME OLD BUT IMPORTANT QUESTIONS
x++;
printf("x=%dn",x);
y =x= ++x+10/x;
printf("new x=%d",x);
}
a) x= 6 new x=1
b) x=6 new x=0
c) x=6 new x=8
d) None of the above

More Related Content

PDF
GUESS FUNDAMENTAL PAPER FOE CCAT Feb 2014
PDF
DAC CCAT GUESS PAPER Jun-Jul 2013
PDF
C and data structure
PPTX
UGC-NET, GATE and all IT Companies Interview C++ Solved Questions PART - 1
DOCX
Data structures and algorithms unit i
PPTX
Virtual function in C++ Pure Virtual Function
PDF
Oops Paper
PDF
200 mcq c++(Ankit dubey)
GUESS FUNDAMENTAL PAPER FOE CCAT Feb 2014
DAC CCAT GUESS PAPER Jun-Jul 2013
C and data structure
UGC-NET, GATE and all IT Companies Interview C++ Solved Questions PART - 1
Data structures and algorithms unit i
Virtual function in C++ Pure Virtual Function
Oops Paper
200 mcq c++(Ankit dubey)

What's hot (20)

PDF
Data structure - mcqs
PDF
CSS MCQ (Cascading Style Sheet Question)
PPTX
Part - 2 Cpp programming Solved MCQ
PPTX
Predictive parser
PDF
300+ top database management system questions and answers 2020
PPTX
System Programing Unit 1
DOCX
Features of c language 1
PPT
Two dimensional array
PPT
Time complexity
PPTX
Templates in c++
PDF
Computers basic mcq questions 3
PPTX
Benefits & features of python |Advantages & disadvantages of python
PPTX
Functions In C
PDF
MS Word MCQ (Microsoft Office Related Question)
PDF
String operation
PPTX
Topological Sorting
PDF
Python Manuel-R2021.pdf
PPTX
Member Function in C++
DOCX
VTU final year project report Main
Data structure - mcqs
CSS MCQ (Cascading Style Sheet Question)
Part - 2 Cpp programming Solved MCQ
Predictive parser
300+ top database management system questions and answers 2020
System Programing Unit 1
Features of c language 1
Two dimensional array
Time complexity
Templates in c++
Computers basic mcq questions 3
Benefits & features of python |Advantages & disadvantages of python
Functions In C
MS Word MCQ (Microsoft Office Related Question)
String operation
Topological Sorting
Python Manuel-R2021.pdf
Member Function in C++
VTU final year project report Main
Ad

Similar to CDAC CCAT examination important question (20)

DOCX
C question bank
PDF
Model question paper_mc0061
DOCX
(Www.entrance exam.net)-tcs placement sample paper 2
PDF
this pdf very much useful for embedded c programming students
PDF
Computer programming mcqs
PDF
PDF
CAPE Computer Science Unit 1 Paper 1 - Practice Paper
DOCX
Technical questions
PDF
C Language MCQ Programming Theory Questions
DOCX
Exam for c
PDF
C aptitude 1st jan 2012
PPTX
Technical quiz 5#.pptx
DOC
C Programming
PPTX
Very interesting C programming Technical Questions
DOCX
Programming in C.docx
PDF
Top C Language Interview Questions and Answer
PDF
C question-bank-ebook
PDF
CBSE XI COMPUTER SCIENCE
DOC
Programming in c notes
DOCX
JAMES_[1].docx
C question bank
Model question paper_mc0061
(Www.entrance exam.net)-tcs placement sample paper 2
this pdf very much useful for embedded c programming students
Computer programming mcqs
CAPE Computer Science Unit 1 Paper 1 - Practice Paper
Technical questions
C Language MCQ Programming Theory Questions
Exam for c
C aptitude 1st jan 2012
Technical quiz 5#.pptx
C Programming
Very interesting C programming Technical Questions
Programming in C.docx
Top C Language Interview Questions and Answer
C question-bank-ebook
CBSE XI COMPUTER SCIENCE
Programming in c notes
JAMES_[1].docx
Ad

More from prabhatjon (20)

PDF
Registration open for CCDAC AUG 2015 batch
PPT
C-CAT Exam Laptop Configuration
PDF
Operating system and C++ paper for CCEE
PDF
Oops Paper
PDF
Some other Importent Question (Mix)
PDF
Some question for Section C (Embeded )
PDF
Core java
PDF
Os paper
PDF
CCAT Aug 2013 paper
PDF
Cplus plus abd datastructure
PDF
Instructions to candidates For DASDM
PDF
PDF
Critical Aptitude Question
PDF
Cyber law ipc
PDF
Ccpp pune
PDF
Delta final paper
PDF
Aloha paper for cdac ccpp
PPTX
Diploma in Advanced Software Development Methodologies (DASDM)
PDF
Noida placement comp
PDF
New Address of CDAC
Registration open for CCDAC AUG 2015 batch
C-CAT Exam Laptop Configuration
Operating system and C++ paper for CCEE
Oops Paper
Some other Importent Question (Mix)
Some question for Section C (Embeded )
Core java
Os paper
CCAT Aug 2013 paper
Cplus plus abd datastructure
Instructions to candidates For DASDM
Critical Aptitude Question
Cyber law ipc
Ccpp pune
Delta final paper
Aloha paper for cdac ccpp
Diploma in Advanced Software Development Methodologies (DASDM)
Noida placement comp
New Address of CDAC

Recently uploaded (20)

PPTX
Odoo 18 Sales_ Managing Quotation Validity
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PDF
Phylum Arthropoda: Characteristics and Classification, Entomology Lecture
PPTX
Presentation on Janskhiya sthirata kosh.
PPTX
How to Manage Starshipit in Odoo 18 - Odoo Slides
PDF
3.The-Rise-of-the-Marathas.pdfppt/pdf/8th class social science Exploring Soci...
PDF
UTS Health Student Promotional Representative_Position Description.pdf
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PDF
Mga Unang Hakbang Tungo Sa Tao by Joe Vibar Nero.pdf
PDF
High Ground Student Revision Booklet Preview
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
How to Manage Global Discount in Odoo 18 POS
PPTX
Introduction and Scope of Bichemistry.pptx
PDF
The Final Stretch: How to Release a Game and Not Die in the Process.
PDF
Sunset Boulevard Student Revision Booklet
PPTX
Nursing Management of Patients with Disorders of Ear, Nose, and Throat (ENT) ...
PDF
What Is Coercive Control? Understanding and Recognizing Hidden Abuse
PPTX
Congenital Hypothyroidism pptx
PDF
5.Universal-Franchise-and-Indias-Electoral-System.pdfppt/pdf/8th class social...
PPTX
Onica Farming 24rsclub profitable farm business
Odoo 18 Sales_ Managing Quotation Validity
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
Phylum Arthropoda: Characteristics and Classification, Entomology Lecture
Presentation on Janskhiya sthirata kosh.
How to Manage Starshipit in Odoo 18 - Odoo Slides
3.The-Rise-of-the-Marathas.pdfppt/pdf/8th class social science Exploring Soci...
UTS Health Student Promotional Representative_Position Description.pdf
Week 4 Term 3 Study Techniques revisited.pptx
Mga Unang Hakbang Tungo Sa Tao by Joe Vibar Nero.pdf
High Ground Student Revision Booklet Preview
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
How to Manage Global Discount in Odoo 18 POS
Introduction and Scope of Bichemistry.pptx
The Final Stretch: How to Release a Game and Not Die in the Process.
Sunset Boulevard Student Revision Booklet
Nursing Management of Patients with Disorders of Ear, Nose, and Throat (ENT) ...
What Is Coercive Control? Understanding and Recognizing Hidden Abuse
Congenital Hypothyroidism pptx
5.Universal-Franchise-and-Indias-Electoral-System.pdfppt/pdf/8th class social...
Onica Farming 24rsclub profitable farm business

CDAC CCAT examination important question

  • 1. SOME OLD BUT IMPORTANT QUESTIONS 1 What is time required to insert an element in a stack with linked implementation? A) O(1) C) O(log2n) B) O(n) D) O(n log2n) 2. Pictorial Representation of an algorithm is__________________. A) Flowchart B) Decision table B) Pseudocode D) All of the above 3. ___________ was designed for Artificial Intelligence research. A)LISP C)COBOL B)ALGOL D) PASCAL 3 Which of the following is primary factors that are often used to judge the quality of an algorithm? A)Time requirement C) Memory requirement B) Accuracy of solution D) All of the above 4 malloc() function used in dynamic allocation is available in which header file? A)streams.h C) stdio.h B) stdlib.h D) conio.h 5 The programs, which are as permanent as hardware and stored in ROM, are known as _____________. A) Hardware C) Software B) Firmware D) ROMware
  • 2. SOME OLD BUT IMPORTANT QUESTIONS 6 File utilization is handling which of the following operation? A) Searching C) Merging B) Copying D) All of the above 7 Which of the following is a universal logic gate? A) OR C)NOR B)NAND D) XOR 8 Select from the following disadvantage of flowchart? A) Highly detailed flowcharts can introduce errors. B) Extra time is required to position, label and connect a flowchart’s symbols. C) Both 1 and 2 D) None of the above 9 Two broad categories of software are ______________ A) Word processing and spreadsheet C) Transaction and application B) Windows and Mac OS D) System and application 10 Which of the following is a way in which an algorithm can be represented? A)As Programs C)As Decision tables B) As Pseudocode D) All of the above 11 Which statement is true from the following? A Local variables have no linkage.
  • 3. SOME OLD BUT IMPORTANT QUESTIONS B Use of extern is to specify that an object is declared with external linkage else where in the program. C Both 1&2 D None of the above 12 What will be the output of following program? main() { int x,y; printf("%c %c",&x,&y); } A) A syntax error C) A fatal error B) Segmentation error D) Garbage value 13 If a function is to use arguments, it must declare variable that will accept the values of the arguments. These variables are called as__________________ A) Local parameters C) Formal parameters B)Function parameters D) Global parameters 14 What will be the output of the following code? main() { int x=5; printf("%d%d%d%d%d",x++,x--,++x,--x,x); }
  • 4. SOME OLD BUT IMPORTANT QUESTIONS A)45544 C) 44545 B) 45555 D) 45545 15 What purpose can be solved by the following function? int func(int a, int b) { return(a||b)&&!(a&&b); } a) Implementation of XOR b) Implementation of XNOR c) Implementation of OR d) Implementation of AND 16 What would be the output of the following program? main() { static int arr[20]; int x =0 ; arr[x] = x++; printf("n %d %d %d", arr[0],arr[1],x); } a) 000
  • 5. SOME OLD BUT IMPORTANT QUESTIONS b) 101 c) 001 d) Can’t say 17 What would be the output of the following program? main() { char str[]="All-the actresses are dancers" ; int a = 5; printf(a>10 ? "%50s":"%s",str); } a) All-the actresses are dancers b) All-the actresses are dancers c) Error d) None of the above 18What would be the output of the following program? main() { int i=400,j=300; printf("%d..%d"); }
  • 6. SOME OLD BUT IMPORTANT QUESTIONS a) Compiler Error b) RunTime Error c) 400..300 d) 400 19 What will be the output of the following program? main() { int x= 5,y; x++; printf("x=%dn",x); y = ++x/x; printf("new x=%d",y); } a) x= 6 new x=1 b) x=6 new x=0 c) x=5 new x=1 d) None of the above 20 What will be the output of the following program? main() { int x= 5,y;
  • 7. SOME OLD BUT IMPORTANT QUESTIONS x++; printf("x=%dn",x); y =x= ++x+10/x; printf("new x=%d",x); } a) x= 6 new x=1 b) x=6 new x=0 c) x=6 new x=8 d) None of the above