Which file type contains data such as text files or executable files?

A. Data
B. Regular
C. Device
D. Directory


Answer: B

Computer Science & Information Technology

You might also like to view...

There is a single definition of professionalism that has become accepted by everyone.

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

Computer Science & Information Technology

The ________ number is a number used to identify the column from which a value is to be retrieved by a lookup function

Fill in the blank(s) with correct word

Computer Science & Information Technology

Suppose that you have the declaration:int num = 94;double x = 73.92;String str = "Programming";What is the output of the following statements?System.out.println("123456789012345678901234567890");System.out.printf("%5d%6.2f %15s%n", num, x, str);

A. 123456789012345678901234567890    94 73.92     Programming B. 123456789012345678901234567890    94 73.92    Programming C. 123456789012345678901234567890    94  73.92    Programming D. 123456789012345678901234567890    94     73.92    Programming

Computer Science & Information Technology

An investor purchases 500 shares of McDonald's stock at $30.77 per share. Find the cost of the stock. If the broker charges 2.5% of the cost of the stock, find his commission on this purchase. Please round your answers to the nearest cent.The cost of the stock is $__________.The commission is $__________.

What will be an ideal response?

Computer Science & Information Technology