Modified Multiple Choice
Which of the following actions can you perform using data validation rules?

A. place restrictions on values
B. provide a message to the user


Answer: B

Computer Science & Information Technology

You might also like to view...

The correct reference for the element in the third row and fifth column of a matrix called myMatrix represented by a two dimensional array is:

a) myMatrix [3] [5] b) myMatrix [2] [4] c) myMatrix [2, 4] d) myMatrix [5]

Computer Science & Information Technology

To invert a file, click Image on the Menu bar, point to Adjustments, then click Invert.

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

Computer Science & Information Technology

In Project 2013, ________ resources can assist project managers in understanding resource allocations

A) grouping B) tracking C) outdenting D) indenting

Computer Science & Information Technology

Consider the same structure as question 35 but with the following code fragment. Assume that internal forwarding is possible and an operand can be used as soon as it is generated. Show the execution of this code.

LDR r0,[r2]
ADD r3,r0,r1
MUL r3,r3,r4
ADD r6,r5,r7
STR r3,[r2]
ADD r6,r5,r7

Computer Science & Information Technology