top of page
Search
Rajesh Singh
Nov 10, 20201 min read
Python Program using function to calculate addition, substraction, multiplication and division
def add(a,b): print("Addition of two numbers", a+b) def sub(a,b): print("Subtraction of Two numbers",a-b) def mul(a,b):...
1,875 views0 comments
Rajesh Singh
Nov 9, 20204 min read
Business Class Air Traveling
Over past few years, air travel has come to light as one of the most favored ways of moving from one destination to another. ...
7 views0 comments
Rajesh Singh
Nov 9, 20204 min read
Economy Class Air Traveling
At the present time, more and more people have a preference for air travel to move from one place to the other. And as a matter of...
13 views0 comments
Rajesh Singh
Nov 8, 20205 min read
Car Rental Services Online
Career Bodh has different types ads for a global most important car rental provider with locations worldwide. We are glad to offer our...
262 views0 comments
Rajesh Singh
Nov 5, 20202 min read
Python Programs to print pattern Number, Pyramid, Star, Diamond and Letter Pattern
Write a python program for given Numbers Pattern using a for loop 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 Program: for num in range(6): for i in...
342 views0 comments
Rajesh Singh
Oct 31, 20207 min read
NIELIT A Level Revised New Syllabus 2020
Module: A5-R5- Data Structure through Object Oriented Programming Language Detailed Syllabus Object Oriented Concepts Object Oriented...
124 views0 comments
Rajesh Singh
Oct 15, 20206 min read
NIELIT CCC Exam November Practice Set
Q. What is the shortcut command for Autotext in LibreOffice Writer? (A) Ctrl + F3 (B) Ctrl + F2 (C) Ctrl + F4 (D) None of Above Ans: B Q....
275 views0 comments
Rajesh Singh
Oct 9, 20204 min read
LibreOffice Writer Shortcut Keys
Function Keys for LibreOffice Writer Shortcut keys Effect F2 ...
1,710 views0 comments
Rajesh Singh
Oct 8, 20204 min read
Current Affairs July 2020 in Hindi
प्रश्न.1- भारत के 2018 एशियाई खेलों में किस देश के अयोग्य घोषित होने के बाद मिश्रित रिले पदक को स्वर्ण में अपग्रेड किया गया? a)...
30 views0 comments
Rajesh Singh
Oct 8, 20205 min read
Current Affairs June 2020 in Hindi
Que.1: संयुक्त राष्ट्र सुरक्षा परिषद (यूएनएससी) ने किस देश पर मई 2021 तक व्यक्तिगत प्रतिबंध, यात्रा प्रतिबंध और हथियारों का प्रतिबंध लगा...
18 views0 comments
Rajesh Singh
Oct 8, 20207 min read
Current Affairs May 2020
Que.1: किस फिनटेक स्टार्टअप ने लघु और मध्यम उद्यमों (एसएमई) और स्टार्टअप के लिए नवीन भुगतान समाधान शुरू करने के लिए भुगतान प्रौद्योगिकी...
15 views0 comments
Rajesh Singh
Oct 8, 20208 min read
Current Affairs April 2020
Que.1:किस राज्य/केन्द्र शासित प्रदेश के कानूनी सेवा प्राधिकरण ने उन वरिष्ठ नागरिकों की मदद करने और उनकी सुविध हेतु जो अकेले रहते हैं और...
17 views0 comments
Rajesh Singh
Oct 8, 20207 min read
Current Affairs February 2020
Que.1: 2020 ऑस्ट्रेलियन ओपन पुरुष एकल खिताब किसने जीता? · A) रोजर फेडरर · B) डोमिनिक थिएम · C) नोवाक जोकोविक · D) राफेल नडाल Que.2:...
13 views0 comments
Rajesh Singh
Oct 8, 20207 min read
Latest Current Affairs March 2020
Que.1: मुक्त सार्वजनिक परिवहन प्रदान करने वाला कौन-सा देश दुनिया का पहला देश बन गया है? · A) जापान · B) फिलिस्तीन · C) स्वीडन · D)...
18 views0 comments
Rajesh Singh
Oct 3, 20203 min read
Multi Stop Flights
Multi stop flight has always been the best way to see the world around and especially who intend to visit several countries and location...
152 views0 comments
Rajesh Singh
Aug 19, 20204 min read
What is internet and its components
Internet is network of networks. In order to send and or receive any kind of information via internet then sender and receivers in...
5,355 views0 comments
Rajesh Singh
Aug 3, 20203 min read
What is an electronic mail?
Electronic mail is known as e-mail. E-mail is a simple ways to send and receive a message or letter from one person to other person. With...
101 views0 comments
Rajesh Singh
Jul 29, 20205 min read
PowerPoint Presentation
PowerPoint Presentation Power point is a very powerful presentation graphics software package. It has set new standards for the working...
94 views0 comments
Rajesh Singh
Jul 28, 20204 min read
Functions in Excel 2007
Functions are the predefined formulas that perform calculations on specific values which are called arguments. Each function takes...
63 views0 comments
bottom of page