Nacre Software Services. Enhancing Employability of Fresh Grads

Size: px
Start display at page:

Download "Nacre Software Services. Enhancing Employability of Fresh Grads"

Transcription

1 Nacre Software Services Enhancing Employability of Fresh Grads Job Guaranteed Program for 2014 Freshers Talent Hunt 2014

2 Talent Hunt Sample Paper Total No of Questions 60 Questions Total Time Duration - 60 Minutes Sectional Weight-age: Section 1 : Quant & Reasoning - 35 Questions Section 2 : Technical - 15 Questions Section 3 : Verbal - 10 Questions Note: Assessment is Online. All Questions are Objective. No Negative Marks. Each Question Carries 1 Mark. Sectional Cut-Off is 60% for each Section.

3 Sample Questions for Section 1 - Quant & Reasoning 1. The sum of the ages of a mother and a daughter is 50yrs. Five years ago, the mother s age was 7 times the age of the daughter. The present ages of mother and daughter are in years:? a) 40,10 b) 30,20 c) 35,15 d) None of these 2. A can complete a work in 20 days, B can complete the same work in 30 days. Together they worked for 4 days and then A left. If the amount paid to them was Rs.500, the share of A is: a) Rs.300 b) Rs.200 c) Rs.100 d) None of these 3. While covering a certain distance of a person increases his speed from 50kmph. To 60kmph. He saves 5 minutes. The distance covered by him is? a) 30 kms b) 25 kms c) 35 kms d) 24 kms 4. A train of length 140 m moves at 72 kmph. What is the time taken to cross a man jogging at 9 kmph in the same direction? a) 8 secs b) 12 secs c) 15 secs d) 16 secs 5. A candidate who gets 50% of the total marks in an examination gets 30 marks more than that required for passing. Another candidate who gets 30% marks failed by 20 marks in the same examination. The maximum marks in the examination are a) 200 b) 150 c) 250 d) None of these 6. The boys and girls are in the ratio 3 :2.If 20% of the boys and 25% of the girls are adults. The percentage of students who are not adults is : a) 58% b) 88% c) 67.5% d) 78 % 7. A wheel is moved with a speed of 60 miles per hour, if the radius of the wheel is 30 cm. What is the distance travelled by the wheel in 20 mins? a) 20 miles b) 30 miles c) 40 miles d) None of these 8. 19V3, 2E3, 5K6, 11Q6, 15W8, a) 9N4 b) 3O12 c) 8L5 d) 8J3 9. If in a certain language, the word CHURCH is coded as D7V17D7, how is TEMPLE coded in that language? a) 21D14O13D b) U4N17M4 c) U4N15M5 d) U4N15M4 10. Read the following information And answer the questions given below : In a family there are six members A, B, C, D, E and F. i) A is the son of B. ii) C, B s sister has a son D and a daughter of E. iii) F is the maternal uncle of D.

4 How is E related to F? a) Sister b) Daughter c) Niece d) Wife 11. One day Mr. Sharma came out of his house, which was facing East and walked 50 meters and took right turn walked 30 meters and again he turned left walking further 10 meters. Finally he starts walking towards his house. In which direction is he walking now? a) North-East b) South-East c) North-West d) South-West 12. Aditya has 35 computer files that he wants to store on floppy disks. Each floppy disk has a capacity of 1.44 megabytes (MB), 2 of the files have size 0.8 MB, 16 have size 0.7 MB and the remaining 17 have size 0.4 MB, No file can be split across floppy disks. What is the minimal number of floppy disks that will hold all these files? a) 16 b) 18 c) 15 d) One card is drawn at random from a pack of 52 cards. What is the probability that the card drawn is a face card (Jack, Queen and King only)? a) 1/13 b) 3/13 c) 9/52 d) ¼ 14. Six friends are sitting in a circle and are facing the centre of the circle. Deepa is between Prakash and Pankaj. Priti is between Mukesh and Lalit. Prakash and Mukesh are opposite to each other. Who is sitting opposite to Prakash? a) Mukesh b) Deepa c) Pankaj d) Lalit

5 Sample Questions for Section 2 - Technical 1. Which one of the following is a true statement about pointers? a) Pointer arithmetic is permitted on pointers of any type. b) A pointer of type void * can be used to directly examine or modify an object of any type. c) Standard C mandates a minimum of four levels of indirection accessible through a pointer d) Pointers may be used to simulate call-by-reference. 2. What will happen when the below program is compiled and executed? #include <stdio.h> int i; void increment( int i ) { i++; } int main() { for( i = 0; i < 10; increment( i ) ) { } printf("i=%d\n", i); return 0; } a) It will not compile. b) It will print out: i=9 c) It will print out: i=10 d) It will print out: i=11 3. What will the output of the below sample be? int i = 4; switch (i) { default: ; case 3: i += 5; if ( i == 8) { i++; if (i == 9) break; i *= 2; } i -= 4; break; case 8: i += 5; break; } printf("i = %d\n", i); a) i=5 b) i=8 c) i=9 d) i=10 e) i=18 4. Which of the following data structure can't store the non-homogeneous data elements? a. Arrays b. Records c. Pointers d. None 5. Which of the following is not the required condition for binary search algorithm? a. The list must be sorted b. there should be the direct access to the middle element in any sublist c. There must be mechanism to delete and/or insert elements in list. d. none of above 6. The situation when in a linked list START=NULL is a. underflow b. overflow c. housefull d. saturated 7. Which of the following name does not relate to stacks? a. FIFO lists b. LIFO list c. Piles d. Push-down lists

