McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Computer Science Engineering (CSE)
→
Data Structure and Algorithms (DSA)
→
How many bits are absolutely necessary t...
Q.
How many bits are absolutely necessary to store an ASCII character ?
A.
7
B.
8
C.
15
D.
16
Answer» A. 7
2.1k
0
Do you find this helpful?
37
View all MCQs in
Data Structure and Algorithms (DSA)
Discussion
No comments yet
Login to comment
Related MCQs
In _______ storage, each cell is divided into two parts---- the path stores a single character, while the second part contains the address of the cell containing the next character.
Which of the following data structure can't store the non-homogeneous data element?
Which of the following data structure store the homogeneous data elements?
In linked list each node contain minimum of two fields. One field is data field to store the data second field is?
The following data structure can’t store the non-homogeneous data elements
The following data structure store the ho- mogeneous data elements
A sort which compares adjacent elements in a list and switches where necessary is
A sort which compares adjacent elements in a list and switches wherever necessary is _______
The function islower(char)checks whether a character is in lower case or not.Therefore it should return______
To declare an array S that holds a 5-character string, you would write