Font size
WorksheetsWindows OS
Total questions: 95
Worksheet time: 47mins
An operating system is a----------------
Application software
Web browser
Hardware
System software
What form of data does a computer store?
Alphanumeric
primary
Binary
High level
What is ASCII?
(a)
How is each character stored in the computer-------------
(a)
RAM is type of --------
Hardware
Secondary memory
Input Device
Primary memory
Software has two types--------
Application and hardware
Keyboard and Operating system
System software and Application software
Operating system and Printer
What type of data stored in the ROM?
Program files to execute
Permanent data
Currently working on file
short time data
What type of data stored in the RAM.
Secondary storage
Temporary data
Operating system
Permanent data
Denary number system has base
16
8
10
2
There is no separate code for every alphabet, color, number, symbol
True
False
which is not input device
Scanner
Joy stick
plotter
Microphone
-------------is used to measure memory
Kmph
mtr
Mb and Gb
cm/in
Resolution of an image is dependent on
color
pixel per inch
shape
screen
AI and ML stands for
Art information and
Man Language
Artificial intelligence and
Major Language
Artificial intelligence and
Artificial Intelligence and Machine Learning
Robots can be used in automations
True
False
Which of these is not a function of an OS:
Provide a user interface
Communicate with hardware
Allow the computer to multi-task
Improves CPU performance
What do device drivers do?
Allows the OS to communicate with hardware
Drives around the motherboard
Increases the amount of storage
Which of these is an advantage to using a command-line interface over a GUI?
More interactive
Easier to use
Less resource heavy
What type of operating system is Windows 10?
Single-user OS
Multi-user OS
What do device drivers do?
Allows the OS to communicate with hardware
Drives around the motherboard
Increases the amount of storage
What type of operating system is Windows 10?
Single-user OS
Multi-user OS
The program in our operating system always deals with what address?
logical address
virtual address
both
neither
Click on all the examples of Operating Systems
Windows
iOS
Google Docs
To access the services of operating system, the interface is provided by the ___________
System calls
API
Library
Assembly instructions
The primary purpose of an operating system is:
To make the most efficient use of the computer hardware
To allow people to use the computer,
To keep systems programmers employed
To make computers easier to use
The strategy of allowing processes that are logically runnable to be temporarily suspended is called
preemptive scheduling
non preemptive scheduling
shortest job first
first come first served
Semaphores are used to solve
Deadlock
Mutual exclusion
Inter-process Communication
Messaging
Only the process executing the critical section is allowed access to the shared variable,all other processes should prevented from doing so until the completion of the critical section. This is often referred to as-
Mutual exclusion
semaphores
Deadlock
Interprocess communication
Banker’s algorithm is used as-
Deadlock occurrence method
Deadlock avoidance method
Deadlock detection method
Deadlock recovery method
The ability for a computer to execute more than one task simultaneously
multitasking
multiprogramming
multiprocessing
timesharing
The operating system is a type of
system software
general purpose software
utility software
application software
Which is not a process state?
waiting
terminated
blocked
redirected
A signal sent by a hardware or software to CPU indicating that something needs attention
disturbance
interrupt
waiting
exclusion
FCFS is operates similar to a
stack
sorting algorithm
circle
queue
What does an OS need to work well?
RAM memory
storage
CPU
all answers
What is the most used operating system in the world?
Linux
MacOS
Windows
Ubuntu
Choose a characteristic of the meaning of open source.
Processor
Free Use
Privatization
Capitalism
The operating system helps to manage files
True
False
The operating system is in your mind
True
False
Operating systems allow you to interact with various devices
True
False
(a) is founded by Steve Jobs
What year was unix created?
2000
1780
1969
1945
which company created the first operating system?
General Motors
Cadillac
IBM
Intel
Do operating systems today have a graphical user interface (GUI)?
True
False
1. What is an operating system?
a) interface between the hardware and application programs
b) collection of programs that manages hardware resources
c) system service provider to the application programs
d) all of the mentioned
2. What is the main function of the command interpreter?
a) to provide the interface between the API and application program
b) to handle the files in the operating system
c) to get and execute the next user-specified command
d) none of the mentioned
3. To access the services of the operating system, the interface is provided by the ___________
a) Library
b) System calls
c) Assembly instructions
d) API
4. Where is the interrupt in operating system?
a) either low or high memory (depending on the location of interrupt vector)
b) in the low memory
c) in the high memory
d) none of the mentioned
5. Which one of the following is not a real time operating system?
a) RTLinux
b) Palm OS
c) QNX
d) VxWorks
6. In a timeshare operating system, when the time slot assigned to a process is completed, the process switches from the current state to?
a) Suspended state
b) Terminated state
c) Ready state
d) Blocked state
7. For an effective operating system, when to check for deadlock?
a) every time a resource request is made at fixed time intervals
b) at fixed time intervals
c) every time a resource request is made
d) none of the mentioned
8. To recover from failures in the network operations _____________ information may be maintained.
a) operating system
b) ip address
c) stateless
d) state
9 The two steps the operating system takes to use a disk to hold its files are _______ and ________
a) caching & logical formatting
b) logical formatting & swap space creation
c) swap space creation & caching
d) partitioning & logical formatting
10 In Unix, which system call creates the new process?
a) create
b) fork
c) new
d) none of the mentioned
To access the services of operating system, the interface is provided by the ___________
System calls
API
Library
Assembly instructions
What is the main function of the command interpreter?
to get and execute the next user-specified command
to provide the interface between the API and application program
to handle the files in operating system
none of the mentioned
By operating system, the resource management can be done via __________
time division multiplexing
space division multiplexing
time and space division multiplexing
none of the mentioned
Logical extension of multiprogramming operating system is
Time sharing
multi-tasking
single programing
Both time-sharing and multi-tasking
Multi-processor system gives a
Small system
Tightly coupled system
loosely coupled system
Macro system
If a process fails, most operating system write the error information to a ______
log file
another running process
new file
None
Which of the following refers to the associative memory?
the address of the data is generated by the CPU
the address of the data is supplied by the users
there is no need for an address i.e. the data is used as an address
the data are accessed sequentially
In multiprogramming, programmer chooses programs which are suitable to run together from
job center
job terminal
job queue
timed job
Last step in running and preparing batch jobs is to
printout is return
printout is started
printout is queued
printout is verified
Jobs processed in multiprogramming are to be done
very quickly
very slow
very time consuming
very systematic
Second step in running and preparing batch jobs is to
wait in the queue
store output
write on printed sheets
verify the work
The primary purpose of an operating system is:
To make the most efficient use of the computer hardware
To allow people to use the computer,
To keep systems programmers employed
To make computers easier to use
Which is built directly on the hardware?
Computer Environment
Application Software
Operating System
Database System
Short period of time in which a user process gets CPU time is known as
Time slice
Time slot
Quantum
All of the Above
The strategy of allowing processes that are logically runnable to be temporarily suspended is called
preemptive scheduling
non preemptive scheduling
shortest job first
first come first served
Semaphores are used to solve
Deadlock
Mutual exclusion
Inter-process Communication
Messaging
Wasting of memory within a partition, due to a difference in size of a partition, due to a difference in size of a partition and of the object resident within it, is called-
External fragmentation
Internal fragmentation
Compaction
Coalescing
Only the process executing the critical section is allowed access to the shared variable,all other processes should prevented from doing so until the completion of the critical section. This is often referred to as-
Mutual exclusion
semaphores
Deadlock
Interprocess communication
Partition Description Table collects the-
A. Current Partition Status
B. Attributes
Both a and b
none
The time complexity of Banker’s algorithm is r*(P*P) where P is the number of active processes and r is the number of-
Releasing
Resources
Remaining cycle of executives
none
Shortest Remaining Time Next(SRTN) scheduling may be implemented-
A. Preemptive
Both a and b
B. Non-preemptive
none
Which of the following is not an operating system call for process management?
CREATE
DELETE
FORK
PCB
Multiple Level Queues(MLQ) is a type of-
CPU Scheduling
Data Scheduling
Disk Scheduling
none
Banker’s algorithm is used as-
Deadlock occurrence method
Deadlock avoidance method
Deadlock detection method
Deadlock recovery method
The finite circular buffer is used to implement ……………. Strategy
FIFO
FILO
LIFO
none
