An informal language that has no syntax rules and is not meant to be compiled or executed is called

An informal language that has no syntax rules and is not meant to be compiled or executed is called

Get the answer to your homework problem.

Try Numerade free for 7 days

Erika T.

AP CS

9 months, 1 week ago

We don’t have your requested question, but here is a suggested video that might help.

2/ Which of the following is incorrect? Algorithms can be represented: a. as pseudo codes b. as syntax c. as programs d. as flowcharts

Discussion

You must be signed in to discuss.

Video Transcript

Hello students: we are given a question here that which is incorrect. Okay, so further, we are given a statement that the algorithms can be represented. Now we are given here 4 options like eudo cots as syntax as programs as flow charges. We need to elaborate that the which terms should be incorrect. Okay. So we are supposed to know that here it is a proper concept based question. We can directly say that here that the algorithms can be represented as a zeudocotes as programs and as a flow charts. So we can even mention blow that the algorithms okay students, algorithms, can be represented, represented as zeudo codes, okay students and as programs and and as flow charts as well point. So basically, what we can estate algorithms can't be represented as syntex. It means which option should be here. What we are asked them, which is incorrect, it means algorithm, can be represented as syntax. This is the term which is incorrect. It means correct option which should be correct, option option v, because we are asked about the incorrect terms. Okay, so we can even mention blow that the hence option b is a correct, okay students, and this is going to be our final answer of this question. That'S all. Thank you.

focusNode

Didn't know it?
click below

Knew it?
click below

An informal language that has no syntax rules and is not meant to be compiled or executed is called

Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

Introduction to Programming 02

QuestionAnswer
Which type of error produces incorrect results but does not prevent the program from running? Logic
The program development cycle is made up of ______ steps that are repeated until no errors can be found in the program. Five
A set of well-defined logical steps that must be taken to perform a task. Algorithm
The informal language that programmers use to create models of programs that have no syntax rules and are not meant to be compiled or executed. Pseudocode
A diagram that graphically depicts the steps that take place in a program. Flowchart
What is used to represent an assignment statement in a flowchart? Processing symbol
This structure is a set of statements that execute in the order they appear Sequence
A storage location in memory that is represented by a name. Variable
This is used to denote a terminal point in a flowchart. Oval
Which of the following is not a valid variable name in most computer languages: Number1, 2Numbers, No1Number, AbC123? 2Numbers
This is used to denote a process in a flowchart. Rectangle
Which mathematical operator is used to raise five to the second power? ^
This is used to denote a input and output in a flowchart. Parallelogram
The value of the expression 12 – 4 * 3 / 2 + 9 is 15
Which of the following is not a variable data type: Number, Integer, Real, String? Number
A value that cannot be changed during the program’s execution. Named Constant


An informal language that has no syntax rules and is not meant to be compiled or executed is called __________.
a. faux code
b. pseudocode
c. C#
d. a flowchart

An informal language that has no syntax rules and is not meant to be compiled or executed is called

Students who’ve seen this question also like:

An informal language that has no syntax rules and is not meant to be compiled or executed is called

Find answers to questions asked by students like you.

Q: The main section or the main block of the entire progran. It is the first part of the program to be…

A: The main section or the main block of the entire progra. It is the first part of the program to be…

Q: I have recruited you in my software house and assign you a task to create a GUI based calculator…

A: Java program to create a simple calculator with four basic arithmetic operator +, -, /, * using…

Q: At the end of the exercise, the students should be able to: Create a simple game that handles…

A: Here I have created an infinite loop that stops either when the user's input is equal to a random…

Q: Please do it in c++ as soon as possible.Little Johnny Bubbles appreciates going through hours before…

A: Here have to determine about code for bubble strike.

