NEW
Font size
WorksheetsQuiz Time - Learn eQuick
Total questions: 80
Worksheet time: 3600secs
Q1. An example of a binary number which is equal to its 2’s complements is...............
a. 1100
b. 1001
c. 1000
d. 1111
Q2. Match the Following
A. Disk Schedulin 1. Round RObin
B. Batch Processing 2. Scan
C. Time Sharing 3. FIFI
D. Interrupt Processing 4. FIFO
a. A-3, B-4, C-2, D-1
b. A-4, B-3, C-2, D-1
c. A-2, B-4, C-1, D-3
d. A-3, B-4, C-1, D-2
Making sure that all the data packets of a message are delivered to the destination is ……………….control
Error
Loss
Sequence
Duplications
In which of the following storage replacement strategies, is a program placed in the largest available hole in memory?
Best Fit
First Fit
Worst Fit
Buddy
Weighed Graph:
Is a bi-directional graph
Is directed graph
Is graph in which number associated with arc
Eliminates table method
Code Optimization is responsibility of:
Application Programmer
System Programmer
Operating System
All of the above
Remote computing system involves the use of time sharing systems and:
Real time processing
Batch Processing
Multiprocessing
All of the above
Specialization is a ……………Process
Top-Down
Bottom-Up
Both (a) and (b)
None of the these
Polymorphism means
A template functions
Runtime type identifications within a class hierarchy
Another name of Operator Overloading
Virtual Inheritance
What operation is supported in constant time by the doubly linked list but not by singly linked list?
Advance
Backup
First
Retrieve
How much extra space is used by heap sort?
O(1)
O(logn)
O(n)
O(np)
Data Mining can be used as ………….tool.
Software
Hardware
Research
Process
A data warehouse is always …………….
Subject oriented
Object Oriented
Program oriented
Compile oriented
A v A = A is called
Identity law
De-Morgan’s Law
Idempotent Law
Complement Law
Which of the following is divisible by 4?
100101100
1110001110001
11110011
10101010101010
A Half adder is also known as
AND circuit
NAND circuit
NOR Circuit
Ex-OR Circuit
Data members and members functions of a class by default is respectively
Private and Public
Public
Public and Private
Private
The bitwise OR of 35 with 7 in C will be:
35
7
42
39
A schema describes:
Data elements
Records and files
Record relationship
All of the above
Encryption and Decryption are the functions of the …………..layer of OSI Model
Transport
Session
Router
Presentation
…………….Provide a method to recover data that has been delivered but not get used:
Segmentation
Concatenation
Translation
Synchronization
Which of the following is an example of client-server model:
DNS
FTP
TELNET
All of the above
The data unit in the TCP/IP application Layer is called a…………….
Message
Segment
Datagram
Frame
The initial configuration of the queue is a,b,c, d. ‘a’ is at the front. To get the configuration d,c,b,a. How many deletions and addition required.
2 deletions, 3 additions
3 deletions, 2 additions
3 deletions, 4 additions
3 deletions, 3 additions
Banker’s Algorithm is used for …………………….purpose
Deadlock Avoidance
Deadlock Removal
Deadlock Prevention
Deadlock continuations
Which of the following file retrieval methods use hypermedia?
HTML
Veronica
Datagram
HTTP
Which of the following transmission media is used in Bluetooth Technology.
Radio Link
Microwave links
VSAT Communication
Fiber Optic
In what tree, for every node the height of its left subtree and right subtree differ at least by one
Binary Search Tree
AVL Tree
Threaded binary tree
Complete tree
A locked file can be
Accessed by only one users
Modified by users with the correct password
Is used to hide sensitive information
Both (b) and (c)
(101011)2 = (53)b then b is equal to
4
8
10
16
The data hiding is taken care by
Abstraction
Encapsulations
Modularity
Inheritance
If the Postfix form of a string is ABC+-D* the actual string is
(A-(B+C))*D
((A-B)+C)*D
((A+B)-C)*D
(A+(B-C))*D
Multivalued dependency among attribute is checked at which level?
2NF
3NF
4NF
5NF
What is the time required to insert an element in a stack with linked implementation?
O(log2n)
O(n)
O(nlog2n)
O(1)
The dynamic binding occurs during the
Compile Time
Run Time
Linking Time
Pre-Processing Time
Moving Process from main memory to disk is called:
Caching
Termination
Swapping
Interruption
Which of the following is not an Unix Commands?
ls
whoami
cat
put
What is the Full form of NTFS?
New Technology File System
New Technology Format Software
New Topology Format Secure
New Topology Format System
Which one of the following is not a software process model?
Linear Sequential Model
Prototyping Model
The Spiral Model
COCOMO Model
Another Name of IEEE 802.11a is
WECA
Fast Ethernet
Wifi 5
802-11g
Which is the correct definition of a valid process transition in an Operating System?
Wake up: Ready -> Running
Dispatch: Ready -> Running
Block: Ready -> Running
Timer run out: Ready -> Blocked
The hexadecimal equivalent of (10111)2 x (1110)2 is
150
241
142
101011110
The number of edges in a complete graph with N vertices is equal to
N(N-1)
2N-1
N-1
N(N-1)/2
The Network 198.78.41.0 is a
Class A
Class B
Class C
Class D
Binary Search Tree is an example of
Divide and conquer technique
Greedy Algorithm
Back Tracking
Dynamic Programming
………………….. is one of Pre-emptive scheduling algorithm?
SJF
Round-Robin
FCFS
Option FCFS and SJF
An Operating system is
Collection of hardware components
Collection of input and output device
Collection of software routines
All of the above
Which of the following is a physical data structure?
Array
Linked list
Stack
Tables
The equivalent postfix expression for d/(e+f)+b*c
defbc/++*
def+/bc+*
def+/bc*+
None of the above
Abstraction is ……… step of attribute in a software design
First
Final
Last
Middle
In an object oriented software design, Inheritance is a kind of…
Relationship
Module
Testing
Optimization
The First Operating system of Micro-processor is
ATLAS
CP/M
SAGE
T.H.E
Preorder is also known as
DFS
BFS
Topological order
Liner Order
A subclass having more than one super class is called ………..
Category
Classification
Combination
Partial Participation
MMS (Multimedia Messaging Service) uses ………………types of messages to perform messaging transactions.
4
5
6
7
The COCOMO model is used for……………..
Software Design
Software Cost estimation
Software Cost Approximation
Software Analysis
…………………..synchronize critical resources to prevent deadlock
a. P-operator
b. V-operator
c. Semaphore
d. Hard disk
P-operator
V-operator
Semaphore
Hard disk
In processor management, round robin method essentially uses the preemptive version of ……………
FILO
FIFO
SJF
Longest Time First
A Primary Key for an entity is:
A Candidate Key
Any Attribute
A unique attribute
A super key
How many states can be Process be in?
5
4
6
7
Which of the following data structures is used to implement recursion?
Linked List
Queues
Arrays
Stack
The best known examples of a MAN is
Ethernet
Cable Television
FDDI
IEEE 802.3
The height of a binary tree with ‘n’ nodes, in the worst case is
O logn)
O(n)
O(nlogn)
O(n2)
The end of an SQL commands is denoted by
An end of line character
An enter key marker
Entering F4 key
A semicolon (;)
For Pure ALOHA the maximum channel utilization is:
100%
50%
36%
18%
An example of a directory found in most UNIX system
usr.
waitpid.
brk.
unmap.
An Entity relationship diagram is a tool to represent
Data Model
Process Model
Event Model
Customer Model
Aggregate functions in SQL are:
GREATE, LEASR AND ABS
SUM, COUNT AND AVG
UPPER, LOWER, LENGTH
SQRT, POWER, MOD
What is the full form of FDDI
None of the above
Fiber data discharge interface
Fiber difference data interface
Fiber distributed data interface
The maximum number of nodes in a binary tree of depth 10:
1024
210 -1
1000
None of these
Cache Memory is …………..
High Speed Register
Low Speed RAM
Non-Volatile RAM
High Speed RAM
Which page replacement policy suffers from Belady’s anomaly?
LRU
LFU
FIFO
OPTIMAL
A recursive foreign key is
References a relation
References a table
References its own relation
References a foreign key
Difference between flow chart and data flow diagram is
There is no difference
Usage in high level design and low level design
Control flow and data flow
Used in application programs and system programs.
Which of the following combination is preferred with respect to cohesion and couplin
Low and low
Low and high
High and low
High and high
Which of the following protocols is used to prevent looping?
OSPF
Spanning Tree
SRB
Fragment free Switching
The parsing technique that avoids back tracking is…….
Top-down parsing
Recursive descent parsing
Predictive
Syntax Tree
Which of the following is user defined header file extension used in C++?
hg
chp
h
All
Which shortcut key is used to compile and run the program in C++?
Alt+F9
Alt+F5
Ctrl+F9
More than one of the above
Consider the following set of processes in SJF - p1, p2, p3, assumed to have arrived at time 0 in the same order and Burst time is 23, 6, 6. Calculate the Average Turnaround time and waiting time.
Average Waiting Time = 6
Average Turnaround Time = 17.66
Average Waiting Time = 5
Average Turnaround Time = 71.36
Average Waiting Time = 8
Average Turnaround Time = 9
Average Waiting Time = 4
Average Turnaround Time = 12
