Solved paper Programming and Problem Solving Through Python M3-R5 Set 2 | NIELIT O Level
What will be output for the following code ? import numpy as np
a = np.array([[1,2,3],[0,1,4],[11,22,33]])
print (a.size)
(A) 1 (B) 3 (C) 9 (D) 4
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Solved paper Programming and Problem-Solving Through Python M3-R5 Set 1 | NIELIT O Level
1. ____is part of user documentation.
(A) Class Diagram (B) Code Comment (C) Use Case (D) Installation Guide
2. Determine the output :
for i in range(20,30,10) : j=i/2
print(j)
(A) 10 15 (B) 10.0 15.0 (C) 10.0 (D) None of these
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.