6 8. The organized process or set of steps that needs to be followed to develop an information system is known as the: a) analytical cycle. b) design cycle. c) program specification d) system development life cycle 9. Which of the following is used for modulation and demodulation a) modem b) protocols c) multiplexer d) gateway

7 Sample Questions for Section 3 - VERBAL SENTENCE CORRECTION 1. He never has and ever will take such strong measures. a) had taken nor will ever take b) had taken and will ever take c) has and never will take d) had and ever will take e) No correction required 2. Technology must use to feed the forces of change. a) must be used to feed b) must have been using to feed c) must use having fed d) must be using to feed e) No correction required ORDERING OF SENTENCES In questions below, each passage consist of six sentences. The first and sixth sentence are given in the begining. The middle four sentences in each have been removed and jumbled up. These are labelled as P, Q, R and S. Find out the proper order for the four sentences. 3. S1: In the middle of one side of the square sits the Chairman of the committee, the most important person in the room. P : For a committee is not just a mere collection of individuals. Q : On him rests much of the responsibility for the success or failure of the committee. R : While this is happening we have an opportunity to get the 'feel' of this committe. S : As the meeting opens, he runs briskly through a number of formalities. S6: From the moment its members meet, it begins to have a sort nebulous life of its own. The Proper sequence should be: A.RSQP B.PQRS C.SQPR D.QSRP 4. S1: A force of exists between everybody in the universe. P : Normally it is very small but when the one of the bodies is a planet, like earth, the force is considerable. Q : It has been investigated by many scientists including Galileo and Newton. R : Everything on or near the surface of the earth is attracted by the mass of earth. S : This gravitational force depends on the mass of the bodies involved. S6: The greater the mass, the greater is the earth's force of attraction on it. We can call this force of attraction gravity. The Proper sequence should be: A.PRQS B.PRSQ C.QSRP D.QSPR READING COMPREHENSION Opera Opera refers to a dramatic art form, originating in Europe, in which the emotional content is conveyed to the audience as much through music, both vocal and instrumental, as it is through the lyrics. By contrast, in musical theater an actor's dramatic performance is primary, and the music plays a lesser role. The drama in opera is presented using the primary elements of theater such as scenery, costumes, and acting. However, the words of the opera, or libretto, are sung rather than spoken. The singers are accompanied by a musical ensemble ranging from a small instrumental ensemble to a full symphonic orchestra.

8 1. It is pointed out in the reading that opera A) has developed under the influence of musical theater B) is a drama sung with the accompaniment of an orchestra C) is not a high-budget production D) is often performed in Europe E) is the most complex of all the performing arts 2. We can understand from the reading that A) people are captivated more by opera than musical theater B) drama in opera is more important than the music C) orchestras in operas can vary considerably in size D) musical theater relies above all on music E) there is argument over whether the music is important or the words in opera.

CADENCE APTITUDE PAPER

CADENCE APTITUDE PAPER CADENCE APTITUDE PAPER 1. A & B working separately can do a piece of work in 9 & 12 days respectively. If they work for a day alternatively, A beginning, in how many days, the work will be completed? A.

More information

MCA SEM-II Data Structure

MCA SEM-II Data Structure MCA SEM-II Data Structure Timings: 30 Minutes] Objective Questions Keys [ Marks - 40 1. The memory address of the first element of an array is called a. Floor address b. Foundation address c. First address

More information

Mock _3_ QUANTITATIVE APTITUDE

Mock _3_ QUANTITATIVE APTITUDE Mock _3_9.1.2018 https://tinyurl.com/ybzrdbfc QUANTITATIVE APTITUDE 1: There is a toy train that can make 10 musical sounds. It makes 2 musical sounds after being defective. What is the probability that

More information

1. Two main measures for the efficiency of an algorithm are a. Processor and memory b. Complexity and capacity c. Time and space d.

1. Two main measures for the efficiency of an algorithm are a. Processor and memory b. Complexity and capacity c. Time and space d. 1. Two main measures for the efficiency of an algorithm are a. Processor and memory b. Complexity and capacity c. Time and space d. Data and space 2. The time factor when determining the efficiency of

More information

Cisco Model Paper.

Cisco Model Paper. Cisco Model Paper 1.If the sum of three consecutive even numbers is 44 more than the average of these numbers, then the largest of these numbers is? A. 20 B. 24 C. 22 D. None of these Let the smallest

More information

Aptitude Sample Questions

Aptitude Sample Questions Aptitude Sample Questions English Usage Q1. Fill in the blank(s) with the most suitable option. French is difficult language. A. the B. an C. a D. some Q2. Mark the option which is closest to the meaning

More information

Numeracy Practice Test

Numeracy Practice Test Numeracy Practice Test Year 9 - Answers 010 Practice Test Calculator allowed Student Details First Name Last Name Today s Date is: Test Instructions You have 40 minutes to complete this test. You are allowed

More information

2008 Geometric Placement Paper

2008 Geometric Placement Paper 2008 Geometric Placement Paper GEOMETRIC PAPER ON 4th APRIL 2008 Paper Pattern I Test : General Intelligence II test : Technical test III test : C-language I Test Some of the questions what I have I am

More information

WIPRO Placement Paper By Students3k.com

WIPRO Placement Paper By Students3k.com WIPRO Placement Paper By Students3k.com (Aptitude and Technical) PART -1 Aptitude 15 Questions: Questions = 50 ; Time limit = 50 minutes. no negative marking. Offline (paper & pen) test Section1- English,

More information

Advanced C Programming and Introduction to Data Structures

Advanced C Programming and Introduction to Data Structures FYBCA Semester II (Advanced C Programming and Introduction to Data Structures) Question Bank Multiple Choice Questions Unit-1 1. Which operator is used with a pointer to access the value of the variable

More information

1. Arrange the fractions 5/8, 7/12, 13/16, 16/29 and 3/4 in ascending order of magnitude.

1. Arrange the fractions 5/8, 7/12, 13/16, 16/29 and 3/4 in ascending order of magnitude. IBM Placement Paper: 1. Arrange the fractions 5/8, 7/12, 13/16, 16/29 and 3/4 in ascending order of magnitude. Ans-16/29 < 7/12 < 5/8 < 3/4 < 13/16 2. Identify the missing number in the series. 54, 49,?,

More information

1. Relay 1: (a) A man born in the first half of the nineteenth century was x years old in the year x 2. In what year was he born?

1. Relay 1: (a) A man born in the first half of the nineteenth century was x years old in the year x 2. In what year was he born? 1. Relay 1: (a) A man born in the first half of the nineteenth century was x years old in the year x 2. In what year was he born? Solution: 1806 (b) Let Z = a 6 90. The points A, B, and C are on a circle

More information

A Tale Dark and Grimm

A Tale Dark and Grimm Introduction 1. What happens to the point of view on the first page Page # 2. What is the bold writing in the book trying to show you? Page # 3. What does the King make Johannes promise him before he dies

More information

1 P age DS & OOPS / UNIT II

1 P age DS & OOPS / UNIT II UNIT II Stacks: Definition operations - applications of stack. Queues: Definition - operations Priority queues - De que Applications of queue. Linked List: Singly Linked List, Doubly Linked List, Circular

More information

KENDRIYA VIDYALAYA SANGATHAN, ERNAKULAM REGION. SECTION A (8 x 1 = 8)

KENDRIYA VIDYALAYA SANGATHAN, ERNAKULAM REGION. SECTION A (8 x 1 = 8) This question paper contains 06 pages KENDRIYA VIDYALAYA SANGATHAN, ERNAKULAM REGION Class: X SUMMATIVE ASSESSMENT - II Max. Marks : 90 Sub: Mathematics 2013-14 Time: 3 hrs General Instructions i) All

