π Welcome to Coding Block Hisar β Your Gateway to a Successful Tech Career!
At Coding Block Hisar, we help students and professionals learn programming, master in-demand tech skills, and crack interviews with confidence. Whether youβre a complete beginner or aiming to become a job-ready developer, our channel brings you easy-to-understand tutorials, MCQ quizzes, interview tips, and real-world coding projects.
π What Youβll Find Here:
Programming tutorials (Python, Java, C, C++, JavaScript, MERN Stack)
Data Structures & Algorithms (DSA) explained
MCQ quizzes for competitive exams & interviews
Data Analysis & Full Stack Development guides
Career tips & industry insights
Student success stories & motivation
π Location: Hisar, Haryana, India
π Contact: 90501-50024
Coding Block Hisar
A shop recorded sales for 3 days:
sales = np.array([
[10, 20, 15], # Day 1: 3 products
[12, 18, 22], # Day 2
[14, 25, 19] # Day 3
])
π‘ What will np.sum(sales, axis=1) return?
(π€ Sum of sales per day)
2 weeks ago | [YT] | 0
View 0 replies
Coding Block Hisar
What happens when the dependency array of a useEffect hook is set to an empty array ([])?
1 month ago | [YT] | 0
View 0 replies
Coding Block Hisar
import numpy as np
arr = np.array([1, 2, 3, 4, 5])
arr[arr % 2 == 0] = 0
print(arr)
1 month ago | [YT] | 0
View 0 replies
Coding Block Hisar
import numpy as np
A = np.arange(12).reshape(4, 3)
B = np.array([1, 2, 3])
C = A + B
D = A * B
print(C[1, 2] + D[3, 0])
1 month ago | [YT] | 0
View 0 replies
Coding Block Hisar
In Pandas, to change the column name βoldβ to βnewβ, which of the following is correct?
1 month ago | [YT] | 0
View 0 replies
Coding Block Hisar
What is the output of :
a = np.array([[1,2],[3,4]])
a.T
1 month ago | [YT] | 0
View 0 replies
Coding Block Hisar
The default data type of NumPy array elements is:
1 month ago | [YT] | 0
View 0 replies
Coding Block Hisar
Which of the following creates a 3Γ3 identity matrix?
2 months ago | [YT] | 0
View 0 replies
Coding Block Hisar
π Meet Our Mentor β Akash Kumar π
π¨βπ« Education:
π B.Tech in Computer Science (2011β2015)
π Manav Rachna College of Engineering, Faridabad
πΌ Industry Experience:
π» Former Software Developer at Spice Limited, Noida
π Teaching Journey:
β 8+ Years of Teaching Experience
β Mentored 1000+ Students Towards Successful Careers
β‘ Expertise:
π Python | β Java | π Data Analysis | π Full Stack Web Development
π‘ With a perfect blend of industry exposure and teaching excellence, Akash sir is dedicated to guiding students from fundamentals to advanced concepts with real-world insights.
π Stay tuned for more amazing sessions, tips, and guidance from Akash sir!
3 months ago | [YT] | 0
View 0 replies
Coding Block Hisar
What is the result of np.eye(3) ?
3 months ago | [YT] | 1
View 0 replies
Load more