属于实型常量的是( )。
A: 'A'
B: "120"
C: 120
D: 1E-1
A: 'A'
B: "120"
C: 120
D: 1E-1
举一反三
- 属于实型常量的是( )。 A: 'A' B: "120" C: 120 D: 1E-1
- 属于实型常量的是( )。 A: "120" B: 1.01E-1 C: 120 D: 'A'
- 在使用MapReduce程序WordCount进行词频统计时,对于文本行“hellomaphelloreduce”,经过WordCount程序的Map函数处理后直接输出的中间结果,应该是下面哪种形式( )。 A: <"hello",1,1>、<"map",1>和<"reduce",1> B: <"hello",2>、<"map",1>和<"reduce",1> C: <"hello",<1,1>>、<"map",1>和<"reduce",1> D: <"hello",1>、<"hello",1>、<"map",1>和<"reduce",1>
- 下面正确的字符常量是( ) A: "a" B: '\' C: " " D: "376"
- 下列表达式的值为True的是( )。 A: false==0 B: not((True==1)or("A"=="a")) C: "A"> "a" D: ("5">"100")and 0!=1