Which type of form allows the display of database objects using tabs in an organized way to assist users with accessing the different objects.

A. bound form
B. data entry form
C. reports form
D. navigation form


Answer: D

Computer Science & Information Technology

You might also like to view...

What variables are local to the Add Numbers function?

```int AddNumbers( int x, int y) { int z; z = x + y; return z; }``` A. x B. y C. x & y D. x, y & z

Computer Science & Information Technology

PowerPoint assumes every new slide, except for a blank slide, has ____.

A. clip art B. a title C. large font sizes D. transitions

Computer Science & Information Technology

________ is a private online discussion forum, typically hosted on a single computer and accessed by other computers

A) Usenet B) A BBS C) A website community D) A dial-up computer network

Computer Science & Information Technology

Which of the following is a proxy server or terminal server that has one interface on the production network for you to access a terminal via Secure Shell (SSH) or access a virtual desktop?

A. jump box B. bastion host C. OOB gateway D. IPAM

Computer Science & Information Technology