在MIDP中,函数Image createImage(Image source)创建的是()A、静态图像B、不可变图像C、可变图像D、动态图像

在MIDP中,函数Image createImage(Image source)创建的是()

  • A、静态图像
  • B、不可变图像
  • C、可变图像
  • D、动态图像

相关考题:

为了使图像框Image与图片框pic的大小适应图片的大小,下面属性组设置正确的是( )A.pic.Autosize=Ture,image.Stretch=TrueB.pic.Autosize=Ture,image.Stretch=FalseC.pic.Autosize=False,image.Stretch=TrueD.pic.Autosize=False,image.Stretch=False

Graphics中的Image类没有构造函数,所以需要调用静态()方法来获得A. createImage()B. paint()C. setStrokeStyle()D. TiledLayer()

在窗体Form1中有一个名称为Image1的图像框,在窗体加载的时候为它装载了一幅图片,该图片比图像框要小如图20-2a所示,现在单击一下图像框,将把照片放到和图像框一样大,如图20-2b所示。再单击它将其还原,然后再单击放大,再单击还原,如此反复。下划线处应填( )。Private Sub Form_Load() Image1.Stretch=True __________ End Sub Private Sub Image1_click() Image1.Height=3000 _________ End SubA.Image1.Picture=LoadPictrue("gg1.gif')B.Image1.Picture="gg1.gif' Image1.Stretch=True Image1.Stretch=Not Image1.StretchC.Image1.Picture=Loadptctrue("gg1.gif")D.Image1.Picture="gg1.gif" Image1.Sbetch=Not Image1.Stretch Image1.Stretch=True

关于Image控件和PictureBox控件的说明,其中错误的是( )。A.Image控件和Picture Box控件都有Picture属性B.Image控件和Picture Box控件都支持Print方法C.Image控件和Picture Box控件都可以用Load Picture函数把图形文件装入控件中D.Image控件和Picture Box控件都能在属性窗口装入图形文件,也都能在运行期间装入图形文件

YourcompanyhasanActiveDirectoryDomainServices(ADDS)forestwithasingledomain.AserverhastheWindowsDeploymentServices(WDS)roleinstalled.YoucreateaWindows7image.YouplantousetheLiteTouchInstallationdeploymentmethodtodeploytheWindows7image.Youneedtodesignadeploymentstrategythatwillinstallanimageonunknownclientcomputersonlyifadministrativeapprovalisgranted.Whatshouldyoudo?()A.CreateamulticasttransmissionfortheWindows7image.B.CreateaunicasttransmissionfortheWindows7image.C.UseDHCProguedetectionontheWDSserver.D.UseanAuto-AddpolicyontheWDSserver.

在HTML页面中,CSS样式的属性名为background-image对应的style对象的属性名是()。A、backgroundB、backgroungImageC、image

下列的HTML中哪个可以插入图像?()A、img href="image.gif  B、image src="image.gif"  C、img src="image.gif"  D、imgimage.gif/img

在图象控件Image1中加载图片后,为使图像控件能够自动调整大小而显示整幅图片,可以使用语句()A、Image1.AutoSize=TrueB、Image1.AutoSize=FalseC、Image1.Stretch=True‘为true时根据Image控件的大小来调整图片的大小D、Image1.Stretch=False‘为false时缺省值根据图片调整自身大小

Image控件的()属性获取或设置在image控件中显示的图像的位置。A、imageurlB、imagealignC、alternatetextD、height

在Dreamweaver中的标签的属性可以通过Page Properties窗口设置的是:()A、Background Image:背景图像B、Background:背景颜色C、Text:文字颜色D、Tracing Image:跟踪图像

在光栅图形中关闭和打开图像边框的是IMAGE()。

下列文件中,不属于图形图像文件的是()A、image.MP3B、image.JPGC、image.GIFD、image.BMP

关于Image镜像备份,下列说法错误的是:()A、Image模式的备份文件是每个1M的压缩文件B、R30iB控制器Image备份可在MC卡或U盘的任何目录下进行C、在Image备份过程中,不允许断电D、Image镜像备份必须在PC的配合下完成

A system administrator has an existing mksysb image, but would like to modify the image.data file on the mksysb before installing it on a system. Which of the following procedures is most appropriate to perform?()A、Create a new image.data file and recreate the mksysb image.B、Use the dd command to replace the image.data file on the mksysb tape.C、Use the tctl command to palce the new image.data file on the mksysb tape.D、Place the new image.data file on a diskette that will be road during the installation of the mksysb.

You are developing a product search page named Search.aspx for Web application that will be integrated into Certkiller .com's existing e-Commerce Web site. The Search.aspx page allows customers search for products that match specific criteria. Once a product is located, you want an image of the product to be displayed. You want to use an Image control to display the image. You want to configure the Image control to display a description of the image if the image cannot be displayed in the customer's Web browser. What should you do?()A、Set the ToolTip property of the Image control.B、Set the ImageUrl property of the Image control.C、Set the AlternateText property of the Image control.D、Set the DescriptionUrl property of the Image control.

You have an image that is used to deploy Windows 7 on client computers.    You need to modify the image to change the edition of Windows 7.   What should you do?()A、Service the image online.B、Service the image offline.C、Use audit mode to service the image.D、Use Windows Setup to service the image.

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application that displays a high-resolution graphic image named Image1.jpg. You need to limit the width of the image to 200 pixels. You also need to preserve the aspect ratio of the image. Which code fragment should you use?()A、Image Width="200" Source="Image1.jpg"/ ImageWidth="200" Height="200"Source="Image1.jpg"/ ImageWidth="200"Image.SourceB、BitmapImage DecodePixelWidth="200"DecodePixelHeight="200"UriSource="Image1.jpg" / /Image.SourceC、/ImageImage Width="200"Image.SourceD、BitmapImage DecodePixelWidth="200" UriSource="Image1.jpg" //Image.Source /Image

You are designing a Windows 7 deployment image.   You receive a baseline image over the network, from a different geographic location.   You need to verify that the baseline image is valid.   Which tool should you use?()A、ImageXB、Windows Compatibility EvaluatorC、Windows System Image Manager (Windows SIM)D、the Deployment Image Servicing and Management (DISM) tool

单选题在MIDP中,函数Image createImage(Image source)创建的是()A静态图像B不可变图像C可变图像D动态图像

单选题You have a customized image of Windows 7 Professional. You mount the image and modify the contents ofthe image. You need to restore the image to its original state.  Which tool should you use?()ADism.exe.BOcsetup.exe.CPkgmgr.exe.DSysprep.exe.

单选题Your company is planning to deploy Windows 7.   You have an image that is used to deploy Windows 7 on client computers.   You need to add a volume image to the existing Windows image.   What should you do?()AService the image online.BUse DiskPart to attach a new volume.CUse ImageX to append the volume image.DUse the Deployment Image Servicing and Management (DISM) tool to mount the image.

单选题Which result is of securing the Cisco IOS image by use of the Cisco IOS image resilience feature?()AThe Cisco IOS image file will not be visible in the output from the show flash command.BThe show version command will not show the Cisco IOS image file location.CWhen the router boots up, the Cisco IOS image will be loaded from a secured FTP location.DThe running Cisco IOS image will be encrypted and then automatically backed up to a TFTP server.

单选题You are designing a Windows 7 deployment image.   You receive a baseline image over the network, from a different geographic location.   You need to verify that the baseline image is valid.   Which tool should you use?()AImageXBWindows Compatibility EvaluatorCWindows System Image Manager (Windows SIM)Dthe Deployment Image Servicing and Management (DISM) tool

单选题You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application that displays a high-resolution graphic image named Image1.jpg. You need to limit the width of the image to 200 pixels. You also need to preserve the aspect ratio of the image. Which code fragment should you use?()AImage Width=200 Source=Image1.jpg/ ImageWidth=200 Height=200Source=Image1.jpg/ ImageWidth=200Image.SourceBBitmapImage DecodePixelWidth=200DecodePixelHeight=200UriSource=Image1.jpg / /Image.SourceC/ImageImage Width=200Image.SourceDBitmapImage DecodePixelWidth=200 UriSource=Image1.jpg //Image.Source /Image

单选题Your company has offices in several countries. You must test and validate all operating system images before you deploy them.   You create a Windows 7 Enterprise master image that has all language packs installed.  You test and validate the master image.   You are planning to create regional images based on the master image.   Each regional image will contain only the language pack that is necessary for a specific geographic region.   You have the following requirements:   Remove the language packs that are unnecessary for each region. Minimize the necessary testing and validation.   You need to create the regional images. What should you do?()A Service the master image online by using the Deployment Image Servicing and Management (DISM) tool.B Service the master image offline by using the Deployment Image Servicing and Management (DISM) tool.C Deploy the master image to a target computer. Remove the unnecessary language packs,and then capture each regional image.D Run lpksetup.exe /u in unattended mode on the master image.

多选题Your company has more than 1,000 client computers.  You deploy Windows 7 by using six different images.  A driver that is included in the images needs to be replaced.   You have the following requirements:   Update the Windows 7 images with the new driver. Ensure that the old driver is no longer available.    You need to define an image-update strategy that meets the requirements.   What are two possible ways to achieve this goal?()AMount each image by using the Deployment Image Servicing and Management (DISM) tool, and then copy the newdriver into a new folder in the image.BMount each image by using the Deployment Image Servicing and Management (DISM) tool, and then delete the olddriver and inject the new driver.CMount each image by using ImageX,and then install the new driver.DDeploy each image to a reference computer, and then uninstall the old driver and install the new driver. Capture the new image

单选题When upgrading the IOS image, the network administrator receives the exhibited error message. What could be the cause of this error?()AThe new IOS image is too large for the router flash memory.BThe TFTP server is unreachable from the router.CThe new IOS image is not correct for this router platform.DThe IOS image on the TFTP server is corrupt.EThere is not enough disk space on the TFTP server for the IOS image.