SlideShare a Scribd company logo
1 of 5
Download to read offline
NATIONAL INFORMATICS CENTER EXAMINATION Feb 22nd, 2009
INSTRUCTIONS:
• This year the paper consists of 100 objective type questions out of which 75
questions are of 1 mark and 25 questions are of 3 marks and duration is 2.00Hrs sets
are 4 (A,B,C,D).
• There is negative marking, for each wrong answer i.e., 1/3rd mark will be deducted
.
Some of the few questions are as follows: Mainly the questions are from
computer networks, java, operating system, Network security algorithms and
pblms(RSA,RC4,ENCRYPTION,DECRYPTION), history of computers,
software engineering.
1 mark questions:
1. RAID related to ?(hard disk)
2. What is Von Neumann Architecture (SIMD/MIMD like this one question)
3. Software is? (options are: set of instructions +operating system +hardware
manuals)
4. In cpu where the i/p and o/p’s are stored(registers).
5. If semaphore variable is 8 after 6 wait operations and 3 signal operations what is
value of semaphore?
6. OFMD abbreviation(Orthogonal frequency multiplexing division)
7. In ms word how you change password(menu bar->tools->options->security)
8. Question on network interoperatability microwave(wiMAX).
9. pblms on network band with
10. merge sort worst case time complexity(O(nlogn))
11. spiral model mainly for (performance or risk or quality management)
12. Cocomo II model measures in (functional point or lines of code)
13. pblm on recursion function
14. i=129 , j=-1>>3,k= i & j? bitwise operator pblm?
15. ACID properties (Atomicity,Consistency,Isolation,Durability).
16. Select a,b from r where b=10; sigma(selection) pie (projection notation).
17. paging or swapping something (same question repeated twice)
18. Smallest processor by intel(atom)
19. If download rate is 56kbps in 2 minutes maximum file downloaded is?
20. Integration testing is type of(bottom up/topdown/sandwich testing)
21. pblm on test cases and batch cases
22. question on network protocol
23. c inherits from b which inherits from a order of destructors(c,b,a).
24. infix expression to post fix
25. For given tree write BFS?
26. Question on cohesion in software engineering
27. If tree height is h total no.of nodes is(2^h-1)
28. spooled device is(printer).
29. which is not an IDE(tomcat, jsp,Ado… something)
30. Not oop’s language(.net)
31. To accessing the data sources(SQL)
32. IEEE 802.11 is what?
33. Loopback class 255.255.255.0 maximum no.of hosts ?
34. what is shareware?
35. vocabulary of program(options like (eta)n1+n2………… something)
36. when Buffer overflows?(options:i=5/3,a[4]=”welcome”,a[4]=1234)
37. #include<stdio> some program(compiler error because of .h missing)
38. Data base administrator duties(three duties).
39. Encryption algorithm which doesn’t use primary key(hash fn or mesh fun)
40. key escrow?
41. Some question like How you estimate time of the completion of a project(earliest
time/latest time like this)
42. Some questions on LAN protocols.
43. FDDI?(token ring)
44. The variables having some access specifiers to access within program(public
and protected).
45. Which normal form has transitive dependency?
46. which channel has constant bandwidth( circuit switching/packet switching…)
47. some question on which one is better like (message passing/…………..)
48. Linked lists code and asked the operation performed?
49. Question on serializable/serial/?
50. Question on static methods based on overridden like (can a static method can
be overridden by a static method).
51. If there are 64 segments and each segment is of size 512 bytes then how many
address lines are required?
52. Transfer rate of high speed USB(options: 1024/512/128mbps)
53. To access a variable of other file it should be( a global variable and extern class)
54. Some question like If a=-2 b=7 c=5 then value of i++j---/…….. increments and
decrements.
55. programs to find time complexities?
56. One question on graphs.(DSGT).
57. Which of the encryption algorithm is used for like this one question(RC4/RSA).
58. Given that if there are n bits and a digits in decimal then what is the relation
between n and a(options: a=2n /n=2a / n>alog2base10).
59. Pblm related to hamming code like there are(7+1parity bits smething)
60. what is the need of testing?(some options)
61. What is the problem in priority scheduling algorithm(Starvation).
62. What will be there in segment table(pagenumber,offset, segement number)
3 mark questions:
1. First question on finding cipher text for given plaintext M value,e value,n value by
using some network algorithm.
2. Question on SQL query like select……………..like _%cal what it will retrieve?
3. Given match the following on network OSI layers like physical,data link,
network……….
4. Problem on recursion algorithm
5. problem on semaphores wait and signal
6. problem on FIFO page replacement algorithm asked to find %?
7. problem to find the average waiting of SJF (non preemptive) for processes?
8. Problem on networks Algorithms.
9. Problem to find Time complexity of an algorithm.
10. Two programs on try and catch in java.
intel smallest processor Atom
Static class can override other static one
merge sort(nlogn)
buffer overflow ''welcome''
exception q finally is the answer
small talk is not OOP
completely Binary tree has all leaf nodes at same level
one traversal q from left chld right and root q
infintite loop execution
func(n)
{
1 if (n==1);
else
func(floor(n/2) + 1);
}
and hav to find value of func(13) ?
that 1 abt OS upgradation...NTFS..will it be disk manager??
when n=3 , then
func(floor(3/2)+1)
=>func(2);
=>func(floor(2/2 + 1)
=>func(2) ???
int k=34587;
for(i=0;i<=k;i++)
{
printf("%d",i);
}
1.one of the answer data acceesSQL
2.One question about data base administrator wats the answer?
3.wat is the answer for channel capacity
4.56 kbps modem 6.6mbps
5.WHat is the fastest USB options 256 520 1024?
6.SQl4characters where the first 3 characters specify the name cal
7.one Question min no of statement
8.if(X>Z)
print
else if(Y>Z)
print
1.one question modify word document then
2.Menu bar edit options something
3.infix postfix conversion
f(n)=2 for n=2
=m for n=
that question answer is 1
4.wchich members of baseclass are accessed by subclass?public and protected
One queestion on DBMS
deadlock starvation spiral lock wats the answer?
3.recursive func
f(n)=2 for n=2
=m for n=1
find=m?
what is the cyclomatic complaxity of
if(x>y)
{
stm 1
}
else if(x==y)
{
stm2
}
1. Computer Awarness(GK)
2. Operating System(SJF,FIFO,Deadlock,semphore etc).
3. Numerical on the network.
4. C Standard Question(Static,test ur c skill questions etc).
5. Data Structure
6. S/w Engineering(path coverage,Mcabee No, etc)
7. Java ( Output Related Questions)
2. CO (data line,and related maths).
software engineering (COCOMA model,agile s/w engg).
Some of Questions r from orkutcomm grps….. for any help mailme -
aksmails@gmail.com
All the Best To All…………………..
If u are good with basics it is enough.

More Related Content

What's hot

RNN & LSTM: Neural Network for Sequential Data
RNN & LSTM: Neural Network for Sequential DataRNN & LSTM: Neural Network for Sequential Data
RNN & LSTM: Neural Network for Sequential DataYao-Chieh Hu
 
Programming Language Memory Models: What do Shared Variables Mean?
Programming Language Memory Models: What do Shared Variables Mean?Programming Language Memory Models: What do Shared Variables Mean?
Programming Language Memory Models: What do Shared Variables Mean?greenwop
 
Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)
Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)
Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)Universitat Politècnica de Catalunya
 
