网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
tony would like to make it easier for users of the video application to enter new doc using the “video form”, he’d like users to be able to create new “video” doc form within the view. Which one of the following should tony so to build this interface?()
- A、create a view action that has the following formula:@command([create];”video”)
- B、create a form action that has the following formula:@command([compose];”video”)
- C、create a view action that has the following formula:@command([compose];”video”)
- D、create a database action that has the following formula:@command([compose];”video”)
参考答案
更多 “tony would like to make it easier for users of the video application to enter new doc using the “video form”, he’d like users to be able to create new “video” doc form within the view. Which one of the following should tony so to build this interface?()A、create a view action that has the following formula:@command([create];”video”)B、create a form action that has the following formula:@command([compose];”video”)C、create a view action that has the following formula:@command([compose];”video”)D、create a database action that has the following formula:@command([compose];”video”)” 相关考题
考题
While troubleshooting a video problem on an application server, the system administrator has determined that the video firmware should be updated. Which of the following sources should be used to locate an appropriate update for this hardware?()A. Third-party manufacturerB. Video chipset manufacturerC. Server manufacturerD. Operating system manufacturerE. Shareware file sharing site
考题
After installing a new video card, the computer loads Windows and continuously reboots. Which of the following would be the FIRST step that a technician should take?()A、Run CHKDSKB、Boot to ERDC、Run MSCONFIGD、Go into Safe Mode
考题
nancy used a rich text field on a form to capture data. she would like to display the data in a view. which of the following should she do?()A、use @texttorichtextB、use a richtext title fieldC、use the @text(fieldname) in the column formulaD、nothing rich text display in the views
考题
You use Microsoft .Net Framework 4 to create a Windows Form application. You created a new application, you then wrote the code below: Thread.CurrentThread.CurrentUICulture = Thread.CurrentThread.CurrentCulture Which of the following options are TRUE? ()A、The user interface will make use of the currently configured culture settings in the Control Panel at present.B、The user interface will make use of new culture settings.C、The user interface will make use of the culture settings that were installed with the operating system.
考题
A technician installs a new video card in a desktop with onboard video. The technician boots the unit but sees no display. The monitor power light is on and the OS seems to be loading. Which ofthe following is the MOST likely cause?()A、The display is defective.B、The video card needs to be flashed.C、The internal adapter has not been disabled.D、The new video card is defective.
考题
While troubleshooting a video problem on an application server, the system administrator has determined that the video firmware should be updated. Which of the following sources should be used to locate an appropriate update for this hardware?()A、Third-party manufacturerB、Video chipset manufacturerC、Server manufacturerD、Operating system manufacturerE、Shareware file sharing site
考题
A technician installed a new video card on a motherboard which has onboard video. When the monitor was plugged into the new card and the power was turned on, a no signal message appeared on the monitor. Which of the following is MOST likely the issue?()A、In the BIOS, the onboard video adapter must be disabled.B、The video resolution is set too high.C、The LCD panel is defective.D、The drivers for the new video card must be installed before installing the card.
考题
Ariel is designing an application and would like to create response documents with a copy of the original doc in a collapsible section, one of the following @command, provided with the correct parameters, will allow her to do this ()A、 @command ([compose with copy]) B、 @command ([compose with section]) C、 @command ([compose with reference]) D、 @command ([compose with referencesection])
考题
tony wants to create a duplicate of the video application. He wants to keep a version of the data on the same server as the production application but does not want any new documents or documents modifications to be replicated into his new database once he creates it. Which one of the following should tony do to create his archive?()A、create a new copy of the databaseB、create a replica of the databaseC、Use the windows explorer to create a copy of the database file.D、Create a replica copy of the database and disable replication on the database file.
考题
nadia would like to position overlapping blocks of content on a form in the video application. she wants the flexibility to control the size and content of the information. which one of the following should nadia use when creating her form?()A、 layersB、 subforms C、 framesets D、 style sheets
考题
mary would like to display a collapsed section on her video catalog form, she has created a section buy when she display the form in the client the section always opens expanded. which one of the following should mary do to collapse the section?()A、 nothing. Sections always open expanded B、 modify the section default properties to collapsed C、 modify the form propenties to display all sections collapsed D、 modify the section opened for reading property to auto-collapse
考题
norma has a form action that will allow users to create comments to the existing doc. When Norma views the form in her web browser, she sees the action. but when she opens the form in her notes client she cannot see the action . which one of the following should she do to correct the problom? ()A、delete old action and create a new one on the formB、Make sure the comments form is available for notes clients useC、Make the action a shared action and disable the hide-when setting for “web borwsers”D、Check the actions hide-when setting to make sure the action is available for “notes 4.6 later”
考题
management has asked bob to post an introductory welcome page when notes users first open the video application in which one of the following places should bob put the welcome message?()A、 in a document named welcome B、 in the database about doc C、 in the database using doc D、 in the first page in the database design
考题
kristin wants to build an action which exits the video form. the action will be avaiable only when the user is reading the document ,which one of the following accomplish this ? ()A、@ command([back]) B、@ command([fileexit]) C、@ command([gotoview]) D、@ command([fileclosewindow])
考题
You create a Web Form. The Web Form allows users to recover their passwords. You add a PasswordRecovery server control by using the following code segment.You need to ensure that the server control generates a new password and sends it by e-mail to the users e?mail address. Which two actions should you perform? ()A、Create a valid definition in the Web.config file.B、Set the passwordFormat attribute of the configured membership provider to Encrypted.C、Ensure that the enablePasswordRetrieval attribute of the configured membership provider is set to False.D、Ensure that the enablePasswordRetrieval attribute of the configured membership provider is set to True.
考题
You are implementing an ASP.NET Web application. Users will authenticate to the application with an ID. The application will allow new users to register for an account. The application will generate an ID for the user based on the users full name. You need to implement this registration functionality. Which two actions should you perform?()A、Configure the SqlMembershipProvider in the web.config file.B、Configure the SqlProfileProvider in the web.config file.C、Create an ASP.NET page that contains a default CreateUserWizard control to create a new user account.D、Create an ASP.NET page that contains a custom form that collects the user information and then uses the Membership.CreateUser method to create a new user account.
考题
单选题kristin wants to build an action which exits the video form. the action will be avaiable only when the user is reading the document ,which one of the following accomplish this ? ()A
@ command([back]) B
@ command([fileexit]) C
@ command([gotoview]) D
@ command([fileclosewindow])
考题
单选题mary would like to display a collapsed section on her video catalog form, she has created a section buy when she display the form in the client the section always opens expanded. which one of the following should mary do to collapse the section?()A
nothing. Sections always open expanded B
modify the section default properties to collapsed C
modify the form propenties to display all sections collapsed D
modify the section opened for reading property to auto-collapse
考题
单选题management has asked bob to post an introductory welcome page when notes users first open the video application in which one of the following places should bob put the welcome message?()A
in a document named welcome B
in the database about doc C
in the database using doc D
in the first page in the database design
考题
单选题A technician installed a new video card on a motherboard which has onboard video. When the monitor was plugged into the new card and the power was turned on, a no signal message appeared on the monitor. Which of the following is MOST likely the issue?()A
In the BIOS, the onboard video adapter must be disabled.B
The video resolution is set too high.C
The LCD panel is defective.D
The drivers for the new video card must be installed before installing the card.
考题
多选题You are implementing an ASP.NET Web application. Users will authenticate to the application with an ID. The application will allow new users to register for an account. The application will generate an ID for the user based on the users full name. You need to implement this registration functionality. Which two actions should you perform?()AConfigure the SqlMembershipProvider in the web.config file.BConfigure the SqlProfileProvider in the web.config file.CCreate an ASP.NET page that contains a default CreateUserWizard control to create a new user account.DCreate an ASP.NET page that contains a custom form that collects the user information and then uses the Membership.CreateUser method to create a new user account.
考题
单选题tony wants to create a duplicate of the video application. He wants to keep a version of the data on the same server as the production application but does not want any new documents or documents modifications to be replicated into his new database once he creates it. Which one of the following should tony do to create his archive?()A
create a new copy of the databaseB
create a replica of the databaseC
Use the windows explorer to create a copy of the database file.D
Create a replica copy of the database and disable replication on the database file.
考题
单选题tony would like to make it easier for users of the video application to enter new doc using the “video form”, he’d like users to be able to create new “video” doc form within the view. Which one of the following should tony so to build this interface?()A
create a view action that has the following formula:@command([create];”video”)B
create a form action that has the following formula:@command([compose];”video”)C
create a view action that has the following formula:@command([compose];”video”)D
create a database action that has the following formula:@command([compose];”video”)
考题
单选题nadia would like to position overlapping blocks of content on a form in the video application. she wants the flexibility to control the size and content of the information. which one of the following should nadia use when creating her form?()A
layersB
subforms C
framesets D
style sheets
考题
单选题norma has a form action that will allow users to create comments to the existing doc. When Norma views the form in her web browser, she sees the action. but when she opens the form in her notes client she cannot see the action . which one of the following should she do to correct the problom? ()A
delete old action and create a new one on the formB
Make sure the comments form is available for notes clients useC
Make the action a shared action and disable the hide-when setting for “web borwsers”D
Check the actions hide-when setting to make sure the action is available for “notes 4.6 later”
考题
单选题A technician installs a new video card in a desktop with onboard video. The technician boots the unit but sees no display. The monitor power light is on and the OS seems to be loading. Which ofthe following is the MOST likely cause?()A
The display is defective.B
The video card needs to be flashed.C
The internal adapter has not been disabled.D
The new video card is defective.
考题
单选题You use Microsoft .Net Framework 4 to create a Windows Form application. You created a new application, you then wrote the code below: Thread.CurrentThread.CurrentUICulture = Thread.CurrentThread.CurrentCulture Which of the following options are TRUE? ()A
The user interface will make use of the currently configured culture settings in the Control Panel at present.B
The user interface will make use of new culture settings.C
The user interface will make use of the culture settings that were installed with the operating system.
热门标签
最新试卷