Which of the following is incorrect Algorithms can be represented

Which of the following is incorrect Algorithms can be represented

A directory of Objective Type Questions covering all the Computer Science subjects. Here you can access and discuss Multiple choice questions and answers for various competitive exams and interviews.

Discussion Forum

Que. Which of the following is incorrect?

Algorithms can be represented:

a. as pseudo codes
b. as syntax
c. as programs
d. as flowcharts
Answer:as syntax

Confused About the Answer? Ask for Details Here
Know Explanation? Add it Here


Similar Questions:


2/ Which of the following is incorrect?

Algorithms can be represented:

a. as pseudo codes

b. as syntax

c. as programs

d. as flowcharts

Which of the following is incorrect Algorithms can be represented

Which of the following is incorrect Algorithms can be represented

Which of the following is incorrect Algorithms can be represented

Q: 1.) Create a c++ program to find the roots of a quadratic equation by taking a, b and c as an input…

A: As per our guidelines we are supposed to answer only one question kindly repost other question as a…

Q: A student took four quizzes in a term and would like to compute their average. He also would like to…

A: Hi Student. Warm welcome from my side. Hope you are doing good. Since You have not mentioned any…

Q: Answer with True or False An algorithm should include computer code. Select one: O True O False

A: An algorithm is a hard and fast of commands for solving a trouble or engaging in a mission. One…

Q: 3. Create a flowchart of an algorithm that asks the user to input ten numbers one at a time, adds up…

A: First lets See Algorithm that asks the user to input ten numbers one at a time, adds up the total…

Q: Read a positive integer value, and compute the following sequence: If the number is even, halve it;…

A: the answer is given below:-

Q: change the following flowchart into a text algorithm and what are the results of the algorithm

A: Step 1: Start Step 2: Initialise Numb -> 0 and Dat -> 20 Step 3: Numb -> Numb + 5 Step 5:…

Q: D/ Write an of negative numbers from list of (15) numbers algorithmand draw the flowchart in basic…

A: Algorithm:-  define an array of size 15 and sum=0, count=0 Using loop take input one by one.  again…

Q: Q2: Draw a flow chart including the algorithm for obtains the Multiplication of 50 even integers…

A: Example 1: Determine and Output Whether Number N is Even or Odd Step 1: Read number N. Step 2: Set…

Q: Determine the output of the given program segment. Assume the following initialization: int a = 2, b…

A: Output of the given program segment: b = 2

Q: Choose all the correct options from the choices given below: What does this program do? a=3 b=10…

A: Code: a=3b=10c=pow(b,2)#this is equal to b^2 = 10^2=100 which is square of 10d=pow(2,a)#this is…

Q: 3. Find the error in the given code to print the message "Debugging Exercises." In the output.…

A: error in the code is traced and corrected in step 2.

Q: The name of the sum of odd integers from 1 to N in a program (T1), the name of the sum of even…

A: Algorithm for T1: Take the input for N Initialize Sum=0 Start loop from I=1  and repeat step 4,5,…

Q: Q4: CHOSE TWO ONLY. A: What is the importance of visual basic? B: write a program to enter two…

A: Answer A: Importance of visual basic: The Visual Basic programming language allows programmers to…

Q: Question No:3 Part: A. Write an algorithm to input three different numbers, and then output the…

A: Algorithim is step wise explanation of a problem. An algorithm must be unambiguous ,has finite steps…

Q: 1. Request an uppercase letter. Output the lowercase equivalent using explicit casting. Comment each…

A: Implicit conversion of upper case to lower case character: The ASCII values starts for upper case is…

Q: QI: Correct errors in program below then write the result of the program, that appearing on the…

A: Please find the answer below :

Q: Following is a problem statement. Which of the below algorithms should be used to solve the problem…

A: Given base cost is 50 cents and additional cost per minute is 15 cents The VAT will be 14% of entire…

Q: 9. Write a program that inputs two real numbers then exchanges their values. 10. Make a program that…

A: To write a program for the following to input two real numbers then exchange their values. to…

Q: Which of the following solves the given problem? Problem: Create a program that will determine if…

