451. At the point when a cycle opens its first document expressly it will get descriptor number ?
- 1
- 2
- 3
- 4
452. I MB or 1 megabyte is comparable to?
- 1024 bytes
- 10242 bytes
- 10243 bytes
- 1000000 bytes
453. The base layer in the layered methodology of Operating System is ?
- Hardware
- User interface
- Hardware
- Kernel
454. has a various leveled document framework structure?
- DOS
- Windows
- UNIX
455. You can utilize the – order in UNIX to make an index?
- RM dir MK dir
- cp
- ccg
456. Records that start with a – in UNIX/Linux registry structure are as covered up documents ?.
- (spot)
- ( hash )
- /(slice)
- ~ (slant)
457. The making cycle is as a – measure while the new cycles are as the – of that measure ?
- Children, parent
- Parent, kids
- Zombie, single
458. cushion puts commonsense cutoff on the size of the cradle ?
- Bounded
- Unbounded
- Both Unbounded and limited
459. The are utilized for correspondence between related or irrelevant cycles on a similar framework or random measures on various frameworks?
- Pipes
- BSD Sockets
- Named pipe (FIFO)
460.An is a theoretical key for getting to a record. ?
- File descriptor
- Input Redirection
- Output Redirection
- FIFO
461. order gives a depiction of the current cycles.
- PS
- top
- who
- Ls
462. You can show the entirety of the signs upheld by your framework, alongside their numbers, by utilizing the task?
- <Ctrl-A>
- FG
- jobs
- kill -I
463. The time it takes for the dispatcher to stop one cycle and start running is ?
- Dispatch inertness
- Scheduling
- Context exchanging
464. First-Come, First-Served (FCFS) is a – booking calculation.?
- preemptive
- n-preemptive
- both preemptive and n-preemptive
465. The Shortest-Job-First Scheduling calculation can be ?
- Preemptive as it were
- n-preemptive as it were
- preemptive or n-preemptive.
466. Preemptive – booking is w and again called shortest remaining-time-first planning.
- First-Come-First-Served (FCFS)
- Round-Robin
- Sorted Job First (SJF)
- Priority
467. The fundamental reason for is to assist the clients with using the equipment assets for finishing various assignments in a worked on way?
- Operating framework
- Application programming
- All Software
- All of the given
468. Operating system helps deals with the accompanying aside from?
- Application programming
- Bus speed of the framework
- Memory
- Virtual memory
469. scheduler chooses the cycle from the work pool and put them in fundamental memory. ?
- Long term
- Short term
- Medium term
- Swapper
470. A parent cycle calling framework call will be suspended until youngsters measure ends?.
- wait
- fork
- exit
- exec
471. n-measure basic segment issue can be settled by utilizing?
- The bread kitchen calculation
- Deterministing displaying
- Analytic assessment
472. is a piece of code in a participating interaction wherein the cycle may refreshes shared information (variable, document, data set, and so forth) ?
- Critical examination
- Critical area
- Critical way
- Critical code
473. Cooperative calculation is like planning however seizure is added to switch between measures?.
- Shortest work first
- Shortest Remaining Time First
- First Come First Server
474. DOS is single client working framework?.
- True
- False
475.An interaction is supposed to be in basic area in the event that it executes code that controls shared information
- True
- False
476. At the point when interaction opens its first document unequivocally it will get descriptor number
- 1
- 2
- 3
- 4
478. A significant issue with need booking calculations is .
- Deadlock
- Aging
- Starvation
479. All strings inside an interaction share the location space.
- Same
- Different
480. shows data about the top cycles.
- Is
- Cs
- Top
- Cd
481.Utilities used for system administration (halt, if config, fdisk, etc.) are stored in directory.
- /dev
- /boot
- /lib
- /SBIN
482. RM and [r]Mk dir commands are used to directory.?
- Create
- Move
- Remove
- Modify
483. You can use the mov file1 file2 command to move?
- file1 to file2file 2 to file 1
- this command will t work for moving files.
- Both option a and b are correct
484. Taking the CPU from one process and giving the CPU to process is termed as?
- Context Switching
- Dispatching
- Swapping
- Tracking
485. A Process that has finished working, as well as its parent process has also finished its execution. In this state the process A will be called as………. process.
- Child
- Thread
- Zombie
- Fork
486. Bounded Buffer is a buffer of ………… size?
- Variable
- fixed
487. In……….. communication the process which wants to communicate with the other process must explicitly?
- name the recipient and the sender.
- Direct
- Indirect
- Automatic
- Self
488. In indirect inter process communication, a sender ……mention the name of the recipient.?
- Does
- does t
489.The returned code to the child process after successful fork system call execution is?
- 1
- 2
- 3
- 0
490. If the fork system call fails, it returns?
- 1
- -1
- 2
- 0
491. When a process opens its first file explicitly it will get descriptor number?
- 1
- 2
- 3
- 4
491. I MB or 1 megabyte is equivalent to—-?
- 1024 bytes
- 10242 bytes
- 10243 bytes
- 1000000 bytes
492. The bottom layer in the layered approach of Operating System is———–?
- Hardware
- User interface
- Hardware
- Kernel
493. ————has a hierarchical file system structure?
- DOS
- Windows
- UNIX
494. You can use the ———command in UNIX to create a directory?
- Rmdir
- make dir
- cp
- Gcc
495. Files that start with a ——– in UNIX/Linux directory structure are known as hidden files ?
- . (dot)
- ( hash )
- / (slash)
- ~ (tilt)
496. The creating process is called a————— process while the new processes are called the ———- of that process?
- one of the given options
- Children, parent
- Parent, children
- Zombie, single
497. buffer places practical limit on the size of the buffer?
- Bounded
- Unbounded
- Both Unbounded & bounded
498. The ……. are used for communication between related or unrelated processes on the same system or unrelated processes on different systems?
- Pipes
- BSD Sockets
- Named pipe (FIFO)
499. It is an abstract key for accessing a file?
- File descriptor
- Input Redirection
- Output Redirection
- FIFO
500. ——- command gives a snapshot of the current processes?
- PS
- Top
- Who
- ls