Q: Exercise 1: Oreo cookies  PYTHON Check out the nutritional values of an Oreo cookie (Koppelingen…

A: Code: # Create your views here.@login_required(login_url='login')@admin_onlydef home(request):…

Q: Using C# and Visual Studio, design and implement a standalone command line application that fulfils…

A: The code/screenshot of code./ output  is added below:

Q: Using C# and Visual Studio, design and implement a standalone command line application that fulfils…

A: The complete code is given below with output .

Q: Using C# and Visual Studio, design and implement a standalone command line application that fulfils…

A: using System.Collections.Generic;using System.Linq;using System.Text; namespace Calculation {…

Q: Using C# and Visual Studio, design and implement a standalone command line application that fulfils…

A: Using C# and Visual Studio, design and implement a standalone command line application that fulfils…

Q: Using C# and Visual Studio, design and implement a standalone command line application that fulfils…

A: Programming is a way to instruct the computer devices to operate. Every computer needs a set of…

Q: Using python, create a Salary Computation App 2. Create 3 Modules for this app. The first module is…

A: def weeklyPaid(hours_worked, wage):    if hours_worked > 40:        return 40 * wage +…

Q: B) Create a Visual Basic Project to find the value of the following series. x2 Cos(x) = 1– 2! x4 x6…

A: Given: We need to read x and n from user and compute the sum of the series to find an approximate…

Q: All of the following statements are true about Visual Studio NET, except O a. It is only for web…

A: Visual Studio .NET is an IDE for developing Web, Windows, Android, iOS, and cloud applications.

Q: 1. Problem Statement: North Flik is a smart digital ant. Write a python program that helps Flik to…

A: Assumption - The direction in the input would be either of "east", "north", "west", and "south". I…

Q: All of the following statements are true about Visual Studio.NET, except: O a. There is a free…

A: Visual Studio is a free version that is announced in 2014. Visual Studio is an Integrated…

Q: u have been consulted to develop a currency converter for a Forex Bureau. The client wants an…

A: PROGRAM INSTRUCTIONS: Create main() function. Input number of cedi from the user. Input choice.…

Q: 1. You have been consulted to develop a currency converter for a Forex Bureau. The client wants an…

A: code: #include <iostream> using namespace std; int main() { cout <<"\n****Currency…

Q: 1. You have been consulted to develop a currency converter for a Forex Bureau. The client wants an…

A: PROGRAM INSTRUCTIONS: Create main() function. Input number of cedi from the user. Input choice.…

Q: Which among the following is called as Java Interpreter? O a. jre O b. java c. jar d. javac

A: Actually, java is a object oriented programming language. It is a platform independent.

Q: Visual Studio format programming What's wrong with the following code segment? (Print hello 10…

A: Corrected code is given as follows and output of the program is also given in screenshot Module…

Q: Where in memory are keyboard input characters kept while waiting to be processed by…

A: Answer: A Keyboard is a device which is used for getting user input in the form of text.

Q: 1You have been consulted to develop a currency converter for a Forex Bureau. The client wants an…

A: Code:   #include <iostream>   using namespace std;   int main() { cout <<"\n****Currency…

Q: Using PYTHON You have been asked by a swimming pool company to create an application to give price…

A: The Complete code is given below with the output.

Q: Which of the following is not a java keyword? Select one: O a. None of these O b. name Ос. else O d.…

A: 1) b option is correct Name 2) c option is correct Compiling source code

Q: You have been consulted to develop a currency converter for a Forex Bureau. The client wants an…

A: Programming Instructions:   Include necessary header files. Declare the required variables. Use the…

Q: I seem to be struggling with a c++ class assignment, I'll Provide the instructions below, and my…

A: The main objective of the program is to rectify the code errors and write the program Employee class…

Q: Imagine your developing a software that require the user to enter their own password. Your software…

A: Define a public class. Prompt user to enter the desired password.  Initializing the scanner class.…

Q: .This is Java programming not Phyton!! please .Please use several Comments .please follow the…

