No products in the cart.

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

Ask Question
  • 1 answers

Tec Om 4 years, 1 month ago

avg=x+y/2
  • 1 answers

Yogita Ingle 4 years, 1 month ago

The software that is necessary for the computer to function is called System Software. This controls the internal computer operations.

This software can be classified Into two types :

1. Operating System (OS)

⇒ It is mainly a program which acts as an interface between a user and the hardware.(Computer resources)

2. Language Processor

⇒ This is a special type of a computer software that can translate the source code ( high-level programming language) into a machine code (binary).

  • 1 answers

Yogita Ingle 4 years, 1 month ago

A computer is an electronic device that can be programmed to accept data (input), process it and generate result (output). A computer along with additional hardware and software together is called a computer system.

Computer = Commonly Operated Machine Particularly Used in Technical and Educational Research
CPU = Central Processing Unit
RAM = Random Access Memory
ROM = Read Only Memory
PROM = Programmable Read Only Memory
EPROM = Erasable PROM
EEPROM = Electrically EPROM
HDD = Hard Disk Drive
FDD = Floppy Disk Drive

  • 1 answers

Tec Om 4 years, 1 month ago

it will give you 5 only as an output
  • 2 answers

Tec Om 4 years, 1 month ago

we can make or create lists with square brackets like
a = [2,5,"science"]
this is a list where "a" is an identifier and 2 and 5 are integers and 'science ' is a string
if you print it then
print(a)
then it will give the output
[2, 5, 'science']

Diya Vijay 4 years, 1 month ago

Send the answers fastly
  • 1 answers

Tec Om 4 years, 1 month ago

A statement is a programming instruction that will perform something.
for example print("hello world"). print is a statement in earlier versions but now this is a function
  • 1 answers

Tec Om 4 years, 1 month ago

write the questions here then we will help you
  • 2 answers

Gayatri Gouda 4 years, 2 months ago

Compact disk is the fullform of CD

Yogita Ingle 4 years, 2 months ago

The full form of CD is the compact disc.

  • 3 answers

Tec Om 4 years, 1 month ago

i hope this will help you keep my friend

Tec Om 4 years, 1 month ago

a=float(input("enter the cost:"))
if a>500:
b=a/10
c=12.5/100*a
d=a-b+c
print(d)
else:
c=12.5/100*a
print(a+c)

Tec Om 4 years, 1 month ago

a=float(input("enter the cost:")) if a>500: b=a/10 c=12.5/100*a d=a-b+c print(d) else: c=12.5/100*a print(a+c)
  • 1 answers

Tec Om 4 years, 2 months ago

Length () is used to find the length of your identifier.
  • 3 answers

Tec Om 4 years, 2 months ago

a string can not be multiplied
'a' is a string

4 years, 2 months ago

No its error in your program if you take x*y then is thisoutput

4 years, 2 months ago

Output:
a a a a a
  • 3 answers

Tec Om 4 years, 2 months ago

a=10
a="name"

Tec Om 4 years, 2 months ago

dynamic typing means you can assign many values to one variable.
a=10
a=20

Gaurav Seth 4 years, 2 months ago

Dynamic Typing feature of Python:

  • Dynamic typing is characteristic of many of the scripting languages: Perl, PHP, Python, etc
  • Dynamic typing in Python means the interpreter itself infers the type of data that a variable receives, without the need of user.
  • Here, the types are automatically determined at run time, so it doesn’t require a declaration of variables at the time of code.
  • 1 answers

Tushar Hooda 4 years, 2 months ago

Columns are set of facts and are also called attribute
  • 3 answers

Tec Om 4 years, 2 months ago

compiler is used by c++ and many other languages

Tec Om 4 years, 2 months ago

compiler is a language processor which converts high level language into machine language . It executes your whole program in one time.

Meghna Thapar 4 years, 2 months ago

Compiler, Computer software that translates (compiles) source code written in a high-level language (e.g., C++) into a set of machine-language instructions that can be understood by a digital computer's CPU. ... Compilers are very large programs, with error-checking and other abilities. In computing, a compiler is a computer program that translates computer code written in one programming language (the source language) into another language (the target language).

  • 2 answers

Diya Vijay 4 years, 2 months ago

2 chapters are deleted

Diya Vijay 4 years, 2 months ago

Total 11
  • 2 answers

Gaurav Seth 4 years, 2 months ago

Similarities between compiled and interpreted languages are given below:

Yogita Ingle 4 years, 2 months ago

  • Compiler transforms code written in a high-level programming language into the machine code, at once, before program runs, whereas an Interpreter coverts each high-level program statement, one by one, into the machine code, during program run.
  • Compiled code runs faster while interpreted code runs slower.
  • Compiler displays all errors after compilation, on the other hand, the Interpreter displays errors of each line one by one.
  • Compiler is based on translation linking-loading model, whereas Interpreter is based on Interpretation Method.
  • Compiler takes an entire program whereas the Interpreter takes a single line of code.
  • 0 answers
  • 2 answers

Sampann Singh 4 years, 2 months ago

b=int(input("enter base of triangle:")) h=int(input("enter height of triangle:")) A=0.5*b*h Print("area of triangle="A)

Tec Om 4 years, 2 months ago

for which triangle right angle triangle ,equaliteral triangle or other
  • 1 answers

Irfan Shafi 4 years, 2 months ago

Strings in python
  • 1 answers

Meghna Thapar 4 years, 2 months ago

Although both computers are sharing the same public IP address and accessing the Internet at the same time, the router knows exactly which computer to send specific packets to because each computer has a unique internal address. In that case 2 or more computers can get same IP. Two computers can safely have the same IP address in certain cases. In most cases, if those two computers are on the same local network, it breaks connectivity for one or both of them. Internet protocols work by sending small, individually addressed messages. Each message can be routed differently.

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