On a form, ____________________ View can be used to move and modify controls while viewing live data.

Fill in the blank(s) with the appropriate word(s).


Layout

Computer Science & Information Technology

You might also like to view...

Which of the statements below is false?

Consider the classes below, declared in the same file: ``` class A { int a; public A() { a = 7; } } class B : A { int b; public B() { b = 8; } } ``` a) Both variables a and b are instance variables. b) After the constructor for class B is executed, the variable a will have the value 7. c) After the constructor for class B is executed, the variable b will have the value 8. d) A reference to class A can be treated as a reference to class B.

Computer Science & Information Technology

To register a source for an action event with a handler, use __________.

a. source.addAction(handler) b. source.setOnAction(handler) c. source.addOnAction(handler) d. source.setActionHandler(handler)

Computer Science & Information Technology

Each query that you create has an underlying SQL statement, which means that even when you create a query in Design view, Access automatically generates the SQL statement in the background

Indicate whether the statement is true or false

Computer Science & Information Technology

Spaces in a Web folder or file name might be replaced with the ________ combination

Fill in the blank(s) with correct word

Computer Science & Information Technology