1. What is the first step in the problem-solving process?
? Implementation? Analysis? Designing? Problem Identification
Which of the following is NOT a phase of problem-solving?
? Understanding the Problem? Algorithm Design? Debugging? Coding
What is an algorithm?
? A programming language? A step-by-step procedure to solve a problem? A type of software? A computer hardware component
Which of the following best describes a flowchart?
? A graphical representation of an algorithm? A type of computer virus? A high-level programming language? A data storage device
In which shape is the start and end of a flowchart represented?
? Rectangle? Diamond? Circle? Oval
What does the diamond shape represent in a flowchart?
? Input/Output? Process? Decision? Start/End
Which of the following symbols is used for an input/output operation in a flowchart?
? Rectangle? Parallelogram? Diamond? Oval
What is pseudocode used for?
? To write actual code? To describe an algorithm in plain English? To debug code? To design flowcharts
In problem-solving, what does 'decomposition' refer to?
? Combining several problems into one? Breaking down a complex problem into smaller, manageable parts? Writing the final solution in code? Testing the solution
Which of the following is an example of a problem-solving technique?
? Debugging? Flowcharting? Code optimization? System analysis
Post a Comment
0 Comments