PF MCQ Not Marked
PF MCQ Not Marked
PF MCQ Not Marked
int main()
{
for( i = 0; i < 10; increment( i ) )
{
}
printf("i=%d\n", i);
return 0;
}
What is the output of given code snippet? loop will go infinite state. i=10
int main()
{
for( i = 0; i < 10; increment( i ) )
{
}
printf("i=%d\n", i);
return 0;
}
int main()
{
for( i = 0; i < 10; increment( i ) )
{
}
printf("i=%d\n", i);
return 0;
} factorial=facto
factorial=factorial+num; + rial*num;
What is the output of given code snippet? +num; --num;
int main()
{
for( i = 0; i < 10; increment( i ) )
{
}
printf("i=%d\n", i);
return 0;
}
4 1 4 4 4 7 and i=6 to 19 it
What is the output of given code snippet? will print 4 12 17 22
Carefully read the question & answer accordingly: int i;
void increment (int i)
{
i++;
}
int main()
{
for( i = 0; i < 10; increment( i ) )
{
}
printf("i=%d\n", i);
return 0;
}
int main()
{
for( i = 0; i < 10; increment( i ) )
{
}
printf("i=%d\n", i); Error
return 0; "negative
} value can not
return to
What is the output of given code snippet? 987654321 main()"
Carefully read the question & answer accordingly: int i;
void increment (int i)
{
i++;
}
int main()
{
for( i = 0; i < 10; increment( i ) )
{
}
printf("i=%d\n", i);
return 0;
}
void main()
{
int d,i,j;
d=0;
for(i=1; i<5 ; i++)
for(j=1; j<5 ; j++)
if(((i+j)%3) == 0)
d= d+1;
printf("%d" , d);
getch();
} 10 13
void main( )
{
int i = 1, j = 1 ;
for ( ; ; )
{
if ( i > 5 )
break ;
else
j += i ;
printf ( "%d ", j ) ;
i += j ;
}
} Run time error 25
Carefully read the question & answer accordingly:
void main()
{
int i = 3;
switch(i)
{
printf("All The Best");
case 1:
printf("Case1");
break;
case 2:
printf("Case2");
break;
default:
printf("default Case");
}
}
None of these
What is the output of given code snippet? Default Case option
FILE *fp;
fp = fopen("MyFile.txt", "r+"); Archive Read
void main()
{
FILE *fp;
clrscr();
fp=fopen("XYZ.doc","w");
fputs("Hello",fp);
fclose(fp); Compile-time
} None of these. error
Carefully read the question & answer accordingly: The
Content of a file will be lost if it is opened in : w+ mode w mode
void fun();
int i = 10;
void main()
{
int i =20;
printf("%d",i);
i = 30;
fun();
}
void fun()
{
printf("%d",i);
} 20 30 10 30
void main() {
int arr[][3]={{1,2},{3,4,5},{5,4}};
printf("%d %d %d",arr[0][2],arr[1][2],arr[2][1]);
getch();
}
What is the output of the given code snippet? Compilation error Runtime error
int main()
{
char str[] = "Programming";
printf("%s ",&str[2]);
printf("%s ",str);
printf("%s ",&str);
Program
return(0); ogramming Programming < Compiled with
} Garbage Value > Syntax Errors
Better Sharing
of critical
database
resources and
other
application
softwares
Carefully read the question and answer accordingly. among clients
What are the benefits of employing Client-Server throughout
Computing in business ? All the listed options the network.
Carefully read the question and answer accordingly. Processes and serves client Waits for
Which of these are the functionalities of a Server requests client requests
uses only two sets of
computers in which the
clients are responsible for puts less load
theapplication and on a network
Carefully read the question and answer accordingly. presentation logic, and the than a two-
An N-tiered architecture _____. choose all answers servers are responsible for tiered
applicable the data architecture
Carefully read the question and answer accordingly.
The database server holds the following ________ and Database Management Database
______. systems instances
Carefully read the question and answer accordingly. The
computer that accepts, prioritizes, and processes print
jobs is known as the print server print client
Carefully read the question and answer accordingly. In 3-
tier computing, the request/response protocol between POP3
the clients and web servers is HTTP
Carefully read the question and answer accordingly. One
major disadvantage of an n-tiered client-server
architecture is that it is much more Difficult to program
and test software false true
Carefully read the question and answer accordingly. A
company ___________________ can be used to provide None of the
shared content for staff only intranet listed options
Carefully read the question and answer accordingly. In
the client/server architecture, the component that
processes the request and sends the response Network
is_______________ Client
Carefully read the question and answer accordingly. An
advantage of the three-tier architecture over the two-tier Better
architecture is: Better control over the data performance
Carefully read the question and answer accordingly.
Choose the correct option from the list POWER(5*6) POWER(5,6)
Carefully read the question and answer accordingly.
Which excel function is used to calculate the Rates of
Return? Statistical Mathematical
Carefully read the question and answer accordingly. All the listed
Workspace denotes _____________. Group of worksheets options
Carefully read the question and answer accordingly.
Choose an example of a function from the given list C1+C5 ADD(C1:C5)
Single Click
on the
Worksheet tab
by holding
Carefully read the question and answer accordingly. CTRL key and
Choose an action from the given list to rename a Worksheet cannot be type the new
worksheet renamed name
VLOOKUP
Carefully read the question and answer accordingly. VLOOKUP function can be stands for
Choose the correct statements related to VLOOKUP used on a series of data in Vertical
function single column LOOKUP
Carefully read the question and answer accordingly. Both Options
Choose the types of data used in Excel. Both Options 1 and 2 1 and 3
A Function
Carefully read the question and answer accordingly. name is
What does the Error Value #NAME? specify in an excel? All the listed options misspelled
Carefully read the question and answer accordingly.
Choose the option to fit long addresses of multiple lines Text Wrap
in a single cell? Merge option option
Carefully read the question and answer accordingly. Value_when_f
Which of these is not an argument of the IF function? Logical_test alse
Carefully read the question and answer accordingly. only options 1
What are the types of charts, excel can produce? All the listed options and 3
Carefully read the question and answer accordingly. Two columns
What is the resultant of the below action? will be
Select both the columns M and N in a worksheet and Two columns will be inserted after
choose -> Insert -> Insert Sheet Columns inserted after column L column M
It sums two
cells with
Carefully read the question and answer accordingly. It counts cells with multiple multiple
What is the function of COUNTIFS? criteria arguments
Carefully read the question and answer accordingly.
Choose the Validation type to be given, to prevent All the listed
duplicate entries of Invoice data in a range of cells Whole number options
Carefully read the question and answer accordingly. SUMIF(Number1, None of the
Choose the correct syntax of the SUMIF function Number2…) listed options
Carefully read the question and answer accordingly. Cells K14 and
K14:K28 Indicates values of : Cells K14 through K28 K28 only
Carefully read the question and answer accordingly. The
method used to get data from a different worksheet is
called as _________________. Accessing Verifying
Carefully read the question and answer accordingly.
What is the resultant of the below action? Two rows will
Select both the rows 3 and 4 in a worksheet and choose Two rows will be inserted be inserted
-> Insert -> Insert Sheet Rows after Row 2 after Row 5
<a
url="http://ww
Carefully read the question and answer accordingly. w.example.co
What is the correct HTML syntax for creating a m">example</
hyperlink? <a name="">tA</a> a>
<html><body>
<h1
style="font-
family=verdan
a;">A
<html><body><h1 heading</h1>
style:"font- <p style="font-
family:verdana;">A family:arial;col
heading</h1><p style:"font- or:red;font-
family:arial;color:red;font- size:20px;">A
size:20px;">A paragraph.</p
Carefully read the question and answer accordingly. paragraph.</p></body></ht ></body></ht
Identify the correct code for font,color and size ml> ml>
Carefully read the question and answer accordingly. Refresh your
What is the REFRESH meta tag used for in html? None of the listed options content
Carefully read the question and answer accordingly.
Address of the HTML links are specified in which
attribute? hr br
Carefully read the question and answer accordingly. How None of the
can you open a link in a new browser window? <a href="url" new> listed options
Carefully read the question and answer accordingly. <ol
Which link is used to start a list at the count of 3? None of the listed options begin="3">
<img
src="http://ww
w.google.com/
<img logo.png"
Carefully read the question and answer accordingly. src="http://www.google.com alternate
What is the correct syntax to add alternative text for an /logo.png" alternate="Logo text="Logo of
image? of website"/> website"/>
Carefully read the question and answer accordingly. None of the
Using Hspace will add what to your image ? Height to all sides listed options
Carefully read the question and answer accordingly.
Which of the following is correct to align H1 tag to left <h1 tag align
alignment? None of the given options = "left"></h1>
Carefully read the question and answer accordingly.
Which tag would be used to display power in expresion
(A+B)2 ? <p> <SUP>
Carefully read the question and answer accordingly.
Choose the correct HTML syntax to left-align the content
inside a table cell <td align="left"> <tdleft>
Carefully read the question and answer accordingly. A
computer Program that translates one program
instruction at a time into machine language is called
______. Interpreter Compiler
Carefully read the question and answer accordingly.
The process of converting object code into machine code
is called None of the listed options Compiling
Carefully read the question and answer accordingly.
The processes of starting or restarting a computer
system by loading instructions from a secondary storage
device into the computer memory is called Duping Booting
Carefully read the question and answer accordingly.
Application Software can run independently of the
system software. State True or False true false
Carefully read the question and answer accordingly. All the listed
What is RAM is a secondary memory options
Carefully read the question and answer accordingly. both static
Multiple programs can share a single copy of the library. and dynamic
This is an advantage of ______. None of the listed options linking
Carefully read the question and answer accordingly.
System Software can run independently of the
application software. State True or False false true
Carefully read the question and answer accordingly.
When data needs permanent storage __________ is
chosen. None of the listed options RAM
Carefully read the question and answer accordingly.
Which of the following storage is volatile semiconductor memory CD-ROM
Converting
Carefully read the question and answer accordingly. the object
Choose all the major steps involved in a compilation Converting the source code code into
process directly into machine code machine code
Carefully read the question and answer accordingly. The
most commonly used standard data code to represent
alphabetical, numerical and punctuation characters used
in electronic data processing system is called EBCDIC ASCII
Carefully read the question and answer accordingly. The
term associated with the comparison of processing
speeds of different computer system is: MPG EFTS
Carefully read the question and answer accordingly. Graphics
Choose the Application Softwares from the given list MySQL Driver
only
Carefully read the question and answer accordingly. Either source or destination destination
Each IP packet contain? address address
Carefully read the question and answer accordingly. Port devices and
is a communication point between ___________. All the listed options networks
Wireless
networks use
Carefully read the question and answer accordingly. Wireless networks are radio
Which statement is FALSE about wireless networks? slower than wired LANs. transmitters.
Carefully read the question and answer accordingly. IP address
___________ is a segment of a network. Router and Router
Protocol
defines what
data is
Carefully read the question and answer accordingly. Protocol defines when data communicate
What does Protocol defines is communicated d
Carefully read the question and answer accordingly.
What is the benefit of the networking? Easier backups File sharing
Carefully read the question and answer accordingly.
Find all the high level protocols from the given list SMTP HTTP
Carefully read the question and answer accordingly. The None of the
last address of IP represents Network address listed options
Carefully read the question and answer accordingly. A
hardware networking device used to connect two LANS
or LAN segment Hub Bridge
peripheral
device
Carefully read the question and answer accordingly. A hardware device that allows attached to a
port is a connection to the Internet computer.
Carefully read the question and answer accordingly. A
logical network that consists of two or more physical
networks WAN Internetwork
A network
with more
Carefully read the question and answer accordingly. A network that has only one than one exit
What is a stub network? entry and exit point. point.
Packets may
Carefully read the question and answer accordingly. Duplicate packets may be arrive out of
Why IP protocol is considered as unreliable? generated order
Which of the following is not a Internet connection? DSL WLAN
Carefully read the question and answer accordingly. How
long is an IPv6 address? 64 bits 128 bytes
Carefully read the question and answer accordingly. The All the listed
internet is an example of Packet switched network options
Carefully read the question and answer accordingly.
Which tab of task manager in Windows 7 will show each
program you are working on as a Process? Services Processes
Carefully read the question and answer accordingly. Driver and Execution None of the
Daemon stands for __________________. Monitor options
Carefully read the question and answer accordingly. In
___________ multitasking, the operating system parcels
out CPU time slices to each program. cooperative interogative
I. APPS II.
OPERATING
SYSTEM III.
I. UTILITIES II. APPS III. UTILITIES IV.
Carefully read the question and answer accordingly. OPERATING SYSTEM IV. COMPUTER
Choose the correct order from top to bottom. COMPUTER HARDWARE HARDWARE
Carefully read the question and answer accordingly.
Which of the following is not considered as key funtion of File
Operating System (OS). Memory Management Management
Carefully read the question and answer accordingly.
State whether True or False.
z/os is an operating system developed by IBM for
mainframe computers. 1 0
Carefully read the question and answer accordingly.
State whether True or False.
In GUI the user selects a picture or icons available to
perform a task. 1 0
i=9 i=11 1 0 0 0
4 11 16 21 16 21 0 0 0 1
continue
jump; break;
sum=sum+nu sum=sum+nu
m; m; 1 0 0 0
4030 4033 0 1 0 0
5 20 0 0 1 0
O 2 1 0 0 0
None of these 2 7 10 11 16
options. 19 0 0 0 1
Compile-time
Evening error 0 0 0 1
2122 1212 1 0 0 0
10 12 11 12 10 11 11 12 1 0 0 0
Compile Time
24 Error 0 1 0 0
Compile-time
All The Best error 0 1 0 0
Default block
Run time error will also be
-Break is Compile-time executed
missing in error while when the
case executing with operator "-"
statement. "-" Operator given 0 0 0 0
480 60 0 1 0 0
ve. Do
something! You're al 0 0 0 1
I am a boy I am a bo 0 0 0 1
Read and
Append Write Write 0 0 0 0
abort(); exit(expr); 0 0 0 1
XYZ file will
XYZ file will contain
be black "Hello" 0 0 0 1
a mode c mode 1 0 0 0
fgets should
fclose(fp); be replaced
need to be with
used. fgets(str,fp); 0 0 1 0
Li Life 1 0 0 0
none of the
listed options data in a file 1 0 0 0
None of the
Arrays listed options 0 0 1 0
Represents
Predefined Represents
Process Stored data
symbol symbol 1 0 0 0
A serial
search
continues
searching
element by A serial
element either search is
until a match useful when
is found or the amount of
until the end data that must
of array is be searched
found. is large. 0 0 0 1
None of the
options. FIFO lists 0 0 0 1
Merging Traversal 0 0 0 1
Specify the
Direct the problem
output to a completely
printer and clearly 0 0 0 1
84,75 84,84 0 0 1 0
20 20 20 10 0 0 0 1
29 343 0 0 1 0
return goback 0 0 1 0
as the name in an
of a variable expression 0 1 0 0
18 10 1 0 0 0
Datatype of
array a[]
should not be Data Type of
given n is missing 0.5 0 0 0.5
scanf(); gets(); 0 0 0 1
00001202 11101202
4 4 0 0 1 0
The array size
The element would
will be set to appropriately
0. grow. 1 0 0 0
8 7 74 0 0 0 1
Address of the
First element last element
of the array of array 0 1 0 0
Welcome To Compilation
P Welcome error 0 0 0 0
It is a formal It is
parameter declaration 0 0.5 0.5 0
ogramming Programming
Programming ogramming
Programming Programming 0 0 1 0
None of the
listed options both 0 1 0 0
Electronic Extensible
Data Markup
Interchange Language All the listed
(EDI) (XML) options 1 0 0 0
Gateways Firewalls
Net Beans. 0 0 1 0
Interacts with
end user with Initiates a Processes
GUI request requests 0 0.33 0.33 0.33
Transaction
Server File Server 1 0 0 0
It is Easy to
updated and
modernise
system, both
Faster hardware and
Response and software as
flexibility to the Reduce
changing companies operation and
environment evolved and maintenance
of business has new cost to a large
world outside. requirements. extent. 1 0 0 0
Accepts
connections
Interacts with from large
end user with All the listed number of
GUI options clients 0.33 0.33 0 0
uses more
than three uses three
sets of sets of
computers in computers in
which the which the
client is clients are
responsible responsible
forpresentatio for
n, one set of presentimentl
servers is ogic, one set
responsible of servers are
for data responsible
access logic for application
and data logic, and one
storage,and set of
application serversare
logic is spread responsible
across two or for the data
more different access logic
sets of and data
servers storage 0 0.5 0.5 0
printer file
mainframe server. 1 0 0 0
NNTP SMTP
MOM 1 0 0 0
0 1
Server
O.S. Protocol 0 0 1 0
POWER(5#6) POWER(5^6) 0 1 0 0
All of the
listed options Financial Logical 0 0 0 1
Group of
Group of rows workbooks 0 0 0 1
All the listed
options AVG(C1:C5) C1:C5 0 0 0 1
Single Click
on the
Double click Worksheet tab
on the by holding
Worksheet tab SHIFT key
and type the and type the
new name new name 0 0 1 0
Option 2 ---
option 1 --- SUM(G1:G9,
SUM(G1,H1) H1:H9) Both 2 and 3 1 0 0 0
None of the
ADD(G1:G2) G1+G2 listed options 0 0 0 1
Transpose Index 0 0 1 0
time() date() 0 1 0 0
HIGH(C1:C15
MAX(C1,C15) ) 0 1 0 0
Sheet2.D7 Sheet2!D7 1 0 0 0
Exponentiatio
Subtraction,C n,
omparison,Mu Multiplication,
ltiplication,Exp Subtraction,C
onentiation omparison 0 1 0 0
The data in
the table
should be
sorted in The data in
ascending the table need
order, while not be sorted,
using while using
VLOOKUP VLOOKUP
function function 0 0.5 0.5 0
Option 2 --- Option 3 --- Option 1 ---
Text, Values Text, Values Text, Values
and Formulas and Charts and Functions 1 0 0 0
0 1
It sums cells
All the listed with values or
options labels 1 0 0 0
SUMIF(Sum_r
ange,
Criteria_range
SUMIF(Range 1,Criteria1,Crit
, Criteria, Sum eria_range2,C
Range) riteria2,…) 0 0 1 0
Cells
inbetween None of the
K15 and K27 listed options 1 0 0 0
Referencing Functioning 0 0 1 0
Two rows will Two rows will
be inserted be inserted
after Row 4 after Row 3 1 0 0 0
<a
href="http://w
ww.example.c
om">example
</a> <a>B</a> 0 0 1 0
<list> <dl> 1 0 0 0
Heading Heading
information information is
has a shown as a
hyperlink size six 0 1 0 0
noresize save 0 0 1 0
<embed
<embed audio="song.
src="song.mid mid"
" width="500" width="500"
height="10" > height="10" > 0 0 1 0
Inches Centimeters 0 1 0 0
None of the
256 given options 0 0 1 0
<html><body> <html><body>
<h1 <h1
style="font- style="font-
family:verdan family:verdan
a;">A a;">A
heading</h1> heading</h1>
<p style="font- <p style="font-
family:arial;col family:arial,col
or:red;font- or:red;font-
size:20px;">A size:20px">A
paragraph.</p paragraph.</p
></body></ht ></body></ht
ml> ml> 0 0 1 0
Redirect to a
new domain rewrite url 0 0 1 0
href align 0 0 1 0
It connects
your web site It hides
to an programming
operating instructions
environment. from view. 1 0 0 0
pink red 0 1 0 0
None of the
listed options <fat> <dark> 0 1 0 0
1x1 pixel
transparent
image align=+2 0 0 1 0
<a
href="mailto:a <mail
@b.com"> href="a@b"> 0 0 1 0
1 1 0 0
Transaction
document Web Server 1 0 0 0
None of the
Fonts listed options 0 1 0 0
<a href="url"
target="_blank <a href="url"
"> target="new"> 0 0 1 0
<img <img
src="http://ww src="http://ww
w.google.com/ w.google.com/
logo.png" alt logo.png"
text="Logo of alt="Logo of
website"/> website"/> 0 0 0 1
Space to the
Space to the top and
left and right bottom 0 0 1 0
<SUB> <b> 0 1 0 0
<td
<td leftalign> valign="left"> 1 0 0 0
CPU Simulator 1 0 0 0
both linking
and compiling Linking 0 0 0 1
0 1
stores data allows the
indefinitely computer to
unless you store data
delete it electronically 0 0 0 1
dynamic
linking Static linking 0 0 1 0
0 1
Storage
both device 0 0 0 1
Converting
the source
code into None of the
object code listed options 0 0.5 0.5 0
All the listed
BCD options 0 1 0 0
CPS MIPS 0 0 0 1
All the given Microsoft
options Word 0.5 0 0 0.5
0 1
1 0
All the listed
Device driver options 0.5 0 0.5 0
All the listed Virtual
options Memory 0 1 0 0
Both source
and
destination only source
address address 0 0 1 0
devices and networks and
processes resources 0 0 1 0
Wireless
networks are
Wireless faster than
networks are wired
convenient. networks. 0 0 0 1
IP address Subnet 0 0 0 1
Protocol
defines how
data is
communicate All the listed
d options 0 0 0 1
All the listed Easier access
options to resources 0 0 1 0
constructs
packets of
data and send
None of the them across
given options the network 1 0 0 0
SYSID Process ID 0 1 0 0
space located
socket that in the front of
enables a computer to
information to install
move through additional
a system. drives. 0 0 1 0
Networking LAN 0 1 0 0
SMTP
ARP 0 0.5 0 0.5
Ethernet Parallel 0 1 0 0
A network
with more A network
than one exit with only one
and entry entry and no
point. exit point. 1 0 0 0
Process Performance 0 1 0 0
@ & % 0 0 0 1
1 0
PID ProcessID 0 0 1 0
Disk and Deadlock &
Execution Execution
Monitor Monitor 0 0 1 0
all of the
specified
option preemptive 0 0 0 1
"bf" "bg" 0 1 0 0
"getid" "getpid" 0 0 0 1
1 0
0 1
all of the
specified
option interogative 0 1 0 0
Multiprocessin Multiprogram
g ming 0 0 1 0
0 1
all of the
specified
option preemptive 0 1 0 0
0 1
prcs prc 1 0 0 0
prcs – ef |
prs – ef | grep grep
username username 1 0 0 0
“/proc/cpudeta
“/proc/cpuinfo” ils” 0 0 1 0
"-f" "-e" 0 0 1 0
MultiJob
Control Job Control 0 0 0 1
Symmetric Symmetric
Multiprogram Multiprocessin
ming g 0 0 0 1
df rm 0 0 1 0
df du 0 0 0 1
du rm 1 0 0 0
16 gigabytes 4 gigabytes 0 0 0 1
Contiguous
None of the memory
options. allocation 0 1 0 0
Frames Slots 0 0 0 1
Slots Pages 0 0 0 1
Memory Data
Management Management 0 0 1 0
Stack Heap 0 0 0 1
Stack Thread 0 0 1 0
0 1
Frames Pages 0 0 1 0
0 1
Paged
Memory None of the
Management options. 0 0 1 0
six three 0 0 0 1
Program
Program content
control Blocks Blocks 1 0 0 0
Computer Computer
Hardware and Hardware and
its Utilities. Applications 1 0 0 0
Command
Debugger Processor 0 1 0 0
1 0
Kernel Shell 0 0 0 1
four three 0 0 0 1
0 1
Process File
Management Management 0 0 1 0
Intelligent Interactive
System Software
Productivity None of the Productivity
Facility listed options Facility 1 0 0 0
0 1
Operating
System All of them 0 0 1 0
0 1
Interactive
Distributed Processing 0 0 0 1
Command
Complier Processor Shell 0 0.5 0.5 0
Batch
RTOS Processing 0 0 0 1
none of the
listed options System 0 0 0 1
0 1
Non of the Time Sharing
options Option 0 0 0 1
I. UTILITIES
I. APPS II. II.
UTILITIES III. OPERATING
OPERATING SYSTEM III.
SYSTEM IV. APPS IV.
COMPUTER COMPUTER
HARDWARE HARDWARE 0 0 1 0
1 0
1 0
Statement I is
FALSE & Both
Statement II is Statement I &
TRUE II are TRUE 0 0 0 1
Command
Debugger Processor 0 0 0 1
1 0
None of the
CLI listed options 1 0 0 0
controlling &
sharing prioritizing controlling 0 1 0 0
A thread with
a higher
priority has A running
become ready thread needs The time slice
to run. to wait. has elapsed. 0 1 0 0
both High
level
(memory) &
Low level
(CPU) None of the
scheduler listed options 0 1 0 0
0 1
None of the
options heap 1 0 0 0
Make sure
To maintain a each process
constant is consumes
amount of specific
work for the amount of
processor. memory. 0 0 0 1
Four Three 1 0 0 0
1 0
64 22 0 0 0 1
0 1
FILE_MAX NAME_MAX 0 0 0 1
ncftp print 1 0 0 0
Only PS &
VSAM PDS PDS 1 0 0 0
.kcshr .kshc 0 1 0 0
0 1
1 0
Both Both
Statement I & Statement I &
II are TRUE II are FALSE 0 0 1 0
12 9 0 0 0 1
Record cell 0 0 1 0
cat create 0 0 1 0
Virtual
Storage Virtual System
Access Access
Method Method 0 0 1 0
cmhd chmd 1 0 0 0
.cshrcs .cshrc 0 0 0 1
grep rsh 0 0 0 1
33 44 0 0 0 1
"-a" "-f" 0 0 1 0
top ls 0 0 0 1
None of the
table options. 0 1 0 0
1 0
Fix Control File Content
Blocks Blocks 0 1 0 0
.kshrc .profile 0 0 0 1
.rhosts .cshrcs 0 0 0 1
1 0
remove rmdir 0 0 0 1
2 5 4 0 0 0 1
1 0
0 1
1 0
0 1
0 1
0 1
Timed Waiting New Runnable 0 0 1 0
Grade5 AnswerDescriptQuestionMedia AnswerMedia Author Reviewer Is Numeric
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
1 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
1 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
0 TEXT TEXT
TEXT TEXT
1 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
0 TEXT TEXT
1 TEXT TEXT
0 TEXT TEXT
0 TEXT TEXT
0 TEXT TEXT
0 TEXT TEXT
0 TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
0 TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
0 TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
0 TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
1 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
0 TEXT TEXT
0 TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
Is Numeric