What is the minimum amount of hard disk space required to install Windows 7 Professional?

A) 1GB
B) 640KB
C) 1.5GB
D) 500MB


A

Computer Science & Information Technology

You might also like to view...

Forms present records in a format that makes data easy to enter and retrieve.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

To facilitate retrieval of specific records from a file, at least one field in each record is chosen as a ________.

a) master record b) record key c) master key d) field key e) master field

Computer Science & Information Technology

After the following program is finished, how many bytes are written to the file t.dat?

``` import java.io.*; public class Test { public static void main(String[] args) throws IOException { DataOutputStream output = new DataOutputStream( new FileOutputStream("t.dat")); output.writeShort(1234); output.writeShort(5678); output.close(); } }``` a. 2 bytes. b. 4 bytes. c. 8 bytes. d. 16 bytes.

Computer Science & Information Technology

A(n) ________ app is a program that can be carried and run from a flash drive

A) cloud B) open source C) online D) portable

Computer Science & Information Technology