Performance and predictability
Performance and predictabilityPerformance and predictability
Performance and predictabilityRichardWarburton
 
Natural Question Generation using Deep Learning
Natural Question Generation using Deep LearningNatural Question Generation using Deep Learning
Natural Question Generation using Deep LearningArijit Mukherjee
 
Modeling Electronic Health Records with Recurrent Neural Networks
Modeling Electronic Health Records with Recurrent Neural NetworksModeling Electronic Health Records with Recurrent Neural Networks
Modeling Electronic Health Records with Recurrent Neural NetworksJosh Patterson
 
CUDA and Caffe for deep learning
CUDA and Caffe for deep learningCUDA and Caffe for deep learning
CUDA and Caffe for deep learningAmgad Muhammad
 
Gate Previous Years Papers
Gate Previous Years PapersGate Previous Years Papers
Gate Previous Years PapersRahul Jain
 
Performance and predictability (1)
Performance and predictability (1)Performance and predictability (1)
Performance and predictability (1)RichardWarburton
 
DIY Deep Learning with Caffe Workshop
DIY Deep Learning with Caffe WorkshopDIY Deep Learning with Caffe Workshop
DIY Deep Learning with Caffe Workshopodsc
 
Deep Learning, Keras, and TensorFlow
Deep Learning, Keras, and TensorFlowDeep Learning, Keras, and TensorFlow
Deep Learning, Keras, and TensorFlowOswald Campesato
 
