更多“Teachers declare that girls should act like ladies and keep quiet.(Sexism in School) () ”相关问题
  • 第1题:

    ________ the vessel have no safety radiotelegraphy certificate at the time of her delivery,she ________ be held to be unseaworthy.

    A.If/may

    B.Will/shall

    C.Should/would

    D.Would/should


    正确答案:C

  • 第2题:

    软件测试方法主要有()。

    A:黑盒测试
    B:白盒测试
    C:ALAC(Act-like-a-customer)
    D:红盒测试
    E:蓝盒测试

    答案:A,B,C
    解析:
    软件测试方法主要有黑盒测试、白盒测试、ALAC(act-like-a-coustomer)。故选ABC。

  • 第3题:

    8、在下列的 HTML 中,哪个可以产生超链接?

    A.<a url="http://www.w3school.com.cn">W3School.com.cn</a>

    B.<a href="http://www.w3school.com.cn">W3School</a>

    C.<a>http://www.w3school.com.cn</a>

    D.<a name="http://www.w3school.com.cn">W3School.com.cn</a


    B

  • 第4题:

    ______ it rain tomorrow moring, the loading ______.

    A.Should / will be postponed

    B.If / shall be postponed

    C.Should / would be postponed

    D.If / has to be postponed


    正确答案:C
    一旦明天早上下雨,装货将被延迟。

  • 第5题:

    给定一个JSP程序源代码,如下: <jsp:forward page="result.jsp"> <jsp:param name="school" value="FAFU"/> </jsp:forward > 在result.jsp中,使用()代码片段可以输出参数school的值

    A.<jsp:getParam name="school">

    B.<jsp:getParameter name="school">

    C.<%=request.getAttribute("school")%>

    D.<%=request.getParameter("school")%>


    D

  • 第6题:

    在SQL Server 数据库中,以下对变量的定义错误的是()。

    A.DECLARE @username varchar(10)

    B.DECLARE @RowCount varchar(30)

    C.DECLARE @@username varchar(10)

    D.DECLARE @@RowCount varchar(30)


    DECLARE @@RowCount varchar(30)