SlideShare a Scribd company logo
1 of 62
Date: Saturday,25 th  February 2012 Venue:   Meenakshi College for Women, Kodambakkam, Chennai-24.   Young Mind  Talent Showcase 2012
[object Object],[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
2) MSI stands for ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
3) Pick the one that is used for logical operations or comparisons such as less than equal to or greater than . ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
4) Which of the following devices can be sued to directly image printed text? ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
5) Who designed the first electronics computer – ENIAC? ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
6) How many times the following ‘C’ program would print ‘good day’? main()  {  printf(“ good day”); main(); }   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
7) What does the following C statement print?  printf(“%d”,++5);   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
8) We want to round off x, a float, to an int value. What is the correct way to do so? ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
9) To scan a and b given below which scanf() statement would you use? float a; double b;   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
10) What error would the following function given on compilation?  F(int a, int b) { int a; a=20; return a; }   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
11) Memory access in RISC architecture is limited to instructions ,[object Object],[object Object],[object Object],[object Object],02/28/12 (c) SB-Institute
12) Which of the following registers is used to keep track of address of the memory location where the next instruction is located? ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
13) A Register is a group of ------- ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
14) Each Flip-flop stores ---------- bits   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
15) A NOR gate is ON only when all its inputs are   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
16) A derived class   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
17) ______ means that both the data and the methods which may access it are defined together in the same unit.   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
18) An application uses encapsulation to achieve ________   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
19) _______ provide useful conceptual framework.   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
20) Statement I: All the non-private members of the base class can be accessed from the derived class as if they were members of the derived class.  Statement II: The protected data members can be accessed in the same class or in its derived class   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
21) Which of the following data  structure  is not linear data structure? ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
22) Arrays are best data structures ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
23) Linked lists are best suited ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
24) The elements of an array are stored successively in memory cells because ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
25) Finding the location of the element with a given value is: ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
26) Which of the following are valid statements?   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
27) Which of the following statements are true?   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
28) float f=5.0f;  float g=2.0f;  double h; h=3+f%g+2;  Referring to the above what is the expected value for h after execution?   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
29) Which of the following statements are true?   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
30) What is the difference between a class and a object   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
31) The primary job of the operating systems of a computer is to   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
32) A critical section is a program segment   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
33) Banker’s algorithm for resource allocation deals with   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
34) Logical address is   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
35) Which of the following statements is false?   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
36) In a large DBMS   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
37) Which normal form is considered adequate for normal relational database design?   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
38) Which two files are used during operation of the DBMS?   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
39) User defined exceptions must be declared and raised explicitly be _________ statements   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
40) The ascending order of a data hierarchy is: ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
41) In OSI network architecture, the dialogue control and token management are responsibility of ,[object Object],[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
42) How many OSI layers are covered in the X.25 standard? ,[object Object],[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
43) Which of the following communication modes support two-way traffic but in only one direction at a time? ,[object Object],[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
44) Which of the following statement is incorrect? ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
45) Which of the following statement is incorrect? ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
46) The typical elements of the requirements engineering process are i) Problem analysis ii) software design iii) Analysis of staffing needs iv) External behavior specification   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
47) The elements of the software architecture of computing systems include i) software componentsii) class diagramsiii) connectors expressing relationships between software componentsiv) entity relationship diagram   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
48) Which of the following types of test plans is most likely to arise form the requirements specification process? ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
49) Pick up the correct sequence of processes ,[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
50) Four important characteristics of a software product are ,[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
51) VGA is ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
52) This projection technique has the direction of projection perpendicular to the viewing plane, but the viewing direction is NOT perpendicular to one of the principle faces. ,[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
53) When transforming a random Axis-Aligned Bounding Box defined by the points (nearx, neary, nearz) and (farx, fary, farz) to the standard orthographic viewing box, which affine transforms are used? ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
54) Which of the following does NOT figure into the Field of View of a pinhole camera? ,[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
55) Which of the following is NOT true about quaternion? ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
56) _ _ _ _ _ _ _ _ _ _ is used to graphically represent the flow of events of a use case   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
57) Which of the following is NOT present in a Use Case Diagram?   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
58) Objects placed in an Activity Diagram are connected to the activity or transition using _ _ _ _ _ _ _ _ _ _ _ _ relationship   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
59) Internal event occurs when   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
60) Diagram is used to model reactive objects.   ,[object Object],[object Object],[object Object],[object Object],(c) SB-Institute 02/28/12
(c) SB-Institute 02/28/12 Quiz Master: Dr. C.V. Suresh Babu Email:  [email_address] Site:https://sites.google.com/site/anniyappa/

