Answers

RB

Answered

Most solid-state switches will conduct a small amount of leakage current in the off state.

On Jul 27, 2024


True
RB

Answered

switch (lastInitial)
{
Case 'A':
System.out.println("section 1") ;
Break;
Case 'B':
System.out.println("section 2") ;
Break;
Case 'C':
System.out.println("section 3") ;
Break;
Case 'D':
System.out.println("section 4") ;
Break;
Default:
System.out.println("section 5") ;
}Based on the code above, what is the output if lastInitial = 'C'?

A) section 1
B) section 2
C) section 3
D) section 5

On Jul 26, 2024


C
RB

Answered

Which of the following is not used in developing websites?

A) XML
B) KML
C) DHTML
D) HTML

On Jun 27, 2024


B
RB

Answered

Automatic page breaks are determined by ____.

A) paper size
B) line spacing
C) margin settings
D) all of the above

On Jun 26, 2024


D
RB

Answered

What is the result of selecting a text box in Report Design view and then clicking the Center button on the Home tab?

A) The data is centered in the text box.
B) The text box moves to the center of the report.
C) All text box data is centered.
D) The text box aligns with the center of the closest text box.

On May 27, 2024


A
RB

Answered

Modern organizations do not use mainframes because cloud computing is much more efficient.

On May 26, 2024


False
RB

Answered

If you don't want a slide to appear during a slide show, which of the following should you do?

A) Stand in front of the projector during the slide show when that slide is on the screen.
B) Advance the slide show very quickly so that the slide that you don't want to show appears only briefly on the screen.
C) Display the slide on the screen, and then press H.
D) Hide the slide in Normal or Slide Sorter view.

On May 24, 2024


D