More information

Scarsdale Middle School Popham House Mr. Weiss

Scarsdale Middle School Popham House Mr. Weiss Scarsdale Middle School Popham House Mr. Weiss Final Exam Review Packet 1) Find the area of the triangle formed from the intersections of the lines: y = 3 2 x + 5, y x = 5 and y = 1. 2) ( 8, k) is on the

More information

ELMACON 2015 Preparation March 28th By Dr. C. Chien

ELMACON 2015 Preparation March 28th By Dr. C. Chien 1 ELMACON 2015 Preparation March 28th By www.drchien.com carchien@hotmail.com Fundamental Counting Principle: When a result consists of separate parts, we can multiply these parts together to find the

More information

The Picture of Dorian Gray

The Picture of Dorian Gray Comprehension Test for ISBN 978-0-19-479126-7 The Picture of Dorian Gray Oscar Wilde 1 Are these sentences true (T) or false (F)? a Dorian Gray was twenty years old at the beginning of the story. b He

More information

Sample Question Paper

Sample Question Paper Sample Question Paper. The cost of 3 7 metres of string is `, the cost per metre is `. 3 4 73 3 3 9 3 9 73. æ ö ç ç + is equal to. 3 ç + è 3 4 ø 4 49 7 4 3. The value of 3+ + is. /9 8/ 4/ /4 4. A positive

More information

Part Five: Trigonometry Review. Trigonometry Review

Part Five: Trigonometry Review. Trigonometry Review T.5 Trigonometry Review Many of the basic applications of physics, both to mechanical systems and to the properties of the human body, require a thorough knowledge of the basic properties of right triangles,

More information

Linear Equations in Two Variables IMPORTANT TERMS, DEFINITIONS AND RESULTS ANIL TUTORIALS SUMMATIVE ASSESSMENT MULTIPLE CHOICE QUESTIONS

Linear Equations in Two Variables IMPORTANT TERMS, DEFINITIONS AND RESULTS ANIL TUTORIALS SUMMATIVE ASSESSMENT MULTIPLE CHOICE QUESTIONS Linear Equations in Two Variables IMPORTANT TERMS, DEFINITIONS AND RESULTS l An equation of the form ax + by + c = 0, where a, b, c are real numbers, is called a linear equation in x and y. For example,

More information

CSCE121: Introduction to Program Design and Concepts Practice Questions for Midterm 1

CSCE121: Introduction to Program Design and Concepts Practice Questions for Midterm 1 DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING CSCE121: Introduction to Program Design and Concepts Practice Questions for Midterm 1 March 11, 2018 Question 1: Identify the common elements of two sorted

More information

Name Period Date LINEAR FUNCTIONS STUDENT PACKET 2: MULTIPLE REPRESENTATIONS 2

Name Period Date LINEAR FUNCTIONS STUDENT PACKET 2: MULTIPLE REPRESENTATIONS 2 Name Period Date LINEAR FUNCTIONS STUDENT PACKET 2: MULTIPLE REPRESENTATIONS 2 LF2.1 LF2.2 LF2.3 Growing Shapes Use variables, parentheses, and exponents in expressions. Use formulas to find perimeter

More information

At the end of this module, the student should be able to:

At the end of this module, the student should be able to: INTRODUCTION One feature of the C language which can t be found in some other languages is the ability to manipulate pointers. Simply stated, pointers are variables that store memory addresses. This is

More information

Students interpret the meaning of the point of intersection of two graphs and use analytic tools to find its coordinates.

