top of page
Search
IT Tools and Network Basics MCQ
Q1. Presentation file created in LibreOffice Impress is saved with the extension…. लिब्रे ऑफिस इंप्रेस में बनाई गई प्रेजेंटेशन फ़ाइल एक्सटेंशन के साथ सेव की जाती है .ods .odt .ott .odp Ans: D Q2. Software which is developed and modified freely is called __________. सॉफ्टवेयर जो स्वतंत्र रूप से विकसित और संशोधित किया जाता है उसे __________ कहा जाता है। Synchronous Software Package Middleware OSS (Open Source Software) Ans: D Q3. What is the shortcut key for Find and Replace

Rajesh Singh
Nov 10, 202511 min read
10 Proven Tips for Writing a Professional CV That Stands Out
Crafting a standout CV is essential in today's competitive job market. Your CV serves as your first impression to potential employers, providing them with a snapshot of your skills, experiences, and qualifications. A well-structured CV not only highlights your strengths but also reflects your professionalism and attention to detail. With hiring managers often spending just seconds scanning a CV, it’s crucial to make yours memorable. In this blog post, we will explore ten prov

Rajesh Singh
Nov 3, 20255 min read


Exness app in India
Exness app The Exness app has revolutionized mobile trading for Indian investors, offering a seamless and efficient way to access...

Rajesh Singh
Apr 6, 20254 min read
Overview of Future skills and Cyber Security MCQ
Q1. Secret key encryption is known as..... A. Secret encryption B. Private encryption C. Symmetric encryption D. Asymmentric encryption Ans: C Q2. Which type of cloud deployments is used to serve multiple users not a single customer? किस प्रकार के क्लाउड परिनियोजन का उपयोग एकल ग्राहक के बजाय अनेक उपयोगकर्ताओं को सेवा प्रदान करने के लिए किया जाता है? A. Private cloud B. Public cloud C. Both A & B D. Hybrid cloud Ans: B Q3. Unsolicited

Rajesh Singh
Mar 6, 20253 min read
Soft skills-Personality Development MCQ
Q1. Which of the following is NOT a hard skill? A. Typing Speed B. Machine Operation C. Time Management D. Coding Ans: C Q2. What are/is essential concept(s) for M2M Communication success? एम2एम संचार की सफलता के लिए आवश्यक अवधारणाएं क्या हैं? A. Continuous connectivity B. Message Delivery for sleeping devices C. Message communication path selection D. All of the above Ans: D Q3. Which one is not the feature of M2M? A. Low Mobility B. Time C

Rajesh Singh
Jan 25, 202510 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 C. Water Sensor D. All of Above Ans: A Q2. If 1 means an object is detected and 0 meaning no object is detected, then considering the sensor stationary, what can be the possible movement of object if the output by the sensor is observed as 111000? यदि 1 का अर्थ है किसी वस्तु का पता चला है और 0 का अर्थ है कि किसी वस्तु का पता नहीं चला है,

Rajesh Singh
Jan 22, 20254 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...

Rajesh Singh
Jan 15, 20252 min read
IOT Arduino MCQ
Building IOT Applications MCQ: Q1. Which Microcontroller is used in Arduino UNO prototyping board? A. ATmega328m B. ATmega328p C. ATmega2560 D. None of Above Ans: B Q2. What is the use of the Interrupt Service Routine in an Arduino ? A. To boot up the Arduino B. To exit any code that is running C. To automate functions D. To make more memory Ans: C Q3. What will be the output of the following code? #include <stdio.h> void solve() { char ch[5] = "a

Rajesh Singh
Jan 4, 20258 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. Lome Ans: D Q2. Who invented the term Internet of Things? A. Bill Gates B. Steve Jobs C. Kevin Ashton D. All of Above Ans: C Q3. Which is not a main element of IOT? A. People B. Security C. Things D. Process Ans: A Q4. Which is a protocol related to IOT? A. CoAP B. ZigBee C. Both A & B D.

Rajesh Singh
Jan 3, 20255 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...

Rajesh Singh
Dec 27, 20244 min read
IT Tools and Network Basics MCQ
Q1. Presentation file created in LibreOffice Impress is saved with the extension…. लिब्रे ऑफिस इंप्रेस में बनाई गई प्रेजेंटेशन फ़ाइल...

Rajesh Singh
Dec 19, 202413 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 B. 1 2 3 C. X Y Z D. 1:”X” 2:”Y” 3:”Z” Ans: A Q2. What is output of the following Python code? x = ['ab', 'cd'] for i in x: i.upper() print(x) A. [‘ab’, ‘cd’] B. [‘AB’, ‘CD’] C. [None, None] D. None of Above Ans: A (list' object has no attribute 'upper') Q3. What is the output of the following code? y= ['ab', 'cd'] f

Rajesh Singh
Dec 15, 20246 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...

Rajesh Singh
Dec 3, 20242 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...

Rajesh Singh
Dec 2, 20246 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 C. 3 D. 0 Ans: B Q2. Which are methods of list? A. append() B. extend() C. insert() D. All of the above Ans: D: Q3. The list.pop ([i]) is used for removing the item at the given position in the list? A. Yes B. No Ans: A: Q4. list, tuple dictionary are which types of Data Types. A. Binary Types B. Boolean Types C. Sequence Types D. None

Rajesh Singh
Dec 1, 20245 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 print(c[2]) A. 7 B. 12 C. 10 D. 21 Answer: D 2. What will be output for the following code? Import numpy as np ary = np. array([1,2,3,5,8]) ary = ary+1 print(ary[1]) A. 0 B. 1 C. 2 D. 3 Answer: D 3. import numpy as np. a = np.array([[1,2,3],[0,1,4]]) print(a.size) A. 1 B. 5 C. 6 D. 4 Answer: C 4. import numpy as np a = np.array([1,2,3,5,8

Rajesh Singh
Dec 1, 20247 min read
Python Function MCQ Questions
Function Python Chapter MCQ Q1. Function keyword use (a). define (b). fun (c). def (d). function ...

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 Answer-(c) Q2. Function header items present (a). function name (b). parameter list (c). return value (d). Both(a)and(b) Answer-(d) Q3. Function class defind (a). class (b). function (c). method (d). module Answer-(c) Q4. Function return statement function return (a). none (b). 0

Rajesh Singh
Nov 30, 20248 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...

Rajesh Singh
Nov 29, 20244 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:...

Rajesh Singh
Nov 25, 20249 min read
bottom of page




