No products in the cart.

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

Ask Question
  • 0 answers
  • 1 answers

Javed Akhtar 7 years, 11 months ago

A dumb machine which can do incredibly smart things!
  • 0 answers
  • 0 answers
  • 1 answers

Amar Kumar 7 years, 11 months ago

A protocol or communication protocol is a set of rules in which computers communicate with each other.

Sometimes referred to as an access method, a protocol is a standard used to define a method of exchanging data over a computer network, such as local area network, Internet, Intranet, etc. Each protocol has its own method of how data is formatted when sent and what to do with it once received, how that data is compressed, or how to check for errors in the data.

One of the most common and known protocols is HTTP (HyperText Transfer Protocol)

  • 0 answers
Dos
  • 0 answers
  • 1 answers

Pnp Jain 7 years, 11 months ago

= is assignment operator used to assign values to a variable. On the other hand, == is used to check whether the value of the variable is equal to a specific value or not. For eg. a=5 means we are assigning value 5 to a and a==5 means we are checking whether a is equal to 5.
  • 2 answers

Rahul Sharma 7 years, 11 months ago

#include<iostream.h>
#include<conio.h>

void main()
{
int i,j,k;
clrscr();
for(i=1; i<=5; i++)
{
for(j=4; j>=i; j--)
{
cout<<" ";
}
for(k=1; k<=(2*i-1); k++)
{
cout<<"*";
}
cout<<"\n";
}
getch();
}

Rahul Sharma 7 years, 11 months ago

<pre class="brush: cpp;toolbar: false; gutter: true;"> /* * C program to print triangle pyramid pattern using * */ #include<stdio.h> #include<conio.h> int main() { int i,j,rows; printf("Enter the number of rows\n"); scanf("%d", &rows); for(i = 1; i <= rows; i++) { /* Prints one row of triangle */ for(j = 1; j <= i; ++j) { printf("* "); } printf("\n"); } getch(); return 0; }</pre>
  • 0 answers
  • 1 answers

Sia ? 4 years, 2 months ago

25L is a string whereas 25 is an integer.

  • 1 answers

Sweety Sheoran 7 years, 11 months ago

One's complement is 11110010. Two's complement of-13 is11110011 =
  • 0 answers
  • 0 answers
  • 0 answers
  • 1 answers

Amrjt Chakma Chakma 7 years, 11 months ago

Internal memory is that type of memory which we find along with the computer or other phone and it is cannot be removal,whereas external memory is that type of memory which can be removal from the phone or computer.
  • 0 answers
  • 0 answers
  • 0 answers
  • 0 answers
  • 0 answers
  • 1 answers

Vishal Vishnuvardhan 7 years, 11 months ago

Firmware is a pre written programs permanently stored in rom .These configure the computer and are not easily modifiable by the user . BIOS are an example of firmware
  • 1 answers

Bibhash Anand 7 years, 11 months ago

If you can't find your ms word document you saved the open ms word and go to file menu then open. Now see the location here only your file must be.If not try to search in my computer. By Default it must be in documents library.
  • 1 answers

Bibhash Anand 7 years, 11 months ago

Desktop is the first screen which appears after a successful boot. Window is box of any application in which it runs.
  • 1 answers

Sweety Sheoran 7 years, 11 months ago

#include<iostream.h> #include<conio.h> void main() {Clrscr(); char ch,ch1, ch2, ch3,ch4; cout<<"enter a character between a and j "; cin>>ch; into num=ch; ch1=ch+1; ch2=ch+2; ch3=ch+3; ch4=ch+4; cout<<"\n next four characters are"; cout<<"\n"<<ch1 <<ch2 <<ch3 <<ch4; getch(); }

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