wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

23MA101 MATHEMATICS I QUIZ

Total questions: 15

Worksheet time: 12mins

Name
Class
Date
1.
  1. 1. Use Euclid's algorithm to find GCD of 1385 and 155

a)

50

b)

5

c)

125

d)

300

2.
  1. 2. If the HCF of 65 and 117 is expressible in the form 65m-117, then the value of m is

a)

4

b)

2

c)

1

d)

3

3.

  1. 3. Fundamental theorem of arithmetic states that Every integer n>1 can be expressed as



(a)  

4.
  1. 4. Which of the following defines Euclid's Lemma

a)

a=bq+r, 0<r<b

b)

a=br+q, 0<r<b

c)

a=bq, 0<r<b

d)

a=bq-r

5.

5.In a simple graph, the number of edges is equal to twice the sum of the degrees of the vertices is called the (a)   theorem.

6.

6.Which of the following is true?

a)

A graph may contain no edges and many vertices

b)

A graph may contain many edges and no vertices

c)

A graph may contain no edges and no vertices

d)

A graph may contain no vertices and many edges

7.

7.For which of the following combinations of the degrees of vertices would the connected graph be eulerian?

a)

1,2,3

b)

2,3,4

c)

2,4,5

d)

1,3,5

8.

8.Which of the following properties does a simple graph not hold?

a)

Must be connected

b)

Must be unweighted

c)

Must have no loops or multiple edges

d)

Must have no multiple edges

9.

9.Dijkstra’s Algorithm will work for both negative and positive weights?

a)

True

b)

False

10.

10.The number of elements in the adjacency matrix of a graph having 7 vertices is _________

a)

7

b)

14

c)

21

d)

49

11.

11.If 𝑎=𝑞𝑏+𝑟, then

a)

gcd(a, b) ≠ gcd(b, r)

b)

gcd(a, b) = gcd(b, r)

c)

gcd(a, b) = gcd(q, r)

d)

None of these

12.

12.An efficient way of obtaining the gcd is known as ________.

a)

Well ordering principle

b)

Division Algorithm

c)

None of the above

d)

Euclid’s Algorithm

13.

13.If gcd(a, b) = 1 for any two integers a and b, then a and b are _________.

a)

Relatively Prime

b)

Co-prime

c)

Multiples of each other

14.

14.The solution of linear congruence 2x = 1(mod 3) is ______

a)

2

b)

1

c)

0

d)

5

15.

15.Find Euler's phi(18)___________

a)

6

b)

12

c)

1

d)

3