In the containers terminology Statement I: ps : List all containers (incl. stopped) Statement II: rm : Delete a container Which of the above statements are True? a. I only b. II only c. I and II d. None
SIKSHAPATH Latest Questions
Which of the following is NOT a class of java.awt package? a. Button b. Component c. Dialog d. Paint
The Euclidean distance between the two data points X(−5,5) and Y(10,10) is _ (Rounded off to three decimal places) a. 25.63 b. 32.78 c. 15.81 d. 23.32
What is the correct initialisation of tuples? a. Dates = [12,23,3,4] b. Dates = (12,23,3,4) c. Dates = {12,23,3,4} d. Both B and C
Consider a color image of size 2000 x 2000, where each pixel is stored in 24-bits (containing red, green and blue components as 8-bits each). How many bytes of information can be hidden in the image by using LSB steganography ...
Which of the following statements correctly represents the term steganography? a. Encrypting information so that it will not be legible to an unauthorized person. b. Hiding information within some cover media file. c. Secure way of communicating without sharing any key. d. None of ...