More Related Content

What's hot

A New Cross Diamond Search Motion Estimation Algorithm for HEVC
A New Cross Diamond Search Motion Estimation Algorithm for HEVCA New Cross Diamond Search Motion Estimation Algorithm for HEVC
A New Cross Diamond Search Motion Estimation Algorithm for HEVCIJERA Editor
 
Linear Model of Coregionalization
Linear Model of CoregionalizationLinear Model of Coregionalization
Linear Model of CoregionalizationEd Isaaks
 
A tutorial on CGAL polyhedron for subdivision algorithms
A tutorial on CGAL polyhedron for subdivision algorithmsA tutorial on CGAL polyhedron for subdivision algorithms
A tutorial on CGAL polyhedron for subdivision algorithmsRadu Ursu
 
Reversible encrypted data concealment in images by reserving room approach
Reversible encrypted data concealment in images by reserving room approachReversible encrypted data concealment in images by reserving room approach
Reversible encrypted data concealment in images by reserving room approachIAEME Publication
 
Low-Cost Approximate and Adaptive Techniques for the Internet of Things
Low-Cost Approximate and Adaptive Techniques for the Internet of ThingsLow-Cost Approximate and Adaptive Techniques for the Internet of Things
Low-Cost Approximate and Adaptive Techniques for the Internet of ThingsDemetris Trihinas
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
An efficient recovery mechanism
An efficient recovery mechanismAn efficient recovery mechanism
An efficient recovery mechanismijcsa
 
An octa core processor with shared memory and message-passing
An octa core processor with shared memory and message-passingAn octa core processor with shared memory and message-passing
An octa core processor with shared memory and message-passingeSAT Journals
 

What's hot (11)

A New Cross Diamond Search Motion Estimation Algorithm for HEVC
A New Cross Diamond Search Motion Estimation Algorithm for HEVCA New Cross Diamond Search Motion Estimation Algorithm for HEVC
A New Cross Diamond Search Motion Estimation Algorithm for HEVC
 
Linear Model of Coregionalization
Linear Model of CoregionalizationLinear Model of Coregionalization
Linear Model of Coregionalization
 
A tutorial on CGAL polyhedron for subdivision algorithms
A tutorial on CGAL polyhedron for subdivision algorithmsA tutorial on CGAL polyhedron for subdivision algorithms
A tutorial on CGAL polyhedron for subdivision algorithms
 
Kq3518291832
Kq3518291832Kq3518291832
Kq3518291832
 
Reversible encrypted data concealment in images by reserving room approach
Reversible encrypted data concealment in images by reserving room approachReversible encrypted data concealment in images by reserving room approach
Reversible encrypted data concealment in images by reserving room approach
 
Low-Cost Approximate and Adaptive Techniques for the Internet of Things
Low-Cost Approximate and Adaptive Techniques for the Internet of ThingsLow-Cost Approximate and Adaptive Techniques for the Internet of Things
Low-Cost Approximate and Adaptive Techniques for the Internet of Things
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Fpga human detection
Fpga human detectionFpga human detection
Fpga human detection
 
An efficient recovery mechanism
An efficient recovery mechanismAn efficient recovery mechanism
An efficient recovery mechanism
 
Recursive
RecursiveRecursive
Recursive
 
An octa core processor with shared memory and message-passing
An octa core processor with shared memory and message-passingAn octa core processor with shared memory and message-passing
An octa core processor with shared memory and message-passing
 

Viewers also liked (11)

Query optimization and performance
Query optimization and performanceQuery optimization and performance
Query optimization and performance
 
Marketing planoutline
Marketing planoutlineMarketing planoutline
Marketing planoutline
 
Organization Fitness Brochure v 2
Organization Fitness Brochure v 2Organization Fitness Brochure v 2
Organization Fitness Brochure v 2
 
MobiWebMedia Brand Optimization Service PowerPoint
MobiWebMedia Brand Optimization Service PowerPointMobiWebMedia Brand Optimization Service PowerPoint
MobiWebMedia Brand Optimization Service PowerPoint
 
U1 pedagogy
U1 pedagogyU1 pedagogy
U1 pedagogy
 
Wthree Group of Companies Ltd. Local Buzz PowerPoint
Wthree Group of Companies Ltd. Local Buzz PowerPoint	Wthree Group of Companies Ltd. Local Buzz PowerPoint
Wthree Group of Companies Ltd. Local Buzz PowerPoint
 
