A: 255、255、255、128
B: 255、255、255、0
C: 255、255、0、0
D: 255、255、128、0
举一反三
- B类地址的缺省子网掩码是( )[br][/br]0分) A: 255、255、255、128 B: 255、255、255、0 C: 255、255、0、0 D: 255、255、1
- 【填空题】RGB( 0 , 0 , 0 )表示()色 RGB ( 255 , 255 , 255 ) 表示 ()色 RGB ( 255 , 0 , 0 )表示()色 RGB ( 0 , 0 , 255 )表示()色 RGB ( 0 , 255 , 0 )表示()色 RGB ( 255 , 255 , 0 )表示 ()色 RGB ( 255 , 0 , 255 )表示()色 RGB ( 0 , 255 , 255 )表示()色 RGB ( 128 , 128 , 128 )表示()色 RGB ( 1 , 1 , 1 )表示()色
- 在RGB模式中,青色的值为()。 A: AR=255,G=255,B=0 B: BR=255,G=0,B=255 C: CR=255,G=255,B=355 D: DR=0,G=255,B=255
- 8个二进制位可表示整数的范围是____。 A: 0~255 B: -128~127 C: -128~128 D: -128~127或0~255
- byte类型的大小是( ) ? A: -128 ~ 127 B: -228 ~128 C: -255 ~ 256 D: -255 ~ 255
内容
- 0
在VBA中,将某个单元格的背景填充为绿色,文字颜色改为蓝色,则正确的是 A: Cells(row, col).Interior.Color = RGB(0, 255, 0):Cells(row, col).Font.Color = RGB(0, 0, 255) B: Cells(row, col).Interior.Color = RGB(0, 0, 255):Cells(row, col).Font.Color = RGB(0, 255, 0) C: Cells(row, col).Interior.Color = RGB(255, 255, 255):Cells(row, col).Font.Color = RGB(0, 0, 255) D: Cells(row, col).Interior.Color = RGB(0, 0, 0):Cells(row, col).Font.Color = RGB(0, 0, 255)
- 1
内部数据类型byte的取值范围是:( ) A: 0~255 B: (-128)~127 C: (-32,768)~32,767 D: (-256)~255
- 2
<span style="color: rgb(255, 0, 0); font-size: 18px; background-color: rgb(255, 255, 255);<strong> (视频2.4.2测</strong><strong>试题)</strong></span><span style="color: rgb(255, 0, 0); font-size: 18px; background-color: rgb(255, 255, 255);</span><img width="780" height="91" src="http://image.zhihuishu.com/download/upload/uccmanage/eweb/user/20150720140135661.jpg" border="0" _ewebeditor_pa_src="http%3A%2F%2Fimage.zhihuishu.com%2Fdownload%2Fupload%2Fuccmanage%2Feweb%2Fuser%2F20150720140135661.jpg
- 3
【单选题】8位无符号整数的取值范围为()。 A. 0~255 B. -255~255 C. 0~127 D. -127~127
- 4
在Java中,byte数据类型的取值范围是( )。(选择一项) A: -128 ~ 127 B: -228 ~128 C: -255 ~ 256 D: -255 ~ 255