2023 2024 EduVark > Education Discussion > Question Papers


  #1  
April 6th, 2017, 05:53 PM
Unregistered
Guest User
 
CDAC CET Exam Previous Papers

Will you please provide link to me to download previous year question papers of CDAC CET Exam? Actually I have applied for CDAC CET Exam and doing preparation by syllabus. So please provide previous year question papers also.
Similar Threads
Thread
CDAC Entrance Exam Papers PDF
CDAC Exam Papers and Answers
CDAC CAT Exam Papers
CDAC Exam Model Papers
CDAC Previous Exam Papers Pdf
CDAC Noida Exam Papers
CDAC Exam Previous Papers
CDAC CPT Exam Papers
CDAC Entrance Exam Questions Previous Years pdf
Previous Year Question Paper Of CDAC Entrance Exam
CDAC Entrance Exam Previous Year Papers
CDAC Final Exam Papers
CDAC CET Exam Papers
CDAC Pune Exam Papers
CDAC Entrance Exam Previous Year Paper

  #2  
April 7th, 2017, 11:19 AM
Super Moderator
 
Join Date: Mar 2012
Re: CDAC CET Exam Previous Papers

As you want to download question papers of CDAC CET Exam, so here I am providing question papers:

CDAC CET Exam Question Paper

01 The input interfaces transforms the data into _________code.
(a) hexa
(b) binary
(c) octal
(d) decimal
02 The following is not a type of computers.
(a) Analog
(b) Digital
(c) Hybrid
(d) Logical
03 ______ holds data as the CPU works with it.
(a) Processor
(b) Memory
(c) Processor and Memory
(d) None of these options
04 The connectivity channel between CPU and Memory is________.
(a) BUS
(b) Cache Memory
(c) Control Unit
(d) None of these options
05 Which of these is an electronic card.
(a) Magnetic Strip Card
(b) Smart Card
(c) ATM Card
(d) Punch Card
06 The branch that deals with systematic application of the principles of computer science is________
(a) computer engineering
(b) software engineering
(c) IT engineering
(d) None of these options
07 ___________ is a multi tasking system.
(a) MS-DOS
(b) Unix
(c) Linux
(d) None of these options
08 ________ is used by operating system to map file names to their corresponding file attributes and file data, and also to provide greater flexibility to users in file naming.
(a) Directories
(b) Diary
(c) Paging
(d) File
09 ______ is the smallest unit of data.
(a) Frame
(b) Header
(c) Byte
(d) Bit
10 The job of the _____ layer in OSI model is to provide node-to-node communication and to hide all the details of the communication subnet from the session layer.
(a) Data-Link
(b) Physical
(c) Transport
(d) Presentation
11 Which of these keys belong to QWERTY keyboard.
(a) Numeric Keypad
(b) null
(c) Alphanumeric Keys
(d) All of these options
12 Which of the following is true in regard to Work station.
(a) Data
(b) Database
(c) Computer
(d) Main Memory
13 SCSI Interface helps in.
(a) Extends the computer`s Bus outside the computer
(b) Analog to Digital and Digital to Analog Conversions
(c) Projects information from a computer on a large screen
(d) It is an Interface unit between I/O device and Ports
14 Which of these is not a output device.
(a) Monitor
(b) Plotter
(c) Keyboard
(d) COM
15 _______ is not a network type.
(a) DAN
(b) WAN
(c) LAN
(d) MAN
16 _____ contains the addresses of all the records according to the contents of the field designed as the record key.
(a) Index
(b) Subscript
(c) Array
(d) File
17 A sequence of precise and un ambiguous instructions for solving a problem in a finite number of operation is___________.
(a) ALGOL
(b) Algorithm
(c) Procedure
(d) None of these options
18 ___________ symbol is used to show data transmission from one location to other.
(a) Annotation
(b) Offline Storage
(c) Merge
(d) Communication Link
19 __________ is the analysis tool used for planning program logic.
(a) Protocol
(b) None of these options
(c) PROLOG
(d) Pseudocode
20 A language which allows instructions to be represented by letters (i.e abbrevation) is_______
(a) Machine language
(b) Assembly Language
(c) Scientific Language
(d) Programming language
21 Language wherein Encapsulation and Abstraction of data is done is called as:
(a) Assembly Language
(b) Object oriented programming Language
(c) Pascal language
(d) Cobol
22 During system evolution __________ is to be considered .
(a) Time analysis
(b) Ease of maintenance
(c) Failure rate
(d) All of these options
23 The errors that occur in computer program is________.
(a) Syntax error
(b) Logical error
(c) Syntax error and Logical error
(d) None of these options
24 Standard methods of organizing data are:
(a) File-oriented approach
(b) Database-oriented approach
(c) File-oriented approach and Database-oriented approach
(d) Object Oriented approach
25 A file management system typically supports the following types of files, EXCEPT:
(a) Transaction file
(b) Storage file
(c) Master file
(d) Backup file
26 Which of the following are keywords of the "C" language?
i.if
ii.else
iii.then
iv.elseif
(a) All are keywords
(b) only i,ii and iii are keywords
(c) only i,ii and iv are keywords
(d) only i and ii are keywords
27 All of the following are C basic data types except:
(a) int
(b) float
(c) char
(d) Union
28 void main()
{
int A=0, B=0, C=0, D=0;
if((A==B)&&(A*B<=B))
{
if(D==1) C=1;
else
if(A==1) C=2;
}
else
C=3;
if((B==0)&&(A==B)&&(A!=1))
D=1;
}
What are the final values of C and D?
(a) 1 0
(b) 0 0
(c) 0 1
(d) 1 1
29 Which statement sets the 3rd lowermost bit of an unsigned integer x to 0, leaving other bits unchanged?
(a) ^3;
(b) x|(~3);
(c) x&(~3);
(d) x&3;
30 What is the output of the following code?
void main()
{
int a=0, b=2, x=4, y=0;
printf("\n%d\t,",(a==b));
printf("\n%d\t,",(a!=y));
printf("\n%d\t,",(b<=x));
printf("\n%d\t,",(y > a));
}
(a) 0, 0, 0, 0,
(b) 0, 0, 0, 1,
(c) 0, 0, 1, 1,
(d) 0, 0, 1, 0,


Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5. The time now is 07:51 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8