Operating System

501. Identify false statement

You can find deleted files in recycle bin
You can restore any files in recycle bin if you ever need
You can increase free space of disk by sending files in recycle bin
You can right click and choose Empty Recycle Bin to clean it at once
✅ The correct answer is option C.

505. The function(s) of the Syntax phase is(are)

to recognize the major constructs of the language and to call the appropriate action routines that will generate the intermediate form or matrix for these constructs.
to build a literal table and an identifier table
to build a uniform symbol table
to parse the source program into the basic elements or tokens of the language.
✅ The correct answer is option A.

507. Bug means

A logical error in a program
A difficult syntax error in a program
Documenting programs using an efficient documentation tool
All of the above
✅ The correct answer is option A.

510. The LRU algorithm

pages out pages that have been used recently
pages out pages that have not been used recently
pages out pages that have been least used recently
pages out the first page in a given area
✅ The correct answer is option C.