Which statement dynamically assigns an image named car in the drawable folder to an ImageView control?

A. ?car.setImageResource(R.drawable.image);?
B. ?image.setImageResource(car.R.drawable);?
C. image.setImageResource(R.drawable.car);?
D. SetImageResource.image(R.drawable.car);?


Answer: C

Computer Science & Information Technology

You might also like to view...

Explain how the disabling and enabling of interrupts is useful in implementing mutual exclusion primitives on uniprocessor systems.

What will be an ideal response?

Computer Science & Information Technology

If you want to chart the value of a summed column, use a ________ chart

A) column B) line C) pie D) bar

Computer Science & Information Technology

Which of the following commands will display the current CPU(s) detected by a Linux system?

A. cat /sys/cpuinfo B. cat /proc/cpuinfo C. cat /etc/cpu.conf D. cat /var/log/boothw.log

Computer Science & Information Technology

A Windows user contacted the help desk with a problem that requires the technician to connect to the remote computer using Remote Assistance to view a very detailed and cryptic error message on the user’s desktop. Each attempt the technician makes to connect to the remote computer results in a message stating the connection was refused.   Which of the following protocol and port number combinations should be opened on the remote computer’s firewall to allow this connection?

A. RDP, port 3389 B. SSH, port 22 C. Telnet, port 23 D. DNS, port 53

Computer Science & Information Technology