SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Consider if we have a data field for entering “month” of a year, which is an integer. What is the type of data for:4
A
Normal
B
Abnormal
C
Extreme / normal
D
Extreme / abnormal
Explanation: 

Detailed explanation-1: -The DATE data type stores the calendar date. DATE data types require four bytes. A calendar date is stored internally as an integer value equal to the number of days since December 31, 1899. Because DATE values are stored as integers, you can use them in arithmetic expressions.

There is 1 question to complete.