Jeff Johnson, Research Engineer, Facebook at MLconf NYC
Jeff Johnson, Research Engineer, Facebook at MLconf NYCJeff Johnson, Research Engineer, Facebook at MLconf NYC
Jeff Johnson, Research Engineer, Facebook at MLconf NYCMLconf
 
Optimizing Parallel Reduction in CUDA : NOTES
Optimizing Parallel Reduction in CUDA : NOTESOptimizing Parallel Reduction in CUDA : NOTES
Optimizing Parallel Reduction in CUDA : NOTESSubhajit Sahu
 

What's hot (20)

RNN & LSTM: Neural Network for Sequential Data
RNN & LSTM: Neural Network for Sequential DataRNN & LSTM: Neural Network for Sequential Data
RNN & LSTM: Neural Network for Sequential Data
 
Programming Language Memory Models: What do Shared Variables Mean?
Programming Language Memory Models: What do Shared Variables Mean?Programming Language Memory Models: What do Shared Variables Mean?
Programming Language Memory Models: What do Shared Variables Mean?
 
LSTM
LSTMLSTM
LSTM
 
Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)
Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)
Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)
 
Performance and predictability
Performance and predictabilityPerformance and predictability
Performance and predictability
 
Natural Question Generation using Deep Learning
Natural Question Generation using Deep LearningNatural Question Generation using Deep Learning
Natural Question Generation using Deep Learning
 
Deep Learning in theano
Deep Learning in theanoDeep Learning in theano
Deep Learning in theano
 
Rnn & Lstm
Rnn & LstmRnn & Lstm
Rnn & Lstm
 
Modeling Electronic Health Records with Recurrent Neural Networks
Modeling Electronic Health Records with Recurrent Neural NetworksModeling Electronic Health Records with Recurrent Neural Networks
Modeling Electronic Health Records with Recurrent Neural Networks
 
CUDA and Caffe for deep learning
CUDA and Caffe for deep learningCUDA and Caffe for deep learning
CUDA and Caffe for deep learning
 
Gate Previous Years Papers
Gate Previous Years PapersGate Previous Years Papers
Gate Previous Years Papers
 
Performance and predictability (1)
Performance and predictability (1)Performance and predictability (1)
Performance and predictability (1)
 
DIY Deep Learning with Caffe Workshop
DIY Deep Learning with Caffe WorkshopDIY Deep Learning with Caffe Workshop
DIY Deep Learning with Caffe Workshop
 
Tridiagonal solver in gpu
Tridiagonal solver in gpuTridiagonal solver in gpu
Tridiagonal solver in gpu
 
Deep Learning, Keras, and TensorFlow
Deep Learning, Keras, and TensorFlowDeep Learning, Keras, and TensorFlow
Deep Learning, Keras, and TensorFlow
 