MAC Flyer
MAC FlyerMAC Flyer
MAC Flyer
 
ABA Problem
ABA ProblemABA Problem
ABA Problem
 
Oops Quiz
Oops QuizOops Quiz
Oops Quiz
 
2016 Korea TESOL NC Program Book
2016 Korea TESOL NC Program Book2016 Korea TESOL NC Program Book
2016 Korea TESOL NC Program Book
 
Plsql
PlsqlPlsql
Plsql
 

Similar to Primilimnary round questions with answers

Bangladesh Bank Assistant Maintenance Engineer Question Solution.
Bangladesh Bank Assistant Maintenance Engineer Question Solution.Bangladesh Bank Assistant Maintenance Engineer Question Solution.
Bangladesh Bank Assistant Maintenance Engineer Question Solution.Engr. Md. Jamal Uddin Rayhan
 
Session 3 Software Engineering UGC NET.pdf
Session 3 Software Engineering UGC NET.pdfSession 3 Software Engineering UGC NET.pdf
Session 3 Software Engineering UGC NET.pdfsangeethachandran
 
BARRACUDA, AN OPEN SOURCE FRAMEWORK FOR PARALLELIZING DIVIDE AND CONQUER ALGO...
BARRACUDA, AN OPEN SOURCE FRAMEWORK FOR PARALLELIZING DIVIDE AND CONQUER ALGO...BARRACUDA, AN OPEN SOURCE FRAMEWORK FOR PARALLELIZING DIVIDE AND CONQUER ALGO...
BARRACUDA, AN OPEN SOURCE FRAMEWORK FOR PARALLELIZING DIVIDE AND CONQUER ALGO...IJCI JOURNAL
 
GSP 125 Entire Course NEW
GSP 125 Entire Course NEWGSP 125 Entire Course NEW
GSP 125 Entire Course NEWshyamuopten
 
Midterm Exam Solutions Fall03
Midterm Exam Solutions Fall03Midterm Exam Solutions Fall03
Midterm Exam Solutions Fall03Radu_Negulescu
 
Achieving Portability and Efficiency in a HPC Code Using Standard Message-pas...
Achieving Portability and Efficiency in a HPC Code Using Standard Message-pas...Achieving Portability and Efficiency in a HPC Code Using Standard Message-pas...
Achieving Portability and Efficiency in a HPC Code Using Standard Message-pas...Derryck Lamptey, MPhil, CISSP
 
Ccna 1 chapter 7 v4.0 answers 2011
Ccna 1 chapter 7 v4.0 answers 2011Ccna 1 chapter 7 v4.0 answers 2011
Ccna 1 chapter 7 v4.0 answers 2011Dân Chơi
 
SBI IT (Systems) Assistant Manager Question Paper
SBI IT (Systems) Assistant Manager Question PaperSBI IT (Systems) Assistant Manager Question Paper
SBI IT (Systems) Assistant Manager Question PaperHarish Rawat
 
Ugcnet4 u
Ugcnet4 uUgcnet4 u
Ugcnet4 usadhi
 
Computer awareness With Answers
Computer awareness With AnswersComputer awareness With Answers
Computer awareness With AnswersBankExamsToday.com
 
Computer awareness question bank
Computer awareness question bankComputer awareness question bank
Computer awareness question bankBankExamsToday.com
 
Operating system mc qs
Operating system mc qsOperating system mc qs
Operating system mc qstadeseguchi
 

Similar to Primilimnary round questions with answers (20)

D 17
D 17D 17
D 17
 
Bangladesh Bank Assistant Maintenance Engineer Question Solution.
Bangladesh Bank Assistant Maintenance Engineer Question Solution.Bangladesh Bank Assistant Maintenance Engineer Question Solution.
Bangladesh Bank Assistant Maintenance Engineer Question Solution.
 
Session 3 Software Engineering UGC NET.pdf
Session 3 Software Engineering UGC NET.pdfSession 3 Software Engineering UGC NET.pdf
Session 3 Software Engineering UGC NET.pdf
 
BARRACUDA, AN OPEN SOURCE FRAMEWORK FOR PARALLELIZING DIVIDE AND CONQUER ALGO...
BARRACUDA, AN OPEN SOURCE FRAMEWORK FOR PARALLELIZING DIVIDE AND CONQUER ALGO...BARRACUDA, AN OPEN SOURCE FRAMEWORK FOR PARALLELIZING DIVIDE AND CONQUER ALGO...
BARRACUDA, AN OPEN SOURCE FRAMEWORK FOR PARALLELIZING DIVIDE AND CONQUER ALGO...
 
