Bhanu Priya has Published 1060 Articles

C Program to delete the duplicate elements in an array

Bhanu Priya

Bhanu Priya

Updated on 12-Sep-2023 03:23:56

55K+ Views

Try to delete the same numbers present in an array. The resultant array consists of unique elements.The logic to delete the duplicate elements in an array is as follows −for(i=0;i

What are the applications of DBMS?

Bhanu Priya

Bhanu Priya

Updated on 10-Sep-2023 08:28:07

42K+ Views

The Database Management System (DBMS) is defined as a software system that allows the user to define, create and maintain the database and provide control access to the data.It is a collection of programs used for managing data and simultaneously it supports different types of users to create, manage, retrieve, ... Read More

What are the DCL commands in DBMS?

Bhanu Priya

Bhanu Priya

Updated on 09-Sep-2023 23:32:31

43K+ Views

Data control language (DCL) is used to access the stored data. It is mainly used for revoke and to grant the user the required access to a database. In the database, this language does not have the feature of rollback.It is a part of the structured query language (SQL).It helps ... Read More

What are data link layer design issues?

Bhanu Priya

Bhanu Priya

Updated on 08-Sep-2023 22:58:22

8K+ Views

The Data Link layer is located between physical and network layers. It provides services to the Network layer and it receives services from the physical layer. The scope of the data link layer is node-to-node.The following are the design issues in the Data Link Layer −The services that are provided ... Read More

What is a multiprogramming Operating System?

Bhanu Priya

Bhanu Priya

Updated on 08-Sep-2023 22:52:19

37K+ Views

Multiprogramming OS is an ability of an operating system that executes more than one program using a single processor machine.More than one task or program or jobs are present inside the main memory at one point of time.Buffering and spooling can overlap I/O and CPU tasks to improve the system ... Read More

What is the purpose of Database Management System?

Bhanu Priya

Bhanu Priya

Updated on 06-Sep-2023 21:07:28

46K+ Views

The Database Management System (DBMS) is defined as a software system that allows the user to define, create and maintain the database and provide control access to the data.It is a collection of programs used for managing data and simultaneously it supports different types of users to create, manage, retrieve, ... Read More

C program to sort names in alphabetical order using structures

Bhanu Priya

Bhanu Priya

Updated on 02-Sep-2023 13:54:56

6K+ Views

Structure is a collection of different datatype variables, grouped together under a single name.Features of structureThe features of structure in the C programming language are as follows −It is possible to copy the contents of all the structure elements of different datatypes to another structure variable of its type by ... Read More

C program to print multiplication table by using for Loop

Bhanu Priya

Bhanu Priya

Updated on 02-Sep-2023 13:18:25

83K+ Views

A for loop is a repetition control structure that allows you to efficiently write a loop that needs to execute a specific number of times.AlgorithmGiven below is an algorithm to print multiplication table by using for loop in C language −Step 1: Enter a number to print table at runtime. ... Read More

What are the components of DBMS?

Bhanu Priya

Bhanu Priya

Updated on 02-Sep-2023 12:51:31

81K+ Views

Hardware, Software, Data, Database Access Language, Procedures and Users all together form the components of a DBMS.Let us discuss the components one by one clearly.HardwareThe hardware is the actual computer system used for keeping and accessing the database. The conventional DBMS hardware consists of secondary storage devices such as hard ... Read More

What are different types of interrupts?

Bhanu Priya

Bhanu Priya

Updated on 02-Sep-2023 11:49:17

100K+ Views

An interrupt is a signal from a device attached to a computer or from a program within the computer that requires the operating system to stop and figure out what to do next.Interrupt systems are nothing but while the CPU can process the programs if the CPU needs any IO ... Read More

Previous 1 ... 6 7 8 9 10 ... 106 Next
Advertisements