McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2024
→
Computer Science Engineering (CSE)
→
Problem Solving and Python Programming
→
Which of the following mode will refer t...
Q.
Which of the following mode will refer to binary data?
A.
r
B.
w
C.
+
D.
b
Answer» D. b
3.4k
0
Do you find this helpful?
22
View all MCQs in
Problem Solving and Python Programming
Discussion
No comments yet
Login to comment
Related MCQs
Which of the following are the modes of both writing and reading in binary format in file?
Which of the following is not a valid mode to open a file?
Which of the following data structures is returned by the functions globals() and locals()?
Which of these in not a core data type?
A data structure that follows the FIFO principle.
What data type is the object below? L = [1, 23, 'hello', 1]
In order to store values in terms of key and value we use what core data type.
What is the data type of (1)?
What type of data is: a=[(1,1),(2,4),(3,9)]?
To open a file c:\scores.txt for appending data, we use