Zip files use ________ compression

A) lossless B) lossy C) spotlight D) default


A

Computer Science & Information Technology

You might also like to view...

Assume you have a class named Rabbit which has four methods: GetColor(), SetColor(), GetName(), and SetName(). One object of type Rabbit is named MyRabbitand has Color = “white” and Name = “Peter”. Which set of statements would display the following to the screen: “Peter is a white rabbit.”.

a. Write MyRabbit.GetName()+“ is a “+MyRabbit.GetColor()+“rabbit.”. b. Write Peter + “ is a “ + White + “ rabbit.”. c. Write Peter.SetName() + “ is a “ + Peter.SetColor() + “ rabbit.”. d. Write Rabbit.Peter + “ is a “ + Rabbit.White + “ rabbit.”.

Computer Science & Information Technology

What are the design objectives for paper input forms, input screens, or Web based fill-in forms?

What will be an ideal response?

Computer Science & Information Technology

Write structured pseudocode to fix this statement: if hourlyWage > 8.50 and < 15.80 then

What will be an ideal response?

Computer Science & Information Technology

A dialog box in Windows 8 may only display a(n) ________ button

A) Close B) Cancel C) OK D) Apply

Computer Science & Information Technology