Students interpret the meaning of the point of intersection of two graphs and use analytic tools to find its coordinates. Student Outcomes Students interpret the meaning of the point of intersection of two graphs and use analytic tools to find its coordinates. Classwork Example 1 (7 minutes) Have students read the situation

More information

STAAR Mixed Practice HW

STAAR Mixed Practice HW Show all work and label units of measurement. 1. The equation y = x + 7 represents a linear relationship that is non-proportional. What change could you make to the equation to make it proportional? Name:

More information

Unit 1, Lesson 1: Tiling the Plane

Unit 1, Lesson 1: Tiling the Plane Unit 1, Lesson 1: Tiling the Plane Let s look at tiling patterns and think about area. 1.1: Which One Doesn t Belong: Tilings Which pattern doesn t belong? 1 1.2: More Red, Green, or Blue? m.openup.org//6-1-1-2

More information

1. Stack overflow & underflow 2. Implementation: partially filled array & linked list 3. Applications: reverse string, backtracking

1. Stack overflow & underflow 2. Implementation: partially filled array & linked list 3. Applications: reverse string, backtracking Review for Test 2 (Chapter 6-10) Chapter 6: Template functions & classes 1) What is the primary purpose of template functions? A. To allow a single function to be used with varying types of arguments B.

More information

The Number Plane THE NUMBER PLANE PASSPORT.

The Number Plane THE NUMBER PLANE PASSPORT. THE NUMBER PLANE PASSPORT www.mathletics.co.nz Fill in the mind-map below with what you already know about number planes. A start has been made for you! Uses a coordinate system developed by the French

More information

Thursday 19 June 2014 Morning

Thursday 19 June 2014 Morning F Thursday 19 June 2014 Morning GCSE METHODS IN MATHEMATICS B392/01 Methods in Mathematics 2 (Foundation Tier) *3053239230* Candidates answer on the Question Paper. OCR supplied materials: None Other materials

More information

58th ANNUAL HIGH SCHOOL HONORS MATHEMATICS CONTEST

58th ANNUAL HIGH SCHOOL HONORS MATHEMATICS CONTEST 58th ANNUAL HIGH SCHOOL HONORS MATHEMATICS CONTEST April 18, 015 on the campus of the University of California, San Diego PART I ANSWER KEY 1. (D) 14. (B). (A) 15. (A) 3. (E) 16. (C) 4. (B) 17. (A) 5.

More information

Department of Computer Science Admission Test for PhD Program. Part I Time : 30 min Max Marks: 15

Department of Computer Science Admission Test for PhD Program. Part I Time : 30 min Max Marks: 15 Department of Computer Science Admission Test for PhD Program Part I Time : 0 min Max Marks: 5 Each Q carries marks. ¼ mark will be deducted for every wrong answer. Part II of only those candidates will

More information

Mill Hill School. 13+ Entrance Examination Mathematics. January Time: 1 hour. School: Mark: Materials required for examination

Mill Hill School. 13+ Entrance Examination Mathematics. January Time: 1 hour. School: Mark: Materials required for examination Name: School: Mark: Mill Hill School 13+ Entrance Examination Mathematics January 2014 Time: 1 hour Materials required for examination Ruler, protractor, compasses, pen, pencil, eraser Calculators must

More information

Lesson 17: Graphing Quadratic Functions from the Standard Form,

Lesson 17: Graphing Quadratic Functions from the Standard Form, : Graphing Quadratic Functions from the Standard Form, Student Outcomes Students graph a variety of quadratic functions using the form 2 (standard form). Students analyze and draw conclusions about contextual

More information

Math 7 & 8 FLUENCY STUDY (timed) Name Date Fractions > Decimals Period % Seat # Fraction Dec. Math 7 & Science Fraction Dec.

Math 7 & 8 FLUENCY STUDY (timed) Name Date Fractions > Decimals Period % Seat # Fraction Dec. Math 7 & Science Fraction Dec. Math 7 & 8 FLUENCY STUDY (timed) Name Date Fractions > Decimals Period % Seat # Directions: Convert each fraction to a decimal. 1. Under Math (Mr. Hayo), you may leave terminating decimals alone; however,

More information

DATA STRUCTURES AND ALGORITHMS

DATA STRUCTURES AND ALGORITHMS DATA STRUCTURES AND ALGORITHMS Sorting algorithms External sorting, Search Summary of the previous lecture Fast sorting algorithms Quick sort Heap sort Radix sort Running time of these algorithms in average

More information

Tuesday 13 June 2017 Morning Time allowed: 1 hour 30 minutes

Tuesday 13 June 2017 Morning Time allowed: 1 hour 30 minutes Oxford Cambridge and RSA GCSE (9 1) Mathematics J560/03 Paper 3 (Foundation Tier) F Tuesday 13 June 2017 Morning Time allowed: 1 hour 30 minutes *7352830243* You may use: A scientific or graphical calculator

More information

Recursion. Chapter 7. Copyright 2012 by Pearson Education, Inc. All rights reserved

Recursion. Chapter 7. Copyright 2012 by Pearson Education, Inc. All rights reserved Recursion Chapter 7 Contents What Is Recursion? Tracing a Recursive Method Recursive Methods That Return a Value Recursively Processing an Array Recursively Processing a Linked Chain The Time Efficiency

More information

Year 5 PROMPT sheet. Negative numbers 4 7 = -3. l l l l l l l l l Place value in numbers to 1million = 4