Lec07 threading hw
Lec07 threading hwLec07 threading hw
Lec07 threading hw
 
Jeff Johnson, Research Engineer, Facebook at MLconf NYC
Jeff Johnson, Research Engineer, Facebook at MLconf NYCJeff Johnson, Research Engineer, Facebook at MLconf NYC
Jeff Johnson, Research Engineer, Facebook at MLconf NYC
 
nn network
nn networknn network
nn network
 
Lec08 optimizations
Lec08 optimizationsLec08 optimizations
Lec08 optimizations
 
Optimizing Parallel Reduction in CUDA : NOTES
Optimizing Parallel Reduction in CUDA : NOTESOptimizing Parallel Reduction in CUDA : NOTES
Optimizing Parallel Reduction in CUDA : NOTES
 

Viewers also liked

Iiit b newsletter-may-09
Iiit b newsletter-may-09Iiit b newsletter-may-09
Iiit b newsletter-may-09bikram ...
 
Pgdsd applicationform
Pgdsd applicationformPgdsd applicationform
Pgdsd applicationformbikram ...
 
Proposed entrancetestsyllabus
Proposed entrancetestsyllabusProposed entrancetestsyllabus
Proposed entrancetestsyllabusbikram ...
 
Msphd appljul09
Msphd appljul09Msphd appljul09
Msphd appljul09bikram ...
 
Msphdbrochure iit m
Msphdbrochure iit mMsphdbrochure iit m
Msphdbrochure iit mbikram ...
 
Gatemetiral2010 cseset 1
Gatemetiral2010 cseset 1Gatemetiral2010 cseset 1
Gatemetiral2010 cseset 1bikram ...
 
Syllabi ice_2007
Syllabi  ice_2007Syllabi  ice_2007
Syllabi ice_2007bikram ...
 
Gatemetiral2010 cseset 3
Gatemetiral2010 cseset 3Gatemetiral2010 cseset 3
Gatemetiral2010 cseset 3bikram ...
 

Viewers also liked (10)

Iiit b newsletter-may-09
Iiit b newsletter-may-09Iiit b newsletter-may-09
Iiit b newsletter-may-09
 
Pgdsd applicationform
Pgdsd applicationformPgdsd applicationform
Pgdsd applicationform
 
Proposed entrancetestsyllabus
Proposed entrancetestsyllabusProposed entrancetestsyllabus
Proposed entrancetestsyllabus
 
Msphd appljul09
Msphd appljul09Msphd appljul09
Msphd appljul09
 
Pg brochure
Pg brochurePg brochure
Pg brochure
 
Msphdbrochure iit m
Msphdbrochure iit mMsphdbrochure iit m
Msphdbrochure iit m
 
Gatemetiral2010 cseset 1
Gatemetiral2010 cseset 1Gatemetiral2010 cseset 1
Gatemetiral2010 cseset 1
 
Syllabi ice_2007
Syllabi  ice_2007Syllabi  ice_2007
Syllabi ice_2007
 
Gatemetiral2010 cseset 3
Gatemetiral2010 cseset 3Gatemetiral2010 cseset 3
Gatemetiral2010 cseset 3
 
Ii tcutoff
Ii tcutoffIi tcutoff
Ii tcutoff
 

Similar to Nicpaper2009

Exploring Compiler Optimization Opportunities for the OpenMP 4.x Accelerator...
Exploring Compiler Optimization Opportunities for the OpenMP 4.x Accelerator...Exploring Compiler Optimization Opportunities for the OpenMP 4.x Accelerator...
Exploring Compiler Optimization Opportunities for the OpenMP 4.x Accelerator...Akihiro Hayashi
 
WEEK07operatingsystemdepartmentofsoftwareengineering.pptx
WEEK07operatingsystemdepartmentofsoftwareengineering.pptxWEEK07operatingsystemdepartmentofsoftwareengineering.pptx
WEEK07operatingsystemdepartmentofsoftwareengineering.pptxbabayaga920391
 
