• 2022-06-04
    B类地址的缺省子网掩码是()
    A: 255、255、255、128
    B: 255、255、255、0
    C: 255、255、0、0
    D: 255、255、128、0
  • C

    内容

    • 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>&nbsp; (视频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