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

1) Both stings and characters should be enclosed in double quotes ("x").
2) When a backslash is found within quotes it’s considered part of an escape
sequence.
3) The Unicode character set has the same characters as ASCII.
4) When using the string constructor (char, int), the character is repeated in
a string as many times as specified by the integer.
5) Strings are not able to be made from an array of characters.


1) F
2) T
3) F
4) T
5) F

Computer Science & Information Technology

You might also like to view...

The INDEX function ________ returns the reference of a cell at the intersection of a specified row and column

A) table B) array C) reference D) name

Computer Science & Information Technology

Which of the following symbols can be included in JavaScript code and in a well-formed XHTML document?

A. > B. & C. < D. -->

Computer Science & Information Technology

In a single domain environment, what is the Microsoft recommended best practice for assigning access to resources?

What will be an ideal response?

Computer Science & Information Technology

Sharon’s company has written a new computer program, and she has been asked to find a way to prevent people from copying the software they purchase and giving it to others who have not purchased the software.   What can Sharon’s company do to make sure a customer who purchases the program does not give it to someone else?

A. Acquire a copyright. B. Obtain an EULA. C. Use DRM. D. Issue a license.

Computer Science & Information Technology