top of page
Search
Libreoffice Calc Spreadsheet shortcut keys
Shortcut Keys Effect Ctrl+Home: Moves the cursor to the first cell in the sheet (A1)....

Rajesh Singh
Nov 12, 20204 min read
468 views
0 comments


Python program to print sum of n natural numbers
Program: a=int(input("Enter a number: ")) sum = 0 while(a > 0): sum=sum+a a=a-1 print("The sum of natural numbers is",sum) Output: Enter...

Rajesh Singh
Nov 11, 20201 min read
86 views
0 comments
What is difference between Compiler, Interpreter and Assembler?
Compiler: A Compiler is a program used in High level language to convert the low level language or machine code into binary information....

Rajesh Singh
Nov 10, 20201 min read
2,247 views
0 comments
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):...

Rajesh Singh
Nov 10, 20201 min read
2,014 views
0 comments
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. ...

Rajesh Singh
Nov 9, 20204 min read
8 views
0 comments
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...

Rajesh Singh
Nov 9, 20204 min read
15 views
0 comments
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...

Rajesh Singh
Nov 8, 20205 min read
266 views
1 comment
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...

Rajesh Singh
Nov 5, 20202 min read
342 views
0 comments


NIELIT A Level Revised New Syllabus 2020
Module: A5-R5- Data Structure through Object Oriented Programming Language Detailed Syllabus Object Oriented Concepts Object Oriented...

Rajesh Singh
Oct 31, 20207 min read
124 views
0 comments
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....

Rajesh Singh
Oct 15, 20206 min read
279 views
0 comments
LibreOffice Writer Shortcut Keys
Function Keys for LibreOffice Writer Shortcut keys Effect F2 ...

Rajesh Singh
Oct 9, 20204 min read
1,797 views
0 comments
Current Affairs July 2020 in Hindi
प्रश्न.1- भारत के 2018 एशियाई खेलों में किस देश के अयोग्य घोषित होने के बाद मिश्रित रिले पदक को स्वर्ण में अपग्रेड किया गया? a)...

Rajesh Singh
Oct 8, 20204 min read
31 views
0 comments
Current Affairs June 2020 in Hindi
Que.1: संयुक्त राष्ट्र सुरक्षा परिषद (यूएनएससी) ने किस देश पर मई 2021 तक व्यक्तिगत प्रतिबंध, यात्रा प्रतिबंध और हथियारों का प्रतिबंध लगा...

Rajesh Singh
Oct 8, 20205 min read
19 views
0 comments
Current Affairs May 2020
Que.1: किस फिनटेक स्टार्टअप ने लघु और मध्यम उद्यमों (एसएमई) और स्टार्टअप के लिए नवीन भुगतान समाधान शुरू करने के लिए भुगतान प्रौद्योगिकी...

Rajesh Singh
Oct 8, 20207 min read
16 views
0 comments
Current Affairs April 2020
Que.1:किस राज्य/केन्द्र शासित प्रदेश के कानूनी सेवा प्राधिकरण ने उन वरिष्ठ नागरिकों की मदद करने और उनकी सुविध हेतु जो अकेले रहते हैं और...

Rajesh Singh
Oct 8, 20208 min read
18 views
0 comments
Current Affairs February 2020
Que.1: 2020 ऑस्ट्रेलियन ओपन पुरुष एकल खिताब किसने जीता? · A) रोजर फेडरर · B) डोमिनिक थिएम · C) नोवाक जोकोविक · D) राफेल नडाल Que.2:...

Rajesh Singh
Oct 8, 20207 min read
14 views
0 comments
Latest Current Affairs March 2020
Que.1: मुक्त सार्वजनिक परिवहन प्रदान करने वाला कौन-सा देश दुनिया का पहला देश बन गया है? · A) जापान · B) फिलिस्तीन · C) स्वीडन · D)...

Rajesh Singh
Oct 8, 20207 min read
19 views
0 comments
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...

Rajesh Singh
Oct 3, 20203 min read
153 views
0 comments
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...

Rajesh Singh
Aug 19, 20204 min read
5,470 views
0 comments

Rajesh Singh
Aug 11, 20200 min read
297 views
0 comments
bottom of page