Deep Learning Enabled Question Answering System to Automate Corporate Helpdesk
Deep Learning Enabled Question Answering System to Automate Corporate HelpdeskDeep Learning Enabled Question Answering System to Automate Corporate Helpdesk
Deep Learning Enabled Question Answering System to Automate Corporate HelpdeskSaurabh Saxena
 
Direct Code Execution - LinuxCon Japan 2014
Direct Code Execution - LinuxCon Japan 2014Direct Code Execution - LinuxCon Japan 2014
Direct Code Execution - LinuxCon Japan 2014Hajime Tazaki
 
Hs java open_party
Hs java open_partyHs java open_party
Hs java open_partyOpen Party
 
Address/Thread/Memory Sanitizer
Address/Thread/Memory SanitizerAddress/Thread/Memory Sanitizer
Address/Thread/Memory SanitizerPlatonov Sergey
 
Segmentation Faults, Page Faults, Processes, Threads, and Tasks
Segmentation Faults, Page Faults, Processes, Threads, and TasksSegmentation Faults, Page Faults, Processes, Threads, and Tasks
Segmentation Faults, Page Faults, Processes, Threads, and TasksDavid Evans
 
Nvidia in bioinformatics
Nvidia in bioinformaticsNvidia in bioinformatics
Nvidia in bioinformaticsShanker Trivedi
 
Project Tungsten Phase II: Joining a Billion Rows per Second on a Laptop
Project Tungsten Phase II: Joining a Billion Rows per Second on a LaptopProject Tungsten Phase II: Joining a Billion Rows per Second on a Laptop
Project Tungsten Phase II: Joining a Billion Rows per Second on a LaptopDatabricks
 
Sedna XML Database: Executor Internals
Sedna XML Database: Executor InternalsSedna XML Database: Executor Internals
Sedna XML Database: Executor InternalsIvan Shcheklein
 

Similar to Nicpaper2009 (20)

Data race
Data raceData race
Data race
 
Software Security
Software SecuritySoftware Security
Software Security
 
Inferno Scalable Deep Learning on Spark
Inferno Scalable Deep Learning on SparkInferno Scalable Deep Learning on Spark
Inferno Scalable Deep Learning on Spark
 
Exploring Compiler Optimization Opportunities for the OpenMP 4.x Accelerator...
Exploring Compiler Optimization Opportunities for the OpenMP 4.x Accelerator...Exploring Compiler Optimization Opportunities for the OpenMP 4.x Accelerator...
Exploring Compiler Optimization Opportunities for the OpenMP 4.x Accelerator...
 
final_2014.pdf
final_2014.pdffinal_2014.pdf
final_2014.pdf
 
L05 parallel
L05 parallelL05 parallel
L05 parallel
 
Java Memory Model
Java Memory ModelJava Memory Model
Java Memory Model
 
WEEK07operatingsystemdepartmentofsoftwareengineering.pptx
WEEK07operatingsystemdepartmentofsoftwareengineering.pptxWEEK07operatingsystemdepartmentofsoftwareengineering.pptx
WEEK07operatingsystemdepartmentofsoftwareengineering.pptx
 
Deep Learning Enabled Question Answering System to Automate Corporate Helpdesk
Deep Learning Enabled Question Answering System to Automate Corporate HelpdeskDeep Learning Enabled Question Answering System to Automate Corporate Helpdesk
Deep Learning Enabled Question Answering System to Automate Corporate Helpdesk
 
Direct Code Execution - LinuxCon Japan 2014
Direct Code Execution - LinuxCon Japan 2014Direct Code Execution - LinuxCon Japan 2014
Direct Code Execution - LinuxCon Japan 2014
 
Hs java open_party
Hs java open_partyHs java open_party
Hs java open_party
 
