The maximum number of characters in a UNIX file name is __________.

a. 256
b. 8
c. 16
d. 100


a. 256

Computer Science & Information Technology

You might also like to view...

In project management, a relationship between two tasks is usually interpreted as a precedence relationship; that is, one task must complete before the next one is initiated. In a software life cycle, a relationship between two activities is a dependency; that is, one activity uses a work product from another activity. Discuss this difference. Provide an example in the context of the V-model.

What will be an ideal response?

Computer Science & Information Technology

Trackpad is another word for trackball.

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

Computer Science & Information Technology

Write a statement for each of the following:

a) Print integer 40000 left justified in a 15-digit field. b) Read a string into character array variable state. c) Print 200 with and without a sign. d) Print the decimal value 100 in hexadecimal form preceded by 0x. e) Read characters into array charArray until the character 'p' is encountered, up to a limit of 10 characters (including the terminating null character). Extract the delimiter from the input stream, and discard it. f) Print 1.234 in a 9-digit field with preceding zeros.

Computer Science & Information Technology

Which options are NOT one of the ranges defined by RFC 1918?

A) 192.168.0.0/16 B) 172.16.0.0/16 C) 172.16.0.0/17 D) 192.168.0.0/24 E) 10.0.0.0/8 F) 10.0.0.0/16

Computer Science & Information Technology