A GIS stores information about the world as a collection of thematic ______ that can be linkedtogether by geography.A.filesB.objectsC.documentD.layers
A GIS stores information about the world as a collection of thematic ______ that can be linkedtogether by geography.
A.files
B.objects
C.document
D.layers
相关考题:
下列语句中,正确的是( )。A.char*myString="Hello-World!";B.char myString="Hello-World!";C.char myString[11]="Hello-World!";D.char myString[12]="Hello-World!";
下列字符型常量Hello,world!表示方法中,错误的是______。A.[Hello,world!]B.'Hello,wOrld!'C.Hello,world!,D.{Hello,world!}
下列语句中正确的是A.char*myString="Hello-World!";B.char myString="Hello-World!";C.char myString[11]=”Hello-World!”;D.char nlyString[12]="Hello-World!";
以下定义常量不正确的语句是()AConst Num As Integer=200BConst Num1 As Long=200, Sstr$="World"CConst Sstr$="World"DConst Num$=#World#
13、Java程序向显示器输出信息“Hello, World”,下列哪种写法是错误的?A.System.out.print(“Hello, world” );B.System.out.println(“Hello, world” );C.System.out.print(“Hello, world\n” );D.printf(“Hello, world\n” );
3、下面生成无序列表正确的写法是()A.<li>首页</li> <li>我的大学</li>B.<ol> <li>首页</li> <li>我的大学</li> </ol>C.<ul> <li>首页</li> <li>我的大学</li> </ul>D.<dl> <li>首页</li> <li>我的大学</li> </dl>
下列关于列表的html代码是否正确?() <ul> <li>男性</li> <li> <ol>女性 <li>女孩子</li> <li>姑娘</li> <li>大妈</li> </ol> </li> </ul>
选项()可以实现下面有序列表的显示: 2.Toy Story 3.Aladdin 4.Hercules 5.101 DalmationsA.<ol type="A" > <li>Toy Story</li> <li>Aladdin</li> <li>Hercules</li> <li>101 Dalmations</li> </ol>B.<ol type="1"> <li>Toy Story</li> <li>Aladdin</li> <li>Hercules</li> <li>101 Dalmations</li> </ol>C.<ol type="1" start="2"> <li>Toy Story</li> <li>Aladdin</li> <li>Hercules
选项()可以实现下面有序列表的显示: .Toy Story .Aladdin .Hercules .101 DalmationsA.<ul type="disc" > <li>Toy Story</li> <li>Aladdin</li> <li>Hercules</li> <li>101 Dalmations</li> </ul>#B.<ul type="circle" > <li>Toy Story</li> <li>Aladdin</li> <li>Hercules</li> <li>101 Dalmations</li> </ul>#C.<ul type="square" > <li>Toy Story</li> <li>Aladdin</li> <li>Hercul