Year 5 PROMPT sheet. Negative numbers 4 7 = -3. l l l l l l l l l Place value in numbers to 1million = 4 Year PROMPT sheet Place value in numbers to million The position of the digit gives its size Millions Hundred thousands Ten thousands thousands hundreds tens units 7 Negative numbers A number line is very

More information

Curriculum Maps for Progress in Understanding Mathematics Assessment Termly content for Year 6

Curriculum Maps for Progress in Understanding Mathematics Assessment Termly content for Year 6 Term-by-term mathematics assessment across primary school Curriculum Maps for Progress in Understanding Mathematics Assessment Termly content for Year 6 The PUMA tests provide thorough coverage of the

More information

1 of AWES_DEC2015_Maths_TGT Maths

1 of AWES_DEC2015_Maths_TGT Maths 1 of 60 133 AWES_DEC2015 TGT ABC is an isosceles triangle right-angled at B. Similar triangles ACD and ABE constructed on sides AC and AB respectively. Then the ratio between the areas of ΔABE and ΔACD

More information

Sample Examination. Family Name:... Other Names:... Signature:... Student Number:...

Sample Examination. Family Name:... Other Names:... Signature:... Student Number:... Family Name:... Other Names:... Signature:... Student Number:... THE UNIVERSITY OF NEW SOUTH WALES SCHOOL OF COMPUTER SCIENCE AND ENGINEERING Sample Examination COMP1917 Computing 1 EXAM DURATION: 2 HOURS

More information

SUMMATIVE ASSESSMENT II, II, MATHEMATICS / Class X /

SUMMATIVE ASSESSMENT II, II, MATHEMATICS / Class X / Page 1 of 10 SUMMATIVE ASSESSMENT II, II, MATHEMATICS / Class X / X Time allowed : 3 hours Maximum Marks : 80 3 80 General Instructions : (i) All questions are compulsory. (ii) The question paper consists

More information

IELTS SPEAKING & LISTENING COURSE. Private Coach. Lesson 6

IELTS SPEAKING & LISTENING COURSE. Private Coach. Lesson 6 IELTS SPEAKING & LISTENING COURSE Lesson 6 COPYRIGHT 2017. All Rights Reserved. Grammar Rules: Article Rule 12: A (AN) can be used like the word "per". Apples currently cost $1.30 a pound. Cheetahs can

More information

W.E.F. SESSION Course: B. Sc. 3 rd Year Electronics Scheme of Examination for Semester 5 & 6

W.E.F. SESSION Course: B. Sc. 3 rd Year Electronics Scheme of Examination for Semester 5 & 6 W.E.F. SESSION 2013-2014 Course: B. Sc. 3 rd Year Electronics Scheme of Examination for Semester 5 & 6 Semester - 5 S.No. Paper Marks Marks Exam. Duration Internal Assessment External Marks 1. Paper-I

More information

UNIT 1 PLACE VALUE AND WHOLE NUMBERS

UNIT 1 PLACE VALUE AND WHOLE NUMBERS UNIT 1 PLACE VALUE AND WHOLE NUMBERS INTRODUCTION We will begin our study of Arithmetic by learning about the number system we use today. The Base-10 Number System or Hindu-Arabic Numeral System began

More information

A C E. Applications. Applications Connections Extensions

A C E. Applications. Applications Connections Extensions A C E Applications Connections Extensions Applications 1. At an evergreen farm, the taller trees are braced by wires. A wire extends from 2 feet below the top of a tree to a stake in the ground. What is

More information

Supporting our children to aim high!

Supporting our children to aim high! Reach for the Sky Supporting our children to aim high! St Mary s CE School Maths Support Resources Parents often ask us, how can I help my child in maths? Firstly, we provide parents with the expectations

More information

Angle, symmetry and transformation

Angle, symmetry and transformation Terms Illustrations Definition Acute angle An angle greater than 0 and less than 90. Alternate angles Where two straight lines are cut by a third, as in the diagrams, the angles d and f (also c and e)

More information

1. Alicia tosses 3 fair coins. What is the probability that she gets at 1. least 1 head? Express your answer as a common fraction.

1. Alicia tosses 3 fair coins. What is the probability that she gets at 1. least 1 head? Express your answer as a common fraction. Blitz, Page 1 1. Alicia tosses 3 fair coins. What is the probability that she gets at 1. least 1 head? Express your answer as a common fraction. 2. It took Anita 2.25 hours to walk 12.5 km. At this rate,

More information

Intermediate Mathematics League of Eastern Massachusetts

Intermediate Mathematics League of Eastern Massachusetts Meet # January 010 Intermediate Mathematics League of Eastern Massachusetts Meet # January 010 Category 1 - Mystery Meet #, January 010 1. Of all the number pairs whose sum equals their product, what is

More information

Renault Nissan Placement Paper Part-1

Renault Nissan Placement Paper Part-1 Renault and Nissan interview process Selection process consisted of three rounds 1.Written test 2.Technical interview 3.HR interview Written test had 50 aptitude questions to be solved in 1 hour. Questions

More information

Wipro Test 2. 2 Who is creating this mess? 3 They greet me cheerfully every morning. 4 You need to clean your shoes properly

Wipro Test 2. 2 Who is creating this mess? 3 They greet me cheerfully every morning. 4 You need to clean your shoes properly Wipro Test 2 1 In the questions below the sentences have been given in Active/Passive voice. From the given alternatives, choose the one which best expresses the given sentence in Passive/Active voice

More information

Seen here are four film frames between frame 307 and

Seen here are four film frames between frame 307 and Bigfoot Insights Just for the Record Christopher L. Murphy.9 87...7 6.8 FEET Seen here are four film frames between frame 07 and frame inclusive; so there were 6 frames all told. The time for all of these

