top of page
Search
Rajesh Singh
Dec 26, 20227 min read
Python Practice Set January 2023
1. The output of the following code. string=”my name is x” for i in string: print(i,end=”,”) A. m,y,,n,a,m,e,,i,s,x, B. ...
254 views0 comments
Rajesh Singh
Dec 5, 20227 min read
IOT MCQ Test Paper
1. What is the full form of IoT? A. Internet of Technology B. Incorporate of Things C. Internet of Things D. ...
899 views0 comments
Rajesh Singh
Oct 20, 20229 min read
Solution of (M3-R5) Python of August 2022 Exam
M3-R5: Programming and Problem Solving Through Python Language Set-01 Q1. Which is the following number can never be generated by the...
492 views0 comments
Rajesh Singh
Oct 9, 20221 min read
UP PET Model Paper
UP PET Model Paper 1 Answer Key Model paper 1:
25 views1 comment
Rajesh Singh
Oct 6, 20220 min read
120 views0 comments
Rajesh Singh
Sep 14, 20226 min read
CSS MCQ Questions with Answer
CSS MCQ Q 1. What is CSS? a. CSS is a style sheet language b. CSS stands for Cascading style sheet. c. CSS is used to...
1,235 views0 comments
Rajesh Singh
Sep 8, 20223 min read
HTML MCQ Questions & Answers
HTML MCQ: Q1. HTML Full form: a. HighText Machine Language b. HyperText and links Markup Language c. Hyper Text Marquee...
631 views0 comments
Rajesh Singh
Sep 3, 20221 min read
Java Script Popup Box
Popup Box in Java Script There are three types popup box in java script which are below: Alert Dialog Box Confirmation Dialog Box Prompt...
52 views0 comments
Rajesh Singh
Aug 31, 20221 min read
Switch Statement in Java Script
Switch Statement: A switch statement allows a variable to be tested for equality against a list of values. Each value is called a case...
84 views0 comments
Rajesh Singh
Aug 26, 20222 min read
Asia Cup 2022
Asia Cup 2022 Asia Cup क्रिकेट टूर्नामेंटका 15वां संस्करणहोने वाला है, जिसके Match UEA मूलरूप से यहटूर्नामेंट सितंबर 2020 में आयोजितहोने...
34 views0 comments
Rajesh Singh
Aug 26, 20221 min read
C Program for Traffic Light using Switch Case
C Program for Traffic Light #include <stdio.h> #include<conio.h> Void main () { char colour; printf ("Enter the colour of the light...
3,838 views1 comment
Rajesh Singh
Aug 16, 20221 min read
C Program to find nCr using Recursion
C Program to find nCr: #include<stdio.h> #include<conio.h> int fact(x) { int i, f=i; for(i=1;i<=x;i++) { f=f*i; } return(f); } void...
216 views0 comments
Rajesh Singh
Aug 16, 20221 min read
C Program to Multiply two Matrices
Matrix multiplication in C: #include<stdio.h> #include<conio.h> void main() { int a[15][15],b[15][15],c[15][15],row, col, i, j, k;...
9 views0 comments
Rajesh Singh
Aug 13, 20222 min read
Pyramids and Patterns Programs in C
1. Half Pyramid of * programs in C * * * * * * * * * * * * * * * Program: #include <stdio.h> #include<conio.h> void main() { int i, j;...
85 views0 comments
Rajesh Singh
Aug 8, 20221 min read
IOT M4R5 Practical Programs
IOT Practical Programs:
97 views0 comments
Rajesh Singh
Aug 1, 20221 min read
Python Program to find largest element from the list which provided by user
Python Program to find largest element from list: list = [] num = int(input("Enter number of elements in list: ")) for i in range(1, num...
136 views0 comments
Rajesh Singh
Jul 27, 20224 min read
Data Entry Job Work from Home Online
Everything you need to know about Data Entry Job Work from Home Currently, almost every sector, whether government or private industry,...
91 views5 comments
Rajesh Singh
Jul 23, 20224 min read
Top 5 web hosting solution Providers
Deciding on which web hosting solution to go with can be tough. There are so many options available, and you have to choose one that...
71 views4 comments
Rajesh Singh
Jul 20, 202216 min read
Python MCQ Questions with Answers
1. What is the output of the below program in python: print(0.2+0.4==0.6) A. True B. False C. Error D. Depends on...
19,417 views0 comments
Rajesh Singh
Jul 19, 20221 min read
Free Classified Sites List in Australia
These website will provide high quality relevant traffic and good quality backlinks and makes product popular in your location. Find top...
130 views1 comment
bottom of page