A bitfield must be defined as a __________.

a) int or unsigned
b) char
c) float
d) long


a) int or unsigned

Computer Science & Information Technology

You might also like to view...

A group of Web developers, programmers, and authors called the ____ created the HTML standards that all browser manufacturers follow.

A. Internet Task Force B. World Wide Web Consortium C. Web Server Consortium D. Client/server Development Group

Computer Science & Information Technology

Describe the four types of data used in statistics. What is an example of each type?

What will be an ideal response?

Computer Science & Information Technology

If you want to create two vertical frames, you create a table with which of the following?

A. 1 row containing 2 elements B. 2 rows containing 2 elements C. 1 row containing 1 element D. 2 rows containing 1 elements

Computer Science & Information Technology

Given the fact that a selection sort of n items requires n2/2 + 5 * n/2 – 3 major operations, the selection sort is ______.

a. O(1) b. O(n) c. O(n2) d. O(log2 n)

Computer Science & Information Technology