ASCII - SCLM
Home
Inlab
Solution

 

 

Solutions

1.) What does ASCII stand for?

  • American Standard Code for Information Interchange

2.) How many groups is ASCII divided into?

  • Four

3.) What types of characters are used in each group?

  • Control Characters (carriage return, line feed, backspace)
  • Punctuation Symbols, Special Characters, Numeric Digits ( . 1234)
  • Uppercase Alphabetic Characters (ABCD)
  • Lowercase Alphabetic Characters, Special Symbols, Delete (abcd)

4.) Why is ASCII important for cs350?

  • Programming in assembly language ( or MIPS in our case ) will require extesnive use of ASCII characters.
   
Home Inlab Solution