Address/Thread/Memory Sanitizer
Address/Thread/Memory SanitizerAddress/Thread/Memory Sanitizer
Address/Thread/Memory Sanitizer
 
Dpdk applications
Dpdk applicationsDpdk applications
Dpdk applications
 
Segmentation Faults, Page Faults, Processes, Threads, and Tasks
Segmentation Faults, Page Faults, Processes, Threads, and TasksSegmentation Faults, Page Faults, Processes, Threads, and Tasks
Segmentation Faults, Page Faults, Processes, Threads, and Tasks
 
parallel-computation.pdf
parallel-computation.pdfparallel-computation.pdf
parallel-computation.pdf
 
Nvidia in bioinformatics
Nvidia in bioinformaticsNvidia in bioinformatics
Nvidia in bioinformatics
 
Architecture Assignment Help
Architecture Assignment HelpArchitecture Assignment Help
Architecture Assignment Help
 
Sbi po computer quiz
Sbi po computer quizSbi po computer quiz
Sbi po computer quiz
 
Project Tungsten Phase II: Joining a Billion Rows per Second on a Laptop
Project Tungsten Phase II: Joining a Billion Rows per Second on a LaptopProject Tungsten Phase II: Joining a Billion Rows per Second on a Laptop
Project Tungsten Phase II: Joining a Billion Rows per Second on a Laptop
 
Sedna XML Database: Executor Internals
Sedna XML Database: Executor InternalsSedna XML Database: Executor Internals
Sedna XML Database: Executor Internals
 

More from bikram ...

Faculty wise course of study
Faculty wise course of studyFaculty wise course of study
Faculty wise course of studybikram ...
 
Iitr ph d_appln_form_2010
Iitr ph d_appln_form_2010Iitr ph d_appln_form_2010
Iitr ph d_appln_form_2010bikram ...
 
Paper computer
Paper computerPaper computer
Paper computerbikram ...
 
Sample m.tech(cs)07
Sample m.tech(cs)07Sample m.tech(cs)07
Sample m.tech(cs)07bikram ...
 
Sample0 mtechcs06
Sample0 mtechcs06Sample0 mtechcs06
Sample0 mtechcs06bikram ...
 
Intphd syllabus
Intphd syllabusIntphd syllabus
Intphd syllabusbikram ...
 
Iisc 2006 quen paper
Iisc 2006 quen paperIisc 2006 quen paper
Iisc 2006 quen paperbikram ...
 
Me prospectus dce
Me prospectus dce Me prospectus dce
Me prospectus dce bikram ...
 
Prospectus 2010 11
Prospectus 2010 11Prospectus 2010 11
Prospectus 2010 11bikram ...
 
Ii sc bangalore_primer
Ii sc bangalore_primerIi sc bangalore_primer
Ii sc bangalore_primerbikram ...
 
Jnu intake2010
Jnu intake2010Jnu intake2010
Jnu intake2010bikram ...
 

More from bikram ... (20)

Faculty wise course of study
Faculty wise course of studyFaculty wise course of study
Faculty wise course of study
 
Call letters
Call lettersCall letters
Call letters
 
Iitr ph d_appln_form_2010
Iitr ph d_appln_form_2010Iitr ph d_appln_form_2010
Iitr ph d_appln_form_2010
 
Paper maths
Paper mathsPaper maths
Paper maths
 
Advertisement
AdvertisementAdvertisement
Advertisement
 
Paper computer
Paper computerPaper computer
Paper computer
 
Pgcs syllabus
Pgcs syllabusPgcs syllabus
Pgcs syllabus
 
Sample m.tech(cs)07
Sample m.tech(cs)07Sample m.tech(cs)07
Sample m.tech(cs)07
 
Sample0 mtechcs06
Sample0 mtechcs06Sample0 mtechcs06
Sample0 mtechcs06
 
Mtc ssample05
Mtc ssample05Mtc ssample05
Mtc ssample05
 
