top of page
Search
Rajesh Singh
2 days ago4 min read
IOT Sensor MCQ
Sensor MCQ for O level Exam: Q1. Which sensor is used in Mobile phones? A. Capacitive Touch Sensor B. Temperature Sensor...
6 views0 comments
Rajesh Singh
Jan 152 min read
ToolYatri.com: Revolutionizing Technology with Over 1,000 Free Tools
Welcome to ToolYatri.com , the world’s premier technology platform where innovation meets functionality. Our mission is to empower...
10 views0 comments
Rajesh Singh
Jan 48 min read
IOT Arduino MCQ
Building IOT Applications MCQ: Q1. Which Microcontroller is used in Arduino UNO prototyping board? A. ATmega328m B. ATmega328p...
87 views0 comments
Rajesh Singh
Jan 35 min read
Introduction to IOT MCQ
Introductions to IOT MCQs Q1. Which is not a standard protocol used in IOT domain? A. Wifi B. Z-wave C. Zigbee D. ...
41 views0 comments
Rajesh Singh
Dec 27, 20244 min read
AI Avatars: The Future of Personalized Learning
The integration of artificial intelligence (AI) into education has revolutionized how students learn and teachers teach. Among these...
9 views0 comments
Rajesh Singh
Dec 19, 202413 min read
IT Tools and Network Basics MCQ
Q1. Presentation file created in LibreOffice Impress is saved with the extension…. लिब्रे ऑफिस इंप्रेस में बनाई गई प्रेजेंटेशन फ़ाइल...
84 views0 comments
Rajesh Singh
Dec 15, 20244 min read
For Loop MCQ in Python
Q1. What is the output of the following Python code? x={1:"X",2:"Y",3:"Z"} for i,j in x.items(): print(i,j,end=" ") A. 1 X 2 Y 3 Z...
39 views0 comments
Rajesh Singh
Dec 3, 20242 min read
Can a Paraphrase Tool Really Help with Google Content Updates?
Google's content updates, commonly known as the "Helpful Content Updates," focus on promoting valuable and user-friendly content while...
10 views0 comments
Rajesh Singh
Dec 2, 20245 min read
Files MCQ in Python
File Processing MCQ Q1. Which function writes a list of lines in File? A. Writelines() B. Write() C. Tell() D. All of...
65 views0 comments
Rajesh Singh
Dec 1, 20244 min read
Python List MCQ Questions
Q1. What is output of below python code? dict= {1:'1', 2:'2', 3:'3'} del dict[1] dict[1] = '10' del dict[2] print (len(dict)) A. 1 B. 2...
48 views0 comments
Rajesh Singh
Dec 1, 20244 min read
Python NUMPY MCQ Questions
Python NumPy Chapter MCQ: 1. What will be print? Import numpy as np a = np. array([1,2,3,5,8]) b = np. array([0,3,4,2,1]) c = a+b c = c*a...
82 views0 comments
Rajesh Singh
Nov 30, 20246 min read
Python Function MCQ Questions
Function Python Chapter MCQ Q1. Function keyword use (a). define (b). fun (c). def (d). function ...
4 views0 comments
Rajesh Singh
Nov 30, 20246 min read
Python Function MCQ Questions
Function Python Chapter MCQ Q1. Function keyword use (a). define (b). fun (c). def (d). function ...
41 views0 comments
Rajesh Singh
Nov 29, 20244 min read
PhotoShop MCQ Questions for O Level Exam
Q1. Which color mode is used in printing? A. RGB B. CMYK C. Grayscale D. All of Above Ans:B Q2. What is shortcut...
135 views0 comments
Rajesh Singh
Nov 25, 20247 min read
W3CSS Framework MCQ for O Level
Q1. Which of the following is not included in the framework? A. Font size B. Css reset C. Button style D. Forms Ans:...
146 views0 comments
Rajesh Singh
Nov 12, 20243 min read
How Are Legal Fees Decided in Criminal Cases?
Souce: Pexels Facing criminal charges can be a stressful and difficult experience, no matter your level of guilt or innocence. But legal...
28 views0 comments
Rajesh Singh
Nov 6, 20244 min read
Creating Your Digital Identity: An In-Depth Guide to CV Generators
It becomes your first impression to possible employers in today's hectic job market. It acts as your digital identity-what skills,...
22 views0 comments
Rajesh Singh
Nov 2, 20243 min read
CCC Questions for November Exam 2024
Q1. What is shortcut key will be used to go to the bottom row in spreadsheet? A. Ctrl+left Arrow B. Ctrl+Shift+Down Arrow...
62 views0 comments
Rajesh Singh
Oct 29, 20241 min read
Write a program to print numbers from 1 to 20 except multiple of 2 & 3.
Program: for x in range(1,20): if(x%2==0 or x%3==0): continue print(x,end='') print("\n") Output: 1 5 7 11 13 17 19
38 views0 comments
Rajesh Singh
Oct 17, 20244 min read
Why are Meta Tags important for SEO
If you are here and reading this blog, we can assume that you know something about metas or meta tags in SEO . According to research, 87%...
33 views0 comments
bottom of page