More information

RULES PERTAINING TO RECOMMENDATION FROM CHORAL CLASSES (CLASSES ) TO THE PROVINCIAL/ NATIONAL COMPETITION

RULES PERTAINING TO RECOMMENDATION FROM CHORAL CLASSES (CLASSES ) TO THE PROVINCIAL/ NATIONAL COMPETITION RULES PERTAINING TO RECOMMENDATION FROM CHORAL CLASSES (CLASSES 6653-6662) TO THE PROVINCIAL/ NATIONAL COMPETITION CHORAL CLASSES The National Music Festival provides opportunities for the following types

More information

KENDRIYA VIDYALAYA, AFS,Bagdogra ( )

KENDRIYA VIDYALAYA, AFS,Bagdogra ( ) KENDRIYA VIDYALAYA, AFS,Bagdogra (2017-18) SUBJECT: MATHEMATICS(041) Class - X 1. Show that 12 n cannot end with the digit 0 or 5 for any natural number n. 2. Find the value of k for which the quadratic

More information

Math A Regents Exam 0601 Page 1

Math A Regents Exam 0601 Page 1 Math A Regents Exam 0601 Page 1 1. 060101a, P.I. A.A.1 A car travels 110 miles in hours. At the same rate of speed, how far will the car travel in h hours? [A] 55h [B] 0h [C]. 06010a, P.I. A.A.14 h 0 Which

More information

Huawei Test 2. 1 Two dice are thrown simultaneously. What is the probability of getting two numbers whose product is even?

Huawei Test 2. 1 Two dice are thrown simultaneously. What is the probability of getting two numbers whose product is even? Huawei Test 2 1 Two dice are thrown simultaneously. What is the probability of getting two numbers whose product is even? ( )1/ 2 ( )3/4 ( )3/8 ( )5/16 Explanation: In a simultaneous throw of two dice,

More information

Activity The Coordinate System and Descriptive Geometry

Activity The Coordinate System and Descriptive Geometry Activity 1.5.1 The Coordinate System and Descriptive Geometry Introduction North, east, south, and west. Go down the street about six blocks, take a left, and then go north for about 2 miles; you will

More information

I can solve simultaneous equations algebraically, where one is quadratic and one is linear.

I can solve simultaneous equations algebraically, where one is quadratic and one is linear. A* I can manipulate algebraic fractions. I can use the equation of a circle. simultaneous equations algebraically, where one is quadratic and one is linear. I can transform graphs, including trig graphs.

More information

Sample Paper on GSAT with Solutions: -

Sample Paper on GSAT with Solutions: - Sample Paper on GSAT with Solutions: - 1. If it costs x dollars for making certain item if quantity is 1000 and if quantity increase then the item is made using y dollars. If z number of items are made

More information

Functions BCA-105. Few Facts About Functions:

Functions BCA-105. Few Facts About Functions: Functions When programs become too large and complex and as a result the task of debugging, testing, and maintaining becomes difficult then C provides a most striking feature known as user defined function

More information

Jumanji. Zathura. Name

Jumanji. Zathura. Name Jumanji Zathura Name Jumanji (the book) Listening Comprehension Read over the questions before we begin. Listen carefully as the teacher reads Jumanji to you. When you hear the answer to a question, write

More information

24HourAnswers.com. Online Homework. Focused Exercises for Math SAT. Skill Set 30: Miscellaneous Problems

24HourAnswers.com. Online Homework. Focused Exercises for Math SAT. Skill Set 30: Miscellaneous Problems 24HourAnswers.com Online Homework Focused Exercises for Math SAT Skill Set 30: Miscellaneous Problems Many of the problems in this exercise set came from The College Board, writers of the SAT exam. 1.

More information

Lines of Symmetry. Grade 3. Amy Hahn. Education 334: MW 8 9:20 a.m.

Lines of Symmetry. Grade 3. Amy Hahn. Education 334: MW 8 9:20 a.m. Lines of Symmetry Grade 3 Amy Hahn Education 334: MW 8 9:20 a.m. GRADE 3 V. SPATIAL SENSE, GEOMETRY AND MEASUREMENT A. Spatial Sense Understand the concept of reflection symmetry as applied to geometric

More information

KENDRIYA VIDYALAYA SANGATHAN, HYDERABAD REGION

KENDRIYA VIDYALAYA SANGATHAN, HYDERABAD REGION KENDRIYA VIDYALAYA SANGATHAN, HYDERABAD REGION SAMPLE PAPER 06 (017-18) SUBJECT: MATHEMATICS(041) BLUE PRINT : CLASS X Unit Chapter VSA (1 mark) SA I ( marks) SA II (3 marks) LA (4 marks) Total Unit Total

More information

Unit 8: Analysis of Algorithms 1: Searching

Unit 8: Analysis of Algorithms 1: Searching P Computer Science Unit 8: nalysis of lgorithms 1: Searching Topics: I. Sigma and Big-O notation II. Linear Search III. Binary Search Materials: I. Rawlins 1.6 II. Rawlins 2.1 III. Rawlins 2.3 IV. Sigma

More information

Stage 5 PROMPT sheet. 5/3 Negative numbers 4 7 = -3. l l l l l l l l l /1 Place value in numbers to 1million = 4

Stage 5 PROMPT sheet. 5/3 Negative numbers 4 7 = -3. l l l l l l l l l /1 Place value in numbers to 1million = 4 Stage PROMPT sheet / Place value in numbers to million The position of the digit gives its size / Negative numbers A number line is very useful for negative numbers. The number line below shows: 7 - l

