P Praveen Singh π Tutor III β 36.81K Points π Fundamentals of Computer Programming Q. The------- can be a useful tool when a program must be modified months or years after the original writing. (A) Flowchart (B) Hierarchy chart (C) Pseudo code (D) Variable declaration ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Pseudo code
R Ram Sharma π Coach β 193.88K Points π Fundamentals of Computer Programming Q. Which name is best suited to a module that calculates overtime pay? (A) CalcoO (B) CoO (C) Calculate overtimeO (D) CalculateovertimeO ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) CalculateovertimeO
V Vijay Sangwan π Mover β 28.62K Points π Fundamentals of Computer Programming Q. A case structure can be replaced one or more (A) If-then-else (B) Do-while (C) Do-until (D) While ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) If-then-else
V Vinay π Mover β 28.75K Points π Fundamentals of Computer Programming Q. In a case structure the term------means “if none of the other cases were true ” (A) Else (B) Then (C) Default (D) Loop ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Default
S Shiva Ram π Master β 30.44K Points π Fundamentals of Computer Programming Q. What is an example of string constant? (A) 1 (B) 12432 (C) “oops” (D) O ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) “oops”
R Ram Sharma π Coach β 193.88K Points π Fundamentals of Computer Programming Q. What is assignment operator? (A) = (B) * (C) ^ (D) % ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) =
R Rakesh Kumar π Hard Worker β 28.44K Points π Fundamentals of Computer Programming Q. What is the standard terminal symbol for a flow chart? (A) Circle (B) Lozenge (C) Diamond (D) Square ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Circle
V Vijay Sangwan π Mover β 28.62K Points π Fundamentals of Computer Programming Q. What symbol is used to represent output is flow chart? (A) Square (B) Circle (C) Parallelogram (D) Triangle ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Parallelogram
P Praveen Singh π Tutor III β 36.81K Points π Fundamentals of Computer Programming Q. What might be considered the seventh step of programming process? (A) Testing (B) Maintaining (C) Replacing (D) Converting ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Maintaining
P Priyanka Tomar π Tutor III β 35.28K Points π Fundamentals of Computer Programming Q. Selection Logic is used to ___ (B) Write programming instruction in normal language (A) Instructions are written in the order they are to be performed. (B) Instructions executed several time based on some condition. (C) Select the proper path out of two or more alternative paths (D) None of above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Select the proper path out of two or more alternative paths