Question: 1 MC All data items processed by computers are reduced to combinations of and . a ) ones, twos. b ) zeros, ones. c )
MC All data items processed by computers are reduced to combinations of
and
a ones, twos.
b zeros, ones.
c zeros, twos.
d None of the above.
MC Bytes are composed of bits.
a Ten.
b Six.
c Eight.
d Two.
MC To facilitate the retrieval of specific records from a file, at least one field in
each record is chosen as a
a record key.
b file key.
c field key.
d None of the above.
MC When a Python program begins execution, Python creates three file
streamssysstdin, sysstdout and
a sysstderror.
b sysexit.
c sysstdfile.
d sysstderr.
MC Function which receives one required argument and two
optional arguments, creates a stream object.
a create.
b open.
c write.
d buffer.
MC Fileopen mode opens a file to output data to the file.
ar
bw
ca
d Both b and c
MC If the file openmode argument is not specified, the default value is
ar
bw
ca
d None of the above.
MC When the symbol follows the print keyword, the print
statement redirects the output to the file object that appears to the right of the symbol.
a
b
c
d
MC The arguments to function seek are a required argument and
an optional argument
a offset and seek direction.
b seek direction and location.
c fileposition pointer and location.
d offset and fileposition pointer.
MC The is an integer value that specifies the location in the file as
a number of bytes from the seek direction of the file.
a location.
b fileposition pointer.
c offset.
d bit.
MC Instant access is possible with sometimes called directaccess
files
a transaction files.
b orderedaccess files.
c recordkey files.
d randomaccess files.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
