What is the full form of ASCII? MCQ with Answer and Explanation

What is the full form of ASCII?
A. American System Code for Information Interchange
B. American Standard Code for International Interchange
C. American Standard Code for Information Interchange
D. Advanced Standard Code for Information Interchange
Answer: Option C
Solution (By JKExamLibrary)
ASCII is a character encoding standard for electronic communication, representing text in computers.

This question belongs to: Computer Computer Fundamentals

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Fundamentals Questions

Question #1 Report Error
What is the decimal equivalent of binary 111?
A. 8
B. 7
C. 9
D. 6

Correct Answer: Option B


Explanation:
111 in binary = 4+2+1 = 7.

This question belongs to: Computer Computer Fundamentals
Question #2 Report Error
Which section of the central processing unit is specifically designed to perform comparisons, such as determining if one variable is equal to another?
A. Input Unit
B. Logic Unit
C. Storage Unit
D. Control Unit

Correct Answer: Option B


Explanation:
The Logic Unit (part of the ALU) handles logical operations, conditional statements, and relational comparisons (AND, OR, NOT, , =).

This question belongs to: Computer Computer Fundamentals
Question #3 Report Error
Which of the following is an example of a volatile storage?
A. CD-ROM
B. Hard disk
C. Flash drive
D. RAM

Correct Answer: Option D


Explanation:
RAM is volatile; it loses data when power is removed.

This question belongs to: Computer Computer Fundamentals