A: import java.util.*;class Rainfall { public static void main(String args[]) {  Scanner sc = new…

Q: Create a C++ student enrollment system using classes and objects. (a simple program would do. i just…

A: Source Code: /*C++ program to create student class, read and print N student's details (Example of…

Q: Which of the following is NOT required by low level language to run on the system? O Memory O…

A: Answer:- (b) compiler (d) interpreter

Q: Flowchart development is considered to be a. Time efficient task b. Time consuming task c. Simple…

A: Flowchart development is considered to be:

Q: What type of language is used to create programs by putting together a collection of objects?

A: Languages used to create programs: Generally, "Object oriented programming" language is used to…

Q: What type of language is used to create programs by putting together a collection of objects?

A: The types of programming languages can be categorized by four types -  Imperative Functional…

Q: The programmer can also access all the commands in the menus of Microsoft Visual Studio from the…

A: the answer is given below:

Q: Objective: At the end of the exercise, the students should be able to: Create a program with lines…

A: The answer is given below.

Q: What is the error in the following pseudocode? Module main()     Call raiseToPower(2, 1.5) End…

A: Module main()    Call raiseToPower(2, 1.5)End ModuleModule raiseToPower(Real value, Integer power)…

Q: Which is a unique feature of the “.net” programming platform? Select one.         1. It converts…

A: Miсrоsоft  .NET  рrоvides  а  frаmewоrk  thаt  fасilitаtes  designing  аnd  develорing  аррliсаtiоns…

Q: Question 1 Answer all questions within this section. Q.1.1 Discuss the first three phases of the…

A: To answer the following questions given Q.1.1 Discuss the first three phases of the Program…

Q: Many of the following lines will generate a JSP compile error. Pick the line number which compiles…

A: The correct answer is "D. line 6" That is My color is <%=color%> Explanation:…

Q: Create C a program that will Register the user from the library. The program should determine if the…

A: Program code: #include <stdio.h>#include <stdlib.h>#include <string.h>#define…

Q: Create a Visual Basic Project to find the value of the following series. Cos(x) = x-+ 2! 4! 6! Write…

A: A Visual Basic is an event-driven object-based programming language. It is used to create a…

Knowledge Booster

An informal language that has no syntax rules and is not meant to be compiled or executed is called

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.

  • ##The uploaded pictures show the best question of the C Programing problem. Please check the pictures before answering. Thank you *Build a C program file*  Design a Banking System with the following output ---------Welcome to BRAC Bank Banking Service--------Please choose one of the options below1. Current Account Information2. Deposit3. Withdraw4. Exit=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-Your Selection: 1You Choose to See your Current Account Information****Your Available Balance is:10500.67 TakaWould you like to do another transaction?YesNo(If yes Display the main menu again) (If no)-----Thank you for using BRAC Bank ATM Service----- ----Welcome to BRAC Bank Banking Service--------Please choose one of the options below1. Current Account Information2. Deposit3. Withdraw4. Exit=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-Your Selection: 2You choose to Deposit money. Your Balance is: 10500.67 Taka****Enter your amount to Deposit: 3525****Your New Balance is: 14,025.67…

    Create a C++ console project in Visual Studio or another tool. Create an application that converts a student’s grade percentage to a letter grade following the rules below:   Grade Percentage A 100-90 B 89-80 C 79-70 D 69-60 F 59-0   Your code should prompt for and get the student’s percentage as input, and output an error message or a letter grade.   Note: Your code should test these cases: Percentages less than 0 – error message. Percentages greater than 100 – error message. Percentages in the range 0-100 – letter grade. Please make sure your code can handle these cases.   Tips: Use operator and ‘||’ for the conditional control statement. Use instruction ‘if’ for conditional control.   Make the following edits to the code file: Complete the header comment.           2) Declare two double variables: grade and percentage.           3) Assign the value of percentage from input.           4) End program if percentage is smaller than 0 and…

    First, launch NetBeans and close any previous projects that may be open (at the top menu go to File ==> Close All Projects). Then create a new Java application called "IncomeTax" (without the quotation marks) that prompts a user for his or her marital status (single or married) and annual income (a double value), and then uses nested if statements to compute that person's tax, based on the simplified tax-rate table below. Output of your program should look close to the following and should be constructed using both String literals and variables for income, tax rate, and income tax. Based on a status of "single" and an annual income of $10000.00,the income tax is 15.00% of $10000.00, which equals $1500.00.Simplified Tax-Rate Table  Income Marital Status - Single Marital Status - Married <= $30,000 15% 12% > $30,000 25% 20% Thoughts Note the requirement for this program to use nested if statements. This requirement is intended to help you build some…

    • SEE MORE QUESTIONS

    Recommended textbooks for you

  • An informal language that has no syntax rules and is not meant to be compiled or executed is called

    EBK JAVA PROGRAMMING

    ISBN:9781337671385

    Author:FARRELL

    Publisher:CENGAGE LEARNING - CONSIGNMENT

    An informal language that has no syntax rules and is not meant to be compiled or executed is called

    Microsoft Visual C#

    ISBN:9781337102100

    Author:Joyce, Farrell.

    Publisher:Cengage Learning,

    Programming Logic & Design Comprehensive

    ISBN:9781337669405

    Author:FARRELL

    Publisher:Cengage

  • An informal language that has no syntax rules and is not meant to be compiled or executed is called

    EBK JAVA PROGRAMMING

    ISBN:9781337671385

    Author:FARRELL

    Publisher:CENGAGE LEARNING - CONSIGNMENT

    An informal language that has no syntax rules and is not meant to be compiled or executed is called

    Microsoft Visual C#

    ISBN:9781337102100

    Author:Joyce, Farrell.

    Publisher:Cengage Learning,

    Programming Logic & Design Comprehensive

    ISBN:9781337669405

    Author:FARRELL

    Publisher:Cengage

    What is an informal language that has no syntax rules and is not meant to be compiled or executed?

    Pseudocode is the informal language that we sometimes use to sketch out the structure of our code before actually writing it up with the correct language-specific syntax.

    What is the informal language that has no syntax rules?

    Definition: Pseudocode is an informal way of programming description that does not require any strict programming language syntax or underlying technology considerations.

    What is the informal language programmers use to create models of programs that has no syntax rules and is not meant to be compiled or executed?

    Introduction to Programming 02.

    What is informal code programming?

    Informal code analysis is done when you want to see how the program is running step by step. This is also known as tracing. To do this, go through the code line by line, keeping track of how many times the code runs, all variable values, and what is printed to the console. This is a very important skill to use!