在黑白场中,默认灰场值为( )
A: RGB(0,0,0)
B: RGB(128,128,128)
C: RGB(0,128,0)
D: RGB(255,255,255)
A: RGB(0,0,0)
B: RGB(128,128,128)
C: RGB(0,128,0)
D: RGB(255,255,255)
举一反三
- 在黑白场中,默认灰场值为( ) A: RGB(0,0,0) B: RGB(128,128,128) C: RGB(0,128,0) D: RGB(255,255,255)
- 在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)
- B类地址的缺省子网掩码是() A: 255、255、255、128 B: 255、255、255、0 C: 255、255、0、0 D: 255、255、128、0
- 下列常用RGB模式的颜色中,哪些表示的是灰色____? A: R:G:B=192:192:192 B: R:G:B=255:0:0 C: R:G:B=128:128:128 D: R:G:B=128:128:0
- 8个二进制位可表示整数的范围是____。 A: 0~255 B: -128~127 C: -128~128 D: -128~127或0~255