top of page
Search


Python Program to Check a Number is Odd or Even ?
Python Program to Check a Number is Odd or Even num = int(input("Enter a number: ")) if (num % 2) == 0: print("{0} is Even".format(num))...

Rajesh Singh
Mar 26, 20201 min read


Python program to find largest number of three or two numbers
To find the largest number among the three input numbers. a = int(input("Enter first number: ")) b= int(input("Enter second number: ")) c...

Rajesh Singh
Mar 26, 20201 min read
Best CCC Questions and Answers
Q. यदि आपका डॉक्यूमेंट 300% से अधिक है, तो टेक्स्ट एरिया में कितने डॉक्यूमेंट दिखाई देगे? 1. four 2. two 3. one 4. Three Q. what is power...

Rajesh Singh
Mar 6, 20205 min read
CCC Exam February Practice Test
Q. 1. The internet uses the -----as the protocol engine a) SLIP b) HTTP c) TCP/IP d) PPP Ans : c) Q. 2. Shortcut key for inserting...

Rajesh Singh
Feb 12, 202010 min read



Rajesh Singh
Jan 2, 20200 min read
LibreOffice Calc MCQ Questions
Q1. In LibreOffice Calc, the shortcut key of going at the last of left of the cell is? लिबरऑफिस कैल्क में, सेल के बाईं ओर के आखिरी में...

Rajesh Singh
Jan 1, 20208 min read


LibreOffice Writer MCQ Questions
What is LibreOffice Writer? LibreOffice Writer is the free and open-source word processor module of the LibreOffice programming bundle....

Rajesh Singh
Dec 31, 20196 min read
Libreoffice Impress MCQ Questions
Libreoffice Impress MCQ Questions and Answers For CCC & O Level NIELIT Exams Q1. What is the minimum zoom in LibreOffice Impress?...

Rajesh Singh
Dec 30, 20197 min read


SEO ON Page and Off Page Interview Questions Answers
Seo on page SEO On Page is a process in which we work own website. There are some SEO ON Page type are below: 1. Keywords Planing 2....

Rajesh Singh
Dec 24, 201911 min read


NIELIT O Level New Syllabus 2020
1. ‘O’ Level (IT) Course Under DOEACC Scheme Objective of the ‘O’ Level Course The objective of the course is to equip a student with...

Rajesh Singh
Dec 19, 201912 min read


O Level Project Guidelines For Direct Student
ओ लेवल प्रोजेक्ट की guidelines, format, topics के बारे में और सीखेंगे की कैसे direct छात्र अपना ओ लेवल प्रोजेक्ट बना सकते हैं और कैसे वे...

Rajesh Singh
Dec 19, 20194 min read


SEO off page Submission List
SEO stands for Search Engine Optimization and has two types ON Page and OFF Page. Simply we can say that the work on own website like...

Rajesh Singh
Jul 19, 20192 min read
bottom of page