A: Required: Problem: Create a program that will determine if an input character is a number, a letter,…

Q: EX1: Write algorithm to find the largest value of any three input numbers? Input to the algorithm:…

A: Step 1 : Start Step 2 : Take user input for the Numbers A , B and C. Step 3 : Using an if statement…

Q: 1-What will be the output of this program: a = [pi: pi/2: 4*pi]; m = 3* cos(a); Your answer

A: Click to see the answer

Q: 2. Assume that the value of the alphabet a = 1, b 2, c = 3, ... , z = 26. You are given a numeric…

A: Coded using Java.

Q: A group of friends, Billy, Charlie, Sofia, and Temmy, would like to save up for their monthly…

A: The question is to write C++ code for the given question.

Q: A salesman in XYZ company is selling toothpaste for P89.75 each and tooth powder for P155.95 each.…

A: Include the header files Create a class XYZ and declare the variables sales man name as string ,…

Q: Write algorithm and draw the flowchart of a program that receives two numbers and replacess thier…

A: Start Input num1 Input num2 Declare temp Store num2 in temp Store num1 in num2 Store temp in num1…

Q: Exercise 2.0 Write a program with a function that returns the smallest of three floating-point…

A: Code: float smallest (float a, float b , float c);void main(){      clrscr();      float n1, n2, n3;…

Q: Programs I and II below are each intended to calculate the sum of the integers from 1 to n. Assume…

A: PROGRAM  I: #include <iostream>using namespace std;int main(){    //declaring and initialising…

Q: Write an algorithm,flowchart and source code of the following: Rueben's basic salary is input…

A: Algorithm: Step 1: Start. Step 2: Read basic_salary. Step 3: Calculate allowance by…

Q: Following is a problem statement.  Which of the below algorithms should be used to solve the problem…

A: AgeCalculations       display “Provide the age of the mother”       enter motherAge       display…

Q: How can an algorithm help in making an efficient program? 2.Why do you think a programmer must…

A: Since multiple questions have been posted at a single request, we will answer only first question.…

Q: a-) Write a pseudocode that receives a positive number from the user, and then, starts printing and…

A: a) Step 1: Start Step 2: Ask user for a number n Step 3: Run loop from 1 to n Step 4: print 'CS'…

Q: 9. What the output of following program, if a=20: Private Sub Form_Click() a = 20 If a < 0 Then…

A: What is the output? Ans: out of range

Q: Q1. a) Draw a flowchart for the following algorithm (pseudocode) and also find the output of the…

A: The given is the pseudocode in algorithm form which reads in 3 numbers and compare the numbers.…

Q: 2. Assume that the value of the alphabet a = 1, b = 2, c = 3, ... , z = 26. You are given a numeric…

A: Given that, if user enters any integer then the possible codes generated must be printed. Algorithm:…

Q: Exercise 1: (Algorithms and Flowcharts) To Area of square (Area = length * length)

A: The problem is based on algorithms. NOTE: The code in the solution is in C++ programming language.

Q: PART 2: Variables, Constants, and Arithmetic The following are sample runs of the program to help…

A: Program description: Java program, StringFun.java that prompts the user to enter the first name and…

Q: Exercises: Q1: Draw a flowchart for work traffic lights ? Q2: Write the algorithm required to find…

A: Given:

Q: 8 To find out fastest of two cars (if their respective distance travelled and time taken is given)…

A: algorithm:-read distanceA and timeAread distanceB and timeB calculate…

Q: 2. Which of the following statement used to read a value in an algorithm? a) Read the value of A b)…

A: To Do: To choose the correct option.

Knowledge Booster

