COMPUTER SCIENCE


vinaykhatri
Vinay Khatri 14 June, 2021

Program to find quotient and remainder of two numbers

In this programming tutorial, we will write a program to find the quotient and remainder of two num…

vinaykhatri
Vinay Khatri 14 June, 2021

Write a Program to convert a lowercase alphabet to uppercase or vice-…

ASCII stands for American Standard Code, and it represents a unique numeric value for every charact…

vinaykhatri
Vinay Khatri 14 June, 2021

Write a Program to Print Three Numbers in Descending Order: A Step-By…

  Let's say we have three numbers and need to sort them in descending order. How would …

sameekshamedewar
Sameeksha Medewar 8 July, 2020

Difference Between RAM and ROM - The Duo of Primary Memory

RAM (Random Access Memory) and ROM (Read-Only Memory) are two types of primary memory. This article…

vinaykhatri
Vinay Khatri 18 June, 2020

Java and C Program to Convert Octal to Decimal

Here in this article, we have provided Java and C source codes, that ask the user to enter a number…

sameekshamedewar
Sameeksha Medewar 9 May, 2020

What is Software?

Any computer or computing system has two core components: software and hardware. Hardware is anythi…

vinaykhatri
Vinay Khatri 12 April, 2020

Python Program to Print all Prime Numbers in an Interval

Python is one of the easiest and fun programming languages to learn. If you are also learning Pytho…

vinaykhatri
Vinay Khatri 12 April, 2020

Python Program to Find Armstrong Number in an Interval

Here in this article, we have provided a Python program that asks the user to enter the lower and u…

vinaykhatri
Vinay Khatri 12 April, 2020

Python Program to Check Armstrong Number | Armstrong Number in Python

In this python program, we will ask the user to enter a number and as an output, the program will t…

vinaykhatri
Vinay Khatri 12 April, 2020

Python Program to Display the Multiplication Table | Print table in P…

Here we have provided a python program that asks the user to enter a number and its multiplication …

vinaykhatri
Vinay Khatri 12 April, 2020

Python Program to Check Leap Year | Leap Year Program in Python

In this Python tutorial, you will learn how to write a python program to check a leap year. Here in…

vinaykhatri
Vinay Khatri 12 April, 2020

Python Program to Find the Largest Among Three Numbers

In this Python tutorial, you will learn how to write a python program to find the Largest Number Am…