No products in the cart.

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

Ask Question
  • 1 answers

Balwant Kumar 3 years, 8 months ago

Google Chrome and Apple Safari

  • 1 answers

Ayush Bhatt 3 years, 8 months ago

CREATE DATABASE School;
  • 1 answers

Sia ? 3 years, 8 months ago

x = y = z = 0
x = float( input("Enter the first number:"))
y = float(input("Enter the second digit number:"))
z = float (input("Enter the third number:"))
max = x
if y > max:
max = y
print("Largest number is",max)

  • 1 answers

Aswini Kr 3 years, 8 months ago

Gl cloud named as meghraj
  • 1 answers

Balwant Kumar 3 years, 8 months ago

<pre> <code>for (int i = 0; i < 5; i++) { System.out.println(i); }</code></pre>
  • 1 answers

Sia ? 3 years, 8 months ago

SQL has many advantages which makes it popular and highly demanded. It is a reliable and efficient language used for communicating with the database. Some advantages of SQL are as follows:

  1. Faster Query Processing – Large amount of data is retrieved quickly and efficiently. Operations like Insertion, deletion, manipulation of data is also done in almost no time.
  2. No Coding Skills – For data retrieval, large number of lines of code is not required. All basic keywords such as SELECT, INSERT INTO, UPDATE, etc are used and also the syntactical rules are not complex in SQL, which makes it a user-friendly language.
  3. Standardised Language – Due to documentation and long establishment over years, it provides a uniform platform worldwide to all its users.
  4. Portable – It can be used in programs in PCs, server, laptops independent of any platform (Operating System, etc). Also, it can be embedded with other applications as per need/requirement/use.
  5. Interactive Language – Easy to learn and understand, answers to complex queries can be received in seconds.
  6. Multiple data views.
  • 0 answers
  • 4 answers

Navya Ayyadevara 3 years, 9 months ago

d.to show the contents we have to insert values right so to insert values we should do this insert into team values(team titan); insert into team values(team rockers); Insert into team values( team magnet); Insert into team values (team hurraine); so now if we use select* from team it shows the contents that we inserted

Navya Ayyadevara 3 years, 9 months ago

c.desc team;

Navya Ayyadevara 3 years, 9 months ago

b.create table team(Team ID, primary key);

Navya Ayyadevara 3 years, 9 months ago

a. Create database sports;
  • 1 answers

Navya Ayyadevara 3 years, 9 months ago

Data definition language
  • 4 answers

Tec Om 3 years, 8 months ago

pound symbol(#) and triple quote(''' ''')

Rehmeen Khatoon 3 years, 9 months ago

In python the comments begin with # character.

Navya Ayyadevara 3 years, 9 months ago

Hash tag character

Navya Ayyadevara 3 years, 9 months ago

#
  • 4 answers

Rehmeen Khatoon 3 years, 9 months ago

Float data type.

Navya Ayyadevara 3 years, 9 months ago

None

Navya Ayyadevara 3 years, 9 months ago

False

Navya Ayyadevara 3 years, 9 months ago

23.789
  • 0 answers
  • 2 answers

Navya Ayyadevara 3 years, 9 months ago

Sry it's print ("sqr=num*num")

Navya Ayyadevara 3 years, 9 months ago

N=int(input("enter a number")). Print(sqr=num*num)
  • 2 answers

Rehmeen Khatoon 3 years, 9 months ago

The question is incomplete??

Tec Om 3 years, 9 months ago

bhai kuch nahi ayega
  • 0 answers
  • 1 answers

Tec Om 3 years, 9 months ago

length=float(input("enter the length :)) breath=float(input("enter the breath :)) print("the area of the rectangle is :",length*breath)
  • 3 answers

Tec Om 3 years, 9 months ago

if it is in interactive mode it will give you 5

Navya Ayyadevara 3 years, 9 months ago

Error*

Navya Ayyadevara 3 years, 9 months ago

It shows erroe
  • 1 answers

Tec Om 3 years, 9 months ago

in python selectional statements are decision making statements for example if statement else statements and elif statement
  • 1 answers

Preeti Dabral 3 years, 5 months ago

  1. #include<stdio.h>  
  2. int main()    
  3. {    
  4.  int i,fact=1,number;    
  5.  printf("Enter a number: ");    
  6.   scanf("%d",&number);    
  7.  for(i=1;i<=number;i++){    
  8.  fact=fact*i;    
  9.   }    
  10.  printf("Factorial of %d is: %d",number,fact);    
  11. return 0;  
  12. }   

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