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

  #2  
Old November 1st, 2014, 12:49 PM
Super Moderator
 
Join Date: Apr 2013
Default Re: CDAC entracne exam Eligibility criteria

Here you are looking for Eligibility criteria for CDAC entrance exam so as you want here I am providing you.

CDAC: Centre for Development of Advanced Computing


It is a open up institute that thinks mostly in the field of research and development of information technology.

Selection of applicants in to certain courses such as Diploma in System Software Design, Embedded Systems Design, Advanced Business Computing etc. are carried out through CET exam which is conducted at national level for the selection of candidates to these courses.

Eligibility Criteria

Candidates must have sound computing and programming skills.

Separately from this you must have any of the instructive education mention below.

Bachelor of Internet Sciences
Bachelor of E-Commerce
Bachelor of Science (Engineering)
Master of Engineering /Technology or Equivalent
Master of Computer Application
Master of Science in Electronics
Bachelor of Engineering /Technology
Bachelor of Science (Information Technology)
Bachelor of Science (Computer Science)
Master of Science in Instrumentation
Master of Science in Computer Science
Master of Science in Information Technology
Bachelor of Computer Application
Master of Computer Management (After B.Sc)
Master of Business Administration (Systems)

Arrangement of CDAC Common Entrance Test (CET)

The CET carried out by CDAC is an online entrance exam.

Type of exam: MCQ

Total questions: 150

Time: 2hr

The test covers aptitude questions as well as questions from technical topics.

Applicants can gain one mark for each correct answer and loses ¼ marks for each wrong one. (-ve marking)

Syllabus of CDAC Common Entrance Test (CET)

-The first section includes questions on Computing Fundamentals.
-A total of 10 marks is awarded for this section.
-The questions of this section are based on the topics mentioned below—

Classification of computers
Evolutions of computers
Input-output devices
Multimedia
Operating systems
Primary and Secondary storage
Computer generations
Computer organization
Computer software
Data communications and computer networking

-The second section includes questions on the Fundamentals of Programming.
-This section takes 15 marks of the total marks.
-The important topics covered under the section are mentioned below

Data processing
File organizations
Flowcharts
System implementation and operation
Algorithms
Computer languages

-The third section is based on Programming in C and the maximum marks is 50.
-The syllabus of the third section is given here –

Arrays
C Fundamentals
Operators and Expressions
Pointers
Queues
Stacks
Structures and Unions
Control statement
Data Input and Output
Functions
Introductory concepts
Linked Lists

-The fourth section includes questions on the Basic of OOPS and C++ programming. This section carries 25 marks.
-The topics included under the section are mentioned here –

Object oriented concepts
Polymorphism
Re-usability
Abstract Classes
Classes and Objects
Generalizations


Here I also have C-DAC Entrance Exam Question Paper so I am providing you.

C-DAC Entrance Exam Question Paper

1
_______ computers perform the complex processing by directly measuring the discrete physical quantities.

Analog

Digital

Hybrid

Personal

2
02

_______ is a non-volatile memory chip in which data once stored cannot be altered by programmer

ROM

PROM

EPROM

ROM and PROM

1
03

Modern magnetic tapes use 8 bit ________code format for data recording

EBCDIC

BCD

ASCII

All of these options

1
04

The tape of magnetic tape storage is divided into Vertical columns called_________ and horizontal rows is called________

Channels and Frames

Frames and Channels

Tracks and Frames

Channels and Tracks

2
05

Which of these is an electronic card.

Magnetic Strip Card

Smart Card

ATM Card

Punch Card

2
06

________ is a set of control statements and extends processing capability of Computer system

Application software

System software

Operating system

Utilites

2
07

Different types of user interfaces include

System calls

Command language

Job control language

All of these options

4
08

FAT stands for

File Allocation Table

File Administration Table

File Available Table

File Allotment Transfer

1
09

The OSI model has ________ layers

5

