Operating System acts as an interface between hardware and software. True or False
True
Full form of DBMS
Database Management System
Full form of HTML
Hypertext Markup Language
Define Process
Process is a program in execution.
What is checkpoint in DBMS
The Checkpoint is a type of mechanism where all the previous logs are removed from the system and permanently stored in the storage disk.
Does a hyperlink apply only to text? Yes or No. Justify
No. The hyperlinks can be applied to both texts as well as images.
What are deadlock conditions?
Mutual Exclusion, Hold and Wait, No Preemption, Circular wait
How many types of Database Languages are there?
DDL, DML, DCL, TCL
Choose the correct HTML tag to make the text italic.
1. <italic>
2. <it>
3. <i>
4. <il>
3. <i>
Write 5 process states
New, Ready, Running, Waiting, Terminated
Name 4 fundamental operations of relational algebra
Select, Project, Union, Difference, Rename etc.
What hierarchy is being followed when in style sheets?
Inline style takes priority over embedded style sheets.
Embedded style takes priority over external style sheets.