A.open ”text.dat” For write As # 1 B.open ”text.dat” For Binary As # 1 C.open ”text.dat” For Input As # 1 D.open ”text.dat” For Random As # 1