6

7

8

1
10

Standard multimedia compression technique is

JPEG

MPEG FOR VIDEO

MPEG FOR AUDIO

All of these options

4
11

The mechanism of counting the 1 bits of the character bit set and adding a check bit to make the total number of 1 bits even while transferring the data, is referred to as

Parity

Even Parity

Odd Parity

Error Checking

2


The shortcoming of Mark 1 computer is ___________

It is very slow

Very complex indesign and huge in size

Unreliable

It is very slow and also very complex indesign and huge in size

4
12

Which of the following are not Hard disk

Zip disk

Disk packs

Floppy disk

Winchester Disk

3
13

The unit of measurement of data transfer rate is ______

Maud

Baud

Bandwidth

None of these options

2
14

______is collection of the facts or informational raw material and become information after processing.

Data

Database

Computer

Main Memory

1
15

Algorithms can be represented in various ways EXCEPT

PROGRAMS

FLOWCHARTS

DECISION CHARTS

SPREADSHEET

4
16

_____ contains the addresses of all the records according to the contents of the field designed as the record key.

Index

Subscript

Array

File

1
17

Advantages of using flow charts is

Effective Analysis

Efficient Coding

Time consuming

Effective Analysis and Efficient Coding

4
18

The logic used to perform instructions one after another is_______

Selection logic

Sequence logic

End case

None of these options

2
19

Computer languages are classified as all of the following EXCEPT:

Machine Language

Code language

Assembly language

High level Language

2
20

Limitation of Machine language are, EXCEPT:

Executed fast by Computer

Difficult to program

Error prone

Machine dependent

1
21

________ is true for Syntax error.

It is easier to detect Syntax error compared to logical error

The program cannot be compiled and executed until all syntax errors are corrected

These program error typically involve incorrect Punctuation, undefined terms, no parenthesis etc.

All of these options

4
23

Program errors are known as ________

Virus

Bugs

Errors

All of these options

2
24

Commonly used file organization are:

Sequential

Direct and Random

Indexed Sequential

All of these options

4
25

_________language that enables users to define there requirements for extracting required information.

Query

Manipulation

DDL

DML

1
26

3.2 % 3

1

0

0.2

Err

4
27

What is o/p If c=10, d=20 ( c> d ? printf(" Hi") : printf(" Hello"));

Hi

Hello

HiHello

None of these

2
28

Which of the following are keywords of the C language?
i)if
ii)else
iii)then
iv)elseif

All are keywords

only i,ii and iii are keywords

only i,ii and iv are keywords

only i and ii are keywords

2
29

which of the following is NOT a character constant

`Thank You`

`enter values of p n r`

`23.56e-03`

all of the above

4
30

void main() { int arr[10]; printf("%d", sizeof(arr)); getch(); }

20

10

Error

None

1
31

Following are the rules for naming an identifier except:

Uppercase case letters are not equivalent to lowercase letters

Should not start with a digit but can have digits in between the name

Any letter with - + = sign

Letter starting with

3
32

What is output void main() { int n=3,a=2; a*= n+1; printf("%d", a); }

7

8

6

None

2
33

The keyword _______ breaks the control from while loop.

break

exit

both a and b

None

1
34

Consider the declaration #include Here the angled brackets indicate

The compiler will search only the standard libraries for the file myfile.h

The compiler will search first the user`s default/ working directory and then the standard libraries for the file myfile.h

The compiler will search only the user`s default/working directory

None of the above.

1
35

main() { printf(" \n Hello"); disp(); } disp() { printf(" \n Hi"); main(); }

Hi

Hello

Hello Hi Infinite no of times

Hello Hi still stack overflow

4
36

C() { printf("C"); } B() { C(); printf("B"); } A() { printf(" A"); B(); } main() { printf("M"); A(); }

CAMB

MABC

MCAB

MACB

4
37

which of the following shows the correct hierarchy of arithmetic operations in C