Learn more about

Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.

  • Hi there, could you please with c++ hw ? with explanation please!   1. Develop  a program using loops to display the following patterns :   (i) **********    (ii) ********************   (iii) * ** *** **** ***** ****** ******* ******** ********* **********   (iv) * ** *** **** ***** ****** ******* ******** ********* ********** *********** ************ ************* ************** *************** **************** ***************** ****************** ******************* ********************   (v) ********** ********* ******** ******* ****** ***** **** *** ** *   (vi) ******************** ******************* ****************** ***************** **************** *************** ************** ************* ************ *********** ********** ********* ******** ******* ****** ***** **** *** ** *

    Explain the flow of this program ?   def new_game():     guesses = []    correct_guesses = 0    question_num = 1     for key in questions:        print("-------------------------")        print(key)        for i in options[question_num-1]:            print(i)        guess = input("Enter (A, B, C, or D): ")        guess = guess.upper()        guesses.append(guess)         correct_guesses += check_answer(questions.get(key), guess)        question_num += 1     display_score(correct_guesses, guesses) # -------------------------def check_answer(answer, guess):     if answer == guess:        print("CORRECT!")        return 1    else:        print("WRONG!")        return 0 # -------------------------def display_score(correct_guesses, guesses):    print("-------------------------")    print("RESULTS")    print("-------------------------")     print("Answers: ", end="")    for i in questions:        print(questions.get(i), end=" ")    print()     print("Guesses: ", end="")    for i in guesses:…

    20 السؤال which of the following can measure the performance of the algorithm?   الاجابات writing a program   designing a flowchart   calculating the running time    the programming language used

    • SEE MORE QUESTIONS

    Recommended textbooks for you

  • Which of the following is incorrect Algorithms can be represented

    Database System Concepts

    ISBN:9780078022159

    Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan

    Publisher:McGraw-Hill Education

    Which of the following is incorrect Algorithms can be represented

    Starting Out with Python (4th Edition)

    ISBN:9780134444321

    Author:Tony Gaddis

    Publisher:PEARSON

    Which of the following is incorrect Algorithms can be represented

    Digital Fundamentals (11th Edition)

    ISBN:9780132737968

    Author:Thomas L. Floyd

    Publisher:PEARSON

  • Which of the following is incorrect Algorithms can be represented

    C How to Program (8th Edition)

    ISBN:9780133976892

    Author:Paul J. Deitel, Harvey Deitel

    Publisher:PEARSON

    Which of the following is incorrect Algorithms can be represented

    Database Systems: Design, Implementation, & Manag...

    ISBN:9781337627900

    Author:Carlos Coronel, Steven Morris

    Publisher:Cengage Learning

    Which of the following is incorrect Algorithms can be represented

    Programmable Logic Controllers

    ISBN:9780073373843

    Author:Frank D. Petruzella

    Publisher:McGraw-Hill Education

  • Which of the following is incorrect Algorithms can be represented

    Database System Concepts

    ISBN:9780078022159

    Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan

    Publisher:McGraw-Hill Education

    Which of the following is incorrect Algorithms can be represented

    Starting Out with Python (4th Edition)

    ISBN:9780134444321

    Author:Tony Gaddis

    Publisher:PEARSON

    Which of the following is incorrect Algorithms can be represented

    Digital Fundamentals (11th Edition)

    ISBN:9780132737968

    Author:Thomas L. Floyd

    Publisher:PEARSON

    Which of the following is incorrect Algorithms can be represented

    C How to Program (8th Edition)

    ISBN:9780133976892

    Author:Paul J. Deitel, Harvey Deitel

    Publisher:PEARSON

    Which of the following is incorrect Algorithms can be represented

    Database Systems: Design, Implementation, & Manag...

    ISBN:9781337627900

    Author:Carlos Coronel, Steven Morris

    Publisher:Cengage Learning

    Which of the following is incorrect Algorithms can be represented

    Programmable Logic Controllers

    ISBN:9780073373843

    Author:Frank D. Petruzella

    Publisher:McGraw-Hill Education

    Which of the following is incorrect about an algorithm?

    Any algorithm is a program. Explanation: The statement is false. An algorithm is represented in the form of a programming language is called a program. Any program is an algorithm but the reverse is not true.

    Which of the following is an algorithm can be represented?

    There are two main ways that algorithms can be represented – pseudocode and flowcharts .

    What are 3 ways algorithm can be represented?

    We can express an algorithm many ways, including natural language, flow charts, pseudocode, and of course, actual programming languages.

    Which option is correct for representing an algorithm?

    Detailed Solution The correct answer is the Flow Chart. Flow Chart is a graphical representation of the algorithm.