No products in the cart.

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

Ask Question
  • 1 answers

Nidhi Sharma 5 years, 1 month ago

What to do with it. can you tell.
  • 1 answers

Sia ? 3 years, 6 months ago

1. Files act locally where as DBMS saves directly in a database

2. Saves in temporary locations where as DBMS in well arranged and permanent data base locations

3. In File System., transactions are not possible where as various transactions like insert, delete, view, updating etc are possible in DBMS

4. Data will be accessed through single or various files where as in DBMS, tables (schema) is used to access data.

5. A "File manager" is used to store all relationships in directories in File Systems where as a data base manager (administrator) stores the relationship in form of structural tables

  • 1 answers

Aditi Kaushal 5 years, 1 month ago

""" cgos:cost of goods sold revenue:amount at which goods sold pl:profit or loss """
  • 1 answers

Lajvanti Thakkar 5 years, 2 months ago

Sub1=int(input("enter marks in first subject :")) Write The same line for other four subjects only change subject number and then: Avg=(sub1+sub2+sub3+sub4+sub5)/5 Print(avg)
  • 1 answers

Udaybhan Singh 5 years, 2 months ago

P=int(input("Enter P:")) R=float(input("Enter R:")) T=int(input("Enter T:")) SI=P*R*T/100 print("The SI is",P,R,"and",T,"is:"SI)
  • 1 answers

Sia ? 5 years, 2 months ago

Utility programs, commonly referred to as just "utilities," are software programs that add functionality to your computer or help your computer perform better. These include antivirus, backup, disk repair, file management, security, and networking programs.

  • 1 answers

Devansh Pandey 5 years, 1 month ago

Late 1001010 is a binary number
  • 0 answers
  • 1 answers

Devansh Pandey 5 years, 2 months ago

With the help of programming
  • 1 answers

Sia ? 3 years, 7 months ago

  1. Minimum repetition and redundancy: In a database there are high chances of data duplication due to the presence of many users. DBMS resolves this issue by building a repository where all the data are stored and can be accessed by multiple users.
  2. Databases of big corporations or companies can only be managed by a database management system. Database management system offers data protection and features like recovery and backup for easy recording and retrieval of data.
  3. Enhanced security: Database management systems offer enhanced security by restricting public access. It can only be accessed by a database administrator or the concerned head of the department.
  4. Multiple user access: Database is designed in such a way that it can be accessed by multiple users who can work on different sections of the databases at a time without interrupting the flow of work.
  5. Provides multiple views of the data: Database management system allows the users to access multiple views of the data present in the database. For e.g an HR personnel can check the database for processing the data of the employee, while at the same time an employee can use the database to access resources related to payslip, attendance, etc.
  6. Permanent storage of data: Data stored in a database will remain stored permanently until and unless it is deleted from the system manually. Even in cases of accidental deletion of data, the database system has a robust recovery system which allows recovery of deleted data.
  • 3 answers

Indu Bala 5 years, 2 months ago

It is a 5th generation Lang used in computer to create programs.

Isha Ranta 5 years, 3 months ago

It is free and open source high level programming language developed by guido van rossum in 1991 at National research institute for mathematics in Netherland.

Madhav Krishna Trikha 5 years, 3 months ago

Python is a high level programming language created by guido van rossum in 1991. It was made after famous BBC comedy show "Monty Python Flying Circus".
  • 1 answers

Yogita Ingle 5 years, 3 months ago

CHAR

  1. Used to store character string value of fixed length.
  2. The maximum no. of characters the data type can hold is 255 characters.
  3. It's 50% faster than VARCHAR.
  4. Uses static memory allocation.

VARCHAR

  1. Used to store variable length alphanumeric data.
  2. The maximum this data type can hold is up to
    • Pre-MySQL 5.0.3: 255 characters.
    • Post-MySQL 5.0.3: 65,535 characters shared for the row.
  3. It's slower than CHAR.
  4. Uses dynamic memory allocation*.
  • 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