Mtechcs2k4
Mtechcs2k4Mtechcs2k4
Mtechcs2k4
 
C ssample08
C ssample08C ssample08
C ssample08
 
Intphd syllabus
Intphd syllabusIntphd syllabus
Intphd syllabus
 
Iisc 2006 quen paper
Iisc 2006 quen paperIisc 2006 quen paper
Iisc 2006 quen paper
 
Me prospectus dce
Me prospectus dce Me prospectus dce
Me prospectus dce
 
Drdo syllabus
Drdo syllabusDrdo syllabus
Drdo syllabus
 
Prospectus 2010 11
Prospectus 2010 11Prospectus 2010 11
Prospectus 2010 11
 
Ii sc bangalore_primer
Ii sc bangalore_primerIi sc bangalore_primer
Ii sc bangalore_primer
 
Info brochure
Info brochureInfo brochure
Info brochure
 
Jnu intake2010
Jnu intake2010Jnu intake2010
Jnu intake2010
 

Recently uploaded

call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 

Recently uploaded (20)

Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 

Nicpaper2009

  • 1. NATIONAL INFORMATICS CENTER EXAMINATION Feb 22nd, 2009 INSTRUCTIONS: • This year the paper consists of 100 objective type questions out of which 75 questions are of 1 mark and 25 questions are of 3 marks and duration is 2.00Hrs sets are 4 (A,B,C,D). • There is negative marking, for each wrong answer i.e., 1/3rd mark will be deducted . Some of the few questions are as follows: Mainly the questions are from computer networks, java, operating system, Network security algorithms and pblms(RSA,RC4,ENCRYPTION,DECRYPTION), history of computers, software engineering. 1 mark questions: 1. RAID related to ?(hard disk) 2. What is Von Neumann Architecture (SIMD/MIMD like this one question) 3. Software is? (options are: set of instructions +operating system +hardware manuals) 4. In cpu where the i/p and o/p’s are stored(registers). 5. If semaphore variable is 8 after 6 wait operations and 3 signal operations what is value of semaphore? 6. OFMD abbreviation(Orthogonal frequency multiplexing division) 7. In ms word how you change password(menu bar->tools->options->security) 8. Question on network interoperatability microwave(wiMAX). 9. pblms on network band with 10. merge sort worst case time complexity(O(nlogn)) 11. spiral model mainly for (performance or risk or quality management) 12. Cocomo II model measures in (functional point or lines of code) 13. pblm on recursion function 14. i=129 , j=-1>>3,k= i & j? bitwise operator pblm? 15. ACID properties (Atomicity,Consistency,Isolation,Durability). 16. Select a,b from r where b=10; sigma(selection) pie (projection notation). 17. paging or swapping something (same question repeated twice) 18. Smallest processor by intel(atom) 19. If download rate is 56kbps in 2 minutes maximum file downloaded is? 20. Integration testing is type of(bottom up/topdown/sandwich testing) 21. pblm on test cases and batch cases 22. question on network protocol 23. c inherits from b which inherits from a order of destructors(c,b,a). 24. infix expression to post fix
  • 2. 25. For given tree write BFS? 26. Question on cohesion in software engineering 27. If tree height is h total no.of nodes is(2^h-1) 28. spooled device is(printer). 29. which is not an IDE(tomcat, jsp,Ado… something) 30. Not oop’s language(.net) 31. To accessing the data sources(SQL) 32. IEEE 802.11 is what? 33. Loopback class 255.255.255.0 maximum no.of hosts ? 34. what is shareware? 35. vocabulary of program(options like (eta)n1+n2………… something) 36. when Buffer overflows?(options:i=5/3,a[4]=”welcome”,a[4]=1234) 37. #include<stdio> some program(compiler error because of .h missing) 38. Data base administrator duties(three duties). 39. Encryption algorithm which doesn’t use primary key(hash fn or mesh fun) 40. key escrow? 41. Some question like How you estimate time of the completion of a project(earliest time/latest time like this) 42. Some questions on LAN protocols. 43. FDDI?(token ring) 44. The variables having some access specifiers to access within program(public and protected). 45. Which normal form has transitive dependency? 46. which channel has constant bandwidth( circuit switching/packet switching…) 47. some question on which one is better like (message passing/…………..) 48. Linked lists code and asked the operation performed? 49. Question on serializable/serial/? 50. Question on static methods based on overridden like (can a static method can be overridden by a static method). 51. If there are 64 segments and each segment is of size 512 bytes then how many address lines are required? 52. Transfer rate of high speed USB(options: 1024/512/128mbps) 53. To access a variable of other file it should be( a global variable and extern class) 54. Some question like If a=-2 b=7 c=5 then value of i++j---/…….. increments and decrements. 55. programs to find time complexities? 56. One question on graphs.(DSGT). 57. Which of the encryption algorithm is used for like this one question(RC4/RSA). 58. Given that if there are n bits and a digits in decimal then what is the relation between n and a(options: a=2n /n=2a / n>alog2base10). 59. Pblm related to hamming code like there are(7+1parity bits smething) 60. what is the need of testing?(some options) 61. What is the problem in priority scheduling algorithm(Starvation). 62. What will be there in segment table(pagenumber,offset, segement number)
  • 3. 3 mark questions: 1. First question on finding cipher text for given plaintext M value,e value,n value by using some network algorithm. 2. Question on SQL query like select……………..like _%cal what it will retrieve? 3. Given match the following on network OSI layers like physical,data link, network………. 4. Problem on recursion algorithm 5. problem on semaphores wait and signal 6. problem on FIFO page replacement algorithm asked to find %? 7. problem to find the average waiting of SJF (non preemptive) for processes? 8. Problem on networks Algorithms. 9. Problem to find Time complexity of an algorithm. 10. Two programs on try and catch in java. intel smallest processor Atom Static class can override other static one merge sort(nlogn) buffer overflow ''welcome'' exception q finally is the answer small talk is not OOP completely Binary tree has all leaf nodes at same level one traversal q from left chld right and root q infintite loop execution func(n) { 1 if (n==1); else func(floor(n/2) + 1); } and hav to find value of func(13) ? that 1 abt OS upgradation...NTFS..will it be disk manager?? when n=3 , then func(floor(3/2)+1) =>func(2); =>func(floor(2/2 + 1) =>func(2) ??? int k=34587;
  • 4. for(i=0;i<=k;i++) { printf("%d",i); } 1.one of the answer data acceesSQL 2.One question about data base administrator wats the answer? 3.wat is the answer for channel capacity 4.56 kbps modem 6.6mbps 5.WHat is the fastest USB options 256 520 1024? 6.SQl4characters where the first 3 characters specify the name cal 7.one Question min no of statement 8.if(X>Z) print else if(Y>Z) print 1.one question modify word document then 2.Menu bar edit options something 3.infix postfix conversion f(n)=2 for n=2 =m for n= that question answer is 1 4.wchich members of baseclass are accessed by subclass?public and protected One queestion on DBMS deadlock starvation spiral lock wats the answer? 3.recursive func f(n)=2 for n=2 =m for n=1 find=m? what is the cyclomatic complaxity of if(x>y) { stm 1 } else if(x==y) { stm2 } 1. Computer Awarness(GK) 2. Operating System(SJF,FIFO,Deadlock,semphore etc).
  • 5. 3. Numerical on the network. 4. C Standard Question(Static,test ur c skill questions etc). 5. Data Structure 6. S/w Engineering(path coverage,Mcabee No, etc) 7. Java ( Output Related Questions) 2. CO (data line,and related maths). software engineering (COCOMA model,agile s/w engg). Some of Questions r from orkutcomm grps….. for any help mailme - aksmails@gmail.com All the Best To All………………….. If u are good with basics it is enough.