Dijlah University ALGORITHMS AND FLOWCHARTS Lecture 5 Quiz
8 Questions
0 Views

Dijlah University ALGORITHMS AND FLOWCHARTS Lecture 5 Quiz

Created by
@BelovedOrangeTree

Podcast Beta

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Pseudocode is an artificial and informal language that helps programmers develop __________.

algorithms

A typical programming task can be divided into two phases: Problem solving phase and __________ phase.

Implementation

Pseudocode is very similar to everyday __________.

English

Write an algorithm to determine a student’s final grade and indicate whether it is passing or __________.

<p>failing</p> Signup and view all the answers

The final grade is calculated as the average of __________ marks.

<p>four</p> Signup and view all the answers

Detailed Algorithm Step 1: Input M1,M2,M3,M4. Step 2: GRADE  (M1+M2+M3+M4)/4. Step 3: if (GRADE < 50) then Print “FAIL” else Print “__________” endif.

<p>PASS</p> Signup and view all the answers

A schematic representation of a sequence of operations, as in a manufacturing process or computer program is called a __________.

<p>Flowchart</p> Signup and view all the answers

First produce a general algorithm, then refine the algorithm successively to get step by step detailed algorithm that is very close to a __________ language.

<p>computer</p> Signup and view all the answers

More Like This

Algorithms and Flowcharts Introduction Quiz
10 questions
Algorithms and Flowcharts Introduction Quiz
10 questions
Problem Solving Concepts
5 questions

Problem Solving Concepts

InsightfulDeciduousForest avatar
InsightfulDeciduousForest
Use Quizgecko on...
Browser
Browser