You are on page 1of 2

1. The absolute value of 3 + 4i is….

a) 4 b) 5 c) 6 d) 0
2. How to declare the complex number in python?
a) (3,4) b) complex(3,4) c) complex(3,4i) d) none of these
3. If a matrix is R x C and a vector is a C vector then the product is called as____.
a) Matrix-Matrix b) Vector-Matrix c) Vector-Vector d) Matrix- Vector
4. The dot product of (1,2), (3,4) is___
a) 11 b) (3,8) c) (4,6) d) -5
5. Solve the following: 1.1+ 0.1 +0.0+1.1
a) 1 b) 0 c) (1,1) d) (0,1)
6. If A is a matrix of order m × n and B is a matrix such that AB’ and B’A are both defined, then the
order of matrix B is
(a) m × m (b) n × n (c) n × m (d) m × n
7. If u = (1, 0, 2, -4) then ||u||2 is ___
a) 21 b) 11 c) -1 d) none of these
8. A graph is said to be ____ if it has no cycles in it.
a) Path b) spanning sub graph c) forest d) trail
9. A matrix having one row and many columns is known as?
a) Row matrix b) Column matrix c) Diagonal matrix d) None of the mentioned
10. The trace of the matrix is defined as _______
a) Sum of all the elements of the matrix b) Sum of all the elements of leading diagonal of matrix
c) Sum of all non-zero elements of matrix d) None of the mentioned
11. If u= [3, 4, 5, 6] and v=[0, 1, 0, -1] then 3u + 2v is___
a) [9, 14, 15, 16] b) []3, 5, 5, 5] c) [0, 4, 0, -1] d) None of the mentioned
12. For matrix A if AAT = I, I is identity matrix then A is?
a) Orthagonal matrix b) Nilpotent matrix c) Idempotent matrix d) None of the mentioned
13. (x+3) + i(y-2) = 5+i2, find the values of x and y.
a) x=8 and y=4 b) x=2 and y=4 c) x=2 and y=0 d) x=8 and y=0
14. If z1 = 2+3i and z2 = 5+2i, then find z1-z2.
a) -3+1i b) 3-I c) 7+5i d) 7-5i
15. A ____ is define as a sequence of vertices and edges in which no vertex is
repeated.
a) cycle b) path c) forest d) trail
16. (-i) (8+5i) =________________
a) 8+5i b) -8-5i c) -5-8i d) 5-8i
17. If u = [4, 5, 10] and v= [3, 4, 5]then u + v is
a) [7, 9, 15] b) [12, 20, 50] c) 31 d)82
18. What is modulus of the following complex number : 7 – 5i
a) 8.6 b) 8 c) 6 d) None of the mentioned
19. What is amplitude of the following complex number : -4-4i
a) 300 b) 450 c) 900 d) 1800
20. What is amplitude of the following complex number : 1 + i
b) 300 b) 450 c) 900 d) 1800

You might also like