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 MoreIn 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 MorePython 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 MoreIn 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 MoreQuestion: 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 MoreQuestion: 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 MoreQuestion: 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 MoreHow 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 MoreIn 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 More1. 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 MoreIn 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 MoreIn 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 Moreif 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 MoreNIELIT 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 MoreCommunication 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 Morehttps://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