More information

Memory Management. COMP755 Advanced Operating Systems

Memory Management. COMP755 Advanced Operating Systems Memory Management COMP755 Advanced Operating Systems Purpose of Memory Manager Find a place in RAM for programs and data. OS Memory Manager allocates RAM to programs and OS tasks and data. User level memory

More information

Computer Systems Lecture 9

Computer Systems Lecture 9 Computer Systems Lecture 9 CPU Registers in x86 CPU status flags EFLAG: The Flag register holds the CPU status flags The status flags are separate bits in EFLAG where information on important conditions

More information

Free Fall. Objective. Materials. Part 1: Determining Gravitational Acceleration, g

Free Fall. Objective. Materials. Part 1: Determining Gravitational Acceleration, g Free Fall Objective Students will work in groups to investigate free fall acceleration on the Earth. Students will measure the fundamental physical constant, g, and evaluate the dependence of free fall

More information

IN COLLABORATION WITH IVTB. Diploma in Information Technology

IN COLLABORATION WITH IVTB. Diploma in Information Technology IN COLLABORATION WITH IVTB Diploma in Information Technology Cohort DIP/04 Part Time Resit Examinations for 2004-2005 / Semester 2 MODULE: STRUCTURED PROGRAMMING MODULE CODE: BISE060 Duration: 2 Hours

More information

Mental Maths Competition Topics Included. (1) Q. No. 1 to 50 are based on basic. Calculation questions related to Addition,

Mental Maths Competition Topics Included. (1) Q. No. 1 to 50 are based on basic. Calculation questions related to Addition, Topics Included. () Q. No. to 0 are based on basic. Calculation questions related to Addition, Subtraction, Multiplication and Division, doubling and halving. () Student should know multiplication tables

More information

Object Oriented Methods

Object Oriented Methods Chapter 5 Object Oriented Methods 5.1 Introduction In Section 1.7 we outlined procedures that should be considered while conducting the object-oriented analysis and object-oriented design phases that are

More information

Stage 5 PROMPT sheet. 5/3 Negative numbers 4 7 = -3. l l l l l l l l l /1 Place value in numbers to 1million = 4

Stage 5 PROMPT sheet. 5/3 Negative numbers 4 7 = -3. l l l l l l l l l /1 Place value in numbers to 1million = 4 Millions Hundred thousands Ten thousands Thousands Hundreds Tens Ones Stage PROMPT sheet / Place value in numbers to million The position of the digit gives its size / Negative numbers A number line is

More information

Angle CGH = K. Pass on the sum of the digits of K.

Angle CGH = K. Pass on the sum of the digits of K. A1 In the diagram, lines AD and EH are parallel. The lengths of FB and FG are equal and the lengths of BG and GC are equal. Angle ABF is 50. A B C D 50 K E F G H Angle CGH = K. Pass on the sum of the digits

More information

How Pixar Tells a Story By Rachel Slivnick 2018

How Pixar Tells a Story By Rachel Slivnick 2018 Name: Class: How Pixar Tells a Story By Rachel Slivnick 2018 Pixar is an animation studio that uses computer images to create movies. You ve likely seen several of Pixar s films, which include Toy Story,

More information

MATEMATIKA ANGOL NYELVEN

MATEMATIKA ANGOL NYELVEN Matematika angol nyelven középszint 111 ÉRETTSÉGI VIZSGA 014. május 6. MATEMATIKA ANGOL NYELVEN KÖZÉPSZINTŰ ÍRÁSBELI ÉRETTSÉGI VIZSGA JAVÍTÁSI-ÉRTÉKELÉSI ÚTMUTATÓ EMBERI ERŐFORRÁSOK MINISZTÉRIUMA Formal

More information

Lesson Widget HOTsheet

Lesson Widget HOTsheet Understanding whole numbers Cheese planet Extending place value Abacuses Digit cards Comparing whole numbers Digit cards Digit card game Digit cards Rounding whole numbers Rounding up or down Estimating

More information

cbsemath.com: Bathinda based website since Feb 2006.

cbsemath.com: Bathinda based website since Feb 2006. Attempt option 1 for challenging questions and 2 for easy-moderate questions Section A 1 Mark Each 1. If a + b + c = 0, a 0 and a, b, c are real numbers then roots of equation ax 2 +bx + c = 0 are (A)

More information

2012 Pascal Contest (Grade 9)

2012 Pascal Contest (Grade 9) The ENTRE for EUTION in MTHEMTIS and OMPUTING www.cemc.uwaterloo.ca 01 Pascal ontest (Grade 9) Thursday, February 3, 01 (in North merica and South merica) Friday, February 4, 01 (outside of North merica

More information

CHARUTAR VIDYA MANDAL S SEMCOM Vallabh Vidyanagar

CHARUTAR VIDYA MANDAL S SEMCOM Vallabh Vidyanagar CHARUTAR VIDYA MANDAL S SEMCOM Vallabh Vidyanagar Faculty Name: Ami D. Trivedi Class: FYBCA Subject: US02CBCA01 (Advanced C Programming and Introduction to Data Structures) *UNIT 3 (Introduction to Data

More information

Tuesday 22 January 2013 Afternoon

Tuesday 22 January 2013 Afternoon F Tuesday 22 January 2013 Afternoon GCSE METHODS IN MATHEMATICS B392/01 Methods in Mathematics 2 (Foundation Tier) * B 3 1 6 9 5 0 1 1 3 * Candidates answer on the Question Paper. OCR supplied materials:

More information

1) What is the primary purpose of template functions? 2) Suppose bag is a template class, what is the syntax for declaring a bag b of integers?

