Escape Sequences - Reverse Flashcards

2
Q

Backslash ()

A

\

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Single quote (‘)

A

'

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Double quote (“)

A

"

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ASCII Bell (BEL)

A

\a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ASCII Backspace (BS)

A

\b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

ASCII Formfeed (FF)

A

\f

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ASCII Linefeed (LF)

A

\n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Character named name in the Unicode database (Unicode only)

A

\N{name}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Carriage Return (CR)

A

\r ASCII

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Horizontal Tab (TAB)

A

\t ASCII

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Character with 16-bit hex value xxxx (Unicode only)

A

\uxxxx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Character with 32-bit hex value xxxxxxxx (Unicode only)

A

\Uxxxxxxxx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

ASCII Vertical Tab (VT)

A

\v

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Character with octal value ooo

A

\ooo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Character with hex value hh

A

\xhh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly