Design a table for storing the names and contact information (addresses, phone numbers, email addresses) of your closest friends and family. What fields would you use?

What will be an ideal response?


```
Fields: firstName, lastName, streetAddress, city, state, zipCode, phone, email
```

Computer Science & Information Technology

You might also like to view...

An app that performs synchronous tasks on a single-core computer often takes longer to execute than on a multi-core computer, because ________.

a) it’s too costly to convert them to asynchronous tasks b) the processor is shared between the app and all the others that happen to be executing on the computer at the same time c) multi-core computers have no overhead d) single-core compters generally have slower processors

Computer Science & Information Technology

What would you use to see what network adapters are installed in your Windows computer?

a. Device Manager utility b. Programs and Utilities manager c. Ethernet Manager utility d. Home Network manager

Computer Science & Information Technology

The ________ operator is used to test if a field is empty

Fill in the blank(s) with correct word

Computer Science & Information Technology

What are the GAISP nine Pervasive Principles?

What will be an ideal response?

Computer Science & Information Technology