The char value ‘A’ is represented as ____.

A. 0
B. 25
C. 35
D. 65


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following declares a pointer ptr to a class member function in class Check that takes an int argument and returns a bool?

a. bool:( int ) ( *Check::ptr ); b. Check::( bool ( *ptr )( int ) ); c. bool ( Check::*ptr )( int ); d. bool*( int ) Check::ptr;

Computer Science & Information Technology

The _____ is a credit card-sized device with an embedded microchip to provide electronic memory and processing capability.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

_____ is an application software used to create and format documents.?

A. ?Microsoft Word 2016 B. ?Microsoft OneNote 2016 C. ?Microsoft PowerPoint 2016 D. ?Microsoft Outlook 2016

Computer Science & Information Technology

Most errors involving selection statements and loops are syntax errors.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology