No products in the cart.

Ask questions which are clear, concise and easy to understand.

Ask Question
  • 0 answers
  • 2 answers

Isha Ranta 5 years, 3 months ago

Iterpreter:- converts source code into object code line by line. Compiler:- converts source code into object code in one go.

Shivankar Anand 5 years, 3 months ago

A compiler compiles the whole program in one go but an interpreter checks it line by line.
  • 1 answers

Mahima Narang 5 years, 2 months ago

46
  • 1 answers

Sia ? 5 years, 3 months ago

Step 1 : Divide (43)10 successively by 2 until the quotient is 0:
43/2 = 21, remainder is 1
21/2 = 10, remainder is 1
10/2 = 5, remainder is 0
5/2 = 2, remainder is 1
2/2 = 1, remainder is 0
1/2 = 0, remainder is 1
Step 2 : Read from the bottom (MSB) to top (LSB) as 101011. This is the binary equivalent of decimal number 43

  • 1 answers

Sheela Narang 5 years, 3 months ago

The modulus operator gives us the remainder with integer value
  • 1 answers

Sia ? 5 years, 3 months ago

Pandas (software) In computer programming, pandas is a software library written for the Pythonprogramming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series.

  • 1 answers

Gaurav Seth 5 years, 3 months ago

"ANIMATION" is a subject which contains the moving pictures or the illusion of moving pictures with a rapid display of sequence of images.

The word “ANIMATE” comes from the Latin verb “ANIMARE” means to make alive or to fill with breathe.
Animation is the rapid display of a sequence of images to create an illusion of movement. The most common method of presenting animation is as a motion picture or video program.
In simpler word animation means giving life to our imagination.
There are three types of animation:

1. 2D Animation

2. 3D Animation

3. Stop Motion Animation

  • 1 answers

Yogita Ingle 5 years, 3 months ago

Database Systems: Systems comprising of Databases and Database Management Systems are simply referred as database systems.
Examples of Common Database Management Systems: MySQL ,INGRES, POSTGRES, ORACLE, DB2.

  • 1 answers

Nizi Patel 5 years, 3 months ago

Num=int(input("enter the numbers:") a=num*num b=num*num*num c=num*num*num*num print(a,"is square of",num) Print(b,"is cube of",num) Print(c,"is 4times multiply of",num)
  • 1 answers

Sia ? 5 years, 4 months ago

A string literal is a type of literal in programming for the representation of a string value within the source code of a computer program.

  • 1 answers

Abhay Verma 5 years, 4 months ago

All are going well
  • 0 answers
  • 1 answers

Devansh Pandey 5 years, 1 month ago

Temperature =90 print("Temperature") This is correct answer
  • 0 answers
  • 1 answers

Sia ? 5 years, 4 months ago

HASS is an acronym for Highly Accelerated Stress Screening.

  • 1 answers

Sia ? 5 years, 4 months ago

#include <stdio.h>

int main()

{ int low, high, i, flag;

printf("Enter two numbers(intervals): ");

scanf("%d %d", &low, &high);

printf("Prime numbers between %d and %d are: ", low, high);

while (low < high)

{ flag = 0;

for(i = 2; i <= low/2; ++i)

{ if(low % i == 0)

{ flag = 1;

break; } }

if (flag == 0)

printf("%d ", low);

++low; }

return 0; }

  • 3 answers

Devansh Pandey 5 years, 1 month ago

ALU(Arithmetic logic unit) and CU(Control unit)

Harjot Singh 5 years, 4 months ago

Arithmetic logic unit and memory unit

Tushar Srivastava 5 years, 4 months ago

RAM and ROM are two parts of cpu
  • 0 answers

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App