0

Convert Roman Number To Integer - Interview Problem Solving Question | PHP

In this post we are going to see a very popular question in interview, Convert roman number to integer. we are going to write a program for that.....

Read More
0

Love Calculator In Python

Python Project FLAMES Love Calculator in python  Source Code: boyname=input("Enter your name").upper() girlname=input("Enter your partner name").upper() for x in boyname: if x in girlname: .....

Read More
0

{Solved} O Level Practical Question Paper January 2023

In this article we are going to share Practical Questions with solution for O Level Exam and this is orginal o level practical question paper 2023. so let's.....

Read More
0

Write A Python Program To Print The Numbers From A Given Number N To Till 0 Using Recursion.

Question: Write a Python program to print the numbers from a given number n to till 0 using recursion. Solution: def newideas(n): if (n>=0): print(n, end=”.....

Read More
0

Write A Python Program To Implement Matrix Multiplication Using Numpy Array.

Question: Write a Python program to implement matrix multiplication using numpy array. Solution: X = [[8,5,1],[9,3,2],[4 ,6,3]] Y = [[8,5,3],[9,5,7],[9,4,1]] result = [[0,0,0],[0,0,0],[0,0,0]] for i in range(len(X)): for j in.....

Read More
0

Write A Python Program To Implement A Calculator To Do Basic Operations Like(+, -, *, /).

Question: Write a Python program to implement a calculator to do basic operations Like(+, -, *, /).  Solution:  n1=int(input("Enter first numbers")) n2=int(input("Enter second numbers")) op=input("Enter the operation +,-,*,/ : ") if op=='+': .....

Read More
0

CSS Menu Design - Web Designing (M2-R5.1) O Level

How to Create MEnu using CSS For Begginers Output: CSS Menu Design Code | Web Designing and Publishing <!DOCTYPE html> <html> <head> <title>CSS Menu Design - O Level</title> <style type="text/css"> div{ height: 50px; width:100%; background-color: navy; } div ul{ list-style-type: none; } div ul.....

Read More
tree-data-structure-using-c

Tree Data Structure Using C | Tree Data Structure A To Z

In this post we are going to write a short note on Tree Data Structure with all concept. As we know there are two type of Data structure.....

Read More
0

100 ChatGPT MCQ (Multiple Choice MCQs) - Primegyan.com

1. What is ChatGPT? A) Virus B) Input Device C) Computer Program D) None Correct Answer: Computer Program Explanation: ChatGPT is a Computer Program based on Artificial Intelligence(AI).   2. ChatGPT Initialy Released in year A) 2010 B).....

Read More
INDUSTRIAL MANAGEMENT AND ENTREPRENEURSHIP DEVELOPMENT

INDUSTRIAL MANAGEMENT AND ENTREPRENEURSHIP DEVELOPMENT Question Paper

In this post we are gonna to share old question paper for INDUSTRIAL MANAGEMENT AND ENTREPRENEURSHIP DEVELOPMENT  and Previous yeear paper IMED. So Let's Discuss.. INDUSTRIAL MANAGEMENT AND ENTREPRENEURSHIP.....

Read More
0

Class 10 Computer Question Paper

In this post, we are going to share class 10 computer application question with answer. so lets start....  Half Yearly ExaminationsClass - 10Subject - Computer  1.1 Multiple choice questions. (1*10=10) 1......

Read More
CCC-important-30-questions

CCC Online Test 30 Questions | Important CCC 30 Questions

if you are prepairing for NIELIT CCC examination and you are searching for important CCC questions for your exam, don't worry i am bring 30 CCC most important.....

Read More
0

A Level Syllabus Full Stack Web Development Using MVC Framework

NIELIT A Level Syllabus 2023: NIELIT has released the new exam pattern and syllabus for NIELIT A Level 2023 Examination along with official notification of the NIELIT A.....

Read More
o level (13)

Communication Skills Questions

Communication Skills 1. What do you understand by the term of'communication'?2. Define verbal commnication?3. Define communication style?4. What do you mean by basis listening communication?5. What is an interview?6......

Read More
o-level-exam-date

NIELIT O Level Exam Date 2023 Examination

https://student.nielit.gov.in/ NIELIT Time Table 2023 O Level Exam Date: NIELIT announced the O Level Exam Time Table 2023. NIELIT will be conducting the O Level, A Level, B.....

Read More