A table with a width set to 600 pixels will look _______ on a monitor with resolution set to 640 x 480 than on a monitor with resolution set to 1024 x 768

a. larger
b. smaller
c. the same
d. more distorted


a

Computer Science & Information Technology

You might also like to view...

Given the following classes and their objects:

``` class C1 {}; class C2 extends C1 {}; class C3 extends C1 {}; C2 c2 = new C2(); C3 c3 = new C3(); ``` Analyze the following statement: ``` c2 = (C2)((C1)c3);``` a. c3 is cast into c2 successfully. b. You will get a runtime error because you cannot cast objects from sibling classes. c. You will get a runtime error because the Java runtime system cannot perform multiple casting in nested form. d. The statement is correct.

Computer Science & Information Technology

Tap ENTER _____ times after the date before keying the letter address.

A. 1 B. 2 C. 3 D. 4

Computer Science & Information Technology

When planning a training session, the purpose of a pretest of trainees is to ____.

A. weed out trainees who do not have the required background B. get feedback on the trainees' job performance C. discourage trainees who should not participate in the training D. establish a baseline of the skill levels that trainees bring to the table

Computer Science & Information Technology

To protect yourself against ____________________ and other types of online harassment, use gender-neutral, nonprovocative identifying names.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology