网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
Which statements concerning the effect of the statement gfx.drawRect(5, 5, 10, 10) are true, given that gfx is a reference to a valid Graphics object?()
- A、The rectangle drawn will have a total width of 5 pixels.
- B、The rectangle drawn will have a total height of 6 pixels.
- C、The rectangle drawn will have a total width of 10 pixels.
- D、The rectangle drawn will have a total height of 11 pixels.
参考答案
更多 “Which statements concerning the effect of the statement gfx.drawRect(5, 5, 10, 10) are true, given that gfx is a reference to a valid Graphics object?() A、The rectangle drawn will have a total width of 5 pixels.B、The rectangle drawn will have a total height of 6 pixels.C、The rectangle drawn will have a total width of 10 pixels.D、The rectangle drawn will have a total height of 11 pixels.” 相关考题
考题
We are given the orders that the project()before the end of next month.
A、has to be drawn upB、be drawn upC、shall be drawn up will be drawn up
考题
which of the following statements is not true about maori population?A. Maori population makes up nearly one-seventh of New Zealand s total population.B. Maori population is younger than the total population.C. Non-Maori women tend to have children earlier than Maori women.D. Maori women tend to have more children than non-Maori women.
考题
Given:Which statement is true about the class of an object that can reference the variable base? ()
A.It can be any class.B.No class has access to base.C.The class must belong to the geometry package.D.The class must be a subclass of the class Hypotenuse.
考题
有如下程序段,该程序段执行完后,执行循环的次数是 total=0 Counter=1 Do Print Counter total=total + Counter Print total Counter=Counter+1 If total>10 Then Exit Do End If Loop While Counter <=10A.5B.10C.15D.20
考题
An access list was written with the four statements shown in the graphic.Which single access list statement will combine all four of these statements into a single statement that will have exactly the same effect?()A.access-list10 permit 172.29.16.00.0.0.255B.access-list10 permit 172.29.16.00.0.1.255C.access-list10 permit 172.29.16.00.0.3.255D.access-list10 permit 172.29.16.00.0.15.255E.access-list10 permit 172.29.0.00.0.255.255
考题
Which single access list statement will combine all four of these statements into a single statement that will have exactly the same effect()。
A.access-list 10 permit 172.29.16.0 0.0.0.255B.access-list 10 permit 172.29.16.0 0.0.1.255C.access-list 10 permit 172.29.16.0 0.0.3.255D.access-list 10 permit 172.29.16.0 0.0.15.255E.access-list 10 permit 172.29.0.0 0.0.255.255
考题
Which statement is TRUE concerning apogean tides ________.A.They occur only at quadratureB.They occur when the Moon is nearest the EarthC.They cause diurnal tides to become mixedD.They have a decreased range from normal
考题
Which statements concerning the switch construct are true?() A、All switch statements must have a default label.B、There must be exactly one label for each code segment in a switch statement.C、The keyword continue can never occur within the body of a switch statement.D、No case label may follow a default label within a single switch statement.E、A character literal can be used as a value for a case label.
考题
Which statements concerning the value of a member variable are true, when no explicit assignments have been made?() A、The value of an int is undetermined.B、The value of all numeric types is zero.C、The compiler may issue an error if the variable is used before it is initialized.D、The value of a String variable is "" (empty string).E、The value of all object variables is null.
考题
Which two statements are true about the security-related tags in a valid Java EE deployment descriptor?()A、Every tag must have at least one tag.B、A tag can have many tags.C、A given tag can apply to only one tag.D、A given tag can contain from zero to many tags.E、It is possible to construct a valid tag such that,for a given resource,no user rolescan access that resource.
考题
Which statements concerning the methods notify() and notifyAll() are true? A、Instances of class Thread have a method called notify().B、A call to the method notify() will wake the thread that currently owns the monitor of the object.C、The method notify() is synchronized.D、The method notifyAll() is defined in class Thread.E、When there is more than one thread waiting to obtain the monitor of an object, there is no way to be sure which thread will be notified by the notify() method.
考题
Which single access list statement will combine all four of these statements into a single statement that will have exactly the same effect()。A、access-list 10 permit 172.29.16.0 0.0.0.255B、access-list 10 permit 172.29.16.0 0.0.1.255C、access-list 10 permit 172.29.16.0 0.0.3.255D、access-list 10 permit 172.29.16.0 0.0.15.255E、access-list 10 permit 172.29.0.0 0.0.255.255
考题
Companycom is considering a partitioned solution which will require cumulative rPerf total of 150. The original sizing came back recommending a 32-way p5 590. However, they have a requirement for future scalability and availability is important. Which of the following would be the best reason to recommend a p5 595?()A、The p5 595 would allow for CODB、The p5 595 includes the Advanced Power Virtualization hardware and softwareC、The p5 595 is priced the same as the p5 590 given the same number/type of CPUsD、The p5 595 performance would be equivalent to the p5 590 given the same number/type of CPUs
考题
Given the following code fragment: public void create() { Vector myVect; myVect = new Vector(); } Which of the following statements are true?() A、 The declaration on line 2 does not allocate memory space for the variable myVect.B、 The declaration on line 2 allocates memory space for a reference to a Vector object.C、 The statement on line 2 creates an object of class Vector.D、 The statement on line 3 creates an object of class Vector.E、 The statement on line 3 allocates memory space for an object of class Vector.
考题
Which two statements accurately describe a role?()A、A role can be given to a maximum of 1000 users.B、A user can have access to a maximum of 10 roles.C、A role can have a maximum of 100 privileges contained in it.D、Privileges are given to a role by using the CREATE ROLE statement.E、A role is a named group of related privileges that can be granted to the user.F、A user can have access to several roles, and several users can be assigned the same role.
考题
单选题Which of the following statements concerning energy is correct?()A
Energy can be created or destroyedB
Energy may not be transformedC
The total quantity of energy in the universe is always the sameD
None of the above
考题
单选题The length of a rectangle is 5 more than the side of a square, and the width of the rectangle is 5 less than the side of the square. If the area of the square is 45, what is the area of the rectangle?A
20B
25C
45D
50E
70
考题
多选题Which statements concerning the value of a member variable are true, when no explicit assignments have been made?()AThe value of an int is undetermined.BThe value of all numeric types is zero.CThe compiler may issue an error if the variable is used before it is initialized.DThe value of a String variable is (empty string).EThe value of all object variables is null.
考题
多选题Which statements concerning the methods notify() and notifyAll() are true?AInstances of class Thread have a method called notify().BA call to the method notify() will wake the thread that currently owns the monitor of the object.CThe method notify() is synchronized.DThe method notifyAll() is defined in class Thread.EWhen there is more than one thread waiting to obtain the monitor of an object, there is no way to be sure which thread will be notified by the notify() method.
考题
单选题Which of the following statements is true concerning carbon dioxide when used as a fire extinguishing agent?()A
Carbon dioxide is corrosive when exposed to fireB
Carbon dioxide should be applied slowly to a large engine room fireC
Its total cooling effect is far greater than waterD
Its smothering effect is excellent for class B fires
考题
单选题Which single access list statement will combine all four of these statements into a single statement that will have exactly the same effect()。A
access-list 10 permit 172.29.16.0 0.0.0.255B
access-list 10 permit 172.29.16.0 0.0.1.255C
access-list 10 permit 172.29.16.0 0.0.3.255D
access-list 10 permit 172.29.16.0 0.0.15.255E
access-list 10 permit 172.29.0.0 0.0.255.255
考题
单选题Which statements concerning the effect of the statement gfx.drawRect(5, 5, 10, 10) are true, given that gfx is a reference to a valid Graphics object?()A
The rectangle drawn will have a total width of 5 pixels.B
The rectangle drawn will have a total height of 6 pixels.C
The rectangle drawn will have a total width of 10 pixels.D
The rectangle drawn will have a total height of 11 pixels.
考题
问答题A rectangle is equal in area to a square with sides of length 12. Is the diagonal of the rectangle greater in length than 20? (1) The rectangle has a length of 16. (2) The rectangle has a width of 9.
考题
多选题Given the following code fragment: public void create() { Vector myVect; myVect = new Vector(); } Which of the following statements are true?()AThe declaration on line 2 does not allocate memory space for the variable myVect.BThe declaration on line 2 allocates memory space for a reference to a Vector object.CThe statement on line 2 creates an object of class Vector.DThe statement on line 3 creates an object of class Vector.EThe statement on line 3 allocates memory space for an object of class Vector.
考题
单选题Which of the following statements is true concerning simple parallel resistance circuits?()A
The total current flow equals the sum of the individual currentsB
The total current flow equals the reciprocal of the sum of the individual currentsC
The total resistance equals the sum of the individual resistanceD
The total voltage equals the sum of the individual voltages across each resistance
考题
单选题Which of the following statements concerning a simple parallel resistance circuit is correct?()A
The voltage drop across each resistor is the sameB
The total current flow equals the reciprocal of the sum of the individual currentsC
The total resistance equals the sum of the individual resistancesD
The total voltage equals the sum of the individual voltages across each resistance
考题
单选题Which statements concerning the switch construct are true?()A
All switch statements must have a default label.B
There must be exactly one label for each code segment in a switch statement.C
The keyword continue can never occur within the body of a switch statement.D
No case label may follow a default label within a single switch statement.E
A character literal can be used as a value for a case label.
热门标签
最新试卷