You have issued the commands as shown below:
[root@server1]# parted /dev/sdb
Using /dev/sdb
(parted) mkpartfs p ext2 1 250
What is the purpose of issuing these commands?
A.
To format the first partition on /dev/sdb with an ext2 filesystem
B.
To create a primary partition /dev/sdb1 with a journalingfilesystem
C.
To create a partition using cylinders from 250 with an ext2filesystem
D.
To create a primary partition /dev/sdb1 using cylinders 1 through 250 with an ext2filesystem