(), **, * or /, + or ?

(), **, *, /, +, -

(), **, /, *, +, -

(), / or *, - or +

4
38

main() { printf(" C to it that C servies"); main(); }

C to it that C servies infinitely

Compilation Error

Linker Error

C to it that C servies still stack overflow

4
39

The statement int (* arr [5]) (int *, char *) means

array of pointer to five functions

an integer function taking 5 arrays and returning an char

array of 5 pointer to integers

None of above

1
40

What error would the following function give on compilation ? f(int a, int b) { int a; a=20; return a; }

Missing parentheses in return statement

The function should be defined as int f ( int a , int b)

Redeclaration of a

None of the above



If you want any more details about give information please let me know we will provide you.
__________________
Answered By StudyChaCha Member
Reply With Quote
  #3  
Old December 19th, 2014, 12:12 PM
Super Moderator
 
Join Date: Dec 2011
Default Re: CDAC entracne exam Eligibility criteria

CDAC Centre for Development of Advanced Computing conducts entrance exam of CCAT.

CDAC offers these courses:
Post Graduate Diploma in Advanced Computing ( PG – DAC )
Post Graduate Diploma in Wireless and Mobile Computing ( PG – DWiMC )
Post Graduate Diploma in IT Infrastructure, Systems and Security ( PG – DITISS )
Post Graduate Diploma in VLSI Design ( PG – DVLSI )
Post Graduate Diploma in Healthcare Informatics ( PG – DHI )
Post Graduate Diploma in Integrated VLSI and Embedded Systems Design ( PG – DIVESD )
Post Graduate Diploma in Automation and SCADA Systems ( PG – DASS )
Post Graduate Diploma in Embedded Systems Design ( PG – DESD )
Post Graduate Diploma in System Software Development ( PG – DSSD )

For these courses CDAC conducts entrance exam:

Eligibility Criteria:
Candidate must be Graduate in Engineering or equivalent ( e.g. BE / BTech / 4 year BScate / AMIE / DoEACC B Level, etc. ) in Electronics / Computer Science / IT or related areas.

Candidate who is Post Graduate in Engineering Sciences ( e.g. MSc in Computer Science, IT, Electronics, etc. ) is also eligible.

Tentative C-CAT Exam Date
1st week of December 2015

Centers of C-CAT Exam Centers
Ahmedabad
Bengaluru
Bhopal
Chennai
Gwalior
Hyderabad
Indore
Jaipur
Kolkat
Mohali
Mumbai
Nagpur
Navi Mumbai
New Delhi
Noida
Pune
Vijayawada

Books for Exams:
English
Any High School Grammar Book (e.g. Wren & Martin)

Quantitative Aptitude & Reasoning Quantitative Aptitude Fully Solved (R. S. Aggrawal)
Quantitative Aptitude (M Tyara)
Barron’s New GRE 2013

Computer Fundamentals Foundations of Computing (Pradeep Sinha & Priti Sinha)

Data Communication & Networking Data Communication & Networking (Forouzan)

C Programming
C Programming Language (Kernighan & Ritchie)
Let Us C (Yashavant Kanetkar)

Data Structures
Data Structures Through C in Depth (S. K. Srivastava)

Operating Systems
Operating System Principles (Silberschatz, Galvin, Gagne)

OOP Concepts
Test Your C ++ Skills (Yashavant Kanetkar)

Computer Architecture
Computer Organization & Architecture (William Stallings)

Digital Electronics
Digital Design (Morris Mano)
Digital Design: Principles & Practices (John Wakerly)
Modern Digital Electronics (R. P. Jain)

Microprocessors
Microprocessor Architecture, Programming & Applications with 8085 (Ramesh Gaonkar)
The Intel Microprocessor (Barry Brey)
__________________
Answered By StudyChaCha Member
Reply With Quote
Reply




All times are GMT +6. The time now is 02:21 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