R Ranjeet π Tutor III β 34.60K Points π Fundamentals of Computer Programming Q. Command for creating directory in MS DOS is (D) print add.c > prn (A) md (B) gd (C) cd (D) fd ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) md
V Vikash Gupta π Tutor III β 33.56K Points π Fundamentals of Computer Programming Q. Following is the DOS command to print the file' add.c ' without installing a printer driver on your PC. (A) type add.c> prn (B) edit add.c > prn (C) print a (D) c ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) type add.c> prn
P Praveen Singh π Tutor III β 36.81K Points π Fundamentals of Computer Programming Q. ..... is said to be a popular naming convention in complete programming (A) User Manual (B) Hungarian Notation (C) Black Box Testing (D) Testing ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Hungarian Notation
R Rakesh Kumar π Hard Worker β 28.44K Points π Fundamentals of Computer Programming Q. In..... the name of the variable indicates its type of intended use. (A) Debugging (B) Hungarian Notation (C) System Manual (D) Logic Errors ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Hungarian Notation
R Ram Sharma π Coach β 193.88K Points π Fundamentals of Computer Programming Q. .... are used within program to help in understanding the logic of the program and hence are a form of external documentation. (A) Debugging (B) White Box Testing (C) Comments (D) Syntax Errors ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Comments
P Praveen Singh π Tutor III β 36.81K Points π Fundamentals of Computer Programming Q. .... is a form of external documentation and is required to ensure smooth execution of software .. (A) Logical Error (B) User Manual (C) System Manual (D) Comments ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) User Manual