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

Linear Model of Coregionalization
Linear Model of CoregionalizationLinear Model of Coregionalization
Linear Model of Coregionalization
Ed 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 algorithms
Radu Ursu
 
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
eSAT 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

2016 Korea TESOL NC Program Book
2016 Korea TESOL NC Program Book2016 Korea TESOL NC Program Book
2016 Korea TESOL NC Program Book
Michael Free
 

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

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
sangeethachandran
 
Midterm Exam Solutions Fall03
Midterm Exam Solutions Fall03Midterm Exam Solutions Fall03
Midterm Exam Solutions Fall03
Radu_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 2011
Dân Chơi
 
Ugcnet4 u
Ugcnet4 uUgcnet4 u
Ugcnet4 u
sadhi
 
Operating system mc qs
Operating system mc qsOperating system mc qs
Operating system mc qs
tadeseguchi
 

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 question bank
Computer awareness question bankComputer awareness question bank
Computer awareness question bank
 
Computer awareness With Answers
Computer awareness With AnswersComputer awareness With Answers
Computer awareness With Answers
 
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

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

Recently uploaded (20)

ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Philosophy of china and it's charactistics
Philosophy of china and it's charactisticsPhilosophy of china and it's charactistics
Philosophy of china and it's charactistics
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
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
 
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
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
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
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
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Ữ Â...
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answers
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 

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/