A Web site runs a contest and in the rules, it says that all email entries must be received by October 15, 2004 at 5pm. Is this a precise date and time? If not, explain how to correct the problem.

What will be an ideal response?


This not a precise day / time because a time zone is not specified. Add a time zone to make it precise, and it’s better to use a 240hour clock instead of the “am” and “pm” designations.

Computer Science & Information Technology

You might also like to view...

Write an equivalent expression in relational algebra for the following SQL query:

SELECT        P.Name, C.Name
FROM         Professor P, Course C, Taught T
WHERE       P.Id = T.ProfId AND T.Semester = ’S2002’
                        AND T.CrsCode = C.CrsCode

Computer Science & Information Technology

Before running an Append query, it is best to first create a(n) ________ query

Fill in the blank(s) with correct word

Computer Science & Information Technology

One of the core principles of software programming, which describes the process of accepting user input and returning a useful response, is known as ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The development and maintenance of information resources is now the sole responsibility of the MIS department

A. True B. False

Computer Science & Information Technology