Mcq in int
Mcq in intMcq in int
Mcq in int
 
GSP 125 Entire Course NEW
GSP 125 Entire Course NEWGSP 125 Entire Course NEW
GSP 125 Entire Course NEW
 
Midterm Exam Solutions Fall03
Midterm Exam Solutions Fall03Midterm Exam Solutions Fall03
Midterm Exam Solutions Fall03
 
Achieving Portability and Efficiency in a HPC Code Using Standard Message-pas...
Achieving Portability and Efficiency in a HPC Code Using Standard Message-pas...Achieving Portability and Efficiency in a HPC Code Using Standard Message-pas...
Achieving Portability and Efficiency in a HPC Code Using Standard Message-pas...
 
Higher Homework
Higher HomeworkHigher Homework
Higher Homework
 
Ccna 1 chapter 7 v4.0 answers 2011
Ccna 1 chapter 7 v4.0 answers 2011Ccna 1 chapter 7 v4.0 answers 2011
Ccna 1 chapter 7 v4.0 answers 2011
 
Capp june 2012
Capp june 2012Capp june 2012
Capp june 2012
 
SBI IT (Systems) Assistant Manager Question Paper
SBI IT (Systems) Assistant Manager Question PaperSBI IT (Systems) Assistant Manager Question Paper
SBI IT (Systems) Assistant Manager Question Paper
 
final_2014.pdf
final_2014.pdffinal_2014.pdf
final_2014.pdf
 
Ugcnet4 u
Ugcnet4 uUgcnet4 u
Ugcnet4 u
 
Computer awareness With Answers
Computer awareness With AnswersComputer awareness With Answers
Computer awareness With Answers
 
Computer awareness question bank
Computer awareness question bankComputer awareness question bank
Computer awareness question bank
 
sad.pdf
sad.pdfsad.pdf
sad.pdf
 
BDS_QA.pdf
BDS_QA.pdfBDS_QA.pdf
BDS_QA.pdf
 
chapter-3-digital-forensics.pdf
chapter-3-digital-forensics.pdfchapter-3-digital-forensics.pdf
chapter-3-digital-forensics.pdf
 
Operating system mc qs
Operating system mc qsOperating system mc qs
Operating system mc qs
 

More from Dr. C.V. Suresh Babu (20)

Data analytics with R
Data analytics with RData analytics with R
Data analytics with R
 
Association rules
Association rulesAssociation rules
Association rules
 
Clustering
ClusteringClustering
Clustering
 
Classification
ClassificationClassification
Classification
 
Blue property assumptions.
Blue property assumptions.Blue property assumptions.
Blue property assumptions.
 
Introduction to regression
Introduction to regressionIntroduction to regression
Introduction to regression
 
DART
DARTDART
DART
 
Mycin
MycinMycin
Mycin
 
Expert systems
Expert systemsExpert systems
Expert systems
 
Dempster shafer theory
Dempster shafer theoryDempster shafer theory
Dempster shafer theory
 
Bayes network
Bayes networkBayes network
Bayes network
 
Bayes' theorem
Bayes' theoremBayes' theorem
Bayes' theorem
 
Knowledge based agents
Knowledge based agentsKnowledge based agents
Knowledge based agents
 
Rule based system
Rule based systemRule based system
Rule based system
 
Formal Logic in AI
Formal Logic in AIFormal Logic in AI
Formal Logic in AI
 
Production based system
Production based systemProduction based system
Production based system
 
Game playing in AI
Game playing in AIGame playing in AI
Game playing in AI
 
Diagnosis test of diabetics and hypertension by AI
Diagnosis test of diabetics and hypertension by AIDiagnosis test of diabetics and hypertension by AI
Diagnosis test of diabetics and hypertension by AI
 
A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”
 
A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”
 

Recently uploaded

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 

Recently uploaded (20)

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 

Primilimnary round questions with answers

  • 1. Date: Saturday,25 th February 2012 Venue: Meenakshi College for Women, Kodambakkam, Chennai-24. Young Mind Talent Showcase 2012
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.
  • 61.
  • 62. (c) SB-Institute 02/28/12 Quiz Master: Dr. C.V. Suresh Babu Email: [email_address] Site:https://sites.google.com/site/anniyappa/