We use language as symbolic code to represent the world around us.()
第1题:
A. Gigabit Ethernet
B. SONET/SDH
C. Aggregated Ethernet
D. GRE
第2题:
下列语句中正确的是
A.char*myString="Hello-World!";
B.char myString="Hello-World!";
C.char myString[11]=”Hello-World!”;
D.char nlyString[12]="Hello-World!";
第3题:
12、根据MySQL的示例数据库World,假设有如下关系R(Language, IsOfficial,CountryCode),以下做主键最理想的是?
A.Language
B.IsOfficial
C.CountryCode
D.其他选项都不对
第4题:
A. SONET/SDH
B. Gigabit Ethernet
C. Aggregated Ethernet
D. GRE
第5题:
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” );
第6题:
下面哪种语言支持逻辑式(logic)和符号式(symbolic)编程?
A.ASP
B.Datalog
C.Prolog
D.Wolfram