1) What is the primary purpose of template functions? 2) Suppose bag is a template class, what is the syntax for declaring a bag b of integers? Review for Final (Chapter 6 13, 15) 6. Template functions & classes 1) What is the primary purpose of template functions? A. To allow a single function to be used with varying types of arguments B. To

More information

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Review for Test 2 MATH 116 SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Solve the right triangle. If two sides are given, give angles in degrees and

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *9418659189* MATHEMATICS 0580/42 Paper 4 (Extended) May/June 2017 Candidates answer on the Question

More information

1.1. Driving Around Euclid. Goals. Launch 1.1

1.1. Driving Around Euclid. Goals. Launch 1.1 1.1 Driving Around Euclid Goals Review the coordinate system Explore distances on a coordinate grid In this problem, students review the concept of the coordinate grid and are introduced to the idea of

More information

A rectangular field is to be fenced. The north side is 20 meters long and the area of the field is 680 squared meters. How many

A rectangular field is to be fenced. The north side is 20 meters long and the area of the field is 680 squared meters. How many Medallia Argentina Inter 1 minutes Question - 1 Field fencing A rectangular field is to be fenced. The north side is meters long and the area of the field is 68 squared meters. How many meters of fencing

More information

19 Much that I bound, I could not free; Much that I freed returned to me. Lee Wilson Dodd

19 Much that I bound, I could not free; Much that I freed returned to me. Lee Wilson Dodd 19 Much that I bound, I could not free; Much that I freed returned to me. Lee Wilson Dodd Will you walk a little faster? said a whiting to a snail, There s a porpoise close behind us, and he s treading

More information

Summer Math Learning Packet for Students Entering. Grade 6. SFTitle I

Summer Math Learning Packet for Students Entering. Grade 6. SFTitle I Summer Math Learning Packet for Students Entering Grade 6 Dear Parents, The attached packet provides a range of activities that review the skills and concepts that your child explored this year in their

More information

Written Communication

Written Communication Module 2: Written Communication 1 Your Passport to Professionalism: Module 2 Written Communication Step 1 Learn Introduction Sooner or later, you will need to communicate in writing. You will write down

More information

Syllabus for Computer Science General Part I

Syllabus for Computer Science General Part I Distribution of Questions: Part I Q1. (Compulsory: 20 marks). Any ten questions to be answered out of fifteen questions, each carrying two marks (Group A 3 questions, Group B, Group C and Group D 4 questions

More information

[CS(SG)06FMS] NATIONAL QUALIFICATIONS. COMPUTING STUDIES STANDARD GRADE Foundation Level. Marking Guidelines

[CS(SG)06FMS] NATIONAL QUALIFICATIONS. COMPUTING STUDIES STANDARD GRADE Foundation Level. Marking Guidelines F [CS(SG)06FMS] NATIONAL QUALIFICATIONS Marking Guidelines COMPUTING STUDIES STANDARD GRADE Foundation Level This paper must be withdrawn from candidates after any follow-up discussion of marks/grades

More information

Year 9 Mathematics Examination Preparation Sheet 2015

Year 9 Mathematics Examination Preparation Sheet 2015 Year 9 Mathematics Examination Preparation Sheet 015 General Information for Candidates In Year 9, the end-of-year assessment in mathematics consists of two 90-minute examinations, which will be given

More information

Chapter 1 Computer and Programming. By Zerihun Alemayehu

Chapter 1 Computer and Programming. By Zerihun Alemayehu Chapter 1 Computer and Programming By Zerihun Alemayehu What is computer? A device capable of performing computations and making logical decisions at speeds millions (even billions) of times faster than

More information

2. The vertices of Δ ABC are A( 1, 2), B( 1,2), and C(6,0). Which conclusion can be made about the angles of Δ ABC?

2. The vertices of Δ ABC are A( 1, 2), B( 1,2), and C(6,0). Which conclusion can be made about the angles of Δ ABC? 1 Line k is drawn so that it is perpendicular to two distinct planes, P and R. What must be true about planes P and R? A. Planes P and R are skew B. Planes P and R are perpendicular. C. Planes P and R

More information

TN READY PRACTICE TEST DATE PERIOD Q4 TEST #1 PART 1 NO CALCULATOR

TN READY PRACTICE TEST DATE PERIOD Q4 TEST #1 PART 1 NO CALCULATOR NAME TN READY PRACTICE TEST DATE PERIOD Q4 TEST #1 PART 1 NO CALCULATOR 1. Between which two consecutive rational numbers is each irrational number? Choose two consecutive rational numbers for each irrational

More information

easy english readers The Little Mermaid By Hans Christian Andersen

easy english readers The Little Mermaid By Hans Christian Andersen easy english readers The Little Mermaid By Hans Christian Andersen Special Schools Edition published 1999 by David McKay Box A678 Sydney South 1235 Australia Easy English words by Cherry McKay Pictures

More information

WYSE Academic Challenge Computer Science Test (State) 2015 Solution Set

WYSE Academic Challenge Computer Science Test (State) 2015 Solution Set WYSE Academic Challenge Computer Science Test (State) 2015 Solution Set 1. Correct Answer: E The following shows the contents of the stack (a lifo last in first out structure) after each operation. Instruction

More information

Essential Questions. Key Terms. Algebra. Arithmetic Sequence

Essential Questions. Key Terms. Algebra. Arithmetic Sequence Linear Equations and Inequalities Introduction Average Rate of Change Coefficient Constant Rate of Change Continuous Discrete Domain End Behaviors Equation Explicit Formula Expression Factor Inequality

More information